Uses of Class
se.swedenconnect.opensaml.saml2.response.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
Modifier and TypeMethodDescriptionprotected org.opensaml.saml.saml2.core.Response
ResponseProcessorImpl.decodeResponse
(String samlResponse) Decodes the received SAML response message into aResponse
object.ResponseProcessor.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. -
Uses of ResponseProcessingException in se.swedenconnect.opensaml.saml2.response.validation
Modifier and TypeClassDescriptionclass
Exception class for response validation errors.