Uses of Interface
org.jasig.cas.ticket.registry.TicketRegistry

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

Uses of TicketRegistry in org.jasig.cas
 

Methods in org.jasig.cas with parameters of type TicketRegistry
 void CentralAuthenticationServiceImpl.setServiceTicketRegistry(TicketRegistry serviceTicketRegistry)
           
 void CentralAuthenticationServiceImpl.setTicketRegistry(TicketRegistry ticketRegistry)
          Method to set the TicketRegistry.
 

Uses of TicketRegistry in org.jasig.cas.audit.spi
 

Constructors in org.jasig.cas.audit.spi with parameters of type TicketRegistry
TicketOrCredentialBasedAuditablePrincipalResolver(TicketRegistry ticketRegistry)
           
 

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

Classes in org.jasig.cas.ticket.registry that implement TicketRegistry
 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
           
 

Uses of TicketRegistry in org.jasig.cas.ticket.registry.support
 

Methods in org.jasig.cas.ticket.registry.support with parameters of type TicketRegistry
 void DefaultTicketRegistryCleaner.setTicketRegistry(TicketRegistry ticketRegistry)
           
 



Copyright © 2004-2009 Java Architectures Special Interest Group. All Rights Reserved.