Searched refs:DELEGATION_AUTHN_USERS (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/delegation/plugins/
H A DDelegationPolicyImpl.java107 private static final String DELEGATION_AUTHN_USERS = "AuthenticatedUsers"; field in class:DelegationPolicyImpl
829 policy.addSubject(DELEGATION_AUTHN_USERS, allauthNUsers);
869 if (snames.contains(DELEGATION_AUTHN_USERS)) {
/forgerock/openam/openam-core/src/main/java/com/sun/identity/delegation/plugins/
H A DDelegationPolicyImpl.java109 private static final String DELEGATION_AUTHN_USERS = "AuthenticatedUsers"; field in class:DelegationPolicyImpl
840 policy.addSubject(DELEGATION_AUTHN_USERS, allauthNUsers);
880 if (snames.contains(DELEGATION_AUTHN_USERS)) {

Completed in 27 milliseconds