|
Spring Security Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StatelessTicketCache | |
---|---|
org.springframework.security.providers.cas | An authentication provider that can process JA-SIG Central Authentication Service (CAS) service tickets and proxy tickets. |
org.springframework.security.providers.cas.cache | Caches CAS tickets for the CasAuthenticationProvider . |
Uses of StatelessTicketCache in org.springframework.security.providers.cas |
---|
Methods in org.springframework.security.providers.cas that return StatelessTicketCache | |
---|---|
StatelessTicketCache |
CasAuthenticationProvider.getStatelessTicketCache()
|
Methods in org.springframework.security.providers.cas with parameters of type StatelessTicketCache | |
---|---|
void |
CasAuthenticationProvider.setStatelessTicketCache(StatelessTicketCache statelessTicketCache)
|
Uses of StatelessTicketCache in org.springframework.security.providers.cas.cache |
---|
Classes in org.springframework.security.providers.cas.cache that implement StatelessTicketCache | |
---|---|
class |
EhCacheBasedTicketCache
Caches tickets using a Spring IoC defined EHCACHE. |
class |
NullStatelessTicketCache
Implementation of @link StatelessTicketCache that has no backing cache. |
|
Spring Security Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |