Searched refs:responseCache (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.java58 pool.schedule(IDPCache.responseCache, nextRun);
H A DIDPCache.java171 public static PeriodicCleanUpMap responseCache = new PeriodicCleanUpMap( field in class:IDPCache
H A DIDPSSOUtil.java569 IDPCache.responseCache.put(cachedResID, cacheList);
656 (ArrayList) IDPCache.responseCache.remove(cachedResID);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DCacheCleanUpScheduler.java61 pool.schedule(IDPCache.responseCache, nextRun);
H A DIDPCache.java171 public static PeriodicCleanUpMap responseCache = new PeriodicCleanUpMap( field in class:IDPCache
H A DIDPSSOUtil.java573 IDPCache.responseCache.put(cachedResID, cacheList);
665 (ArrayList) IDPCache.responseCache.remove(cachedResID);

Completed in 53 milliseconds