Interface | Description |
---|---|
LockOutEventListener |
Interface to listen for lockout events.
|
LockOutProvider |
A LockOutProvider handles storage of information about disabled accounts, and requests for
whether an account is currently disabled.
|
Class | Description |
---|---|
DefaultLockOutProvider |
The DefaultLockOutProvider works with the ofUserFlag table to maintain a list of disabled/locked out
accounts., and as the name implies, is the default LockOutProvider implementation.
|
LockOutEventDispatcher |
Dispatches lockout events.
|
LockOutFlag |
A LockOutFlag represents the current disabled status set on a particular user account.
|
LockOutManager |
The LockOutManager manages the LockOutProvider configured for this server, caches knowledge of
whether accounts are disabled or enabled, and provides a single point of entry for handling
locked/disabled accounts.
|
Copyright © 2003-2008 Jive Software.