Searched defs:classRefLevelHash (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DIDPCache.java270 public static Hashtable classRefLevelHash = new Hashtable(); field in class:IDPCache
295 if (classRefLevelHash != null && !classRefLevelHash.isEmpty()) {
296 classRefLevelHash.clear();
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DIDPCache.java278 public static Hashtable classRefLevelHash = new Hashtable(); field in class:IDPCache
303 if (classRefLevelHash != null && !classRefLevelHash.isEmpty()) {
304 classRefLevelHash.clear();

Completed in 27 milliseconds