Searched refs:SAML2_FAILOVER_ATTR (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/common/
H A DSAML2ConfigService.java59 static final String SAML2_FAILOVER_ATTR = "failOverEnabled"; field in class:SAML2ConfigService
102 attributes.put(SAML2_FAILOVER_ATTR, "false");
111 debug.error("Exception caught obtaining updated configuration. " + SAML2_FAILOVER_ATTR + " and " +
120 Set values = (Set)attrMap.get(SAML2_FAILOVER_ATTR);
125 debug.warning("Value for " + SAML2_FAILOVER_ATTR + " null or size!=1. Defaulting to false.");
127 newAttributes.put(SAML2_FAILOVER_ATTR, value);
H A DSAML2FailoverUtils.java41 String enableFailOver = (String)SAML2ConfigService.getAttribute(SAML2ConfigService.SAML2_FAILOVER_ATTR);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/common/
H A DSAML2ConfigService.java59 static final String SAML2_FAILOVER_ATTR = "failOverEnabled"; field in class:SAML2ConfigService
102 attributes.put(SAML2_FAILOVER_ATTR, "false");
111 debug.error("Exception caught obtaining updated configuration. " + SAML2_FAILOVER_ATTR + " and " +
120 Set values = (Set)attrMap.get(SAML2_FAILOVER_ATTR);
125 debug.warning("Value for " + SAML2_FAILOVER_ATTR + " null or size!=1. Defaulting to false.");
127 newAttributes.put(SAML2_FAILOVER_ATTR, value);
H A DSAML2FailoverUtils.java41 String enableFailOver = (String)SAML2ConfigService.getAttribute(SAML2ConfigService.SAML2_FAILOVER_ATTR);

Completed in 21 milliseconds