Searched defs:authCtxObjHash (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.java154 final public static Hashtable authCtxObjHash = new Hashtable(); field in class:SPCache
219 if ((authCtxObjHash != null) &&
220 (!authCtxObjHash.isEmpty())) {
221 authCtxObjHash.clear();
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/profile/
H A DSPCache.java130 public static Hashtable authCtxObjHash = new Hashtable(); field in class:SPCache
164 if ((authCtxObjHash != null) && (!authCtxObjHash.isEmpty())) {
165 Enumeration keys = authCtxObjHash.keys();
169 authCtxObjHash.remove(key);
172 authCtxObjHash.remove(key);
184 authCtxObjHash.remove(key);
196 if ((authCtxObjHash != null) &&
197 (!authCtxObjHash.isEmpty())) {
198 authCtxObjHash
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DSPCache.java147 final public static Hashtable authCtxObjHash = new Hashtable(); field in class:SPCache
212 if ((authCtxObjHash != null) &&
213 (!authCtxObjHash.isEmpty())) {
214 authCtxObjHash.clear();
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/profile/
H A DSPCache.java132 public static Hashtable authCtxObjHash = new Hashtable(); field in class:SPCache
166 if ((authCtxObjHash != null) && (!authCtxObjHash.isEmpty())) {
167 Enumeration keys = authCtxObjHash.keys();
171 authCtxObjHash.remove(key);
174 authCtxObjHash.remove(key);
186 authCtxObjHash.remove(key);
198 if ((authCtxObjHash != null) &&
199 (!authCtxObjHash.isEmpty())) {
200 authCtxObjHash
[all...]

Completed in 29 milliseconds