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

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/meta/
H A DSAML2MetaCache.java53 private static Hashtable configCache = new Hashtable(); field in class:SAML2MetaCache
102 configCache.remove(cacheKey);
118 (EntityConfigElement)configCache.get(cacheKey);
140 configCache.put(cacheKey, config);
147 configCache.remove(cacheKey);
159 configCache.clear();
163 * Build cache key for descriptorCache and configCache based on realm and
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/meta/
H A DWSFederationMetaCache.java47 private static Hashtable configCache = new Hashtable(); field in class:WSFederationMetaCache
97 configCache.remove(cacheKey);
113 (FederationConfigElement)configCache.get(cacheKey);
135 configCache.put(cacheKey, config);
142 configCache.remove(cacheKey);
151 configCache.clear();
155 * Build cache key for federationCache and configCache based on realm and
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/meta/
H A DSAML2MetaCache.java53 private static Hashtable configCache = new Hashtable(); field in class:SAML2MetaCache
102 configCache.remove(cacheKey);
118 (EntityConfigElement)configCache.get(cacheKey);
140 configCache.put(cacheKey, config);
147 configCache.remove(cacheKey);
159 configCache.clear();
163 * Build cache key for descriptorCache and configCache based on realm and
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/meta/
H A DWSFederationMetaCache.java47 private static Hashtable configCache = new Hashtable(); field in class:WSFederationMetaCache
97 configCache.remove(cacheKey);
113 (FederationConfigElement)configCache.get(cacheKey);
135 configCache.put(cacheKey, config);
142 configCache.remove(cacheKey);
151 configCache.clear();
155 * Build cache key for federationCache and configCache based on realm and

Completed in 22 milliseconds