Uses of Class
se.litsec.opensaml.saml2.common.response.ResponseProcessingException
-
Packages that use ResponseProcessingException Package Description se.litsec.opensaml.saml2.common.response Interfaces and classes for working with SAML responses. -
-
Uses of ResponseProcessingException in se.litsec.opensaml.saml2.common.response
Subclasses of ResponseProcessingException in se.litsec.opensaml.saml2.common.response Modifier and Type Class Description class
ResponseValidationException
Exception class for response validation errors.Methods in se.litsec.opensaml.saml2.common.response that throw ResponseProcessingException Modifier and Type Method Description protected Response
ResponseProcessorImpl. decodeResponse(String samlResponse)
Decodes the received SAML response message into aResponse
object.ResponseProcessingResult
ResponseProcessor. processSamlResponse(String samlResponse, String relayState, ResponseProcessingInput input, PeerMetadataResolver peerMetadataResolver, ValidationContext validationContext)
Processes a SAML response including signature validation and assertion decryption.ResponseProcessingResult
ResponseProcessorImpl. processSamlResponse(String samlResponse, String relayState, ResponseProcessingInput input, PeerMetadataResolver peerMetadataResolver, ValidationContext validationContext)
Processes a SAML response including signature validation and assertion decryption.
-