Searched refs:spSessionPartnerBySessionID (Results 1 - 8 of 8) sorted by relevance

/forgerock/openam-v13/openam-federation/OpenFM/src/main/java/org/forgerock/openam/authentication/
H A DSaml2SessionUpgradeHandler.java98 final String partner = IDPCache.spSessionPartnerBySessionID.remove(oldSessionID);
100 IDPCache.spSessionPartnerBySessionID.put(newSessionID, partner);
/forgerock/openam/openam-federation/OpenFM/src/main/java/org/forgerock/openam/authentication/
H A DSaml2SessionUpgradeHandler.java100 final String partner = IDPCache.spSessionPartnerBySessionID.remove(oldSessionID);
102 IDPCache.spSessionPartnerBySessionID.put(newSessionID, partner);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DIDPCache.java244 public static Hashtable<String, String> spSessionPartnerBySessionID = new Hashtable<>(); field in class:IDPCache
H A DIDPSessionListener.java243 if (IDPCache.spSessionPartnerBySessionID.get(sessID) != null) {
244 IDPCache.spSessionPartnerBySessionID.remove(sessID);
H A DIDPProxyUtil.java541 IDPCache.spSessionPartnerBySessionID.put(sessionProvider.getSessionID(newSession), proxySPEntityId);
1072 pid=(String)IDPCache.spSessionPartnerBySessionID.get(tokenID);
1073 IDPCache.spSessionPartnerBySessionID.remove(tokenID);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DIDPCache.java252 public static Hashtable<String, String> spSessionPartnerBySessionID = new Hashtable<>(); field in class:IDPCache
H A DIDPSessionListener.java243 if (IDPCache.spSessionPartnerBySessionID.get(sessID) != null) {
244 IDPCache.spSessionPartnerBySessionID.remove(sessID);
H A DIDPProxyUtil.java578 IDPCache.spSessionPartnerBySessionID.put(sessionProvider.getSessionID(newSession), proxySPEntityId);
1132 pid=(String)IDPCache.spSessionPartnerBySessionID.get(tokenID);
1133 IDPCache.spSessionPartnerBySessionID.remove(tokenID);

Completed in 29 milliseconds