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

12

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DCacheCleanUpScheduler.java52 pool.schedule(IDPCache.authnRequestCache, nextRun);
53 pool.schedule(IDPCache.idpAuthnContextCache, nextRun);
54 pool.schedule(IDPCache.assertionByIDCache, nextRun);
55 pool.schedule(IDPCache.relayStateCache, nextRun);
56 pool.schedule(IDPCache.responsesByArtifacts, nextRun);
57 pool.schedule(IDPCache.mniRequestHash, nextRun);
58 pool.schedule(IDPCache.responseCache, nextRun);
59 pool.schedule(IDPCache.proxySPAuthnReqCache, nextRun);
60 pool.schedule(IDPCache.proxySPLogoutReqCache, nextRun);
61 pool.schedule(IDPCache
[all...]
H A DCacheCleanUpRunnable.java81 synchronized(IDPCache.assertionCache) {
82 for(Iterator iter = IDPCache.assertionCache.keySet().iterator();
86 List assertions = (List)IDPCache.assertionCache.get(userName);
100 IDPCache.assertionByIDCache.remove(assertion.getID());
H A DIDPSessionListener.java136 IDPSession idpSession = (IDPSession)IDPCache.
211 synchronized(IDPCache.idpSessionsByIndices) {
218 IDPCache.userIDByTransientNameIDValue.remove(
232 IDPCache.idpSessionsByIndices.remove(sessionIndex);
233 IDPCache.authnContextCache.remove(sessionIndex);
235 if (IDPCache.idpSessionsBySessionID.get(sessID) != null) {
236 IDPCache.idpSessionsBySessionID.remove(sessID);
239 (long)IDPCache.idpSessionsBySessionID.size());
243 if (IDPCache.spSessionPartnerBySessionID.get(sessID) != null) {
244 IDPCache
[all...]
H A DIDPSingleLogout.java215 IDPSession idpSession = IDPCache.idpSessionsByIndices.get(idpSessionIndex);
231 IDPCache.authnContextCache.remove(idpSessionIndex);
250 IDPCache.idpSessionsByIndices.remove(idpSessionIndex);
253 (long)IDPCache.idpSessionsByIndices.size());
263 IDPCache.authnContextCache.remove(idpSessionIndex);
331 IDPCache.logoutResponseCache.put(requestIDStr, (Map) paramsMap.get("LogoutMap"));
345 IDPCache.idpSessionsByIndices.remove(idpSessionIndex);
347 saml2Svc.setIdpSessionCount((long) IDPCache.idpSessionsByIndices.size());
349 IDPCache.authnContextCache.remove(idpSessionIndex);
810 Map logoutResponseMap = (Map)IDPCache
[all...]
H A DIDPCache.java25 * $Id: IDPCache.java,v 1.18 2009/05/14 17:23:45 exu Exp $
46 public class IDPCache { class
48 private IDPCache() { method in class:IDPCache
H A DIDPProxyUtil.java202 // save the AuthnRequest in the IDPCache so that it can be
204 IDPCache.authnRequestCache.put(requestID, newAuthnRequest);
207 IDPCache.proxySPAuthnReqCache.put(requestID, authnRequest);
496 return IDPCache.proxySPAuthnReqCache.containsKey(requestID);
523 IDPCache.proxySPAuthnReqCache.get(requestID);
533 IDPCache.proxySPAuthnReqCache.remove(requestID);
541 IDPCache.spSessionPartnerBySessionID.put(sessionProvider.getSessionID(newSession), proxySPEntityId);
551 IDPCache.relayStateCache.get(origRequest.getID());
580 AuthnRequest origRequest = (AuthnRequest) IDPCache.proxySPAuthnReqCache.remove(requestID);
581 String relayState = (String) IDPCache
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DCacheCleanUpScheduler.java55 pool.schedule(IDPCache.authnRequestCache, nextRun);
56 pool.schedule(IDPCache.idpAuthnContextCache, nextRun);
57 pool.schedule(IDPCache.assertionByIDCache, nextRun);
58 pool.schedule(IDPCache.relayStateCache, nextRun);
59 pool.schedule(IDPCache.responsesByArtifacts, nextRun);
60 pool.schedule(IDPCache.mniRequestHash, nextRun);
61 pool.schedule(IDPCache.responseCache, nextRun);
62 pool.schedule(IDPCache.proxySPAuthnReqCache, nextRun);
63 pool.schedule(IDPCache.proxySPLogoutReqCache, nextRun);
64 pool.schedule(IDPCache
[all...]
H A DCacheCleanUpRunnable.java81 synchronized(IDPCache.assertionCache) {
82 for(Iterator iter = IDPCache.assertionCache.keySet().iterator();
86 List assertions = (List)IDPCache.assertionCache.get(userName);
100 IDPCache.assertionByIDCache.remove(assertion.getID());
H A DIDPSessionListener.java136 IDPSession idpSession = (IDPSession)IDPCache.
211 synchronized(IDPCache.idpSessionsByIndices) {
218 IDPCache.userIDByTransientNameIDValue.remove(
232 IDPCache.idpSessionsByIndices.remove(sessionIndex);
233 IDPCache.authnContextCache.remove(sessionIndex);
235 if (IDPCache.idpSessionsBySessionID.get(sessID) != null) {
236 IDPCache.idpSessionsBySessionID.remove(sessID);
239 (long)IDPCache.idpSessionsBySessionID.size());
243 if (IDPCache.spSessionPartnerBySessionID.get(sessID) != null) {
244 IDPCache
[all...]
H A DIDPSingleLogout.java216 IDPSession idpSession = IDPCache.idpSessionsByIndices.get(idpSessionIndex);
232 IDPCache.authnContextCache.remove(idpSessionIndex);
251 IDPCache.idpSessionsByIndices.remove(idpSessionIndex);
254 (long)IDPCache.idpSessionsByIndices.size());
264 IDPCache.authnContextCache.remove(idpSessionIndex);
332 IDPCache.logoutResponseCache.put(requestIDStr, (Map) paramsMap.get("LogoutMap"));
346 IDPCache.idpSessionsByIndices.remove(idpSessionIndex);
348 saml2Svc.setIdpSessionCount((long) IDPCache.idpSessionsByIndices.size());
350 IDPCache.authnContextCache.remove(idpSessionIndex);
807 Map logoutResponseMap = (Map)IDPCache
[all...]
H A DIDPCache.java25 * $Id: IDPCache.java,v 1.18 2009/05/14 17:23:45 exu Exp $
46 public class IDPCache { class
48 private IDPCache() { method in class:IDPCache
H A DIDPProxyUtil.java213 // save the AuthnRequest in the IDPCache so that it can be
215 IDPCache.authnRequestCache.put(requestID, newAuthnRequest);
218 IDPCache.proxySPAuthnReqCache.put(requestID, authnRequest);
529 return IDPCache.proxySPAuthnReqCache.containsKey(requestID);
560 IDPCache.proxySPAuthnReqCache.get(requestID);
570 IDPCache.proxySPAuthnReqCache.remove(requestID);
578 IDPCache.spSessionPartnerBySessionID.put(sessionProvider.getSessionID(newSession), proxySPEntityId);
588 IDPCache.relayStateCache.get(origRequest.getID());
622 AuthnRequest origRequest = (AuthnRequest) IDPCache.proxySPAuthnReqCache.remove(requestID);
623 String relayState = (String) IDPCache
[all...]
/forgerock/openam-v13/openam-federation/OpenFM/src/main/java/org/forgerock/openam/authentication/
H A DSaml2SessionUpgradeHandler.java24 import com.sun.identity.saml2.profile.IDPCache;
65 IDPSession idpSession = IDPCache.idpSessionsByIndices.get(sessionIndex);
93 IDPCache.idpSessionsByIndices.put(sessionIndex, idpSession);
94 IDPCache.idpSessionsBySessionID.put(newSessionID, idpSession);
97 IDPCache.idpSessionsBySessionID.remove(oldSessionID);
98 final String partner = IDPCache.spSessionPartnerBySessionID.remove(oldSessionID);
100 IDPCache.spSessionPartnerBySessionID.put(newSessionID, partner);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/plugins/
H A DDefaultIDPAuthnContextMapper.java44 import com.sun.identity.saml2.profile.IDPCache;
99 if (IDPCache.classRefSchemesHash != null) {
100 classRefSchemesMap = (Map) IDPCache.classRefSchemesHash.get(
106 if (IDPCache.classRefLevelHash != null) {
107 classRefLevelMap = (Map) IDPCache.classRefLevelHash.get(
115 classRefSchemesMap = (Map) IDPCache.classRefSchemesHash.get(
120 classRefLevelMap = (Map) IDPCache.classRefLevelHash.get(
172 classRef = (String) IDPCache.defaultClassRefHash.get(
212 if (IDPCache.classRefLevelHash != null) {
213 classRefLevelMap = (Map) IDPCache
[all...]
H A DDefaultIDPAccountMapper.java46 import com.sun.identity.saml2.profile.IDPCache;
79 IDPSession idpSession = IDPCache.idpSessionsByIndices.get(sessionIndex);
200 Map<String, String> formatAttributeMap = IDPCache.formatAttributeHash.get(key);
221 IDPCache.formatAttributeHash.put(key, formatAttributeMap);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/plugins/
H A DDefaultIDPAuthnContextMapper.java38 import com.sun.identity.saml2.profile.IDPCache;
92 if (IDPCache.classRefSchemesHash != null) {
93 classRefSchemesMap = (Map) IDPCache.classRefSchemesHash.get(
99 if (IDPCache.classRefLevelHash != null) {
100 classRefLevelMap = (Map) IDPCache.classRefLevelHash.get(
108 classRefSchemesMap = (Map) IDPCache.classRefSchemesHash.get(
113 classRefLevelMap = (Map) IDPCache.classRefLevelHash.get(
164 classRef = (String) IDPCache.defaultClassRefHash.get(idpEntityID + "|" + realm);
204 if (IDPCache.classRefLevelHash != null) {
205 classRefLevelMap = (Map) IDPCache
[all...]
H A DDefaultIDPAccountMapper.java49 import com.sun.identity.saml2.profile.IDPCache;
83 IDPSession idpSession = IDPCache.idpSessionsByIndices.get(sessionIndex);
218 Map<String, String> formatAttributeMap = IDPCache.formatAttributeHash.get(key);
239 IDPCache.formatAttributeHash.put(key, formatAttributeMap);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/meta/
H A DSAML2MetaServiceListener.java34 import com.sun.identity.saml2.profile.IDPCache;
66 IDPCache.clear(realm);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/meta/
H A DSAML2MetaServiceListener.java34 import com.sun.identity.saml2.profile.IDPCache;
66 IDPCache.clear(realm);
/forgerock/openam/openam-federation/OpenFM/src/main/java/org/forgerock/openam/authentication/
H A DSaml2SessionUpgradeHandler.java26 import com.sun.identity.saml2.profile.IDPCache;
67 IDPSession idpSession = IDPCache.idpSessionsByIndices.get(sessionIndex);
95 IDPCache.idpSessionsByIndices.put(sessionIndex, idpSession);
96 IDPCache.idpSessionsBySessionID.put(newSessionID, idpSession);
99 IDPCache.idpSessionsBySessionID.remove(oldSessionID);
100 final String partner = IDPCache.spSessionPartnerBySessionID.remove(oldSessionID);
102 IDPCache.spSessionPartnerBySessionID.put(newSessionID, partner);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/org/forgerock/openam/saml2/
H A DUtilProxySAMLAuthenticatorLookup.java33 import com.sun.identity.saml2.profile.IDPCache;
99 synchronized (IDPCache.authnRequestCache) {
100 cacheObj = (CacheObject) IDPCache.authnRequestCache.get(data.getRequestID());
106 data.setRelayState((String) IDPCache.relayStateCache.get(data.getRequestID()));
118 synchronized (IDPCache.authnRequestCache) {
119 cacheObj = (CacheObject) IDPCache.authnRequestCache.remove(data.getRequestID());
126 synchronized (IDPCache.idpAuthnContextCache) {
127 cacheObj = (CacheObject) IDPCache.idpAuthnContextCache.remove(data.getRequestID());
134 data.setRelayState((String) IDPCache.relayStateCache.remove(data.getRequestID()));
144 if (CollectionUtils.isNotEmpty(IDPCache
[all...]
H A DUtilProxySAMLAuthenticator.java39 import com.sun.identity.saml2.profile.IDPCache;
310 IDPSession oldIDPSession = IDPCache.idpSessionsByIndices.get(sessionIndex);
312 IDPCache.oldIDPSessionCache.put(data.getRequestID(), oldIDPSession);
320 IDPCache.authnRequestCache.put(data.getRequestID(), new CacheObject(data.getAuthnRequest()));
322 IDPCache.idpAuthnContextCache.put(data.getRequestID(), new CacheObject(data.getMatchingAuthnContext()));
324 IDPCache.isSessionUpgradeCache.add(data.getRequestID());
326 // save the relay state in the IDPCache so that it can
330 IDPCache.relayStateCache.put(data.getRequestID(), data.getRelayState());
472 // save the AuthnRequest in the IDPCache so that it can be
474 synchronized (IDPCache
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/org/forgerock/openam/saml2/
H A DUtilProxySAMLAuthenticatorLookup.java33 import com.sun.identity.saml2.profile.IDPCache;
99 synchronized (IDPCache.authnRequestCache) {
100 cacheObj = (CacheObject) IDPCache.authnRequestCache.get(data.getRequestID());
106 data.setRelayState((String) IDPCache.relayStateCache.get(data.getRequestID()));
118 synchronized (IDPCache.authnRequestCache) {
119 cacheObj = (CacheObject) IDPCache.authnRequestCache.remove(data.getRequestID());
126 synchronized (IDPCache.idpAuthnContextCache) {
127 cacheObj = (CacheObject) IDPCache.idpAuthnContextCache.remove(data.getRequestID());
134 data.setRelayState((String) IDPCache.relayStateCache.remove(data.getRequestID()));
144 if (CollectionUtils.isNotEmpty(IDPCache
[all...]
H A DUtilProxySAMLAuthenticator.java40 import com.sun.identity.saml2.profile.IDPCache;
319 IDPSession oldIDPSession = IDPCache.idpSessionsByIndices.get(sessionIndex);
321 IDPCache.oldIDPSessionCache.put(data.getRequestID(), oldIDPSession);
329 IDPCache.authnRequestCache.put(data.getRequestID(), new CacheObject(data.getAuthnRequest()));
331 IDPCache.idpAuthnContextCache.put(data.getRequestID(), new CacheObject(data.getMatchingAuthnContext()));
333 IDPCache.isSessionUpgradeCache.add(data.getRequestID());
335 // save the relay state in the IDPCache so that it can
339 IDPCache.relayStateCache.put(data.getRequestID(), data.getRelayState());
482 // save the AuthnRequest in the IDPCache so that it can be
484 synchronized (IDPCache
[all...]
/forgerock/openam-v13/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]);

Completed in 150 milliseconds

12