public abstract class MultipleCredentialsUserAdminCallbackHandler extends Object
Modifier and Type | Field and Description |
---|---|
protected Object |
clientData |
Constructor and Description |
---|
MultipleCredentialsUserAdminCallbackHandler()
Please use this constructor if you don't want to set any clientData
|
MultipleCredentialsUserAdminCallbackHandler(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 |
receiveErrorauthenticate(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from authenticate operation
|
void |
receiveErrorgetAllUserClaimValues(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getAllUserClaimValues operation
|
void |
receiveErrorgetCredentials(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getCredentials operation
|
void |
receiveErrorgetUserClaimValue(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getUserClaimValue operation
|
void |
receiveErrorgetUserClaimValues(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getUserClaimValues operation
|
void |
receiveErrorgetUserId(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getUserId operation
|
void |
receiveResultauthenticate(boolean result)
auto generated Axis2 call back method for authenticate method
override this method for handling normal response from authenticate operation
|
void |
receiveResultgetAllUserClaimValues(ClaimValue[] result)
auto generated Axis2 call back method for getAllUserClaimValues method
override this method for handling normal response from getAllUserClaimValues operation
|
void |
receiveResultgetCredentials(Credential[] result)
auto generated Axis2 call back method for getCredentials method
override this method for handling normal response from getCredentials operation
|
void |
receiveResultgetUserClaimValue(String result)
auto generated Axis2 call back method for getUserClaimValue method
override this method for handling normal response from getUserClaimValue operation
|
void |
receiveResultgetUserClaimValues(ClaimValue[] result)
auto generated Axis2 call back method for getUserClaimValues method
override this method for handling normal response from getUserClaimValues operation
|
void |
receiveResultgetUserId(String result)
auto generated Axis2 call back method for getUserId method
override this method for handling normal response from getUserId operation
|
protected Object clientData
public MultipleCredentialsUserAdminCallbackHandler(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 MultipleCredentialsUserAdminCallbackHandler()
public Object getClientData()
public void receiveResultgetUserClaimValue(String result)
public void receiveErrorgetUserClaimValue(Exception e)
public void receiveResultgetUserClaimValues(ClaimValue[] result)
public void receiveErrorgetUserClaimValues(Exception e)
public void receiveResultgetCredentials(Credential[] result)
public void receiveErrorgetCredentials(Exception e)
public void receiveResultgetAllUserClaimValues(ClaimValue[] result)
public void receiveErrorgetAllUserClaimValues(Exception e)
public void receiveResultauthenticate(boolean result)
public void receiveErrorauthenticate(Exception e)
public void receiveResultgetUserId(String result)
public void receiveErrorgetUserId(Exception e)
Copyright © 2016 WSO2. All rights reserved.