Searched defs:trustedSources (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/session/util/
H A DSessionUtils.java81 private static Set trustedSources = null; field in class:SessionUtils
165 if (trustedSources == null) {
166 trustedSources = getTrustedSourceList();
168 return trustedSources.contains(source);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/session/util/
H A DSessionUtils.java81 private static Set trustedSources = null; field in class:SessionUtils
165 if (trustedSources == null) {
166 trustedSources = getTrustedSourceList();
168 return trustedSources.contains(source);

Completed in 228 milliseconds