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.
author: Scott Battaglia version: $Id$ See Also: CasAuthenticationProvider |