Package org.jasig.cas.ticket.registry.support

This package contains the supporting versions of the interfaces defined in the ticket package.

See:
          Description

Interface Summary
LockingStrategy Strategy pattern for defining a locking strategy in support of exclusive execution of some process.
 

Class Summary
DefaultTicketRegistryCleaner The default ticket registry cleaner scans the entire CAS ticket registry for expired tickets and removes them.
JdbcLockingStrategy Deprecated. Replaced by JpaLockingStrategy as of 3.4.11.
JpaLockingStrategy JPA 2.0 implementation of an exclusive, non-reintrant lock.
JpaLockingStrategy.Lock Describes a database lock.
NoOpLockingStrategy No-Op locking strategy that allows the use of DefaultTicketRegistryCleaner in environments where exclusive access to the registry for cleaning is either unnecessary or not possible.
 

Enum Summary
JdbcLockingStrategy.DatabasePlatform Supported database platforms provides support for platform-specific behavior such as locking semantics.
 

Package org.jasig.cas.ticket.registry.support Description

This package contains the supporting versions of the interfaces defined in the ticket package. Specifically, there are alternative implementations of the TicketRegistry (such as the EhCache backed one) and the Registry Cleaner.



Copyright © 2004-2013 Jasig. All Rights Reserved.