Package | Description |
---|---|
org.acegisecurity.providers.cas |
An authentication provider that can process JA-SIG Central Authentication Service (CAS)
service tickets and proxy tickets.
|
org.acegisecurity.providers.cas.cache |
Caches CAS tickets for the
CasAuthenticationProvider . |
Modifier and Type | Method and Description |
---|---|
StatelessTicketCache |
CasAuthenticationProvider.getStatelessTicketCache() |
Modifier and Type | Method and Description |
---|---|
void |
CasAuthenticationProvider.setStatelessTicketCache(StatelessTicketCache statelessTicketCache) |
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. |
Copyright © 2018. All rights reserved.