Package | Description |
---|---|
org.springframework.security.cas.authentication |
An
AuthenticationProvider that can process CAS service tickets and proxy tickets. |
Modifier and Type | Method and Description |
---|---|
CasAuthenticationToken |
NullStatelessTicketCache.getByTicketId(String serviceTicket) |
CasAuthenticationToken |
StatelessTicketCache.getByTicketId(String serviceTicket)
Retrieves the
CasAuthenticationToken associated with the
specified ticket. |
CasAuthenticationToken |
EhCacheBasedTicketCache.getByTicketId(String serviceTicket) |
Modifier and Type | Method and Description |
---|---|
void |
NullStatelessTicketCache.putTicketInCache(CasAuthenticationToken token)
This is a no-op since we are not storing tickets.
|
void |
StatelessTicketCache.putTicketInCache(CasAuthenticationToken token)
Adds the specified
CasAuthenticationToken to the cache. |
void |
EhCacheBasedTicketCache.putTicketInCache(CasAuthenticationToken token) |
void |
NullStatelessTicketCache.removeTicketFromCache(CasAuthenticationToken token)
This is a no-op since we are not storing tickets.
|
void |
StatelessTicketCache.removeTicketFromCache(CasAuthenticationToken token)
Removes the specified ticket from the cache, as per
StatelessTicketCache.removeTicketFromCache(String) . |
void |
EhCacheBasedTicketCache.removeTicketFromCache(CasAuthenticationToken token) |
Copyright © 2015. All rights reserved.