Searched defs:doesSubjectMatch (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/entitlement/
H A DPrivilege.java658 protected SubjectDecision doesSubjectMatch( method in class:Privilege
676 PolicyConstants.DEBUG.message("[PolicyEval] Privilege.doesSubjectMatch: true");
678 PolicyConstants.DEBUG.message("[PolicyEval] Privilege.doesSubjectMatch: false");
/forgerock/openam-v13/openam-entitlements/src/main/java/com/sun/identity/entitlement/opensso/
H A DOpenSSOApplicationPrivilegeManager.java576 if (bPolicyAdmin || doesSubjectMatch(p, resourcePrefix)) {
584 private boolean doesSubjectMatch( method in class:OpenSSOApplicationPrivilegeManager
/forgerock/openam/openam-core/src/main/java/com/sun/identity/entitlement/
H A DPrivilege.java658 protected SubjectDecision doesSubjectMatch( method in class:Privilege
676 PolicyConstants.DEBUG.message("[PolicyEval] Privilege.doesSubjectMatch: true");
678 PolicyConstants.DEBUG.message("[PolicyEval] Privilege.doesSubjectMatch: false");
/forgerock/openam/openam-entitlements/src/main/java/com/sun/identity/entitlement/opensso/
H A DOpenSSOApplicationPrivilegeManager.java577 if (bPolicyAdmin || doesSubjectMatch(p, resourcePrefix)) {
585 private boolean doesSubjectMatch( method in class:OpenSSOApplicationPrivilegeManager

Completed in 183 milliseconds