RMS.Authorization.verifyOperationAccess()

Signature

boolean verifyOperationAccess(String aclConfig, Object token, String resourcePath, String operationName)

Domain

Description

Perform Access Control checks for the requested operation on a project

Parameters

NameTypeDescription
aclConfigStringthe full path of the Access Control Configuration file
tokenObjectThe authentication token {@link EObject}
resourcePathStringFull resource path
operationNameStringOperation name like "checkout", or "commit"

Returns

None.