To delete the specified user-device association for a user:
See "Initializing the Risk Evaluation API" in "Performing Risk Evaluation" for more information on this.
See "Preparing Additional Inputs" in "Before You Begin" for more information on this.
This method returns the RiskXActionAPI object created as a part of the RiskFactory API initialization.
For example, you can set the user ID by calling the UserContext.setUserId() method.
The following code snippet shows the usage of the method to delete user-device associations.
public DeleteAssociationResponse deleteAssociation(java.lang.String callerId,
UserContext userContext,
java.lang.String associationName,
AdditionalInputs additionalInputs)
throws RiskException, RFSDKException
The DeleteAssociationResponse.DeleteAssociationResponse() method deletes the association for the user that you specified.
Any errors that occurred during the execution of any of the Risk Evaluation API methods can result in one of the following two exceptions being thrown:
|
Copyright © 2013 CA.
All rights reserved.
|
|