Searched refs:IDPCache (Results 26 - 50 of 50) sorted by relevance

12

/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/multiprotocol/
H A DSAML2SingleLogoutHandler.java43 import com.sun.identity.saml2.profile.IDPCache;
264 // IDPCache to provide a Map for user and session mapping.
316 IDPCache.idpSessionsByIndices.get(sessIndex[0]);
372 IDPCache.idpSessionsByIndices.remove(sessIndex[0]);
373 IDPCache.authnContextCache.remove(sessIndex[0]);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/servlet/
H A DIDPSingleLogoutServiceSOAP.java41 import com.sun.identity.saml2.profile.IDPCache;
112 IDPCache.SOAPMessageByLogoutRequestID.put(
/forgerock/openam-v13/openam-federation/OpenFM/src/main/java/com/sun/identity/xacml/plugins/
H A DFMSubjectMapper.java44 import com.sun.identity.saml2.profile.IDPCache;
169 IDPCache.userIDByTransientNameIDValue.get(nameID);
/forgerock/openam/openam-federation/OpenFM/src/main/java/com/sun/identity/xacml/plugins/
H A DFMSubjectMapper.java44 import com.sun.identity.saml2.profile.IDPCache;
169 IDPCache.userIDByTransientNameIDValue.get(nameID);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/servlet/
H A DIDPSingleLogoutServiceSOAP.java41 import com.sun.identity.saml2.profile.IDPCache;
112 IDPCache.SOAPMessageByLogoutRequestID.put(
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DIDPSSOUtil.java569 IDPCache.responseCache.put(cachedResID, cacheList);
656 (ArrayList) IDPCache.responseCache.remove(cachedResID);
918 idpSession = (IDPSession) IDPCache.idpSessionsBySessionID.
926 IDPCache.idpSessionsByIndices.put(sessionIndex, idpSession);
930 (long)IDPCache.idpSessionsByIndices.size());
933 idpSession = (IDPSession)IDPCache.idpSessionsByIndices.
1014 synchronized (IDPCache.idpSessionsByIndices) {
1074 List assertions = (List) IDPCache.assertionCache.get(cacheKey);
1076 synchronized (IDPCache.assertionCache) {
1077 assertions = (List) IDPCache
[all...]
H A DDoManageNameID.java648 IDPCache.mniRequestHash.put(mniRequest.getID(), reqInfo);
1083 synchronized(IDPCache.idpSessionsByIndices) {
1681 (IDPSession)IDPCache.idpSessionsBySessionID.
1685 synchronized(IDPCache.idpSessionsByIndices) {
1711 IDPCache.mniRequestHash.get(requestID);
2043 if (IDPCache.idpSessionsByIndices != null) {
2044 keys = IDPCache.idpSessionsByIndices.keys();
2047 debug.message(method+"IDPCache.idpSessionsByIndices is null.");
2056 "IDPCache.idpSessionsByIndices return null.");
2064 idpSession = (IDPSession)IDPCache
[all...]
H A DAssertionIDRequestUtil.java304 Assertion assertion = (Assertion)IDPCache.assertionByIDCache.get(
431 Assertion assertion = (Assertion)IDPCache.assertionByIDCache.get(
H A DSPSingleLogout.java350 SOAPMessage soapMsg = (SOAPMessage) IDPCache.SOAPMessageByLogoutRequestID.get(requestID);
491 IDPCache.proxySPLogoutReqCache.put(requestIDStr,
495 IDPCache.SOAPMessageByLogoutRequestID.put(requestIDStr, msg);
H A DAuthnQueryUtil.java256 assertions = (List)IDPCache.assertionCache.get(cacheKey);
H A DIDPArtifactResolution.java357 (Response)IDPCache.responsesByArtifacts.remove(artStr);
H A DSPACSUtils.java1545 IDPCache.idpSessionsBySessionID.get(
1549 IDPCache.idpSessionsBySessionID.put(
H A DAttributeQueryUtil.java595 return (String)IDPCache.userIDByTransientNameIDValue.get(
H A DLogoutUtil.java336 IDPCache.relayStateCache.put(tmp, relayState);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DIDPSSOUtil.java573 IDPCache.responseCache.put(cachedResID, cacheList);
665 (ArrayList) IDPCache.responseCache.remove(cachedResID);
927 idpSession = (IDPSession) IDPCache.idpSessionsBySessionID.
935 IDPCache.idpSessionsByIndices.put(sessionIndex, idpSession);
939 (long)IDPCache.idpSessionsByIndices.size());
942 idpSession = (IDPSession)IDPCache.idpSessionsByIndices.
1023 synchronized (IDPCache.idpSessionsByIndices) {
1083 List assertions = (List) IDPCache.assertionCache.get(cacheKey);
1085 synchronized (IDPCache.assertionCache) {
1086 assertions = (List) IDPCache
[all...]
H A DDoManageNameID.java650 IDPCache.mniRequestHash.put(mniRequest.getID(), reqInfo);
1085 synchronized(IDPCache.idpSessionsByIndices) {
1683 (IDPSession)IDPCache.idpSessionsBySessionID.
1687 synchronized(IDPCache.idpSessionsByIndices) {
1713 IDPCache.mniRequestHash.get(requestID);
2045 if (IDPCache.idpSessionsByIndices != null) {
2046 keys = IDPCache.idpSessionsByIndices.keys();
2049 debug.message(method+"IDPCache.idpSessionsByIndices is null.");
2058 "IDPCache.idpSessionsByIndices return null.");
2066 idpSession = (IDPSession)IDPCache
[all...]
H A DAssertionIDRequestUtil.java306 Assertion assertion = (Assertion)IDPCache.assertionByIDCache.get(
433 Assertion assertion = (Assertion)IDPCache.assertionByIDCache.get(
H A DSPSingleLogout.java350 SOAPMessage soapMsg = (SOAPMessage) IDPCache.SOAPMessageByLogoutRequestID.get(requestID);
491 IDPCache.proxySPLogoutReqCache.put(requestIDStr,
495 IDPCache.SOAPMessageByLogoutRequestID.put(requestIDStr, msg);
H A DAuthnQueryUtil.java258 assertions = (List)IDPCache.assertionCache.get(cacheKey);
H A DIDPArtifactResolution.java359 (Response)IDPCache.responsesByArtifacts.remove(artStr);
H A DSPACSUtils.java1520 IDPSession idpSess = IDPCache.idpSessionsBySessionID.get(tokenID);
1523 IDPCache.idpSessionsBySessionID.put(tokenID, idpSess);
H A DAttributeQueryUtil.java597 return (String)IDPCache.userIDByTransientNameIDValue.get(
H A DLogoutUtil.java338 IDPCache.relayStateCache.put(tmp, relayState);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/common/
H A DSAML2Utils.java85 import com.sun.identity.saml2.profile.IDPCache;
2766 IDPCache.idpAccountMapperCache.get(
2771 IDPCache.idpAccountMapperCache.put(
2813 idpAdapter = (SAML2IdentityProviderAdapter) IDPCache.idpAdapterCache.get(realm + "$" + idpEntityID + "$" + idpAdapterName);
2821 IDPCache.idpAdapterCache.put(realm + "$" + idpEntityID + "$" + idpAdapterName, idpAdapter);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/common/
H A DSAML2Utils.java87 import com.sun.identity.saml2.profile.IDPCache;
2791 IDPCache.idpAccountMapperCache.get(
2796 IDPCache.idpAccountMapperCache.put(
2838 idpAdapter = (SAML2IdentityProviderAdapter) IDPCache.idpAdapterCache.get(realm + "$" + idpEntityID + "$" + idpAdapterName);
2846 IDPCache.idpAdapterCache.put(realm + "$" + idpEntityID + "$" + idpAdapterName, idpAdapter);

Completed in 290 milliseconds

12