Package se.litsec.opensaml.saml2.common.response
Interfaces and classes for working with SAML responses.
-
Interface Summary Interface Description MessageReplayChecker Interface for protecting against SAML message replay attacks.ResponseProcessingInput Represents the input passed along with a SAML Response to theResponseProcessor
.ResponseProcessingResult Interface that describes the result of a response processing operation.ResponseProcessor Interface for a SAML response processor. -
Class Summary Class Description AbstractResponseValidationParametersBuilder<T extends AbstractResponseValidationParametersBuilder<T>> Abstract builder class for building theValidationContext
object for use as validation input to theResponseValidator
.InMemoryReplayChecker An in-memory based message replay checker implementation.MessageReplayCheckerImpl Message replay checker implementation using OpenSAML'sReplayCache
as an underlying cache.ResponseProcessingResultImpl Implementation of theResponseProcessingResult
interface.ResponseProcessorImpl Response processor for SAML Response messages.ResponseValidationParametersBuilder Builder class for building theValidationContext
object for use as validation input to theResponseValidator
.ResponseValidationSettings Configuration settings for response and assertion validation.ResponseValidator Response validator that ensures that aResponse
element is valid according to the 2.0 SAML Core specification and makes checks based on the supplied validation context parameters described below. -
Exception Summary Exception Description MessageReplayException Exception class that indicates a message replay attack.ResponseProcessingException Exception class for the SAML response processor.ResponseStatusErrorException Exception that indicates a non-successful status code received in a Response message.ResponseValidationException Exception class for response validation errors.