Uses of Class
org.jivesoftware.openfire.lockout.LockOutFlag
-
Packages that use LockOutFlag Package Description org.jivesoftware.openfire.lockout -
-
Uses of LockOutFlag in org.jivesoftware.openfire.lockout
Methods in org.jivesoftware.openfire.lockout that return LockOutFlag Modifier and Type Method Description LockOutFlagDefaultLockOutProvider. getDisabledStatus(String username)Default provider retrieves disabled status from ofUserFlag table.LockOutFlagLockOutManager. 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.LockOutFlagLockOutProvider. 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.Methods in org.jivesoftware.openfire.lockout with parameters of type LockOutFlag Modifier and Type Method Description static voidLockOutEventDispatcher. accountLocked(LockOutFlag flag)Notifies the listeners that an account was just set to be disabled/locked out.voidLockOutEventListener. accountLocked(LockOutFlag flag)Notifies the listeners that an account was just set to be disabled/locked out.voidDefaultLockOutProvider. setDisabledStatus(LockOutFlag flag)Default provider deletes existing flag, if it exists, and adds new described flag in ofUserFlag table.voidLockOutProvider. setDisabledStatus(LockOutFlag flag)Sets the locked out (disabled) status of an account according to a LockOutFlag.
-