public class CoreValidatorParameters extends Object
ValidationContext.| Modifier and Type | Field and Description |
|---|---|
static String |
ALLOWED_CLOCK_SKEW
Carries a
Long specifying a clock skew value in milliseconds. |
static String |
AUTHN_REQUEST
Carries a
AuthnRequest object that is used in several checks of responses and assertions. |
static String |
AUTHN_REQUEST_ID
Carries a
String that holds the AuthnRequest ID attribute. |
static String |
EXPECTED_ISSUER
Carries a
String that holds the entityID of the expected issuer of a element. |
static String |
MAX_AGE_MESSAGE
Carries a
Long holding the number of milliseconds that is the max age of a received message. |
static String |
RECEIVE_INSTANT
Carries a
Long holding the timestamp for when a message being validated was received. |
static String |
RECEIVE_URL
Carries a
String that holds the URL on which a message was received. |
static String |
SIGNATURE_REQUIRED
Carries a
Boolean flag which indicates whether an element being validated is required to be
signed. |
static String |
SIGNATURE_VALIDATION_CRITERIA_SET
Carries a
CriteriaSet which will be used as the input to a
SignatureTrustEngine. |
static String |
STD_PREFIX
The standard prefix for all SAML 2 parameters defined in this set.
|
static String |
STRICT_VALIDATION
Carries a
Boolean specifying whether the validation is strict or not. |
public static final String STD_PREFIX
public static final String ALLOWED_CLOCK_SKEW
Long specifying a clock skew value in milliseconds.public static final String STRICT_VALIDATION
Boolean specifying whether the validation is strict or not.public static final String SIGNATURE_REQUIRED
Boolean flag which indicates whether an element being validated is required to be
signed.public static final String SIGNATURE_VALIDATION_CRITERIA_SET
CriteriaSet which will be used as the input to a
SignatureTrustEngine.public static final String EXPECTED_ISSUER
String that holds the entityID of the expected issuer of a element.public static final String MAX_AGE_MESSAGE
Long holding the number of milliseconds that is the max age of a received message.public static final String RECEIVE_INSTANT
Long holding the timestamp for when a message being validated was received.public static final String RECEIVE_URL
String that holds the URL on which a message was received.public static final String AUTHN_REQUEST
AuthnRequest object that is used in several checks of responses and assertions. The
AuthnRequest object is the message that was sent in order to obtain the response/assertion.public static final String AUTHN_REQUEST_ID
String that holds the AuthnRequest ID attribute.Copyright © 2018 Litsec AB. All rights reserved.