Uses of Class
org.jivesoftware.openfire.lockout.LockOutFlag
Packages that use LockOutFlag
-
Uses of LockOutFlag in org.jivesoftware.openfire.lockout
Methods in org.jivesoftware.openfire.lockout that return LockOutFlagModifier and TypeMethodDescriptionDefaultLockOutProvider.getDisabledStatus(String username) Default provider retrieves disabled status from ofUserFlag table.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.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.Methods in org.jivesoftware.openfire.lockout with parameters of type LockOutFlagModifier and TypeMethodDescriptionstatic 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.