Modifier and Type | Field and Description |
---|---|
protected org.apache.axis2.description.AxisOperation[] |
_operations |
Constructor and Description |
---|
UserAdminStub()
Default Constructor
|
UserAdminStub(org.apache.axis2.context.ConfigurationContext configurationContext)
Default Constructor
|
UserAdminStub(org.apache.axis2.context.ConfigurationContext configurationContext,
String targetEndpoint)
Constructor that takes in a configContext
|
UserAdminStub(org.apache.axis2.context.ConfigurationContext configurationContext,
String targetEndpoint,
boolean useSeparateListener)
Constructor that takes in a configContext and useseperate listner
|
UserAdminStub(String targetEndpoint)
Constructor taking the target endpoint
|
Modifier and Type | Method and Description |
---|---|
void |
addInternalRole(String roleName277,
String[] userList278,
String[] permissions279)
Auto generated method signature
|
void |
addRemoveRolesOfUser(String userName295,
String[] newRoles296,
String[] deletedRoles297)
Auto generated method signature
|
void |
addRemoveUsersOfRole(String roleName199,
String[] newUsers200,
String[] deletedUsers201)
Auto generated method signature
|
void |
addRole(String roleName281,
String[] userList282,
String[] permissions283,
boolean isSharedRole284)
Auto generated method signature
|
void |
addUser(String userName224,
String password225,
String[] roles226,
ClaimValue[] claims227,
String profileName228)
Auto generated method signature
|
void |
bulkImportUsers(String userStoreDomain318,
String fileName319,
DataHandler handler320,
String defaultPassword321)
Auto generated method signature
|
void |
changePassword(String userName273,
String newPassword274)
Auto generated method signature
|
void |
changePasswordByUser(String userName213,
String oldPassword214,
String newPassword215)
Auto generated method signature
|
void |
deleteRole(String roleName255)
Auto generated method signature
|
void |
deleteUser(String userName257)
Auto generated method signature
|
FlaggedName[] |
getAllPermittedRoleNames(String filter263,
String permission264,
int limit265)
Auto generated method signature
|
FlaggedName[] |
getAllRolesNames(String filter313,
int limit314)
Auto generated method signature
|
FlaggedName[] |
getAllSharedRoleNames(String filter308,
int limit309)
Auto generated method signature
|
UIPermissionNode |
getAllUIPermissions()
Auto generated method signature
|
UIPermissionNode |
getRolePermissions(String roleName251)
Auto generated method signature
|
FlaggedName[] |
getRolesOfCurrentUser()
Auto generated method signature
|
FlaggedName[] |
getRolesOfUser(String userName240,
String filter241,
int limit242)
Auto generated method signature
|
UserRealmInfo |
getUserRealmInfo()
Auto generated method signature
|
FlaggedName[] |
getUsersOfRole(String roleName299,
String filter300,
int limit301)
Auto generated method signature
|
boolean |
hasMultipleUserStores()
Auto generated method signature
|
boolean |
isSharedRolesEnabled()
Auto generated method signature
|
FlaggedName[] |
listAllUsers(String filter246,
int limit247)
Auto generated method signature
|
FlaggedName[] |
listAllUsersWithPermission(String filter218,
String permission219,
int limit220)
Auto generated method signature
|
FlaggedName[] |
listUserByClaim(ClaimValue claimValue289,
String filter290,
int maxLimit291)
Auto generated method signature
|
FlaggedName[] |
listUserByClaimWithPermission(ClaimValue claimValue203,
String filter204,
String permission205,
int maxLimit206)
Auto generated method signature
|
String[] |
listUsers(String filter191,
int limit192)
Auto generated method signature
|
void |
setRoleUIPermission(String roleName196,
String[] rawResources197)
Auto generated method signature
|
void |
startaddUser(String userName224,
String password225,
String[] roles226,
ClaimValue[] claims227,
String profileName228,
UserAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startchangePassword(String userName273,
String newPassword274,
UserAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startchangePasswordByUser(String userName213,
String oldPassword214,
String newPassword215,
UserAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startdeleteUser(String userName257,
UserAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetAllPermittedRoleNames(String filter263,
String permission264,
int limit265,
UserAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetAllRolesNames(String filter313,
int limit314,
UserAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetAllSharedRoleNames(String filter308,
int limit309,
UserAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetAllUIPermissions(UserAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetRolePermissions(String roleName251,
UserAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetRolesOfCurrentUser(UserAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetRolesOfUser(String userName240,
String filter241,
int limit242,
UserAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetUserRealmInfo(UserAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetUsersOfRole(String roleName299,
String filter300,
int limit301,
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 filter246,
int limit247,
UserAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startlistAllUsersWithPermission(String filter218,
String permission219,
int limit220,
UserAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startlistUserByClaim(ClaimValue claimValue289,
String filter290,
int maxLimit291,
UserAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startlistUserByClaimWithPermission(ClaimValue claimValue203,
String filter204,
String permission205,
int maxLimit206,
UserAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startlistUsers(String filter191,
int limit192,
UserAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startupdateUsersOfRole(String roleName269,
FlaggedName[] userList270,
UserAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
updateRoleName(String roleName237,
String newRoleName238)
Auto generated method signature
|
void |
updateRolesOfUser(String userName260,
String[] newRoleList261)
Auto generated method signature
|
void |
updateUsersOfRole(String roleName269,
FlaggedName[] userList270)
Auto generated method signature
|
_getServiceClient, _setServiceClient, addAnonymousOperations, addHeader, addHeader, addHttpHeader, addPropertyToOperationClient, addPropertyToOperationClient, addPropertyToOperationClient, cleanup, createEnvelope, finalize, getFactory, setMustUnderstand, setServiceClientEPR
public UserAdminStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public UserAdminStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint, boolean useSeparateListener) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public UserAdminStub(org.apache.axis2.context.ConfigurationContext configurationContext) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public UserAdminStub() throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public UserAdminStub(String targetEndpoint) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public String[] listUsers(String filter191, int limit192) throws RemoteException, UserAdminUserAdminException
listUsers
in interface UserAdmin
listUsers190
- UserAdminUserAdminException
- :RemoteException
UserAdmin.listUsers(java.lang.String, int)
public void startlistUsers(String filter191, int limit192, UserAdminCallbackHandler callback) throws RemoteException
startlistUsers
in interface UserAdmin
listUsers190
- RemoteException
UserAdmin.startlistUsers(java.lang.String, int, org.wso2.carbon.user.mgt.stub.UserAdminCallbackHandler)
public void setRoleUIPermission(String roleName196, String[] rawResources197) throws RemoteException, UserAdminUserAdminException
setRoleUIPermission
in interface UserAdmin
UserAdminUserAdminException
- :RemoteException
public void addRemoveUsersOfRole(String roleName199, String[] newUsers200, String[] deletedUsers201) throws RemoteException, UserAdminUserAdminException
addRemoveUsersOfRole
in interface UserAdmin
UserAdminUserAdminException
- :RemoteException
public FlaggedName[] listUserByClaimWithPermission(ClaimValue claimValue203, String filter204, String permission205, int maxLimit206) throws RemoteException, UserAdminUserStoreException, UserAdminUserAdminException
listUserByClaimWithPermission
in interface UserAdmin
listUserByClaimWithPermission202
- UserAdminUserStoreException
- :UserAdminUserAdminException
- :RemoteException
UserAdmin.listUserByClaimWithPermission(org.wso2.carbon.user.mgt.stub.types.carbon.ClaimValue, java.lang.String, java.lang.String, int)
public void startlistUserByClaimWithPermission(ClaimValue claimValue203, String filter204, String permission205, int maxLimit206, UserAdminCallbackHandler callback) throws RemoteException
startlistUserByClaimWithPermission
in interface UserAdmin
listUserByClaimWithPermission202
- RemoteException
UserAdmin.startlistUserByClaimWithPermission(org.wso2.carbon.user.mgt.stub.types.carbon.ClaimValue, java.lang.String, java.lang.String, int, org.wso2.carbon.user.mgt.stub.UserAdminCallbackHandler)
public boolean isSharedRolesEnabled() throws RemoteException, UserAdminUserAdminException
isSharedRolesEnabled
in interface UserAdmin
isSharedRolesEnabled209
- UserAdminUserAdminException
- :RemoteException
UserAdmin.isSharedRolesEnabled()
public void startisSharedRolesEnabled(UserAdminCallbackHandler callback) throws RemoteException
startisSharedRolesEnabled
in interface UserAdmin
isSharedRolesEnabled209
- RemoteException
UserAdmin.startisSharedRolesEnabled(org.wso2.carbon.user.mgt.stub.UserAdminCallbackHandler)
public void changePasswordByUser(String userName213, String oldPassword214, String newPassword215) throws RemoteException, UserAdminUserAdminException
changePasswordByUser
in interface UserAdmin
changePasswordByUser212
- UserAdminUserAdminException
- :RemoteException
UserAdmin.changePasswordByUser(java.lang.String, java.lang.String, java.lang.String)
public void startchangePasswordByUser(String userName213, String oldPassword214, String newPassword215, UserAdminCallbackHandler callback) throws RemoteException
startchangePasswordByUser
in interface UserAdmin
changePasswordByUser212
- RemoteException
UserAdmin.startchangePasswordByUser(java.lang.String, java.lang.String, java.lang.String, org.wso2.carbon.user.mgt.stub.UserAdminCallbackHandler)
public FlaggedName[] listAllUsersWithPermission(String filter218, String permission219, int limit220) throws RemoteException, UserAdminUserAdminException
listAllUsersWithPermission
in interface UserAdmin
listAllUsersWithPermission217
- UserAdminUserAdminException
- :RemoteException
UserAdmin.listAllUsersWithPermission(java.lang.String, java.lang.String, int)
public void startlistAllUsersWithPermission(String filter218, String permission219, int limit220, UserAdminCallbackHandler callback) throws RemoteException
startlistAllUsersWithPermission
in interface UserAdmin
listAllUsersWithPermission217
- RemoteException
UserAdmin.startlistAllUsersWithPermission(java.lang.String, java.lang.String, int, org.wso2.carbon.user.mgt.stub.UserAdminCallbackHandler)
public void addUser(String userName224, String password225, String[] roles226, ClaimValue[] claims227, String profileName228) throws RemoteException, UserAdminUserAdminException
addUser
in interface UserAdmin
addUser223
- UserAdminUserAdminException
- :RemoteException
UserAdmin.addUser(java.lang.String, java.lang.String, java.lang.String[], org.wso2.carbon.user.mgt.stub.types.carbon.ClaimValue[], java.lang.String)
public void startaddUser(String userName224, String password225, String[] roles226, ClaimValue[] claims227, String profileName228, UserAdminCallbackHandler callback) throws RemoteException
startaddUser
in interface UserAdmin
addUser223
- RemoteException
UserAdmin.startaddUser(java.lang.String, java.lang.String, java.lang.String[], org.wso2.carbon.user.mgt.stub.types.carbon.ClaimValue[], java.lang.String, org.wso2.carbon.user.mgt.stub.UserAdminCallbackHandler)
public boolean hasMultipleUserStores() throws RemoteException, UserAdminUserAdminException
hasMultipleUserStores
in interface UserAdmin
hasMultipleUserStores230
- UserAdminUserAdminException
- :RemoteException
UserAdmin.hasMultipleUserStores()
public void starthasMultipleUserStores(UserAdminCallbackHandler callback) throws RemoteException
starthasMultipleUserStores
in interface UserAdmin
hasMultipleUserStores230
- RemoteException
UserAdmin.starthasMultipleUserStores(org.wso2.carbon.user.mgt.stub.UserAdminCallbackHandler)
public UserRealmInfo getUserRealmInfo() throws RemoteException, UserAdminUserAdminException
getUserRealmInfo
in interface UserAdmin
getUserRealmInfo233
- UserAdminUserAdminException
- :RemoteException
UserAdmin.getUserRealmInfo()
public void startgetUserRealmInfo(UserAdminCallbackHandler callback) throws RemoteException
startgetUserRealmInfo
in interface UserAdmin
getUserRealmInfo233
- RemoteException
UserAdmin.startgetUserRealmInfo(org.wso2.carbon.user.mgt.stub.UserAdminCallbackHandler)
public void updateRoleName(String roleName237, String newRoleName238) throws RemoteException, UserAdminUserAdminException
updateRoleName
in interface UserAdmin
UserAdminUserAdminException
- :RemoteException
public FlaggedName[] getRolesOfUser(String userName240, String filter241, int limit242) throws RemoteException, UserAdminUserAdminException
getRolesOfUser
in interface UserAdmin
getRolesOfUser239
- UserAdminUserAdminException
- :RemoteException
UserAdmin.getRolesOfUser(java.lang.String, java.lang.String, int)
public void startgetRolesOfUser(String userName240, String filter241, int limit242, UserAdminCallbackHandler callback) throws RemoteException
startgetRolesOfUser
in interface UserAdmin
getRolesOfUser239
- RemoteException
UserAdmin.startgetRolesOfUser(java.lang.String, java.lang.String, int, org.wso2.carbon.user.mgt.stub.UserAdminCallbackHandler)
public FlaggedName[] listAllUsers(String filter246, int limit247) throws RemoteException, UserAdminUserAdminException
listAllUsers
in interface UserAdmin
listAllUsers245
- UserAdminUserAdminException
- :RemoteException
UserAdmin.listAllUsers(java.lang.String, int)
public void startlistAllUsers(String filter246, int limit247, UserAdminCallbackHandler callback) throws RemoteException
startlistAllUsers
in interface UserAdmin
listAllUsers245
- RemoteException
UserAdmin.startlistAllUsers(java.lang.String, int, org.wso2.carbon.user.mgt.stub.UserAdminCallbackHandler)
public UIPermissionNode getRolePermissions(String roleName251) throws RemoteException, UserAdminUserAdminException
getRolePermissions
in interface UserAdmin
getRolePermissions250
- UserAdminUserAdminException
- :RemoteException
UserAdmin.getRolePermissions(java.lang.String)
public void startgetRolePermissions(String roleName251, UserAdminCallbackHandler callback) throws RemoteException
startgetRolePermissions
in interface UserAdmin
getRolePermissions250
- RemoteException
UserAdmin.startgetRolePermissions(java.lang.String, org.wso2.carbon.user.mgt.stub.UserAdminCallbackHandler)
public void deleteRole(String roleName255) throws RemoteException, UserAdminUserAdminException
deleteRole
in interface UserAdmin
UserAdminUserAdminException
- :RemoteException
public void deleteUser(String userName257) throws RemoteException, UserAdminUserAdminException
deleteUser
in interface UserAdmin
deleteUser256
- UserAdminUserAdminException
- :RemoteException
UserAdmin.deleteUser(java.lang.String)
public void startdeleteUser(String userName257, UserAdminCallbackHandler callback) throws RemoteException
startdeleteUser
in interface UserAdmin
deleteUser256
- RemoteException
UserAdmin.startdeleteUser(java.lang.String, org.wso2.carbon.user.mgt.stub.UserAdminCallbackHandler)
public void updateRolesOfUser(String userName260, String[] newRoleList261) throws RemoteException, UserAdminUserAdminException
updateRolesOfUser
in interface UserAdmin
UserAdminUserAdminException
- :RemoteException
public FlaggedName[] getAllPermittedRoleNames(String filter263, String permission264, int limit265) throws RemoteException, UserAdminUserAdminException
getAllPermittedRoleNames
in interface UserAdmin
getAllPermittedRoleNames262
- UserAdminUserAdminException
- :RemoteException
UserAdmin.getAllPermittedRoleNames(java.lang.String, java.lang.String, int)
public void startgetAllPermittedRoleNames(String filter263, String permission264, int limit265, UserAdminCallbackHandler callback) throws RemoteException
startgetAllPermittedRoleNames
in interface UserAdmin
getAllPermittedRoleNames262
- RemoteException
UserAdmin.startgetAllPermittedRoleNames(java.lang.String, java.lang.String, int, org.wso2.carbon.user.mgt.stub.UserAdminCallbackHandler)
public void updateUsersOfRole(String roleName269, FlaggedName[] userList270) throws RemoteException, UserAdminUserAdminException
updateUsersOfRole
in interface UserAdmin
updateUsersOfRole268
- UserAdminUserAdminException
- :RemoteException
UserAdmin.updateUsersOfRole(java.lang.String, org.wso2.carbon.user.mgt.stub.types.carbon.FlaggedName[])
public void startupdateUsersOfRole(String roleName269, FlaggedName[] userList270, UserAdminCallbackHandler callback) throws RemoteException
startupdateUsersOfRole
in interface UserAdmin
updateUsersOfRole268
- RemoteException
UserAdmin.startupdateUsersOfRole(java.lang.String, org.wso2.carbon.user.mgt.stub.types.carbon.FlaggedName[], org.wso2.carbon.user.mgt.stub.UserAdminCallbackHandler)
public void changePassword(String userName273, String newPassword274) throws RemoteException, UserAdminUserAdminException
changePassword
in interface UserAdmin
changePassword272
- UserAdminUserAdminException
- :RemoteException
UserAdmin.changePassword(java.lang.String, java.lang.String)
public void startchangePassword(String userName273, String newPassword274, UserAdminCallbackHandler callback) throws RemoteException
startchangePassword
in interface UserAdmin
changePassword272
- RemoteException
UserAdmin.startchangePassword(java.lang.String, java.lang.String, org.wso2.carbon.user.mgt.stub.UserAdminCallbackHandler)
public void addInternalRole(String roleName277, String[] userList278, String[] permissions279) throws RemoteException, UserAdminUserAdminException
addInternalRole
in interface UserAdmin
UserAdminUserAdminException
- :RemoteException
public void addRole(String roleName281, String[] userList282, String[] permissions283, boolean isSharedRole284) throws RemoteException, UserAdminUserAdminException
addRole
in interface UserAdmin
UserAdminUserAdminException
- :RemoteException
public FlaggedName[] getRolesOfCurrentUser() throws RemoteException, UserAdminUserAdminException
getRolesOfCurrentUser
in interface UserAdmin
getRolesOfCurrentUser285
- UserAdminUserAdminException
- :RemoteException
UserAdmin.getRolesOfCurrentUser()
public void startgetRolesOfCurrentUser(UserAdminCallbackHandler callback) throws RemoteException
startgetRolesOfCurrentUser
in interface UserAdmin
getRolesOfCurrentUser285
- RemoteException
UserAdmin.startgetRolesOfCurrentUser(org.wso2.carbon.user.mgt.stub.UserAdminCallbackHandler)
public FlaggedName[] listUserByClaim(ClaimValue claimValue289, String filter290, int maxLimit291) throws RemoteException, UserAdminUserAdminException
listUserByClaim
in interface UserAdmin
listUserByClaim288
- UserAdminUserAdminException
- :RemoteException
UserAdmin.listUserByClaim(org.wso2.carbon.user.mgt.stub.types.carbon.ClaimValue, java.lang.String, int)
public void startlistUserByClaim(ClaimValue claimValue289, String filter290, int maxLimit291, UserAdminCallbackHandler callback) throws RemoteException
startlistUserByClaim
in interface UserAdmin
listUserByClaim288
- RemoteException
UserAdmin.startlistUserByClaim(org.wso2.carbon.user.mgt.stub.types.carbon.ClaimValue, java.lang.String, int, org.wso2.carbon.user.mgt.stub.UserAdminCallbackHandler)
public void addRemoveRolesOfUser(String userName295, String[] newRoles296, String[] deletedRoles297) throws RemoteException, UserAdminUserAdminException
addRemoveRolesOfUser
in interface UserAdmin
UserAdminUserAdminException
- :RemoteException
public FlaggedName[] getUsersOfRole(String roleName299, String filter300, int limit301) throws RemoteException, UserAdminUserAdminException
getUsersOfRole
in interface UserAdmin
getUsersOfRole298
- UserAdminUserAdminException
- :RemoteException
UserAdmin.getUsersOfRole(java.lang.String, java.lang.String, int)
public void startgetUsersOfRole(String roleName299, String filter300, int limit301, UserAdminCallbackHandler callback) throws RemoteException
startgetUsersOfRole
in interface UserAdmin
getUsersOfRole298
- RemoteException
UserAdmin.startgetUsersOfRole(java.lang.String, java.lang.String, int, org.wso2.carbon.user.mgt.stub.UserAdminCallbackHandler)
public UIPermissionNode getAllUIPermissions() throws RemoteException, UserAdminUserAdminException
getAllUIPermissions
in interface UserAdmin
getAllUIPermissions304
- UserAdminUserAdminException
- :RemoteException
UserAdmin.getAllUIPermissions()
public void startgetAllUIPermissions(UserAdminCallbackHandler callback) throws RemoteException
startgetAllUIPermissions
in interface UserAdmin
getAllUIPermissions304
- RemoteException
UserAdmin.startgetAllUIPermissions(org.wso2.carbon.user.mgt.stub.UserAdminCallbackHandler)
public FlaggedName[] getAllSharedRoleNames(String filter308, int limit309) throws RemoteException, UserAdminUserAdminException
getAllSharedRoleNames
in interface UserAdmin
getAllSharedRoleNames307
- UserAdminUserAdminException
- :RemoteException
UserAdmin.getAllSharedRoleNames(java.lang.String, int)
public void startgetAllSharedRoleNames(String filter308, int limit309, UserAdminCallbackHandler callback) throws RemoteException
startgetAllSharedRoleNames
in interface UserAdmin
getAllSharedRoleNames307
- RemoteException
UserAdmin.startgetAllSharedRoleNames(java.lang.String, int, org.wso2.carbon.user.mgt.stub.UserAdminCallbackHandler)
public FlaggedName[] getAllRolesNames(String filter313, int limit314) throws RemoteException, UserAdminUserAdminException
getAllRolesNames
in interface UserAdmin
getAllRolesNames312
- UserAdminUserAdminException
- :RemoteException
UserAdmin.getAllRolesNames(java.lang.String, int)
public void startgetAllRolesNames(String filter313, int limit314, UserAdminCallbackHandler callback) throws RemoteException
startgetAllRolesNames
in interface UserAdmin
getAllRolesNames312
- RemoteException
UserAdmin.startgetAllRolesNames(java.lang.String, int, org.wso2.carbon.user.mgt.stub.UserAdminCallbackHandler)
public void bulkImportUsers(String userStoreDomain318, String fileName319, DataHandler handler320, String defaultPassword321) throws RemoteException, UserAdminUserAdminException
bulkImportUsers
in interface UserAdmin
UserAdminUserAdminException
- :RemoteException
Copyright © 2016 WSO2. All rights reserved.