See: Description
| Interface | Description |
|---|---|
| LockingStrategy |
Strategy pattern for defining a locking strategy in support of exclusive
execution of some process.
|
| Class | Description |
|---|---|
| DefaultTicketRegistryCleaner |
The default ticket registry cleaner scans the entire CAS ticket registry
for expired tickets and removes them.
|
| JpaLockingStrategy |
JPA 2.0 implementation of an exclusive, non-reentrant 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. |
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-2015 Apereo. All Rights Reserved.