public abstract class EntitlementServiceCallbackHandler extends Object
Modifier and Type | Field and Description |
---|---|
protected Object |
clientData |
Constructor and Description |
---|
EntitlementServiceCallbackHandler()
Please use this constructor if you don't want to set any clientData
|
EntitlementServiceCallbackHandler(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 |
receiveErrorgetAllEntitlements(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getAllEntitlements operation
|
void |
receiveErrorgetBooleanDecision(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getBooleanDecision operation
|
void |
receiveErrorgetDecision(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getDecision operation
|
void |
receiveErrorgetDecisionByAttributes(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getDecisionByAttributes operation
|
void |
receiveErrorgetEntitledAttributes(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getEntitledAttributes operation
|
void |
receiveErrorxACMLAuthzDecisionQuery(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from xACMLAuthzDecisionQuery operation
|
void |
receiveResultgetAllEntitlements(EntitledResultSetDTO result)
auto generated Axis2 call back method for getAllEntitlements method
override this method for handling normal response from getAllEntitlements operation
|
void |
receiveResultgetBooleanDecision(boolean result)
auto generated Axis2 call back method for getBooleanDecision method
override this method for handling normal response from getBooleanDecision operation
|
void |
receiveResultgetDecision(String result)
auto generated Axis2 call back method for getDecision method
override this method for handling normal response from getDecision operation
|
void |
receiveResultgetDecisionByAttributes(String result)
auto generated Axis2 call back method for getDecisionByAttributes method
override this method for handling normal response from getDecisionByAttributes operation
|
void |
receiveResultgetEntitledAttributes(EntitledResultSetDTO result)
auto generated Axis2 call back method for getEntitledAttributes method
override this method for handling normal response from getEntitledAttributes operation
|
void |
receiveResultxACMLAuthzDecisionQuery(String result)
auto generated Axis2 call back method for xACMLAuthzDecisionQuery method
override this method for handling normal response from xACMLAuthzDecisionQuery operation
|
protected Object clientData
public EntitlementServiceCallbackHandler(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 EntitlementServiceCallbackHandler()
public Object getClientData()
public void receiveResultgetEntitledAttributes(EntitledResultSetDTO result)
public void receiveErrorgetEntitledAttributes(Exception e)
public void receiveResultgetDecisionByAttributes(String result)
public void receiveErrorgetDecisionByAttributes(Exception e)
public void receiveResultgetDecision(String result)
public void receiveErrorgetDecision(Exception e)
public void receiveResultxACMLAuthzDecisionQuery(String result)
public void receiveErrorxACMLAuthzDecisionQuery(Exception e)
public void receiveResultgetBooleanDecision(boolean result)
public void receiveErrorgetBooleanDecision(Exception e)
public void receiveResultgetAllEntitlements(EntitledResultSetDTO result)
public void receiveErrorgetAllEntitlements(Exception e)
Copyright © 2018 WSO2. All rights reserved.