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 classResponseValidationExceptionException class for response validation errors.Methods in se.litsec.opensaml.saml2.common.response that throw ResponseProcessingException Modifier and Type Method Description protected ResponseResponseProcessorImpl. decodeResponse(String samlResponse)Decodes the received SAML response message into aResponseobject.ResponseProcessingResultResponseProcessor. processSamlResponse(String samlResponse, String relayState, ResponseProcessingInput input, PeerMetadataResolver peerMetadataResolver, ValidationContext validationContext)Processes a SAML response including signature validation and assertion decryption.ResponseProcessingResultResponseProcessorImpl. processSamlResponse(String samlResponse, String relayState, ResponseProcessingInput input, PeerMetadataResolver peerMetadataResolver, ValidationContext validationContext)Processes a SAML response including signature validation and assertion decryption.
-