Searched refs:proxySPAuthnReqCache (Results 1 - 6 of 6) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DCacheCleanUpScheduler.java59 pool.schedule(IDPCache.proxySPAuthnReqCache, nextRun);
H A DIDPCache.java203 public static PeriodicCleanUpMap proxySPAuthnReqCache = field in class:IDPCache
H A DIDPProxyUtil.java207 IDPCache.proxySPAuthnReqCache.put(requestID, authnRequest);
496 return IDPCache.proxySPAuthnReqCache.containsKey(requestID);
523 IDPCache.proxySPAuthnReqCache.get(requestID);
533 IDPCache.proxySPAuthnReqCache.remove(requestID);
580 AuthnRequest origRequest = (AuthnRequest) IDPCache.proxySPAuthnReqCache.remove(requestID);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DCacheCleanUpScheduler.java62 pool.schedule(IDPCache.proxySPAuthnReqCache, nextRun);
H A DIDPCache.java203 public static PeriodicCleanUpMap proxySPAuthnReqCache = field in class:IDPCache
H A DIDPProxyUtil.java218 IDPCache.proxySPAuthnReqCache.put(requestID, authnRequest);
529 return IDPCache.proxySPAuthnReqCache.containsKey(requestID);
560 IDPCache.proxySPAuthnReqCache.get(requestID);
570 IDPCache.proxySPAuthnReqCache.remove(requestID);
622 AuthnRequest origRequest = (AuthnRequest) IDPCache.proxySPAuthnReqCache.remove(requestID);

Completed in 27 milliseconds