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 D | DelegationPolicyImpl.java | 102 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 D | DelegationPolicyImpl.java | 104 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 D | UpgradeUtils.java | 205 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 D | UpgradeUtils.java | 205 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 120 milliseconds