Uses of Interface
se.swedenconnect.opensaml.saml2.response.ResponseProcessingInput
Packages that use ResponseProcessingInput
Package
Description
Interfaces and classes for working with SAML responses.
- 
Uses of ResponseProcessingInput in se.swedenconnect.opensaml.saml2.response
Methods in se.swedenconnect.opensaml.saml2.response with parameters of type ResponseProcessingInputModifier and TypeMethodDescriptionResponseProcessor.processSamlResponse(String samlResponse, String relayState, ResponseProcessingInput input, ValidationContext validationContext) Processes a SAML response including signature validation and assertion decryption.ResponseProcessorImpl.processSamlResponse(String samlResponse, String relayState, ResponseProcessingInput input, ValidationContext validationContext) Processes a SAML response including signature validation and assertion decryption.protected 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.