public interface UserAdmin
Modifier and Type | Method and Description |
---|---|
void |
addInternalRole(String roleName145,
String[] userList146,
String[] permissions147)
Auto generated method signature for Asynchronous Invocations
|
void |
addRemoveRolesOfUser(String userName163,
String[] newRoles164,
String[] deletedRoles165)
Auto generated method signature for Asynchronous Invocations
|
void |
addRemoveUsersOfRole(String roleName67,
String[] newUsers68,
String[] deletedUsers69)
Auto generated method signature for Asynchronous Invocations
|
void |
addRole(String roleName149,
String[] userList150,
String[] permissions151,
boolean isSharedRole152)
Auto generated method signature for Asynchronous Invocations
|
void |
addUser(String userName92,
String password93,
String[] roles94,
ClaimValue[] claims95,
String profileName96)
Auto generated method signature
|
void |
bulkImportUsers(String userStoreDomain186,
String fileName187,
DataHandler handler188,
String defaultPassword189)
Auto generated method signature for Asynchronous Invocations
|
void |
changePassword(String userName141,
String newPassword142)
Auto generated method signature
|
void |
changePasswordByUser(String userName81,
String oldPassword82,
String newPassword83)
Auto generated method signature
|
void |
deleteRole(String roleName123)
Auto generated method signature for Asynchronous Invocations
|
void |
deleteUser(String userName125)
Auto generated method signature
|
FlaggedName[] |
getAllPermittedRoleNames(String filter131,
String permission132,
int limit133)
Auto generated method signature
|
FlaggedName[] |
getAllRolesNames(String filter181,
int limit182)
Auto generated method signature
|
FlaggedName[] |
getAllSharedRoleNames(String filter176,
int limit177)
Auto generated method signature
|
UIPermissionNode |
getAllUIPermissions()
Auto generated method signature
|
UIPermissionNode |
getRolePermissions(String roleName119)
Auto generated method signature
|
FlaggedName[] |
getRolesOfCurrentUser()
Auto generated method signature
|
FlaggedName[] |
getRolesOfUser(String userName108,
String filter109,
int limit110)
Auto generated method signature
|
UserRealmInfo |
getUserRealmInfo()
Auto generated method signature
|
FlaggedName[] |
getUsersOfRole(String roleName167,
String filter168,
int limit169)
Auto generated method signature
|
boolean |
hasMultipleUserStores()
Auto generated method signature
|
boolean |
isSharedRolesEnabled()
Auto generated method signature
|
FlaggedName[] |
listAllUsers(String filter114,
int limit115)
Auto generated method signature
|
FlaggedName[] |
listAllUsersWithPermission(String filter86,
String permission87,
int limit88)
Auto generated method signature
|
FlaggedName[] |
listUserByClaim(ClaimValue claimValue157,
String filter158,
int maxLimit159)
Auto generated method signature
|
FlaggedName[] |
listUserByClaimWithPermission(ClaimValue claimValue71,
String filter72,
String permission73,
int maxLimit74)
Auto generated method signature
|
String[] |
listUsers(String filter59,
int limit60)
Auto generated method signature
|
void |
setRoleUIPermission(String roleName64,
String[] rawResources65)
Auto generated method signature for Asynchronous Invocations
|
void |
startaddUser(String userName92,
String password93,
String[] roles94,
ClaimValue[] claims95,
String profileName96,
UserAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startchangePassword(String userName141,
String newPassword142,
UserAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startchangePasswordByUser(String userName81,
String oldPassword82,
String newPassword83,
UserAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startdeleteUser(String userName125,
UserAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetAllPermittedRoleNames(String filter131,
String permission132,
int limit133,
UserAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetAllRolesNames(String filter181,
int limit182,
UserAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetAllSharedRoleNames(String filter176,
int limit177,
UserAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetAllUIPermissions(UserAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetRolePermissions(String roleName119,
UserAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetRolesOfCurrentUser(UserAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetRolesOfUser(String userName108,
String filter109,
int limit110,
UserAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetUserRealmInfo(UserAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetUsersOfRole(String roleName167,
String filter168,
int limit169,
UserAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
starthasMultipleUserStores(UserAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startisSharedRolesEnabled(UserAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startlistAllUsers(String filter114,
int limit115,
UserAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startlistAllUsersWithPermission(String filter86,
String permission87,
int limit88,
UserAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startlistUserByClaim(ClaimValue claimValue157,
String filter158,
int maxLimit159,
UserAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startlistUserByClaimWithPermission(ClaimValue claimValue71,
String filter72,
String permission73,
int maxLimit74,
UserAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startlistUsers(String filter59,
int limit60,
UserAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startupdateUsersOfRole(String roleName137,
FlaggedName[] userList138,
UserAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
updateRoleName(String roleName105,
String newRoleName106)
Auto generated method signature for Asynchronous Invocations
|
void |
updateRolesOfUser(String userName128,
String[] newRoleList129)
Auto generated method signature for Asynchronous Invocations
|
void |
updateUsersOfRole(String roleName137,
FlaggedName[] userList138)
Auto generated method signature
|
String[] listUsers(String filter59, int limit60) throws RemoteException, UserAdminUserAdminException
listUsers58
- UserAdminUserAdminException
- :RemoteException
void startlistUsers(String filter59, int limit60, UserAdminCallbackHandler callback) throws RemoteException
listUsers58
- RemoteException
void setRoleUIPermission(String roleName64, String[] rawResources65) throws RemoteException, UserAdminUserAdminException
UserAdminUserAdminException
- :RemoteException
void addRemoveUsersOfRole(String roleName67, String[] newUsers68, String[] deletedUsers69) throws RemoteException, UserAdminUserAdminException
UserAdminUserAdminException
- :RemoteException
FlaggedName[] listUserByClaimWithPermission(ClaimValue claimValue71, String filter72, String permission73, int maxLimit74) throws RemoteException, UserAdminUserStoreException, UserAdminUserAdminException
listUserByClaimWithPermission70
- UserAdminUserStoreException
- :UserAdminUserAdminException
- :RemoteException
void startlistUserByClaimWithPermission(ClaimValue claimValue71, String filter72, String permission73, int maxLimit74, UserAdminCallbackHandler callback) throws RemoteException
listUserByClaimWithPermission70
- RemoteException
boolean isSharedRolesEnabled() throws RemoteException, UserAdminUserAdminException
isSharedRolesEnabled77
- UserAdminUserAdminException
- :RemoteException
void startisSharedRolesEnabled(UserAdminCallbackHandler callback) throws RemoteException
isSharedRolesEnabled77
- RemoteException
void changePasswordByUser(String userName81, String oldPassword82, String newPassword83) throws RemoteException, UserAdminUserAdminException
changePasswordByUser80
- UserAdminUserAdminException
- :RemoteException
void startchangePasswordByUser(String userName81, String oldPassword82, String newPassword83, UserAdminCallbackHandler callback) throws RemoteException
changePasswordByUser80
- RemoteException
FlaggedName[] listAllUsersWithPermission(String filter86, String permission87, int limit88) throws RemoteException, UserAdminUserAdminException
listAllUsersWithPermission85
- UserAdminUserAdminException
- :RemoteException
void startlistAllUsersWithPermission(String filter86, String permission87, int limit88, UserAdminCallbackHandler callback) throws RemoteException
listAllUsersWithPermission85
- RemoteException
void addUser(String userName92, String password93, String[] roles94, ClaimValue[] claims95, String profileName96) throws RemoteException, UserAdminUserAdminException
addUser91
- UserAdminUserAdminException
- :RemoteException
void startaddUser(String userName92, String password93, String[] roles94, ClaimValue[] claims95, String profileName96, UserAdminCallbackHandler callback) throws RemoteException
addUser91
- RemoteException
boolean hasMultipleUserStores() throws RemoteException, UserAdminUserAdminException
hasMultipleUserStores98
- UserAdminUserAdminException
- :RemoteException
void starthasMultipleUserStores(UserAdminCallbackHandler callback) throws RemoteException
hasMultipleUserStores98
- RemoteException
UserRealmInfo getUserRealmInfo() throws RemoteException, UserAdminUserAdminException
getUserRealmInfo101
- UserAdminUserAdminException
- :RemoteException
void startgetUserRealmInfo(UserAdminCallbackHandler callback) throws RemoteException
getUserRealmInfo101
- RemoteException
void updateRoleName(String roleName105, String newRoleName106) throws RemoteException, UserAdminUserAdminException
UserAdminUserAdminException
- :RemoteException
FlaggedName[] getRolesOfUser(String userName108, String filter109, int limit110) throws RemoteException, UserAdminUserAdminException
getRolesOfUser107
- UserAdminUserAdminException
- :RemoteException
void startgetRolesOfUser(String userName108, String filter109, int limit110, UserAdminCallbackHandler callback) throws RemoteException
getRolesOfUser107
- RemoteException
FlaggedName[] listAllUsers(String filter114, int limit115) throws RemoteException, UserAdminUserAdminException
listAllUsers113
- UserAdminUserAdminException
- :RemoteException
void startlistAllUsers(String filter114, int limit115, UserAdminCallbackHandler callback) throws RemoteException
listAllUsers113
- RemoteException
UIPermissionNode getRolePermissions(String roleName119) throws RemoteException, UserAdminUserAdminException
getRolePermissions118
- UserAdminUserAdminException
- :RemoteException
void startgetRolePermissions(String roleName119, UserAdminCallbackHandler callback) throws RemoteException
getRolePermissions118
- RemoteException
void deleteRole(String roleName123) throws RemoteException, UserAdminUserAdminException
UserAdminUserAdminException
- :RemoteException
void deleteUser(String userName125) throws RemoteException, UserAdminUserAdminException
deleteUser124
- UserAdminUserAdminException
- :RemoteException
void startdeleteUser(String userName125, UserAdminCallbackHandler callback) throws RemoteException
deleteUser124
- RemoteException
void updateRolesOfUser(String userName128, String[] newRoleList129) throws RemoteException, UserAdminUserAdminException
UserAdminUserAdminException
- :RemoteException
FlaggedName[] getAllPermittedRoleNames(String filter131, String permission132, int limit133) throws RemoteException, UserAdminUserAdminException
getAllPermittedRoleNames130
- UserAdminUserAdminException
- :RemoteException
void startgetAllPermittedRoleNames(String filter131, String permission132, int limit133, UserAdminCallbackHandler callback) throws RemoteException
getAllPermittedRoleNames130
- RemoteException
void updateUsersOfRole(String roleName137, FlaggedName[] userList138) throws RemoteException, UserAdminUserAdminException
updateUsersOfRole136
- UserAdminUserAdminException
- :RemoteException
void startupdateUsersOfRole(String roleName137, FlaggedName[] userList138, UserAdminCallbackHandler callback) throws RemoteException
updateUsersOfRole136
- RemoteException
void changePassword(String userName141, String newPassword142) throws RemoteException, UserAdminUserAdminException
changePassword140
- UserAdminUserAdminException
- :RemoteException
void startchangePassword(String userName141, String newPassword142, UserAdminCallbackHandler callback) throws RemoteException
changePassword140
- RemoteException
void addInternalRole(String roleName145, String[] userList146, String[] permissions147) throws RemoteException, UserAdminUserAdminException
UserAdminUserAdminException
- :RemoteException
void addRole(String roleName149, String[] userList150, String[] permissions151, boolean isSharedRole152) throws RemoteException, UserAdminUserAdminException
UserAdminUserAdminException
- :RemoteException
FlaggedName[] getRolesOfCurrentUser() throws RemoteException, UserAdminUserAdminException
getRolesOfCurrentUser153
- UserAdminUserAdminException
- :RemoteException
void startgetRolesOfCurrentUser(UserAdminCallbackHandler callback) throws RemoteException
getRolesOfCurrentUser153
- RemoteException
FlaggedName[] listUserByClaim(ClaimValue claimValue157, String filter158, int maxLimit159) throws RemoteException, UserAdminUserAdminException
listUserByClaim156
- UserAdminUserAdminException
- :RemoteException
void startlistUserByClaim(ClaimValue claimValue157, String filter158, int maxLimit159, UserAdminCallbackHandler callback) throws RemoteException
listUserByClaim156
- RemoteException
void addRemoveRolesOfUser(String userName163, String[] newRoles164, String[] deletedRoles165) throws RemoteException, UserAdminUserAdminException
UserAdminUserAdminException
- :RemoteException
FlaggedName[] getUsersOfRole(String roleName167, String filter168, int limit169) throws RemoteException, UserAdminUserAdminException
getUsersOfRole166
- UserAdminUserAdminException
- :RemoteException
void startgetUsersOfRole(String roleName167, String filter168, int limit169, UserAdminCallbackHandler callback) throws RemoteException
getUsersOfRole166
- RemoteException
UIPermissionNode getAllUIPermissions() throws RemoteException, UserAdminUserAdminException
getAllUIPermissions172
- UserAdminUserAdminException
- :RemoteException
void startgetAllUIPermissions(UserAdminCallbackHandler callback) throws RemoteException
getAllUIPermissions172
- RemoteException
FlaggedName[] getAllSharedRoleNames(String filter176, int limit177) throws RemoteException, UserAdminUserAdminException
getAllSharedRoleNames175
- UserAdminUserAdminException
- :RemoteException
void startgetAllSharedRoleNames(String filter176, int limit177, UserAdminCallbackHandler callback) throws RemoteException
getAllSharedRoleNames175
- RemoteException
FlaggedName[] getAllRolesNames(String filter181, int limit182) throws RemoteException, UserAdminUserAdminException
getAllRolesNames180
- UserAdminUserAdminException
- :RemoteException
void startgetAllRolesNames(String filter181, int limit182, UserAdminCallbackHandler callback) throws RemoteException
getAllRolesNames180
- RemoteException
void bulkImportUsers(String userStoreDomain186, String fileName187, DataHandler handler188, String defaultPassword189) throws RemoteException, UserAdminUserAdminException
UserAdminUserAdminException
- :RemoteException
Copyright © 2016 WSO2. All rights reserved.