| Package | Description |
|---|---|
| org.acegisecurity.providers.cas |
An authentication provider that can process JA-SIG 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.
|
| Class and Description |
|---|
| 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.
|
| Class and Description |
|---|
| CasAuthenticationToken
Represents a successful CAS
Authentication. |
| StatelessTicketCache
Caches CAS service tickets and CAS proxy tickets for stateless connections.
|
| Class and Description |
|---|
| CasAuthoritiesPopulator
Populates the
UserDetails associated with a CAS authenticated
user. |
| Class and Description |
|---|
| 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.
|
| Class and Description |
|---|
| TicketResponse
Represents a CAS service ticket in native CAS form.
|
| TicketValidator
Validates a CAS service ticket.
|
Copyright © 2016. All rights reserved.