Searched refs:hasPrincipal (Results 1 - 6 of 6) sorted by relevance

/forgerock/openam-v13/openam-entitlements/src/main/java/com/sun/identity/entitlement/
H A DUserSubject.java92 boolean satified = hasPrincipal(subject, getID()) ^ isExclusive();
H A DEntitlementSubjectImpl.java226 protected boolean hasPrincipal(Subject subject, String uuid) { method in class:EntitlementSubjectImpl
/forgerock/openam/openam-entitlements/src/main/java/com/sun/identity/entitlement/
H A DUserSubject.java92 boolean satified = hasPrincipal(subject, getID()) ^ isExclusive();
H A DEntitlementSubjectImpl.java226 protected boolean hasPrincipal(Subject subject, String uuid) { method in class:EntitlementSubjectImpl
/forgerock/openam-v13/openam-entitlements/src/main/java/com/sun/identity/entitlement/opensso/
H A DOpenSSOUserSubject.java110 protected boolean hasPrincipal(Subject subject, String uuid) { method in class:OpenSSOUserSubject
129 "EntitlementSubjectImpl.hasPrincipal", ex);
/forgerock/openam/openam-entitlements/src/main/java/com/sun/identity/entitlement/opensso/
H A DOpenSSOUserSubject.java109 protected boolean hasPrincipal(Subject subject, String uuid) { method in class:OpenSSOUserSubject
128 "EntitlementSubjectImpl.hasPrincipal", ex);

Completed in 506 milliseconds