To list all the stored associations for a specified user:
See "Initializing the Risk Evaluation API" in "Before You Begin" 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 list all existing associations.
public ListAssociationResponse listAssociations(java.lang.String callerId,
UserContext userContext,
AdditionalInputs additionalInputs)
throws RFSDKException, RFSDKException
The ListAssociationResponse.getAllAssociations() method returns an array of all known associations for the specified user.
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.
|
|