| java.lang.Object | |
| ↳ | org.springframework.security.cas.authentication.NullStatelessTicketCache | 
Implementation of @link StatelessTicketCache that has no backing cache.  Useful
 in instances where storing of tickets for stateless session management is not required.
 
 This is the default StatelessTicketCache of the @link CasAuthenticationProvider to
 eliminate the unnecessary dependency on EhCache that applications have even if they are not using
 the stateless session management.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Retrieves the  CasAuthenticationTokenassociated with the
 specified ticket. | |||||||||||
| This is a no-op since we are not storing tickets. | |||||||||||
| This is a no-op since we are not storing tickets. | |||||||||||
| This is a no-op since we are not storing tickets. | |||||||||||
| [Expand] Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  From class
  java.lang.Object | |||||||||||
|  From interface
  org.springframework.security.cas.authentication.StatelessTicketCache | |||||||||||
Retrieves the CasAuthenticationToken associated with the
 specified ticket.
 
 If not found, returns a
 nullCasAuthenticationToken.
 
This is a no-op since we are not storing tickets.
| token | to be added to the cache | 
|---|
This is a no-op since we are not storing tickets.
| token | to be removed | 
|---|
This is a no-op since we are not storing tickets.
| serviceTicket | to be removed | 
|---|