| Class | Description |
|---|---|
| AbstractSaml10ResponseView |
Base class for all views that render SAML1 SOAP messages directly to the HTTP response stream.
|
| Saml10FailureResponseView |
Represents a failed attempt at validating a ticket, responding via a SAML SOAP message.
|
| Saml10SuccessResponseView |
Implementation of a view to return a SAML SOAP response and assertion, based on
the SAML 1.1 specification.
|