Searched refs:SPCache (Results 1 - 25 of 50) sorted by relevance

12

/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DIDPCache.java59 SPCache.interval * 1000, SPCache.interval * 1000);
69 SPCache.interval * 1000, SPCache.interval * 1000);
84 new PeriodicCleanUpMap(SPCache.interval * 1000,
85 SPCache.interval * 1000);
93 SPCache.interval * 1000, SPCache.interval * 1000);
113 new PeriodicCleanUpMap(SPCache.interval * 1000, SPCache
[all...]
H A DCacheCleanUpScheduler.java32 import static com.sun.identity.saml2.profile.SPCache.*;
46 pool.schedule(SPCache.requestHash, nextRun);
47 pool.schedule(SPCache.responseHash, nextRun);
48 pool.schedule(SPCache.mniRequestHash, nextRun);
49 pool.schedule(SPCache.relayStateHash, nextRun);
50 pool.schedule(SPCache.logoutRequestIDHash, nextRun);
51 pool.schedule(SPCache.reqParamHash, nextRun);
52 pool.schedule(SPCache.authnRequestHash, nextRun);
53 pool.schedule(SPCache.fedAccountHash, nextRun);
54 pool.schedule(SPCache
[all...]
H A DSPCache.java25 * $Id: SPCache.java,v 1.17 2009/06/09 20:28:32 exu Exp $
47 public class SPCache { class
59 SAML2Utils.debug.message("SPCache.constructor: Cleanup interval shouldn't be less than {} seconds."
72 private SPCache() { method in class:SPCache
164 SPCache.interval * 1000, SPCache.interval * 1000);
H A DSPSessionListener.java121 SPCache.fedSessionListsByNameIDInfoKey.get(infoKeyString);
208 (long)SPCache.fedSessionListsByNameIDInfoKey.
214 SPCache.fedSessionListsByNameIDInfoKey.remove(infoKeyString);
H A DSPSingleLogout.java210 if (!SPCache.isFedlet) {
217 if (!SPCache.isFedlet) {
257 if (SPCache.isFedlet) {
386 if (SPCache.isFedlet) {
398 (List)SPCache.fedSessionListsByNameIDInfoKey.get(infoKeyString);
410 (long)SPCache.
414 SPCache.fedSessionListsByNameIDInfoKey.
534 if ((SPCache.isFedlet) &&
589 LogoutRequest logoutReq = (LogoutRequest) SPCache.logoutRequestIDHash.remove(inResponseTo);
604 if (!SPCache
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DIDPCache.java59 SPCache.interval * 1000, SPCache.interval * 1000);
69 SPCache.interval * 1000, SPCache.interval * 1000);
84 new PeriodicCleanUpMap(SPCache.interval * 1000,
85 SPCache.interval * 1000);
93 SPCache.interval * 1000, SPCache.interval * 1000);
113 new PeriodicCleanUpMap(SPCache.interval * 1000, SPCache
[all...]
H A DCacheCleanUpScheduler.java42 (SPCache.interval * 1000)) / 1000) * 1000);
43 pool.schedule(SPCache.requestHash, nextRun);
44 pool.schedule(SPCache.responseHash, nextRun);
45 pool.schedule(SPCache.mniRequestHash, nextRun);
46 pool.schedule(SPCache.relayStateHash, nextRun);
47 pool.schedule(SPCache.logoutRequestIDHash, nextRun);
48 pool.schedule(SPCache.reqParamHash, nextRun);
49 pool.schedule(SPCache.authnRequestHash, nextRun);
50 pool.schedule(SPCache.fedAccountHash, nextRun);
51 pool.schedule(SPCache
[all...]
H A DSPCache.java25 * $Id: SPCache.java,v 1.17 2009/06/09 20:28:32 exu Exp $
45 public class SPCache { class
63 SAML2Utils.debug.message("SPCache.constructor: "
79 private SPCache() { method in class:SPCache
171 SPCache.interval * 1000, SPCache.interval * 1000);
H A DSPSessionListener.java121 SPCache.fedSessionListsByNameIDInfoKey.get(infoKeyString);
208 (long)SPCache.fedSessionListsByNameIDInfoKey.
214 SPCache.fedSessionListsByNameIDInfoKey.remove(infoKeyString);
H A DSPSingleLogout.java210 if (!SPCache.isFedlet) {
217 if (!SPCache.isFedlet) {
257 if (SPCache.isFedlet) {
386 if (SPCache.isFedlet) {
398 (List)SPCache.fedSessionListsByNameIDInfoKey.get(infoKeyString);
410 (long)SPCache.
414 SPCache.fedSessionListsByNameIDInfoKey.
534 if ((SPCache.isFedlet) &&
589 LogoutRequest logoutReq = (LogoutRequest) SPCache.logoutRequestIDHash.remove(inResponseTo);
604 if (!SPCache
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/meta/
H A DWSFederationMetaServiceListener.java34 import com.sun.identity.wsfederation.profile.SPCache;
64 SPCache.clear();
66 SPCache.clear(e.getRealm());
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/meta/
H A DWSFederationMetaServiceListener.java34 import com.sun.identity.wsfederation.profile.SPCache;
64 SPCache.clear();
66 SPCache.clear(e.getRealm());
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/meta/
H A DSAML2MetaServiceListener.java35 import com.sun.identity.saml2.profile.SPCache;
65 SPCache.clear(realm);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/meta/
H A DSAML2MetaServiceListener.java35 import com.sun.identity.saml2.profile.SPCache;
65 SPCache.clear(realm);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/servlet/
H A DWSFederationService.java42 import com.sun.identity.wsfederation.profile.SPCache;
95 return (String)SPCache.assertionByIDCache.get(assertionID[0]);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/servlet/
H A DWSFederationService.java42 import com.sun.identity.wsfederation.profile.SPCache;
95 return (String)SPCache.assertionByIDCache.get(assertionID[0]);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/profile/
H A DSPCache.java25 * $Id: SPCache.java,v 1.5 2009/12/14 23:42:48 mallas Exp $
49 public class SPCache { class
67 WSFederationUtils.debug.message("SPCache.constructor: "
77 private SPCache() { method in class:SPCache
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/profile/
H A DSPCache.java25 * $Id: SPCache.java,v 1.5 2009/12/14 23:42:48 mallas Exp $
51 public class SPCache { class
69 WSFederationUtils.debug.message("SPCache.constructor: "
79 private SPCache() { method in class:SPCache
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/plugins/
H A DDefaultSPAuthnContextMapper.java39 import com.sun.identity.saml2.profile.SPCache;
191 SAML2Utils.debug.message("SPCache.authContextHash is: "
192 + SPCache.authContextHash);
313 (Map) SPCache.authContextHash.get(hostEntityID+"|"+realm);
328 + SPCache.authContextHash);
485 Map authRefMap = (Map)SPCache.authContextHash.get(key);
491 SPCache.authContextHash.put(key, authRefMap);
H A DSAML2IDPProxyImpl.java41 import com.sun.identity.saml2.profile.SPCache;
141 SPCache.reqParamHash.put(rID, aMap);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/plugins/
H A DDefaultSPAuthnContextMapper.java39 import com.sun.identity.saml2.profile.SPCache;
191 SAML2Utils.debug.message("SPCache.authContextHash is: "
192 + SPCache.authContextHash);
313 (Map) SPCache.authContextHash.get(hostEntityID+"|"+realm);
328 + SPCache.authContextHash);
485 Map authRefMap = (Map)SPCache.authContextHash.get(key);
491 SPCache.authContextHash.put(key, authRefMap);
H A DSAML2IDPProxyImpl.java41 import com.sun.identity.saml2.profile.SPCache;
141 SPCache.reqParamHash.put(rID, aMap);
/forgerock/openam-v13/openam-authentication/openam-auth-saml2/src/main/java/org/forgerock/openam/authentication/modules/saml2/
H A DSAML2PostAuthenticationPlugin.java45 import com.sun.identity.saml2.profile.SPCache;
144 AuthnRequest authnReq = (AuthnRequest) SPCache.authnRequestHash.get(cacheKey);
145 boolean writeFedInfo = Boolean.parseBoolean((String) SPCache.fedAccountHash.get(cacheKey));
160 SPCache.authnRequestHash.remove(cacheKey);
161 SPCache.fedAccountHash.remove(cacheKey);
200 final long sessionExpireTime = System.currentTimeMillis() / 1000 + SPCache.interval; //counted in seconds
311 SPCache.relayStateHash.put(tmp, new CacheObject(relayState));
/forgerock/openam/openam-authentication/openam-auth-saml2/src/main/java/org/forgerock/openam/authentication/modules/saml2/
H A DSAML2PostAuthenticationPlugin.java46 import com.sun.identity.saml2.profile.SPCache;
144 AuthnRequest authnReq = (AuthnRequest) SPCache.authnRequestHash.get(cacheKey);
145 boolean writeFedInfo = Boolean.parseBoolean((String) SPCache.fedAccountHash.get(cacheKey));
160 SPCache.authnRequestHash.remove(cacheKey);
161 SPCache.fedAccountHash.remove(cacheKey);
200 final long sessionExpireTime = currentTimeMillis() / 1000 + SPCache.interval; //counted in seconds
311 SPCache.relayStateHash.put(tmp, new CacheObject(relayState));
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/org/forgerock/openam/saml2/
H A DUtilProxySAMLAuthenticator.java43 import com.sun.identity.saml2.profile.SPCache;
342 if ((SPCache.reqParamHash != null)
343 && (!(SPCache.reqParamHash.containsKey(preferredIDP)))) {
352 Map paramsMap = (Map) SPCache.reqParamHash.get(preferredIDP);
359 SPCache.reqParamHash.put(preferredIDP, paramsMap);
544 if ((SPCache.reqParamHash != null) && (!(SPCache.reqParamHash.containsKey(preferredIDP)))) {
553 Map paramsMap = (Map) SPCache.reqParamHash.get(preferredIDP);
560 SPCache.reqParamHash.put(preferredIDP, paramsMap);

Completed in 132 milliseconds

12