Searched refs:userPrincipals (Results 1 - 25 of 38) sorted by relevance

12

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/entitlement/opensso/
H A DSubjectUtils.java58 Set<Principal> userPrincipals = new HashSet<Principal>(2);
60 userPrincipals.add(new AuthSPrincipal(uuid));
64 return new Subject(false, userPrincipals, new HashSet(),
100 Set<Principal> userPrincipals = subject.getPrincipals();
101 return ((userPrincipals != null) && !userPrincipals.isEmpty()) ?
102 userPrincipals.iterator().next().getName() : null;
/forgerock/openam/openam-core/src/main/java/com/sun/identity/entitlement/opensso/
H A DSubjectUtils.java58 Set<Principal> userPrincipals = new HashSet<Principal>(2);
60 userPrincipals.add(new AuthSPrincipal(uuid));
64 return new Subject(false, userPrincipals, new HashSet(),
100 Set<Principal> userPrincipals = subject.getPrincipals();
101 return ((userPrincipals != null) && !userPrincipals.isEmpty()) ?
102 userPrincipals.iterator().next().getName() : null;
/forgerock/openam-v13/openam-rest/src/main/java/com/sun/identity/rest/
H A DSSOTokenPrincipal.java51 Set<Principal> userPrincipals = new HashSet<Principal>(2);
53 userPrincipals.add(new AuthSPrincipal(uuid));
57 return new Subject(false, userPrincipals, new HashSet(),
/forgerock/openam/openam-rest/src/main/java/com/sun/identity/rest/
H A DSSOTokenPrincipal.java51 Set<Principal> userPrincipals = new HashSet<Principal>(2);
53 userPrincipals.add(new AuthSPrincipal(uuid));
57 return new Subject(false, userPrincipals, new HashSet(),
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/entitlement/monitoring/
H A DPolicyTimingEntry.java97 Set<Principal> userPrincipals = subject.getPrincipals();
98 return ((userPrincipals != null) && !userPrincipals.isEmpty()) ?
99 userPrincipals.iterator().next().getName() : null;
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/entitlement/monitoring/
H A DPolicyTimingEntry.java97 Set<Principal> userPrincipals = subject.getPrincipals();
98 return ((userPrincipals != null) && !userPrincipals.isEmpty()) ?
99 userPrincipals.iterator().next().getName() : null;
/forgerock/openam-v13/openam-federation/OpenFM/src/test/java/com/sun/identity/entitlement/log/
H A DLogTest.java64 Set userPrincipals = new HashSet(2);
65 userPrincipals.add(userP);
68 return new Subject(true, userPrincipals, Collections.EMPTY_SET,
/forgerock/openam-v13/openam-federation/OpenFM/src/test/java/com/sun/identity/entitlement/util/
H A DAuthUtils.java77 Set<Principal> userPrincipals = new HashSet<Principal>(2);
78 userPrincipals.add(new AuthSPrincipal(uuid));
79 return new Subject(false, userPrincipals, new HashSet(),
/forgerock/openam/openam-federation/OpenFM/src/test/java/com/sun/identity/entitlement/log/
H A DLogTest.java64 Set userPrincipals = new HashSet(2);
65 userPrincipals.add(userP);
68 return new Subject(true, userPrincipals, Collections.EMPTY_SET,
/forgerock/openam/openam-federation/OpenFM/src/test/java/com/sun/identity/entitlement/util/
H A DAuthUtils.java77 Set<Principal> userPrincipals = new HashSet<Principal>(2);
78 userPrincipals.add(new AuthSPrincipal(uuid));
79 return new Subject(false, userPrincipals, new HashSet(),
/forgerock/openam-v13/openam-federation/OpenFM/src/test/java/com/sun/identity/entitlement/
H A DSubRealmEvaluationTest.java143 Set<Principal> userPrincipals = new HashSet<Principal>(2);
144 userPrincipals.add(new AuthSPrincipal(uuid));
145 return new Subject(false, userPrincipals, new HashSet(),
H A DSubRealmGroupTest.java194 Set<Principal> userPrincipals = new HashSet<Principal>(2);
195 userPrincipals.add(new AuthSPrincipal(uuid));
196 return new Subject(false, userPrincipals, new HashSet(),
/forgerock/openam/openam-federation/OpenFM/src/test/java/com/sun/identity/entitlement/
H A DSubRealmEvaluationTest.java143 Set<Principal> userPrincipals = new HashSet<Principal>(2);
144 userPrincipals.add(new AuthSPrincipal(uuid));
145 return new Subject(false, userPrincipals, new HashSet(),
H A DSubRealmGroupTest.java202 Set<Principal> userPrincipals = new HashSet<Principal>(2);
203 userPrincipals.add(new AuthSPrincipal(uuid));
204 return new Subject(false, userPrincipals, new HashSet(),
/forgerock/openam-v13/openam-entitlements/src/main/java/com/sun/identity/entitlement/
H A DEntitlementSubjectImpl.java227 Set<Principal> userPrincipals = subject.getPrincipals();
228 for (Principal p : userPrincipals) {
/forgerock/openam-v13/openam-entitlements/src/main/java/com/sun/identity/entitlement/opensso/
H A DOpenSSOUserSubject.java111 Set<Principal> userPrincipals = subject.getPrincipals();
112 for (Principal p : userPrincipals) {
/forgerock/openam/openam-entitlements/src/main/java/com/sun/identity/entitlement/
H A DEntitlementSubjectImpl.java227 Set<Principal> userPrincipals = subject.getPrincipals();
228 for (Principal p : userPrincipals) {
/forgerock/openam/openam-entitlements/src/main/java/com/sun/identity/entitlement/opensso/
H A DOpenSSOUserSubject.java110 Set<Principal> userPrincipals = subject.getPrincipals();
111 for (Principal p : userPrincipals) {
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DPluginConfigImpl.java262 Set principals = (Set) userPrincipals.get(cacheName);
275 Set sudoPrincipals = (Set) userPrincipals.get(cacheName);
278 userPrincipals.put(cacheName, sudoPrincipals);
287 private static Map userPrincipals = Collections.synchronizedMap( field in class:PluginConfigImpl
H A DServiceInstanceImpl.java216 Set principals = (Set) userPrincipals.get(cacheName);
244 Set sudoPrincipals = (Set) userPrincipals.get(cacheName);
249 userPrincipals.put(cacheName, sudoPrincipals);
270 private static Map userPrincipals = Collections.synchronizedMap( field in class:ServiceInstanceImpl
H A DServiceConfigManagerImpl.java649 Set principals = (Set) userPrincipals.get(cacheName);
681 synchronized (userPrincipals) {
682 Set sudoPrincipals = (Set) userPrincipals.get(cacheName);
685 userPrincipals.put(cacheName, sudoPrincipals);
711 userPrincipals.clear();
717 private static Map userPrincipals = Collections.synchronizedMap( field in class:ServiceConfigManagerImpl
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DPluginConfigImpl.java260 Set principals = (Set) userPrincipals.get(cacheName);
273 Set sudoPrincipals = (Set) userPrincipals.get(cacheName);
276 userPrincipals.put(cacheName, sudoPrincipals);
285 private static Map userPrincipals = Collections.synchronizedMap( field in class:PluginConfigImpl
H A DServiceInstanceImpl.java216 Set principals = (Set) userPrincipals.get(cacheName);
244 Set sudoPrincipals = (Set) userPrincipals.get(cacheName);
249 userPrincipals.put(cacheName, sudoPrincipals);
270 private static Map userPrincipals = Collections.synchronizedMap( field in class:ServiceInstanceImpl
/forgerock/openam-v13/openam-federation/OpenFM/src/test/java/com/sun/identity/policy/
H A DProxyPETest.java183 Set userPrincipals = new HashSet(2);
184 userPrincipals.add(userP);
185 return new javax.security.auth.Subject(true, userPrincipals,
/forgerock/openam/openam-federation/OpenFM/src/test/java/com/sun/identity/policy/
H A DProxyPETest.java183 Set userPrincipals = new HashSet(2);
184 userPrincipals.add(userP);
185 return new javax.security.auth.Subject(true, userPrincipals,

Completed in 83 milliseconds

12