| Interface | Description |
|---|---|
| CookieValueManager |
The
CookieValueManager is responsible for
managing all cookies and their value structure for CAS. |
| Class | Description |
|---|---|
| CookieRetrievingCookieGenerator |
Extends CookieGenerator to allow you to retrieve a value from a request.
|
| CookieUtils |
This is
CookieUtils. |
| DefaultCasCookieValueManager |
The
DefaultCasCookieValueManager is responsible creating
the CAS SSO cookie and encrypting and signing its value. |
| NoOpCookieValueManager |
Default cookie value builder that simply returns the given cookie value
and does not perform any additional checks.
|
| TGCCookieRetrievingCookieGenerator |
Generates the tgc cookie.
|