Searched refs:federationCache (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/meta/
H A DWSFederationMetaCache.java46 private static Hashtable federationCache = new Hashtable(); field in class:WSFederationMetaCache
66 (FederationElement)federationCache.get(cacheKey);
89 federationCache.put(cacheKey, federation);
96 federationCache.remove(cacheKey);
150 federationCache.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/wsfederation/meta/
H A DWSFederationMetaCache.java46 private static Hashtable federationCache = new Hashtable(); field in class:WSFederationMetaCache
66 (FederationElement)federationCache.get(cacheKey);
89 federationCache.put(cacheKey, federation);
96 federationCache.remove(cacheKey);
150 federationCache.clear();
155 * Build cache key for federationCache and configCache based on realm and

Completed in 35 milliseconds