| Class | Description |
|---|---|
| AssertionPrincipal |
Principal implementation that contains the CAS ticket validation assertion.
|
| CasLoginModule |
JAAS login module that delegates to a CAS
TicketValidator component
for authentication, and on success populates a Subject with principal
data including NetID and principal attributes. |
| ServiceAndTicketCallbackHandler |
Callback handler that provides the CAS service and ticket to a
NameCallback and PasswordCallback respectively,
which meets the requirements of the CasLoginModule JAAS module. |
| Servlet3AuthenticationFilter |
Servlet filter performs a programmatic JAAS login using the Servlet 3.0 HttpServletRequest#login() facility.
|
| TicketCredential |
Strongly-typed wrapper for a ticket credential.
|
Copyright © 2006-2014 Jasig. All Rights Reserved.