Package | Description |
---|---|
org.jasig.cas.client.authentication | |
org.jasig.cas.client.session | |
org.jasig.cas.client.util |
The validation package includes interfaces for validating Tickets, as well as the common implementations.
|
org.jasig.cas.client.validation |
Modifier and Type | Class and Description |
---|---|
class |
AuthenticationFilter
Filter implementation to intercept all requests and attempt to authenticate
the user by redirecting them to CAS (unless the user has a ticket).
|
class |
Saml11AuthenticationFilter
Extension to the default Authentication filter that sets the required SAML1.1 artifact parameter name and service parameter name.
|
Modifier and Type | Class and Description |
---|---|
class |
SingleSignOutFilter
Implements the Single Sign Out protocol.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractCasFilter
Abstract filter that contains code that is common to all CAS filters.
|
class |
HttpServletRequestWrapperFilter
Implementation of a filter that wraps the normal HttpServletRequest with a
wrapper that overrides the following methods to provide data from the
CAS Assertion:
HttpServletRequest.getUserPrincipal()
HttpServletRequest.getRemoteUser()
HttpServletRequest.isUserInRole(String)
This filter needs to be configured in the chain so that it executes after
both the authentication and the validation filters. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractTicketValidationFilter
The filter that handles all the work of validating ticket requests.
|
class |
Cas10TicketValidationFilter
Implementation of AbstractTicketValidatorFilter that instanciates a Cas10TicketValidator.
|
class |
Cas20ProxyReceivingTicketValidationFilter
Creates either a CAS20ProxyTicketValidator or a CAS20ServiceTicketValidator depending on whether any of the
proxy parameters are set.
|
class |
Saml11TicketValidationFilter
Implementation of TicketValidationFilter that can instanciate a SAML 1.1 Ticket Validator.
|
Copyright © 2006-2013 Jasig. All Rights Reserved.