Uses of Class
se.swedenconnect.opensaml.saml2.response.validation.ResponseValidationException
Packages that use ResponseValidationException
Package
Description
Interfaces and classes for working with SAML responses.
- 
Uses of ResponseValidationException in se.swedenconnect.opensaml.saml2.response
Methods in se.swedenconnect.opensaml.saml2.response that throw ResponseValidationExceptionModifier and TypeMethodDescriptionprotected voidResponseProcessorImpl.validateAssertion(Assertion assertion, Response response, ResponseProcessingInput input, EntityDescriptor idpMetadata, ValidationContext validationContext) Validates the assertion.protected voidResponseProcessorImpl.validateRelayState(Response response, String relayState, ResponseProcessingInput input) Validates the received relay state matches what we sent.protected voidResponseProcessorImpl.validateResponse(Response response, String relayState, ResponseProcessingInput input, EntityDescriptor idpMetadata, ValidationContext validationContext) Validates the response including its signature.