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

/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/sm/config/
H A DConsoleConfigHandlerImpl.java53 private final ConcurrentHashMap<CacheKey, Map<String, Set<String>>> attributeCache; field in class:ConsoleConfigHandlerImpl
77 attributeCache = new ConcurrentHashMap<>();
106 Map<String, Set<String>> attributes = attributeCache.get(cacheKey);
110 Map<String, Set<String>> existingAttributes = attributeCache.putIfAbsent(cacheKey, attributes);
219 attributeCache.remove(CacheKey.newInstance(source, realm));
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/sm/config/
H A DConsoleConfigHandlerImpl.java53 private final ConcurrentHashMap<CacheKey, Map<String, Set<String>>> attributeCache; field in class:ConsoleConfigHandlerImpl
77 attributeCache = new ConcurrentHashMap<>();
106 Map<String, Set<String>> attributes = attributeCache.get(cacheKey);
110 Map<String, Set<String>> existingAttributes = attributeCache.putIfAbsent(cacheKey, attributes);
219 attributeCache.remove(CacheKey.newInstance(source, realm));
/forgerock/openam-v13/openam-oauth2/src/main/java/org/forgerock/openam/oauth2/
H A DOpenAMOAuth2ProviderSettings.java143 private final Map<String, Set<String>> attributeCache = new HashMap<String, Set<String>>(); field in class:OpenAMOAuth2ProviderSettings
153 synchronized (attributeCache) {
154 Set<String> value = attributeCache.get(attributeName);
157 attributeCache.put(attributeName, value);
660 synchronized (attributeCache) {
1007 synchronized (attributeCache) {
1008 attributeCache.clear();
/forgerock/openam/openam-oauth2/src/main/java/org/forgerock/oauth2/core/
H A DRealmOAuth2ProviderSettings.java133 private final Map<String, Set<String>> attributeCache = new HashMap<String, Set<String>>(); field in class:RealmOAuth2ProviderSettings
139 synchronized (attributeCache) {
140 Set<String> value = attributeCache.get(attributeName);
143 attributeCache.put(attributeName, value);
553 synchronized (attributeCache) {
969 synchronized (attributeCache) {
970 attributeCache.clear();

Completed in 44 milliseconds