Class CoreValidatorParameters
java.lang.Object
se.swedenconnect.opensaml.common.validation.CoreValidatorParameters
Core parameter keys used to store and retrieve static and dynamic parameters within a
ValidationContext
. See
also SAML2AssertionValidationParameters
.- Author:
- Martin Lindström (martin@idsec.se)
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Carries aAuthnRequest
object that is used in several checks of responses and assertions.static final String
Carries aString
that holds theAuthnRequest
ID attribute.static final String
Carries a String that holds the entityID of the expected issuer of a element.static final String
Carries aEntityDescriptor
that holds the IdP metadata.static final String
Carries aDuration
holding the duration that is the max age of a received message.static final String
Carries aInstant
holding the timestamp for when a message being validated was received.static final String
Carries aString
that holds the URL on which a message was received.static final String
Carries aEntityDescriptor
that holds the SP metadata.static final String
The standard prefix for all SAML 2 parameters defined in this set.static final String
Carries aBoolean
specifying whether the validation is strict or not. -
Method Summary
-
Field Details
-
STD_PREFIX
The standard prefix for all SAML 2 parameters defined in this set.- See Also:
-
STRICT_VALIDATION
Carries aBoolean
specifying whether the validation is strict or not.- See Also:
-
EXPECTED_ISSUER
Carries a String that holds the entityID of the expected issuer of a element.- See Also:
-
MAX_AGE_MESSAGE
Carries aDuration
holding the duration that is the max age of a received message.- See Also:
-
RECEIVE_INSTANT
Carries aInstant
holding the timestamp for when a message being validated was received.- See Also:
-
RECEIVE_URL
Carries aString
that holds the URL on which a message was received.- See Also:
-
AUTHN_REQUEST
Carries aAuthnRequest
object that is used in several checks of responses and assertions. TheAuthnRequest
object is the message that was sent in order to obtain the response/assertion.- See Also:
-
AUTHN_REQUEST_ID
Carries aString
that holds theAuthnRequest
ID attribute.- See Also:
-
SP_METADATA
Carries aEntityDescriptor
that holds the SP metadata.- See Also:
-
IDP_METADATA
Carries aEntityDescriptor
that holds the IdP metadata.- See Also:
-