Searched defs:authContextHash (Results 1 - 4 of 4) sorted by relevance

/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-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/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/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();

Completed in 49 milliseconds