Package org.springframework.security.cas.authentication

An authentication provider that can process JA-SIG Central Authentication Service (CAS) service tickets and proxy tickets.

See:
          Description

Interface Summary
StatelessTicketCache Caches CAS service tickets and CAS proxy tickets for stateless connections.
 

Class Summary
CasAssertionAuthenticationToken Temporary authentication object needed to load the user details service.
CasAuthenticationProvider An AuthenticationProvider implementation that integrates with JA-SIG Central Authentication Service (CAS).
CasAuthenticationToken Represents a successful CAS Authentication.
EhCacheBasedTicketCache Caches tickets using a Spring IoC defined EHCACHE.
NullStatelessTicketCache Implementation of @link StatelessTicketCache that has no backing cache.
 

Package org.springframework.security.cas.authentication Description

An authentication provider that can process JA-SIG Central Authentication Service (CAS) service tickets and proxy tickets.



Copyright © 2004-2009 SpringSource, Inc. All Rights Reserved.