Searched refs:authnRequestCache (Results 1 - 10 of 10) sorted by relevance

/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);
H A DIDPCache.java58 public static PeriodicCleanUpMap authnRequestCache = new PeriodicCleanUpMap( field in class:IDPCache
H A DIDPProxyUtil.java204 IDPCache.authnRequestCache.put(requestID, newAuthnRequest);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/org/forgerock/openam/saml2/
H A DUtilProxySAMLAuthenticatorLookup.java99 synchronized (IDPCache.authnRequestCache) {
100 cacheObj = (CacheObject) IDPCache.authnRequestCache.get(data.getRequestID());
118 synchronized (IDPCache.authnRequestCache) {
119 cacheObj = (CacheObject) IDPCache.authnRequestCache.remove(data.getRequestID());
H A DUtilProxySAMLAuthenticator.java320 IDPCache.authnRequestCache.put(data.getRequestID(), new CacheObject(data.getAuthnRequest()));
474 synchronized (IDPCache.authnRequestCache) {
475 IDPCache.authnRequestCache.put(data.getRequestID(), new CacheObject(data.getAuthnRequest()));
521 synchronized (IDPCache.authnRequestCache) {
522 IDPCache.authnRequestCache.put(data.getRequestID(), new CacheObject(data.getAuthnRequest()));
812 IDPCache.authnRequestCache.remove(reqID);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DCacheCleanUpScheduler.java55 pool.schedule(IDPCache.authnRequestCache, nextRun);
H A DIDPCache.java58 public static PeriodicCleanUpMap authnRequestCache = new PeriodicCleanUpMap( field in class:IDPCache
H A DIDPProxyUtil.java215 IDPCache.authnRequestCache.put(requestID, newAuthnRequest);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/org/forgerock/openam/saml2/
H A DUtilProxySAMLAuthenticatorLookup.java99 synchronized (IDPCache.authnRequestCache) {
100 cacheObj = (CacheObject) IDPCache.authnRequestCache.get(data.getRequestID());
118 synchronized (IDPCache.authnRequestCache) {
119 cacheObj = (CacheObject) IDPCache.authnRequestCache.remove(data.getRequestID());
H A DUtilProxySAMLAuthenticator.java329 IDPCache.authnRequestCache.put(data.getRequestID(), new CacheObject(data.getAuthnRequest()));
484 synchronized (IDPCache.authnRequestCache) {
485 IDPCache.authnRequestCache.put(data.getRequestID(), new CacheObject(data.getAuthnRequest()));
531 synchronized (IDPCache.authnRequestCache) {
532 IDPCache.authnRequestCache.put(data.getRequestID(), new CacheObject(data.getAuthnRequest()));
824 IDPCache.authnRequestCache.remove(reqID);

Completed in 32 milliseconds