| Package | Description |
|---|---|
| org.springframework.security.cas.authentication |
An
AuthenticationProvider that can process CAS service tickets and proxy tickets. |
| Modifier and Type | Class and Description |
|---|---|
class |
EhCacheBasedTicketCache
Caches tickets using a Spring IoC defined EHCACHE.
|
class |
NullStatelessTicketCache
Implementation of @link
StatelessTicketCache that has no backing cache. |
class |
SpringCacheBasedTicketCache
Caches tickets using a Spring IoC defined
Cache. |
| Modifier and Type | Method and Description |
|---|---|
StatelessTicketCache |
CasAuthenticationProvider.getStatelessTicketCache() |
| Modifier and Type | Method and Description |
|---|---|
void |
CasAuthenticationProvider.setStatelessTicketCache(StatelessTicketCache statelessTicketCache) |
Copyright © 2016. All rights reserved.