RMS.Authorization.verifyAuthorization()
Signature
boolean verifyAuthorization(Object token,
Object decisionProject,
String earPath,
String aclConfig)
Description
Perform Access Control checks on the checked in decision project
Parameters
Name | Type | Description |
token | Object | the input auth token (AuthToken obtained upon login) |
decisionProject | Object | the decision project to run the check against |
earPath | String | the full path of the ear file (designer project) |
aclConfig | String | the full path of the Access Control Configuration file |