|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CasAuthenticationToken | |
---|---|
org.springframework.security.cas.authentication | An authentication provider that can process JA-SIG Central Authentication Service (CAS) service tickets and proxy tickets. |
Uses of CasAuthenticationToken in org.springframework.security.cas.authentication |
---|
Methods in org.springframework.security.cas.authentication that return CasAuthenticationToken | |
---|---|
CasAuthenticationToken |
StatelessTicketCache.getByTicketId(String serviceTicket)
Retrieves the CasAuthenticationToken associated with the
specified ticket. |
CasAuthenticationToken |
NullStatelessTicketCache.getByTicketId(String serviceTicket)
|
CasAuthenticationToken |
EhCacheBasedTicketCache.getByTicketId(String serviceTicket)
|
Methods in org.springframework.security.cas.authentication with parameters of type CasAuthenticationToken | |
---|---|
void |
StatelessTicketCache.putTicketInCache(CasAuthenticationToken token)
Adds the specified CasAuthenticationToken to the cache. |
void |
NullStatelessTicketCache.putTicketInCache(CasAuthenticationToken token)
This is a no-op since we are not storing tickets. |
void |
EhCacheBasedTicketCache.putTicketInCache(CasAuthenticationToken token)
|
void |
StatelessTicketCache.removeTicketFromCache(CasAuthenticationToken token)
Removes the specified ticket from the cache, as per StatelessTicketCache.removeTicketFromCache(String) . |
void |
NullStatelessTicketCache.removeTicketFromCache(CasAuthenticationToken token)
This is a no-op since we are not storing tickets. |
void |
EhCacheBasedTicketCache.removeTicketFromCache(CasAuthenticationToken token)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |