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

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DCacheCleanUpScheduler.java53 pool.schedule(IDPCache.idpAuthnContextCache, nextRun);
H A DIDPCache.java67 public static PeriodicCleanUpMap idpAuthnContextCache = field in class:IDPCache
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DCacheCleanUpScheduler.java56 pool.schedule(IDPCache.idpAuthnContextCache, nextRun);
H A DIDPCache.java67 public static PeriodicCleanUpMap idpAuthnContextCache = field in class:IDPCache
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/org/forgerock/openam/saml2/
H A DUtilProxySAMLAuthenticatorLookup.java126 synchronized (IDPCache.idpAuthnContextCache) {
127 cacheObj = (CacheObject) IDPCache.idpAuthnContextCache.remove(data.getRequestID());
H A DUtilProxySAMLAuthenticator.java322 IDPCache.idpAuthnContextCache.put(data.getRequestID(), new CacheObject(data.getMatchingAuthnContext()));
480 synchronized (IDPCache.idpAuthnContextCache) {
481 IDPCache.idpAuthnContextCache.put(data.getRequestID(), new CacheObject(data.getMatchingAuthnContext()));
527 synchronized (IDPCache.idpAuthnContextCache) {
528 IDPCache.idpAuthnContextCache.put(data.getRequestID(), new CacheObject(data.getMatchingAuthnContext()));
813 IDPCache.idpAuthnContextCache.remove(reqID);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/org/forgerock/openam/saml2/
H A DUtilProxySAMLAuthenticatorLookup.java126 synchronized (IDPCache.idpAuthnContextCache) {
127 cacheObj = (CacheObject) IDPCache.idpAuthnContextCache.remove(data.getRequestID());
H A DUtilProxySAMLAuthenticator.java331 IDPCache.idpAuthnContextCache.put(data.getRequestID(), new CacheObject(data.getMatchingAuthnContext()));
490 synchronized (IDPCache.idpAuthnContextCache) {
491 IDPCache.idpAuthnContextCache.put(data.getRequestID(), new CacheObject(data.getMatchingAuthnContext()));
537 synchronized (IDPCache.idpAuthnContextCache) {
538 IDPCache.idpAuthnContextCache.put(data.getRequestID(), new CacheObject(data.getMatchingAuthnContext()));
825 IDPCache.idpAuthnContextCache.remove(reqID);

Completed in 70 milliseconds