RMS.Authorization.verifyAuthorization()

Signature

boolean verifyAuthorization(Object token, Object decisionProject, String earPath, String aclConfig)

Domain

action

Description

Perform Access Control checks on the checked in decision project

Parameters

NameTypeDescription
tokenObjectthe input auth token (AuthToken obtained upon login)
decisionProjectObjectthe decision project to run the check against
earPathStringthe full path of the ear file (designer project)
aclConfigStringthe full path of the Access Control Configuration file

Returns

None.