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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DPluginConfigImpl.java217 synchronized (configImpls) {
223 configImpls.put(cacheName, answer);
235 synchronized (configImpls) {
236 for (Iterator items = configImpls.values().iterator();
241 configImpls.clear();
253 PluginConfigImpl answer = (PluginConfigImpl) configImpls.get(cacheName);
257 configImpls.remove(cacheName);
284 private static Map configImpls = Collections.synchronizedMap( field in class:PluginConfigImpl
H A DServiceConfigImpl.java57 private static ConcurrentMap<String, ServiceConfigImpl> configImpls = new ConcurrentHashMap<>(); field in class:ServiceConfigImpl
557 configImpls.remove(cacheName);
574 configImpls.put(cacheName, answer);
611 configImpls.remove(cacheName);
621 ServiceConfigImpl answer = configImpls.get(cn);
624 configImpls.remove(cn, answer);
658 Map<String, ServiceConfigImpl> cache = new HashMap<>(configImpls);
663 configImpls.remove(cacheName, serviceConfig);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DPluginConfigImpl.java215 synchronized (configImpls) {
221 configImpls.put(cacheName, answer);
233 synchronized (configImpls) {
234 for (Iterator items = configImpls.values().iterator();
239 configImpls.clear();
251 PluginConfigImpl answer = (PluginConfigImpl) configImpls.get(cacheName);
255 configImpls.remove(cacheName);
282 private static Map configImpls = Collections.synchronizedMap( field in class:PluginConfigImpl
H A DServiceConfigImpl.java57 private static ConcurrentMap<String, ServiceConfigImpl> configImpls = new ConcurrentHashMap<>(); field in class:ServiceConfigImpl
554 configImpls.remove(cacheName);
571 configImpls.put(cacheName, answer);
608 configImpls.remove(cacheName);
618 ServiceConfigImpl answer = configImpls.get(cn);
621 configImpls.remove(cn, answer);
655 Map<String, ServiceConfigImpl> cache = new HashMap<>(configImpls);
660 configImpls.remove(cacheName, serviceConfig);

Completed in 32 milliseconds