Uses of Interface
org.jasig.cas.monitor.TicketRegistryState

Packages that use TicketRegistryState
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. 
 

Uses of TicketRegistryState in org.jasig.cas.monitor
 

Methods in org.jasig.cas.monitor with parameters of type TicketRegistryState
 void SessionMonitor.setTicketRegistry(TicketRegistryState state)
          Sets the ticket registry that exposes state information that may be queried by this monitor.
 

Uses of TicketRegistryState in org.jasig.cas.ticket.registry
 

Classes in org.jasig.cas.ticket.registry that implement TicketRegistryState
 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-2013 Jasig. All Rights Reserved.