|
Openfire 3.6.3 Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jivesoftware.openfire.lockout.LockOutEventDispatcher
public class LockOutEventDispatcher
Dispatches lockout events. The following events are supported:
addListener(LockOutEventListener)
and removeListener(LockOutEventListener)
to add or remove LockOutEventListener
.
Constructor Summary | |
---|---|
LockOutEventDispatcher()
|
Method Summary | |
---|---|
static void |
accountLocked(LockOutFlag flag)
Notifies the listeners that an account was just set to be disabled/locked out. |
static void |
accountUnlocked(String username)
Notifies the listeners that an account was just enabled (lockout removed). |
static void |
addListener(LockOutEventListener listener)
Registers a listener to receive events. |
static void |
lockedAccountDenied(String username)
Notifies the listeners that a locked out account attempted to log in. |
static void |
removeListener(LockOutEventListener listener)
Unregisters a listener to receive events. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LockOutEventDispatcher()
Method Detail |
---|
public static void addListener(LockOutEventListener listener)
listener
- the listener.public static void removeListener(LockOutEventListener listener)
listener
- the listener.public static void accountLocked(LockOutFlag flag)
flag
- The LockOutFlag that was set, which includes the username of the account and start/end times.public static void accountUnlocked(String username)
username
- The username of the account that was enabled.public static void lockedAccountDenied(String username)
username
- The username of the account that tried to log in.
|
Openfire 3.6.3 Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |