public abstract class AuthenticationAdminCallbackHandler extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Object |
clientData |
| Constructor and Description |
|---|
AuthenticationAdminCallbackHandler()
Please use this constructor if you don't want to set any clientData
|
AuthenticationAdminCallbackHandler(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 |
receiveErrorgetAuthenticatorName(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getAuthenticatorName operation
|
void |
receiveErrorgetPriority(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getPriority operation
|
void |
receiveErrorisDisabled(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from isDisabled operation
|
void |
receiveErrorlogin(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from login operation
|
void |
receiveErrorloginWithRememberMeCookie(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from loginWithRememberMeCookie operation
|
void |
receiveErrorloginWithRememberMeOption(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from loginWithRememberMeOption operation
|
void |
receiveResultgetAuthenticatorName(String result)
auto generated Axis2 call back method for getAuthenticatorName method
override this method for handling normal response from getAuthenticatorName operation
|
void |
receiveResultgetPriority(int result)
auto generated Axis2 call back method for getPriority method
override this method for handling normal response from getPriority operation
|
void |
receiveResultisDisabled(boolean result)
auto generated Axis2 call back method for isDisabled method
override this method for handling normal response from isDisabled operation
|
void |
receiveResultlogin(boolean result)
auto generated Axis2 call back method for login method
override this method for handling normal response from login operation
|
void |
receiveResultloginWithRememberMeCookie(boolean result)
auto generated Axis2 call back method for loginWithRememberMeCookie method
override this method for handling normal response from loginWithRememberMeCookie operation
|
void |
receiveResultloginWithRememberMeOption(RememberMeData result)
auto generated Axis2 call back method for loginWithRememberMeOption method
override this method for handling normal response from loginWithRememberMeOption operation
|
protected Object clientData
public AuthenticationAdminCallbackHandler(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 AuthenticationAdminCallbackHandler()
public Object getClientData()
public void receiveResultloginWithRememberMeOption(RememberMeData result)
public void receiveErrorloginWithRememberMeOption(Exception e)
public void receiveResultgetPriority(int result)
public void receiveErrorgetPriority(Exception e)
public void receiveResultisDisabled(boolean result)
public void receiveErrorisDisabled(Exception e)
public void receiveResultloginWithRememberMeCookie(boolean result)
public void receiveErrorloginWithRememberMeCookie(Exception e)
public void receiveResultlogin(boolean result)
public void receiveErrorlogin(Exception e)
public void receiveResultgetAuthenticatorName(String result)
public void receiveErrorgetAuthenticatorName(Exception e)
Copyright © 2020 WSO2. All rights reserved.