Uses of Class
se.swedenconnect.opensaml.saml2.response.validation.ResponseValidationException
Package
Description
Interfaces and classes for working with SAML responses.
-
Uses of ResponseValidationException in se.swedenconnect.opensaml.saml2.response
Modifier and TypeMethodDescriptionprotected void
ResponseProcessorImpl.validateAssertion
(org.opensaml.saml.saml2.core.Assertion assertion, org.opensaml.saml.saml2.core.Response response, ResponseProcessingInput input, org.opensaml.saml.saml2.metadata.EntityDescriptor idpMetadata, org.opensaml.saml.common.assertion.ValidationContext validationContext) Validates the assertion.protected void
ResponseProcessorImpl.validateRelayState
(org.opensaml.saml.saml2.core.Response response, String relayState, ResponseProcessingInput input) Validates the received relay state matches what we sent.protected void
ResponseProcessorImpl.validateResponse
(org.opensaml.saml.saml2.core.Response response, String relayState, ResponseProcessingInput input, org.opensaml.saml.saml2.metadata.EntityDescriptor idpMetadata, org.opensaml.saml.common.assertion.ValidationContext validationContext) Validates the response including its signature.