|
Openfire 3.8.1 Javadoc | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface LockOutEventListener
Interface to listen for lockout events. Use the
LockOutEventDispatcher.addListener(LockOutEventListener)
method to register for events.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
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.
|
Openfire 3.8.1 Javadoc | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||