Package org.jasig.cas.client.tomcat

Interface Summary
CasRealm Describes Tomcat Realm implementations that do not require password for authentication.
LogoutHandler Strategy pattern interface for ending a CAS authentication session.
 

Class Summary
AbstractLogoutHandler Base class for all logout handlers.
AssertionCasRealmDelegate CasRealm implementation with prinicpal and role data backed by the Assertion.
AuthenticatorDelegate Version-agnostic authenticator which encapsulates the core CAS workflow of redirecting to CAS for unauthenticated sessions and validating service tickets when found in the request.
PropertiesCasRealmDelegate CasRealm implementation with users and roles defined by a properties file with the following format:
RegexUriLogoutHandler Performs CAS logout when the request URI matches a regular expression.
StaticUriLogoutHandler Performs CAS logout when the request URI matches a fixed context-relative URI.
 



Copyright © 2006-2014 Jasig. All Rights Reserved.