Searched refs:idpSessionsBySessionID (Results 1 - 14 of 14) sorted by relevance

/forgerock/openam-v13/openam-federation/OpenFM/src/main/java/org/forgerock/openam/authentication/
H A DSaml2SessionUpgradeHandler.java94 IDPCache.idpSessionsBySessionID.put(newSessionID, idpSession);
97 IDPCache.idpSessionsBySessionID.remove(oldSessionID);
/forgerock/openam/openam-federation/OpenFM/src/main/java/org/forgerock/openam/authentication/
H A DSaml2SessionUpgradeHandler.java96 IDPCache.idpSessionsBySessionID.put(newSessionID, idpSession);
99 IDPCache.idpSessionsBySessionID.remove(oldSessionID);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DIDPSessionListener.java235 if (IDPCache.idpSessionsBySessionID.get(sessID) != null) {
236 IDPCache.idpSessionsBySessionID.remove(sessID);
239 (long)IDPCache.idpSessionsBySessionID.size());
H A DIDPCache.java212 public static Hashtable<String, IDPSession> idpSessionsBySessionID = new Hashtable<>(); field in class:IDPCache
H A DIDPProxyUtil.java779 IDPCache.idpSessionsBySessionID.get(tokenID);
821 IDPCache.idpSessionsBySessionID.get(tokenID);
841 IDPCache.idpSessionsBySessionID.remove(tokenID);
950 IDPCache.idpSessionsBySessionID.get(tokenId);
H A DSPACSUtils.java1545 IDPCache.idpSessionsBySessionID.get(
1549 IDPCache.idpSessionsBySessionID.put(
H A DDoManageNameID.java1681 (IDPSession)IDPCache.idpSessionsBySessionID.
H A DIDPSSOUtil.java918 idpSession = (IDPSession) IDPCache.idpSessionsBySessionID.
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DIDPSessionListener.java235 if (IDPCache.idpSessionsBySessionID.get(sessID) != null) {
236 IDPCache.idpSessionsBySessionID.remove(sessID);
239 (long)IDPCache.idpSessionsBySessionID.size());
H A DIDPCache.java212 public static Hashtable<String, IDPSession> idpSessionsBySessionID = new Hashtable<>(); field in class:IDPCache
H A DIDPProxyUtil.java839 IDPCache.idpSessionsBySessionID.get(tokenID);
881 IDPCache.idpSessionsBySessionID.get(tokenID);
901 IDPCache.idpSessionsBySessionID.remove(tokenID);
1010 IDPCache.idpSessionsBySessionID.get(tokenId);
H A DSPACSUtils.java1520 IDPSession idpSess = IDPCache.idpSessionsBySessionID.get(tokenID);
1523 IDPCache.idpSessionsBySessionID.put(tokenID, idpSess);
H A DDoManageNameID.java1683 (IDPSession)IDPCache.idpSessionsBySessionID.
H A DIDPSSOUtil.java927 idpSession = (IDPSession) IDPCache.idpSessionsBySessionID.

Completed in 65 milliseconds