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

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DIDPCache.java196 public static Hashtable oldIDPSessionCache = new Hashtable(); field in class:IDPCache
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DIDPCache.java196 public static Hashtable oldIDPSessionCache = new Hashtable(); field in class:IDPCache
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/org/forgerock/openam/saml2/
H A DUtilProxySAMLAuthenticatorLookup.java149 IDPSession oldSess = (IDPSession) IDPCache.oldIDPSessionCache.remove(data.getRequestID());
H A DUtilProxySAMLAuthenticator.java312 IDPCache.oldIDPSessionCache.put(data.getRequestID(), oldIDPSession);
811 IDPCache.oldIDPSessionCache.remove(reqID);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/org/forgerock/openam/saml2/
H A DUtilProxySAMLAuthenticatorLookup.java149 IDPSession oldSess = (IDPSession) IDPCache.oldIDPSessionCache.remove(data.getRequestID());
H A DUtilProxySAMLAuthenticator.java321 IDPCache.oldIDPSessionCache.put(data.getRequestID(), oldIDPSession);
823 IDPCache.oldIDPSessionCache.remove(reqID);

Completed in 28 milliseconds