Uses of Class
org.jasig.cas.client.util.AbstractConfigurationFilter

Packages that use AbstractConfigurationFilter
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   
 

Uses of AbstractConfigurationFilter in org.jasig.cas.client.authentication
 

Subclasses of AbstractConfigurationFilter in org.jasig.cas.client.authentication
 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).
 

Uses of AbstractConfigurationFilter in org.jasig.cas.client.session
 

Subclasses of AbstractConfigurationFilter in org.jasig.cas.client.session
 class SingleSignOutFilter
          Implements the Single Sign Out protocol.
 

Uses of AbstractConfigurationFilter in org.jasig.cas.client.util
 

Subclasses of AbstractConfigurationFilter in org.jasig.cas.client.util
 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.

 

Uses of AbstractConfigurationFilter in org.jasig.cas.client.validation
 

Subclasses of AbstractConfigurationFilter in org.jasig.cas.client.validation
 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-2009 JA-SIG. All Rights Reserved.