Searched refs:isSessionUpgradeCache (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 DIDPCache.java188 public static Set isSessionUpgradeCache = field in class:IDPCache
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DIDPCache.java188 public static Set isSessionUpgradeCache = field in class:IDPCache
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/org/forgerock/openam/saml2/
H A DUtilProxySAMLAuthenticatorLookup.java144 if (CollectionUtils.isNotEmpty(IDPCache.isSessionUpgradeCache)) {
145 isSessionUpgrade = IDPCache.isSessionUpgradeCache.contains(data.getRequestID());
H A DUtilProxySAMLAuthenticator.java324 IDPCache.isSessionUpgradeCache.add(data.getRequestID());
814 IDPCache.isSessionUpgradeCache.remove(reqID);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/org/forgerock/openam/saml2/
H A DUtilProxySAMLAuthenticatorLookup.java144 if (CollectionUtils.isNotEmpty(IDPCache.isSessionUpgradeCache)) {
145 isSessionUpgrade = IDPCache.isSessionUpgradeCache.contains(data.getRequestID());
H A DUtilProxySAMLAuthenticator.java333 IDPCache.isSessionUpgradeCache.add(data.getRequestID());
826 IDPCache.isSessionUpgradeCache.remove(reqID);

Completed in 35 milliseconds