| Package | Description |
|---|---|
| org.jivesoftware.openfire.lockout |
| Modifier and Type | Method and Description |
|---|---|
LockOutFlag |
LockOutProvider.getDisabledStatus(String username)
Returns a LockOutFlag for a given username, which contains information about the time
period that the specified account is going to be disabled or null if user can log in
just fine.
|
LockOutFlag |
DefaultLockOutProvider.getDisabledStatus(String username)
Default provider retrieves disabled status from ofUserFlag table.
|
LockOutFlag |
LockOutManager.getDisabledStatus(String username)
Returns a LockOutFlag for a given username, which contains information about the time
period that the specified account is going to be disabled.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LockOutEventListener.accountLocked(LockOutFlag flag)
Notifies the listeners that an account was just set to be disabled/locked out.
|
static void |
LockOutEventDispatcher.accountLocked(LockOutFlag flag)
Notifies the listeners that an account was just set to be disabled/locked out.
|
void |
LockOutProvider.setDisabledStatus(LockOutFlag flag)
Sets the locked out (disabled) status of an account according to a LockOutFlag.
|
void |
DefaultLockOutProvider.setDisabledStatus(LockOutFlag flag)
Default provider deletes existing flag, if it exists, and adds new described flag in ofUserFlag table.
|
Copyright © 2003–2020 Ignite Realtime. All rights reserved.