| Interface | Description |
|---|---|
| CasRealm |
Describes Tomcat
Realm implementations that do not require password
for authentication. |
| LogoutHandler |
Strategy pattern interface for ending a CAS authentication session.
|
| Class | Description |
|---|---|
| AbstractLogoutHandler |
Base class for all logout handlers.
|
| AssertionCasRealmDelegate | |
| 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–2021 Jasig. All rights reserved.