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 . |
Modifier and Type | Method and Description |
---|---|
CasAuthenticationToken |
StatelessTicketCache.getByTicketId(String serviceTicket)
Retrieves the
CasAuthenticationToken associated with the
specified ticket. |
Modifier and Type | Method and Description |
---|---|
void |
StatelessTicketCache.putTicketInCache(CasAuthenticationToken token)
Adds the specified
CasAuthenticationToken to the cache. |
void |
StatelessTicketCache.removeTicketFromCache(CasAuthenticationToken token)
Removes the specified ticket from the cache, as per
StatelessTicketCache.removeTicketFromCache(String) . |
Modifier and Type | Method and Description |
---|---|
CasAuthenticationToken |
NullStatelessTicketCache.getByTicketId(String serviceTicket) |
CasAuthenticationToken |
EhCacheBasedTicketCache.getByTicketId(String serviceTicket) |
Modifier and Type | Method and Description |
---|---|
void |
NullStatelessTicketCache.putTicketInCache(CasAuthenticationToken token)
This is a no-op since we are not storing tickets.
|
void |
EhCacheBasedTicketCache.putTicketInCache(CasAuthenticationToken token) |
void |
NullStatelessTicketCache.removeTicketFromCache(CasAuthenticationToken token)
This is a no-op since we are not storing tickets.
|
void |
EhCacheBasedTicketCache.removeTicketFromCache(CasAuthenticationToken token) |
Copyright © 2017. All rights reserved.