See: Description
Class | Description |
---|---|
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. |
IOUtils |
IO utility class.
|
MapNamespaceContext |
Namespace context implementation backed by a map of XML prefixes to namespace URIs.
|
ReflectUtils |
Helper class with reflection utility methods.
|
SamlUtils |
SAML utility class.
|
ThreadLocalXPathExpression |
Thread local XPath expression.
|
URIBuilder |
A utility class borrowed from apache http-client to build uris.
|
URIBuilder.BasicNameValuePair | |
XmlUtils |
Common utilities for easily parsing XML without duplicating logic.
|
The validation package includes interfaces for validating Tickets, as well as the common implementations.
Copyright © 2006–2017 Jasig. All rights reserved.