public interface LockOutEventListener
LockOutEventDispatcher.addListener(LockOutEventListener)
method to register for events.| Modifier and Type | Method and Description |
|---|---|
void |
accountLocked(LockOutFlag flag)
Notifies the listeners that an account was just set to be disabled/locked out.
|
void |
accountUnlocked(String username)
Notifies the listeners that an account was just enabled (lockout removed).
|
void |
lockedAccountDenied(String username)
Notifies the listeners that a locked out account attempted to log in.
|
void accountLocked(LockOutFlag flag)
flag - The LockOutFlag that was set, which includes the username of the account and start/end times.void accountUnlocked(String username)
username - The username of the account that was enabled.void lockedAccountDenied(String username)
username - The username of the account that tried to log in.Copyright © 2003-2008 Jive Software.