Searched defs:realmCache (Results 1 - 6 of 6) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/plugins/
H A DAuthenticatedSharedAgents.java73 private static Map realmCache = new HashMap(2); field in class:AuthenticatedSharedAgents
334 if ((realmCache != null) && (!realmCache.isEmpty()) &&
335 (realmCache.containsKey(realmName))) {
336 orgConfigCache = (ServiceConfig) realmCache.get(realmName);
375 realmCache = new HashMap(2);
386 rmap.putAll(realmCache);
388 realmCache = rmap;
H A DAuthenticatedSharedAgentsCondition.java90 private static Map realmCache = new HashMap(2); field in class:AuthenticatedSharedAgentsCondition
484 if ((realmCache != null) && (!realmCache.isEmpty()) &&
485 (realmCache.containsKey(realmName))) {
486 orgConfigCache = (ServiceConfig) realmCache.get(realmName);
530 realmCache = new HashMap(2);
541 rmap.putAll(realmCache);
543 realmCache = rmap;
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/plugins/
H A DAuthenticatedSharedAgents.java73 private static Map realmCache = new HashMap(2); field in class:AuthenticatedSharedAgents
334 if ((realmCache != null) && (!realmCache.isEmpty()) &&
335 (realmCache.containsKey(realmName))) {
336 orgConfigCache = (ServiceConfig) realmCache.get(realmName);
375 realmCache = new HashMap(2);
386 rmap.putAll(realmCache);
388 realmCache = rmap;
H A DAuthenticatedSharedAgentsCondition.java90 private static Map realmCache = new HashMap(2); field in class:AuthenticatedSharedAgentsCondition
484 if ((realmCache != null) && (!realmCache.isEmpty()) &&
485 (realmCache.containsKey(realmName))) {
486 orgConfigCache = (ServiceConfig) realmCache.get(realmName);
530 realmCache = new HashMap(2);
541 rmap.putAll(realmCache);
543 realmCache = rmap;
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DServiceManager.java105 private static boolean realmCache; field in class:ServiceManager
987 return (realmCache);
1302 realmCache = true;
1319 + realmCache);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DServiceManager.java105 private static boolean realmCache; field in class:ServiceManager
987 return (realmCache);
1306 realmCache = true;
1323 + realmCache);

Completed in 43 milliseconds