Package org.springframework.security.cas.authentication
An
AuthenticationProvider that can process CAS service tickets and proxy
tickets.-
Interface Summary Interface Description StatelessTicketCache Caches CAS service tickets and CAS proxy tickets for stateless connections. -
Class Summary Class Description CasAssertionAuthenticationToken Temporary authentication object needed to load the user details service.CasAuthenticationProvider AnAuthenticationProviderimplementation that integrates with JA-SIG Central Authentication Service (CAS).CasAuthenticationToken Represents a successful CASAuthentication.EhCacheBasedTicketCache Deprecated. since 5.6.NullStatelessTicketCache Implementation of @linkStatelessTicketCachethat has no backing cache.SpringCacheBasedTicketCache Caches tickets using a Spring IoC definedCache.