Searched refs:authContextHash (Results 1 - 6 of 6) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/profile/
H A DSPCache.java138 public static Hashtable authContextHash = new Hashtable(); field in class:SPCache
176 if ((authContextHash != null) && (!authContextHash.isEmpty())) {
177 Enumeration keys = authContextHash.keys();
181 authContextHash.remove(key);
200 if ((authContextHash != null) &&
201 (!authContextHash.isEmpty())) {
202 authContextHash.clear();
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/profile/
H A DSPCache.java140 public static Hashtable authContextHash = new Hashtable(); field in class:SPCache
178 if ((authContextHash != null) && (!authContextHash.isEmpty())) {
179 Enumeration keys = authContextHash.keys();
183 authContextHash.remove(key);
202 if ((authContextHash != null) &&
203 (!authContextHash.isEmpty())) {
204 authContextHash.clear();
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DSPCache.java162 final public static Hashtable authContextHash = new Hashtable(); field in class:SPCache
223 if ((authContextHash != null) &&
224 (!authContextHash.isEmpty())) {
225 authContextHash.clear();
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DSPCache.java155 final public static Hashtable authContextHash = new Hashtable(); field in class:SPCache
216 if ((authContextHash != null) &&
217 (!authContextHash.isEmpty())) {
218 authContextHash.clear();
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/plugins/
H A DDefaultSPAuthnContextMapper.java191 SAML2Utils.debug.message("SPCache.authContextHash is: "
192 + SPCache.authContextHash);
313 (Map) SPCache.authContextHash.get(hostEntityID+"|"+realm);
328 + SPCache.authContextHash);
485 Map authRefMap = (Map)SPCache.authContextHash.get(key);
491 SPCache.authContextHash.put(key, authRefMap);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/plugins/
H A DDefaultSPAuthnContextMapper.java191 SAML2Utils.debug.message("SPCache.authContextHash is: "
192 + SPCache.authContextHash);
313 (Map) SPCache.authContextHash.get(hostEntityID+"|"+realm);
328 + SPCache.authContextHash);
485 Map authRefMap = (Map)SPCache.authContextHash.get(key);
491 SPCache.authContextHash.put(key, authRefMap);

Completed in 32 milliseconds