public abstract class UserAdminCallbackHandler extends Object
Modifier and Type | Field and Description |
---|---|
protected Object |
clientData |
Constructor and Description |
---|
UserAdminCallbackHandler()
Please use this constructor if you don't want to set any clientData
|
UserAdminCallbackHandler(Object clientData)
User can pass in any object that needs to be accessed once the NonBlocking
Web service call is finished and appropriate method of this CallBack is called.
|
Modifier and Type | Method and Description |
---|---|
Object |
getClientData()
Get the client data
|
void |
receiveErroraddUser(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from addUser operation
|
void |
receiveErrorchangePassword(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from changePassword operation
|
void |
receiveErrorchangePasswordByUser(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from changePasswordByUser operation
|
void |
receiveErrordeleteUser(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from deleteUser operation
|
void |
receiveErrorgetAllPermittedRoleNames(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getAllPermittedRoleNames operation
|
void |
receiveErrorgetAllRolesNames(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getAllRolesNames operation
|
void |
receiveErrorgetAllSharedRoleNames(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getAllSharedRoleNames operation
|
void |
receiveErrorgetAllUIPermissions(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getAllUIPermissions operation
|
void |
receiveErrorgetRolePermissions(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getRolePermissions operation
|
void |
receiveErrorgetRolesOfCurrentUser(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getRolesOfCurrentUser operation
|
void |
receiveErrorgetRolesOfUser(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getRolesOfUser operation
|
void |
receiveErrorgetUserRealmInfo(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getUserRealmInfo operation
|
void |
receiveErrorgetUsersOfRole(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getUsersOfRole operation
|
void |
receiveErrorhasMultipleUserStores(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from hasMultipleUserStores operation
|
void |
receiveErrorisSharedRolesEnabled(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from isSharedRolesEnabled operation
|
void |
receiveErrorlistAllUsers(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from listAllUsers operation
|
void |
receiveErrorlistAllUsersWithPermission(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from listAllUsersWithPermission operation
|
void |
receiveErrorlistUserByClaim(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from listUserByClaim operation
|
void |
receiveErrorlistUserByClaimWithPermission(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from listUserByClaimWithPermission operation
|
void |
receiveErrorlistUsers(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from listUsers operation
|
void |
receiveErrorupdateUsersOfRole(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from updateUsersOfRole operation
|
void |
receiveResultaddUser()
auto generated Axis2 call back method for addUser method
override this method for handling normal response from addUser operation
|
void |
receiveResultchangePassword()
auto generated Axis2 call back method for changePassword method
override this method for handling normal response from changePassword operation
|
void |
receiveResultchangePasswordByUser()
auto generated Axis2 call back method for changePasswordByUser method
override this method for handling normal response from changePasswordByUser operation
|
void |
receiveResultdeleteUser()
auto generated Axis2 call back method for deleteUser method
override this method for handling normal response from deleteUser operation
|
void |
receiveResultgetAllPermittedRoleNames(FlaggedName[] result)
auto generated Axis2 call back method for getAllPermittedRoleNames method
override this method for handling normal response from getAllPermittedRoleNames operation
|
void |
receiveResultgetAllRolesNames(FlaggedName[] result)
auto generated Axis2 call back method for getAllRolesNames method
override this method for handling normal response from getAllRolesNames operation
|
void |
receiveResultgetAllSharedRoleNames(FlaggedName[] result)
auto generated Axis2 call back method for getAllSharedRoleNames method
override this method for handling normal response from getAllSharedRoleNames operation
|
void |
receiveResultgetAllUIPermissions(UIPermissionNode result)
auto generated Axis2 call back method for getAllUIPermissions method
override this method for handling normal response from getAllUIPermissions operation
|
void |
receiveResultgetRolePermissions(UIPermissionNode result)
auto generated Axis2 call back method for getRolePermissions method
override this method for handling normal response from getRolePermissions operation
|
void |
receiveResultgetRolesOfCurrentUser(FlaggedName[] result)
auto generated Axis2 call back method for getRolesOfCurrentUser method
override this method for handling normal response from getRolesOfCurrentUser operation
|
void |
receiveResultgetRolesOfUser(FlaggedName[] result)
auto generated Axis2 call back method for getRolesOfUser method
override this method for handling normal response from getRolesOfUser operation
|
void |
receiveResultgetUserRealmInfo(UserRealmInfo result)
auto generated Axis2 call back method for getUserRealmInfo method
override this method for handling normal response from getUserRealmInfo operation
|
void |
receiveResultgetUsersOfRole(FlaggedName[] result)
auto generated Axis2 call back method for getUsersOfRole method
override this method for handling normal response from getUsersOfRole operation
|
void |
receiveResulthasMultipleUserStores(boolean result)
auto generated Axis2 call back method for hasMultipleUserStores method
override this method for handling normal response from hasMultipleUserStores operation
|
void |
receiveResultisSharedRolesEnabled(boolean result)
auto generated Axis2 call back method for isSharedRolesEnabled method
override this method for handling normal response from isSharedRolesEnabled operation
|
void |
receiveResultlistAllUsers(FlaggedName[] result)
auto generated Axis2 call back method for listAllUsers method
override this method for handling normal response from listAllUsers operation
|
void |
receiveResultlistAllUsersWithPermission(FlaggedName[] result)
auto generated Axis2 call back method for listAllUsersWithPermission method
override this method for handling normal response from listAllUsersWithPermission operation
|
void |
receiveResultlistUserByClaim(FlaggedName[] result)
auto generated Axis2 call back method for listUserByClaim method
override this method for handling normal response from listUserByClaim operation
|
void |
receiveResultlistUserByClaimWithPermission(FlaggedName[] result)
auto generated Axis2 call back method for listUserByClaimWithPermission method
override this method for handling normal response from listUserByClaimWithPermission operation
|
void |
receiveResultlistUsers(String[] result)
auto generated Axis2 call back method for listUsers method
override this method for handling normal response from listUsers operation
|
void |
receiveResultupdateUsersOfRole()
auto generated Axis2 call back method for updateUsersOfRole method
override this method for handling normal response from updateUsersOfRole operation
|
protected Object clientData
public UserAdminCallbackHandler(Object clientData)
clientData
- Object mechanism by which the user can pass in user data
that will be avilable at the time this callback is called.public UserAdminCallbackHandler()
public Object getClientData()
public void receiveResultlistUsers(String[] result)
public void receiveErrorlistUsers(Exception e)
public void receiveResultlistUserByClaimWithPermission(FlaggedName[] result)
public void receiveErrorlistUserByClaimWithPermission(Exception e)
public void receiveResultisSharedRolesEnabled(boolean result)
public void receiveErrorisSharedRolesEnabled(Exception e)
public void receiveResultchangePasswordByUser()
public void receiveErrorchangePasswordByUser(Exception e)
public void receiveResultlistAllUsersWithPermission(FlaggedName[] result)
public void receiveErrorlistAllUsersWithPermission(Exception e)
public void receiveResultaddUser()
public void receiveErroraddUser(Exception e)
public void receiveResulthasMultipleUserStores(boolean result)
public void receiveErrorhasMultipleUserStores(Exception e)
public void receiveResultgetUserRealmInfo(UserRealmInfo result)
public void receiveErrorgetUserRealmInfo(Exception e)
public void receiveResultgetRolesOfUser(FlaggedName[] result)
public void receiveErrorgetRolesOfUser(Exception e)
public void receiveResultlistAllUsers(FlaggedName[] result)
public void receiveErrorlistAllUsers(Exception e)
public void receiveResultgetRolePermissions(UIPermissionNode result)
public void receiveErrorgetRolePermissions(Exception e)
public void receiveResultdeleteUser()
public void receiveErrordeleteUser(Exception e)
public void receiveResultgetAllPermittedRoleNames(FlaggedName[] result)
public void receiveErrorgetAllPermittedRoleNames(Exception e)
public void receiveResultupdateUsersOfRole()
public void receiveErrorupdateUsersOfRole(Exception e)
public void receiveResultchangePassword()
public void receiveErrorchangePassword(Exception e)
public void receiveResultgetRolesOfCurrentUser(FlaggedName[] result)
public void receiveErrorgetRolesOfCurrentUser(Exception e)
public void receiveResultlistUserByClaim(FlaggedName[] result)
public void receiveErrorlistUserByClaim(Exception e)
public void receiveResultgetUsersOfRole(FlaggedName[] result)
public void receiveErrorgetUsersOfRole(Exception e)
public void receiveResultgetAllUIPermissions(UIPermissionNode result)
public void receiveErrorgetAllUIPermissions(Exception e)
public void receiveResultgetAllSharedRoleNames(FlaggedName[] result)
public void receiveErrorgetAllSharedRoleNames(Exception e)
public void receiveResultgetAllRolesNames(FlaggedName[] result)
public void receiveErrorgetAllRolesNames(Exception e)
Copyright © 2016 WSO2. All rights reserved.