Package | Description |
---|---|
org.wso2.carbon.user.mgt.stub | |
org.wso2.carbon.user.mgt.stub.types.axis2 | |
org.wso2.carbon.user.mgt.stub.types.carbon |
Modifier and Type | Method and Description |
---|---|
void |
UserAdmin.addUser(String userName92,
String password93,
String[] roles94,
ClaimValue[] claims95,
String profileName96)
Auto generated method signature
|
void |
UserAdminStub.addUser(String userName224,
String password225,
String[] roles226,
ClaimValue[] claims227,
String profileName228)
Auto generated method signature
|
FlaggedName[] |
UserAdmin.listUserByClaim(ClaimValue claimValue157,
String filter158,
int maxLimit159)
Auto generated method signature
|
FlaggedName[] |
UserAdminStub.listUserByClaim(ClaimValue claimValue289,
String filter290,
int maxLimit291)
Auto generated method signature
|
FlaggedName[] |
UserAdmin.listUserByClaimWithPermission(ClaimValue claimValue71,
String filter72,
String permission73,
int maxLimit74)
Auto generated method signature
|
FlaggedName[] |
UserAdminStub.listUserByClaimWithPermission(ClaimValue claimValue203,
String filter204,
String permission205,
int maxLimit206)
Auto generated method signature
|
void |
UserAdmin.startaddUser(String userName92,
String password93,
String[] roles94,
ClaimValue[] claims95,
String profileName96,
UserAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
UserAdminStub.startaddUser(String userName224,
String password225,
String[] roles226,
ClaimValue[] claims227,
String profileName228,
UserAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
UserAdmin.startlistUserByClaim(ClaimValue claimValue157,
String filter158,
int maxLimit159,
UserAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
UserAdminStub.startlistUserByClaim(ClaimValue claimValue289,
String filter290,
int maxLimit291,
UserAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
UserAdmin.startlistUserByClaimWithPermission(ClaimValue claimValue71,
String filter72,
String permission73,
int maxLimit74,
UserAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
UserAdminStub.startlistUserByClaimWithPermission(ClaimValue claimValue203,
String filter204,
String permission205,
int maxLimit206,
UserAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
Modifier and Type | Field and Description |
---|---|
protected ClaimValue[] |
AddUser.localClaims
field for Claims
This was an Array!
|
protected ClaimValue |
ListUserByClaimWithPermission.localClaimValue
field for ClaimValue
|
protected ClaimValue |
ListUserByClaim.localClaimValue
field for ClaimValue
|
Modifier and Type | Method and Description |
---|---|
ClaimValue[] |
AddUser.getClaims()
Auto generated getter method
|
ClaimValue |
ListUserByClaimWithPermission.getClaimValue()
Auto generated getter method
|
ClaimValue |
ListUserByClaim.getClaimValue()
Auto generated getter method
|
Modifier and Type | Method and Description |
---|---|
void |
AddUser.addClaims(ClaimValue param)
Auto generated add method for the array for convenience
|
void |
AddUser.setClaims(ClaimValue[] param)
Auto generated setter method
|
void |
ListUserByClaimWithPermission.setClaimValue(ClaimValue param)
Auto generated setter method
|
void |
ListUserByClaim.setClaimValue(ClaimValue param)
Auto generated setter method
|
protected void |
AddUser.validateClaims(ClaimValue[] param)
validate the array for Claims
|
Modifier and Type | Method and Description |
---|---|
static ClaimValue |
ClaimValue.Factory.parse(XMLStreamReader reader)
static method to create the object
Precondition: If this object is an element, the current or next start element starts this object and any intervening reader events are ignorable
If this object is not an element, it is a complex type and the reader is at the event just after the outer start element
Postcondition: If this object is an element, the reader is positioned at its end element
If this object is a complex type, the reader is positioned at the end element of its outer element
|
Copyright © 2016 WSO2. All rights reserved.