Openfire 3.5.0.rc1 Javadoc

Package org.jivesoftware.openfire.lockout

Interface Summary
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 Summary
DefaultLockOutProvider The DefaultLockOutProvider works with the jiveUserFlag 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.
 

Exception Summary
NotLockedOutException Thrown if a username is queried for lockout status that is not locked out.
 


Openfire 3.5.0.rc1 Javadoc

Copyright © 2003-2007 Jive Software.