Searched defs:SAML2_BUFFER_LENGTH (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/common/
H A DSAML2ConfigService.java60 static final String SAML2_BUFFER_LENGTH = "bufferLength"; field in class:SAML2ConfigService
103 attributes.put(SAML2_BUFFER_LENGTH, "2048");
112 SAML2_BUFFER_LENGTH + " will not be updated. Exception: " + ce, ce);
128 values = (Set)attrMap.get(SAML2_BUFFER_LENGTH);
133 debug.warning("Value for " + SAML2_BUFFER_LENGTH + " null or size!=1. Defaulting to 2048.");
135 newAttributes.put(SAML2_BUFFER_LENGTH, value);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/common/
H A DSAML2ConfigService.java60 static final String SAML2_BUFFER_LENGTH = "bufferLength"; field in class:SAML2ConfigService
103 attributes.put(SAML2_BUFFER_LENGTH, "2048");
112 SAML2_BUFFER_LENGTH + " will not be updated. Exception: " + ce, ce);
128 values = (Set)attrMap.get(SAML2_BUFFER_LENGTH);
133 debug.warning("Value for " + SAML2_BUFFER_LENGTH + " null or size!=1. Defaulting to 2048.");
135 newAttributes.put(SAML2_BUFFER_LENGTH, value);

Completed in 26 milliseconds