Searched refs:delegationCache (Results 1 - 2 of 2) sorted by relevance
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/delegation/plugins/ |
H A D | DelegationPolicyImpl.java | 130 private Map<String, Map<String, List<Object>>> delegationCache; field in class:DelegationPolicyImpl 158 delegationCache = new Cache(maxCacheSize); 594 Map<String, List<Object>> items = delegationCache.get(tokenIdStr); 642 synchronized (delegationCache) { 643 Map<String, List<Object>> items = delegationCache.get(tokenIdStr); 646 delegationCache.put(tokenIdStr, items); 660 if (delegationCache.size() > 0) { 661 delegationCache.clear();
|
/forgerock/openam/openam-core/src/main/java/com/sun/identity/delegation/plugins/ |
H A D | DelegationPolicyImpl.java | 133 private Map<String, Map<String, List<Object>>> delegationCache; field in class:DelegationPolicyImpl 161 delegationCache = new Cache(maxCacheSize); 605 Map<String, List<Object>> items = delegationCache.get(tokenIdStr); 653 synchronized (delegationCache) { 654 Map<String, List<Object>> items = delegationCache.get(tokenIdStr); 657 delegationCache.put(tokenIdStr, items); 671 if (delegationCache.size() > 0) { 672 delegationCache.clear();
|
Completed in 954 milliseconds