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