All Classes and Interfaces

Class
Description
This is CasRestFormClient able to communicate to a CAS server via its REST api, to retrieve TGTs and STs and to construct CAS principals.
CAS authenticator which validates the service ticket.
This class is the client to authenticate users on a CAS server for a web application in a stateful way: when trying to access a protected area, the user will be redirected to the CAS server for login and then back to the application (on the callback endpoint) and finally to the originally requested url.
CAS configuration.
CAS credentials extractor.
The CAS logout processor.
This class is the user profile for sites using CAS protocol.
Profile definition for CAS.
CAS protocol.
This class is the user profile for sites using CAS protocol with proxy capabilities.
This class is the CAS proxy receptor.
CAS redirection action builder.
This is a specific Authenticator to deal with the CAS REST API.
Direct client which receives credentials as a basic auth and validates them via the CAS REST API.
Direct client which receives credentials as form parameters and validates them via the CAS REST API.
This is CasRestProfile that represents the CAS TGT when it's obtained via the rest api.
Default AuthorizationGenerator implementation for a CasClient which is able to retrieve the isRemembered status from the CAS response and put it in the profile.
This class is the direct client to authenticate users on a CAS server for a web application in a stateless way: when trying to access a protected area, the user will be redirected to the CAS server for login and then back directly to this originally requested url.
This class is the direct client to authenticate users based on CAS proxy tickets.
Apereo CAS client ProxyGrantingTicketStorage wrapper of a pac4j Store.