Class CoreValidatorParameters
- java.lang.Object
-
- se.litsec.opensaml.common.validation.CoreValidatorParameters
-
public class CoreValidatorParameters extends Object
Core parameter keys used to store and retrieve static and dynamic parameters within aValidationContext. See alsoSAML2AssertionValidationParameters.- Author:
- Martin Lindström (martin.lindstrom@litsec.se)
-
-
Field Summary
Fields Modifier and Type Field Description static StringAUTHN_REQUESTCarries aAuthnRequestobject that is used in several checks of responses and assertions.static StringAUTHN_REQUEST_IDCarries aStringthat holds theAuthnRequestID attribute.static StringEXPECTED_ISSUERCarries a String that holds the entityID of the expected issuer of a element.static StringMAX_AGE_MESSAGECarries aDurationholding the duration that is the max age of a received message.static StringRECEIVE_INSTANTCarries aInstantholding the timestamp for when a message being validated was received.static StringRECEIVE_URLCarries aStringthat holds the URL on which a message was received.static StringSTD_PREFIXThe standard prefix for all SAML 2 parameters defined in this set.static StringSTRICT_VALIDATIONCarries aBooleanspecifying whether the validation is strict or not.
-
-
-
Field Detail
-
STD_PREFIX
public static final String STD_PREFIX
The standard prefix for all SAML 2 parameters defined in this set.- See Also:
- Constant Field Values
-
STRICT_VALIDATION
public static final String STRICT_VALIDATION
Carries aBooleanspecifying whether the validation is strict or not.- See Also:
- Constant Field Values
-
EXPECTED_ISSUER
public static final String EXPECTED_ISSUER
Carries a String that holds the entityID of the expected issuer of a element.- See Also:
- Constant Field Values
-
MAX_AGE_MESSAGE
public static final String MAX_AGE_MESSAGE
Carries aDurationholding the duration that is the max age of a received message.- See Also:
- Constant Field Values
-
RECEIVE_INSTANT
public static final String RECEIVE_INSTANT
Carries aInstantholding the timestamp for when a message being validated was received.- See Also:
- Constant Field Values
-
RECEIVE_URL
public static final String RECEIVE_URL
Carries aStringthat holds the URL on which a message was received.- See Also:
- Constant Field Values
-
AUTHN_REQUEST
public static final String AUTHN_REQUEST
Carries aAuthnRequestobject that is used in several checks of responses and assertions. TheAuthnRequestobject is the message that was sent in order to obtain the response/assertion.- See Also:
- Constant Field Values
-
AUTHN_REQUEST_ID
public static final String AUTHN_REQUEST_ID
Carries aStringthat holds theAuthnRequestID attribute.- See Also:
- Constant Field Values
-
-