Package org.jasig.cas.client.validation

Interface Summary
Assertion Represents a response to a validation request.
TicketValidator Contract for a validator that will confirm the validity of a supplied ticket.
 

Class Summary
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 instanciates 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.
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 Summary
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-2009 JA-SIG. All Rights Reserved.