Searched refs:assertionByIDCache (Results 1 - 22 of 22) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/profile/
H A DSPCache.java52 public static PeriodicCleanUpMap assertionByIDCache = null; field in class:SPCache
71 assertionByIDCache = new PeriodicCleanUpMap(interval * 1000,
73 SystemTimerPool.getTimerPool().schedule(assertionByIDCache,
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/profile/
H A DSPCache.java54 public static PeriodicCleanUpMap assertionByIDCache = null; field in class:SPCache
73 assertionByIDCache = new PeriodicCleanUpMap(interval * 1000,
75 SystemTimerPool.getTimerPool().schedule(assertionByIDCache,
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DCacheCleanUpScheduler.java51 pool.schedule(SPCache.assertionByIDCache, nextRun);
54 pool.schedule(IDPCache.assertionByIDCache, nextRun);
H A DCacheCleanUpRunnable.java100 IDPCache.assertionByIDCache.remove(assertion.getID());
H A DSPCache.java209 final public static PeriodicCleanUpMap assertionByIDCache = field in class:SPCache
H A DIDPCache.java83 public static PeriodicCleanUpMap assertionByIDCache = field in class:IDPCache
H A DAssertionIDRequestUtil.java304 Assertion assertion = (Assertion)IDPCache.assertionByIDCache.get(
431 Assertion assertion = (Assertion)IDPCache.assertionByIDCache.get(
H A DSPACSUtils.java1397 SPCache.assertionByIDCache.put(assertionID, SAML2Constants.ONETIME);
H A DIDPSSOUtil.java1088 IDPCache.assertionByIDCache.put(assertionID, assertion);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DCacheCleanUpScheduler.java54 pool.schedule(SPCache.assertionByIDCache, nextRun);
57 pool.schedule(IDPCache.assertionByIDCache, nextRun);
H A DCacheCleanUpRunnable.java100 IDPCache.assertionByIDCache.remove(assertion.getID());
H A DSPCache.java202 final public static PeriodicCleanUpMap assertionByIDCache = field in class:SPCache
H A DIDPCache.java83 public static PeriodicCleanUpMap assertionByIDCache = field in class:IDPCache
H A DAssertionIDRequestUtil.java306 Assertion assertion = (Assertion)IDPCache.assertionByIDCache.get(
433 Assertion assertion = (Assertion)IDPCache.assertionByIDCache.get(
H A DSPACSUtils.java1400 SPCache.assertionByIDCache.put(assertionID, SAML2Constants.ONETIME);
H A DIDPSSOUtil.java1097 IDPCache.assertionByIDCache.put(assertionID, assertion);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/servlet/
H A DWSFederationService.java95 return (String)SPCache.assertionByIDCache.get(assertionID[0]);
H A DRPSigninResponse.java222 SPCache.assertionByIDCache.put(tokenID, rst.toString());
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/servlet/
H A DWSFederationService.java95 return (String)SPCache.assertionByIDCache.get(assertionID[0]);
H A DRPSigninResponse.java222 SPCache.assertionByIDCache.put(tokenID, rst.toString());
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/common/
H A DSAML2Utils.java585 if ((SPCache.assertionByIDCache != null) &&
586 (SPCache.assertionByIDCache.containsKey(assertionID))) {
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/common/
H A DSAML2Utils.java577 if ((SPCache.assertionByIDCache != null) &&
578 (SPCache.assertionByIDCache.containsKey(assertionID))) {

Completed in 113 milliseconds