See: Description
| Interface | Description | 
|---|---|
| MessageReplayChecker | 
 Interface for protecting against SAML message replay attacks. 
 | 
| ResponseProcessingInput | 
 Represents the input passed along with a SAML Response to the  
ResponseProcessor. | 
| ResponseProcessingResult | 
 Interface that describes the result of a response processing operation. 
 | 
| ResponseProcessor | 
 Interface for a SAML response processor. 
 | 
| Class | Description | 
|---|---|
| AbstractResponseValidationParametersBuilder<T extends AbstractResponseValidationParametersBuilder<T>> | 
 Abstract builder class for building the  
ValidationContext object for use as validation input to the
 ResponseValidator. | 
| InMemoryReplayChecker | 
 An in-memory based message replay checker implementation. 
 | 
| MessageReplayCheckerImpl | 
 Message replay checker implementation using OpenSAML's  
ReplayCache as an underlying cache. | 
| ResponseProcessingResultImpl | 
 Implementation of the  
ResponseProcessingResult interface. | 
| ResponseProcessorImpl | 
 Response processor for SAML Response messages. 
 | 
| ResponseValidationParametersBuilder | 
 Builder class for building the  
ValidationContext object for use as validation input to the
 ResponseValidator. | 
| ResponseValidationSettings | 
 Configuration settings for response and assertion validation. 
 | 
| ResponseValidator | 
 Response validator that ensures that a  
Response element is valid according to the 2.0 SAML Core specification
 and makes checks based on the supplied validation context parameters described below. | 
| 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. 
 | 
Copyright © 2018 Litsec AB. All rights reserved.