Package | Description |
---|---|
org.jasig.cas.client.configuration | |
org.jasig.cas.client.proxy |
The proxy package includes a servlet to act as a proxy receptor,
an interface for ProxyGrantingTicketStorage and an abstraction for
retrieving proxy tickets.
|
org.jasig.cas.client.util |
The validation package includes interfaces for validating Tickets, as well as the common implementations.
|
org.jasig.cas.client.validation |
Modifier and Type | Field and Description |
---|---|
static ConfigurationKey<Class<? extends ProxyGrantingTicketStorage>> |
ConfigurationKeys.PROXY_GRANTING_TICKET_STORAGE_CLASS |
Modifier and Type | Class and Description |
---|---|
class |
AbstractEncryptedProxyGrantingTicketStorageImpl
Provides encryption capabilities.
|
class |
EhcacheBackedProxyGrantingTicketStorageImpl |
class |
MemcachedBackedProxyGrantingTicketStorageImpl
Implementation of the
ProxyGrantingTicketStorage interface that is backed by
Memcache for distributed web applications. |
class |
ProxyGrantingTicketStorageImpl
Implementation of
ProxyGrantingTicketStorage that is backed by a
HashMap that keeps a ProxyGrantingTicket for a specified amount of time. |
Constructor and Description |
---|
CleanUpTimerTask(ProxyGrantingTicketStorage proxyGrantingTicketStorage) |
Modifier and Type | Method and Description |
---|---|
static void |
CommonUtils.readAndRespondToProxyReceptorRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
ProxyGrantingTicketStorage proxyGrantingTicketStorage) |
Modifier and Type | Method and Description |
---|---|
protected ProxyGrantingTicketStorage |
Cas20ServiceTicketValidator.getProxyGrantingTicketStorage() |
Modifier and Type | Method and Description |
---|---|
void |
Cas20ServiceTicketValidator.setProxyGrantingTicketStorage(ProxyGrantingTicketStorage proxyGrantingTicketStorage) |
void |
Cas20ProxyReceivingTicketValidationFilter.setProxyGrantingTicketStorage(ProxyGrantingTicketStorage storage) |
Copyright © 2006–2018 Jasig. All rights reserved.