| Package | Description |
|---|---|
| org.jasig.cas |
This is the entry point to the part of the CAS processing that is independent
of the user/program interface.
|
| org.jasig.cas.audit.spi | |
| org.jasig.cas.ticket.registry |
This package contains the classes related to maintaining the
persistance of the Tickets for retrieval later by the Central
Authentication Service.
|
| org.jasig.cas.ticket.registry.support |
This package contains the supporting versions of the interfaces
defined in the ticket package.
|
| org.jasig.cas.web |
In the Servlet API, the WEB-INF/web.xml deployment descriptor maps various URL
values to Java classes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CentralAuthenticationServiceImpl.setServiceTicketRegistry(TicketRegistry serviceTicketRegistry) |
void |
CentralAuthenticationServiceImpl.setTicketRegistry(TicketRegistry ticketRegistry)
Method to set the TicketRegistry.
|
| Constructor and Description |
|---|
TicketOrCredentialPrincipalResolver(TicketRegistry ticketRegistry) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDistributedTicketRegistry
Abstract Implementation that handles some of the commonalities between
distributed ticket registries.
|
class |
AbstractTicketRegistry |
class |
DefaultTicketRegistry
Implementation of the TicketRegistry that is backed by a ConcurrentHashMap.
|
class |
JpaTicketRegistry
JPA implementation of a CAS
TicketRegistry. |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultTicketRegistryCleaner.setTicketRegistry(TicketRegistry ticketRegistry) |
| Constructor and Description |
|---|
StatisticsController(TicketRegistry ticketRegistry) |
Copyright © 2004-2012 Jasig. All Rights Reserved.