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, org.opensaml.saml.common.assertion.ValidationContext validationContext) Processes a SAML response including signature validation and assertion decryption.ResponseProcessorImpl.processSamlResponse
(String samlResponse, String relayState, ResponseProcessingInput input, org.opensaml.saml.common.assertion.ValidationContext validationContext) Processes a SAML response including signature validation and assertion decryption.protected 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.