Uses of Class
se.swedenconnect.opensaml.saml2.response.ResponseProcessingException
Packages that use ResponseProcessingException
Package
Description
Interfaces and classes for working with SAML responses.
Support for validation of SAML response messages.
-
Uses of ResponseProcessingException in se.swedenconnect.opensaml.saml2.response
Methods in se.swedenconnect.opensaml.saml2.response that throw ResponseProcessingExceptionModifier and TypeMethodDescriptionprotected Response
ResponseProcessorImpl.decodeResponse
(String samlResponse) Decodes the received SAML response message into aResponse
object.ResponseProcessor.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. -
Uses of ResponseProcessingException in se.swedenconnect.opensaml.saml2.response.validation
Modifier and TypeClassDescriptionclass
Exception class for response validation errors.