Class ValidateAssertions.AssertionValidationInput
java.lang.Object
org.opensaml.saml.saml2.profile.impl.ValidateAssertions.AssertionValidationInput
- Enclosing class:
- ValidateAssertions
Class which holds data relevant to validating a SAML 2.0 Assertion.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate AssertionThe Assertion being evaluated.private HttpServletRequestThe HTTP request input.private ProfileRequestContextThe profile request context input. -
Constructor Summary
ConstructorsConstructorDescriptionAssertionValidationInput(ProfileRequestContext context, HttpServletRequest request, Assertion samlAssertion) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionGet theAssertionbeing evaluated.Get theHttpServletRequestinput.Get theProfileRequestContextinput.
-
Field Details
-
profileContext
The profile request context input. -
httpServletRequest
The HTTP request input. -
assertion
The Assertion being evaluated.
-
-
Constructor Details
-
AssertionValidationInput
public AssertionValidationInput(@Nonnull ProfileRequestContext context, @Nonnull HttpServletRequest request, @Nonnull Assertion samlAssertion) Constructor.- Parameters:
context- the profile request context being evaluatedrequest- the HTTP request being evaluatedsamlAssertion- the assertion being evaluated
-
-
Method Details
-
getProfileRequestContext
Get theProfileRequestContextinput.- Returns:
- the message context input
-
getHttpServletRequest
Get theHttpServletRequestinput.- Returns:
- the HTTP servlet request input
-
getAssertion
Get theAssertionbeing evaluated.- Returns:
- the Assertion being validated
-