|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Class Summary | |
|---|---|
| AbstractCasFilter | Abstract filter that contains code that is common to all CAS filters. |
| AbstractConfigurationFilter | Abstracts out the ability to configure the filters from the initial properties provided. |
| AssertionHolder | Static holder that places Assertion in a threadlocal. |
| AssertionThreadLocalFilter | Places the assertion in a ThreadLocal such that other resources can access it that do not have access to the web tier session. |
| CommonUtils | Common utilities so that we don't need to include Commons Lang. |
| DelegatingFilter | A Delegating Filter looks up a parameter in the request object and matches (either exact or using Regular Expressions) the value. |
| ErrorRedirectFilter | Filters that redirects to the supplied url based on an exception. |
| 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. |
| XmlUtils | Common utilities for easily parsing XML without duplicating logic. |
The validation package includes interfaces for validating Tickets, as well as the common implementations.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||