Accessing
How to access to SimpleClaimSystem API
Register the instance of SimpleClaimSystem API :
/** Instance of SimpleClaimSystem API */
private SimpleClaimSystemAPI scs;
// Access to the SimpleClaimSystem API
scs = SimpleClaimSystemAPI_Provider.getAPI();
You can find all the available methods of the API here.
Last updated