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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/delegation/
H A DDelegationManager.java92 private static final String AUTHN_USERS_ID = "id=All Authenticated Users,ou=role," + ServiceManager.getBaseDN(); field in class:DelegationManager
235 if (subject.equals(AUTHN_USERS_ID)) {
/forgerock/openam/openam-core/src/main/java/com/sun/identity/delegation/
H A DDelegationManager.java89 private static final String AUTHN_USERS_ID = "id=All Authenticated Users,ou=role," + ServiceManager.getBaseDN(); field in class:DelegationManager
232 if (subject.equals(AUTHN_USERS_ID)) {
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/delegation/plugins/
H A DDelegationPolicyImpl.java104 private static final String AUTHN_USERS_ID = field in class:DelegationPolicyImpl
407 results.add(AUTHN_USERS_ID);
825 if ((sv != null) && (sv.contains(AUTHN_USERS_ID))) {
830 sv.remove(AUTHN_USERS_ID);
870 svalues.add(AUTHN_USERS_ID);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/delegation/plugins/
H A DDelegationPolicyImpl.java106 private static final String AUTHN_USERS_ID = field in class:DelegationPolicyImpl
410 results.add(AUTHN_USERS_ID);
836 if ((sv != null) && (sv.contains(AUTHN_USERS_ID))) {
841 sv.remove(AUTHN_USERS_ID);
881 svalues.add(AUTHN_USERS_ID);

Completed in 28 milliseconds