|
|||||||||
| Home >> All >> org >> acegisecurity >> providers >> [ cas overview ] | PREV NEXT | ||||||||
A
- afterPropertiesSet() - Method in class org.acegisecurity.providers.cas.CasAuthenticationProvider
- authenticate(Authentication) - Method in class org.acegisecurity.providers.cas.CasAuthenticationProvider
- authenticateNow(Authentication) - Method in class org.acegisecurity.providers.cas.CasAuthenticationProvider
- authenticated - Variable in class org.acegisecurity.providers.cas.CasAuthenticationToken
- authorities - Variable in class org.acegisecurity.providers.cas.CasAuthenticationToken
C
- CasAuthenticationProvider - class org.acegisecurity.providers.cas.CasAuthenticationProvider.
- An org.acegisecurity.providers.AuthenticationProvider implementation that integrates with Yale Central Authentication Service (CAS).
- CasAuthenticationProvider() - Constructor for class org.acegisecurity.providers.cas.CasAuthenticationProvider
- CasAuthenticationToken - class org.acegisecurity.providers.cas.CasAuthenticationToken.
- Represents a successful CAS
Authentication. - CasAuthenticationToken(String, Object, Object, GrantedAuthority[], UserDetails, List, String) - Constructor for class org.acegisecurity.providers.cas.CasAuthenticationToken
- Constructor.
- CasAuthenticationToken() - Constructor for class org.acegisecurity.providers.cas.CasAuthenticationToken
- CasAuthoritiesPopulator - interface org.acegisecurity.providers.cas.CasAuthoritiesPopulator.
- Populates the
UserDetailsassociated with a CAS authenticated user. - CasProxyDecider - interface org.acegisecurity.providers.cas.CasProxyDecider.
- Decides whether a proxy list presented via CAS is trusted or not.
- casAuthoritiesPopulator - Variable in class org.acegisecurity.providers.cas.CasAuthenticationProvider
- casProxyDecider - Variable in class org.acegisecurity.providers.cas.CasAuthenticationProvider
- confirmProxyListTrusted(List) - Method in interface org.acegisecurity.providers.cas.CasProxyDecider
- Decides whether the proxy list is trusted.
- confirmTicketValid(String) - Method in interface org.acegisecurity.providers.cas.TicketValidator
- Returns information about the ticket, if it is valid for this service.
- credentials - Variable in class org.acegisecurity.providers.cas.CasAuthenticationToken
E
- equals(Object) - Method in class org.acegisecurity.providers.cas.CasAuthenticationToken
G
- getAuthorities() - Method in class org.acegisecurity.providers.cas.CasAuthenticationToken
- getByTicketId(String) - Method in interface org.acegisecurity.providers.cas.StatelessTicketCache
- Retrieves the
CasAuthenticationTokenassociated with the specified ticket. - getCasAuthoritiesPopulator() - Method in class org.acegisecurity.providers.cas.CasAuthenticationProvider
- getCasProxyDecider() - Method in class org.acegisecurity.providers.cas.CasAuthenticationProvider
- getCredentials() - Method in class org.acegisecurity.providers.cas.CasAuthenticationToken
- getKey() - Method in class org.acegisecurity.providers.cas.CasAuthenticationProvider
- getKeyHash() - Method in class org.acegisecurity.providers.cas.CasAuthenticationToken
- getPrincipal() - Method in class org.acegisecurity.providers.cas.CasAuthenticationToken
- getProxyGrantingTicketIou() - Method in class org.acegisecurity.providers.cas.CasAuthenticationToken
- Obtains the proxy granting ticket IOU.
- getProxyGrantingTicketIou() - Method in class org.acegisecurity.providers.cas.TicketResponse
- getProxyList() - Method in class org.acegisecurity.providers.cas.CasAuthenticationToken
- getProxyList() - Method in class org.acegisecurity.providers.cas.TicketResponse
- getStatelessTicketCache() - Method in class org.acegisecurity.providers.cas.CasAuthenticationProvider
- getTicketValidator() - Method in class org.acegisecurity.providers.cas.CasAuthenticationProvider
- getUser() - Method in class org.acegisecurity.providers.cas.TicketResponse
- getUserDetails() - Method in class org.acegisecurity.providers.cas.CasAuthenticationToken
- getUserDetails(String) - Method in interface org.acegisecurity.providers.cas.CasAuthoritiesPopulator
- Obtains the granted authorities for the specified user.
I
- isAuthenticated() - Method in class org.acegisecurity.providers.cas.CasAuthenticationToken
K
- key - Variable in class org.acegisecurity.providers.cas.CasAuthenticationProvider
- keyHash - Variable in class org.acegisecurity.providers.cas.CasAuthenticationToken
L
- logger - Static variable in class org.acegisecurity.providers.cas.CasAuthenticationProvider
M
- messages - Variable in class org.acegisecurity.providers.cas.CasAuthenticationProvider
O
- org.acegisecurity.providers.cas - package org.acegisecurity.providers.cas
P
- ProxyUntrustedException - exception org.acegisecurity.providers.cas.ProxyUntrustedException.
- Thrown if a CAS proxy ticket is presented from an untrusted proxy.
- ProxyUntrustedException(String) - Constructor for class org.acegisecurity.providers.cas.ProxyUntrustedException
- Constructs a
ProxyUntrustedExceptionwith the specified message. - ProxyUntrustedException(String, Throwable) - Constructor for class org.acegisecurity.providers.cas.ProxyUntrustedException
- Constructs a
ProxyUntrustedExceptionwith the specified message and root cause. - principal - Variable in class org.acegisecurity.providers.cas.CasAuthenticationToken
- proxyGrantingTicketIou - Variable in class org.acegisecurity.providers.cas.CasAuthenticationToken
- proxyGrantingTicketIou - Variable in class org.acegisecurity.providers.cas.TicketResponse
- proxyList - Variable in class org.acegisecurity.providers.cas.CasAuthenticationToken
- proxyList - Variable in class org.acegisecurity.providers.cas.TicketResponse
- putTicketInCache(CasAuthenticationToken) - Method in interface org.acegisecurity.providers.cas.StatelessTicketCache
- Adds the specified
CasAuthenticationTokento the cache.
R
- removeTicketFromCache(CasAuthenticationToken) - Method in interface org.acegisecurity.providers.cas.StatelessTicketCache
- Removes the specified ticket from the cache, as per
StatelessTicketCache.removeTicketFromCache(String)55 . - removeTicketFromCache(String) - Method in interface org.acegisecurity.providers.cas.StatelessTicketCache
- Removes the specified ticket from the cache, meaning that future calls will require a new service ticket.
S
- StatelessTicketCache - interface org.acegisecurity.providers.cas.StatelessTicketCache.
- Caches CAS service tickets and CAS proxy tickets for stateless connections.
- setAuthenticated(boolean) - Method in class org.acegisecurity.providers.cas.CasAuthenticationToken
- setCasAuthoritiesPopulator(CasAuthoritiesPopulator) - Method in class org.acegisecurity.providers.cas.CasAuthenticationProvider
- setCasProxyDecider(CasProxyDecider) - Method in class org.acegisecurity.providers.cas.CasAuthenticationProvider
- setKey(String) - Method in class org.acegisecurity.providers.cas.CasAuthenticationProvider
- setMessageSource(MessageSource) - Method in class org.acegisecurity.providers.cas.CasAuthenticationProvider
- setStatelessTicketCache(StatelessTicketCache) - Method in class org.acegisecurity.providers.cas.CasAuthenticationProvider
- setTicketValidator(TicketValidator) - Method in class org.acegisecurity.providers.cas.CasAuthenticationProvider
- statelessTicketCache - Variable in class org.acegisecurity.providers.cas.CasAuthenticationProvider
- supports(Class) - Method in class org.acegisecurity.providers.cas.CasAuthenticationProvider
T
- TicketResponse - class org.acegisecurity.providers.cas.TicketResponse.
- Represents a CAS service ticket in native CAS form.
- TicketResponse(String, List, String) - Constructor for class org.acegisecurity.providers.cas.TicketResponse
- Constructor.
- TicketResponse() - Constructor for class org.acegisecurity.providers.cas.TicketResponse
- TicketValidator - interface org.acegisecurity.providers.cas.TicketValidator.
- Validates a CAS service ticket.
- ticketValidator - Variable in class org.acegisecurity.providers.cas.CasAuthenticationProvider
- toString() - Method in class org.acegisecurity.providers.cas.CasAuthenticationToken
- toString() - Method in class org.acegisecurity.providers.cas.TicketResponse
U
- user - Variable in class org.acegisecurity.providers.cas.TicketResponse
- userDetails - Variable in class org.acegisecurity.providers.cas.CasAuthenticationToken
A C E G I K L M O P R S T U
|
|||||||||
| Home >> All >> org >> acegisecurity >> providers >> [ cas overview ] | PREV NEXT | ||||||||