Searched refs:DELEGATION_SUBJECT (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/delegation/plugins/
H A DDelegationPolicyImpl.java102 private static final String DELEGATION_SUBJECT = "delegation-subject"; field in class:DelegationPolicyImpl
836 policy.addSubject(DELEGATION_SUBJECT, subject);
872 if (snames.contains(DELEGATION_SUBJECT)) {
873 Subject subject = policy.getSubject(DELEGATION_SUBJECT);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/delegation/plugins/
H A DDelegationPolicyImpl.java104 private static final String DELEGATION_SUBJECT = "delegation-subject"; field in class:DelegationPolicyImpl
847 policy.addSubject(DELEGATION_SUBJECT, subject);
883 if (snames.contains(DELEGATION_SUBJECT)) {
884 Subject subject = policy.getSubject(DELEGATION_SUBJECT);
/forgerock/openam-v13/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/
H A DUpgradeUtils.java205 static final String DELEGATION_SUBJECT = "delegation-subject"; field in class:UpgradeUtils
2535 realmPolicy.addSubject(DELEGATION_SUBJECT, subject, false);
2568 realmPolicy.addSubject(DELEGATION_SUBJECT, subject, false);
2602 realmPolicy.addSubject(DELEGATION_SUBJECT, subject, false);
2637 realmPolicy.addSubject(DELEGATION_SUBJECT, subject, false);
/forgerock/openam/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/
H A DUpgradeUtils.java205 static final String DELEGATION_SUBJECT = "delegation-subject"; field in class:UpgradeUtils
2535 realmPolicy.addSubject(DELEGATION_SUBJECT, subject, false);
2568 realmPolicy.addSubject(DELEGATION_SUBJECT, subject, false);
2602 realmPolicy.addSubject(DELEGATION_SUBJECT, subject, false);
2637 realmPolicy.addSubject(DELEGATION_SUBJECT, subject, false);

Completed in 62 milliseconds