Uses of Package
org.acegisecurity.providers.cas

Packages that use org.acegisecurity.providers.cas
org.acegisecurity.providers.cas An authentication provider that can process Yale Central Authentication Service (CAS) service tickets and proxy tickets. 
org.acegisecurity.providers.cas.cache Caches CAS tickets for the CasAuthenticationProvider
org.acegisecurity.providers.cas.populator Implementations that populate GrantedAuthority[]s of CAS authentications. 
org.acegisecurity.providers.cas.proxy Implementations that decide whether proxy lists of CAS authentications are trusted. 
org.acegisecurity.providers.cas.ticketvalidator Implementations that validate service tickets. 
 

Classes in org.acegisecurity.providers.cas used by org.acegisecurity.providers.cas
CasAuthenticationToken
          Represents a successful CAS Authentication.
CasAuthoritiesPopulator
          Populates the UserDetails associated with a CAS authenticated user.
CasProxyDecider
          Decides whether a proxy list presented via CAS is trusted or not.
ProxyUntrustedException
          Thrown if a CAS proxy ticket is presented from an untrusted proxy.
StatelessTicketCache
          Caches CAS service tickets and CAS proxy tickets for stateless connections.
TicketResponse
          Represents a CAS service ticket in native CAS form.
TicketValidator
          Validates a CAS service ticket.
 

Classes in org.acegisecurity.providers.cas used by org.acegisecurity.providers.cas.cache
CasAuthenticationToken
          Represents a successful CAS Authentication.
StatelessTicketCache
          Caches CAS service tickets and CAS proxy tickets for stateless connections.
 

Classes in org.acegisecurity.providers.cas used by org.acegisecurity.providers.cas.populator
CasAuthoritiesPopulator
          Populates the UserDetails associated with a CAS authenticated user.
 

Classes in org.acegisecurity.providers.cas used by org.acegisecurity.providers.cas.proxy
CasProxyDecider
          Decides whether a proxy list presented via CAS is trusted or not.
ProxyUntrustedException
          Thrown if a CAS proxy ticket is presented from an untrusted proxy.
 

Classes in org.acegisecurity.providers.cas used by org.acegisecurity.providers.cas.ticketvalidator
TicketResponse
          Represents a CAS service ticket in native CAS form.
TicketValidator
          Validates a CAS service ticket.
 



Copyright © 2004-2005 Acegi Technology Pty Limited. All Rights Reserved.