Interface | Description |
---|---|
Assertion |
Represents a response to a validation request.
|
TicketValidator |
Contract for a validator that will confirm the validity of a supplied ticket.
|
Class | Description |
---|---|
AbstractCasProtocolUrlBasedTicketValidator |
Abstract class that knows the protocol for validating a CAS ticket.
|
AbstractTicketValidationFilter |
The filter that handles all the work of validating ticket requests.
|
AbstractUrlBasedTicketValidator |
Abstract validator implementation for tickets that must be validated against a server.
|
AssertionImpl |
Concrete Implementation of the
Assertion . |
Cas10TicketValidationFilter |
Implementation of AbstractTicketValidatorFilter that creates a Cas10TicketValidator.
|
Cas10TicketValidator |
Implementation of a Ticket Validator that can validate tickets conforming to the CAS 1.0 specification.
|
Cas20ProxyReceivingTicketValidationFilter |
Creates either a CAS20ProxyTicketValidator or a CAS20ServiceTicketValidator depending on whether any of the
proxy parameters are set.
|
Cas20ProxyTicketValidator |
Extension to the traditional Service Ticket validation that will validate service tickets and proxy tickets.
|
Cas20ServiceTicketValidator |
Implementation of the TicketValidator that will validate Service Tickets in compliance with the CAS 2.
|
Cas30ProxyReceivingTicketValidationFilter |
Creates either a Cas30ProxyTicketValidator or a Cas30ServiceTicketValidator depending on whether any of the
proxy parameters are set.
|
Cas30ProxyTicketValidator |
Service and proxy tickets validation service for the CAS protocol v3.
|
Cas30ServiceTicketValidator |
Service tickets validation service for the CAS protocol v3.
|
ProxyList |
Holding class for the proxy list to make Spring configuration easier.
|
ProxyListEditor |
Convert a String-formatted list of acceptable proxies to an array.
|
Saml11TicketValidationFilter |
Implementation of TicketValidationFilter that can instanciate a SAML 1.1 Ticket Validator.
|
Saml11TicketValidator |
TicketValidator that can understand validating a SAML artifact.
|
Exception | Description |
---|---|
InvalidProxyChainTicketValidationException |
Exception denotes that an invalid proxy chain was sent from the CAS server to the local application.
|
TicketValidationException |
Generic exception to be thrown when ticket validation fails.
|
Copyright © 2006–2019 Jasig. All rights reserved.