| Package | Description |
|---|---|
| org.jasig.cas.monitor | |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SessionMonitor.setTicketRegistry(TicketRegistryState state)
Sets the ticket registry that exposes state information that may be queried by this monitor.
|
| 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. |
Copyright © 2004-2014 Jasig. All Rights Reserved.