Uses of Interface
org.jivesoftware.openfire.lockout.LockOutProvider
-
Packages that use LockOutProvider Package Description org.jivesoftware.openfire.lockout -
-
Uses of LockOutProvider in org.jivesoftware.openfire.lockout
Classes in org.jivesoftware.openfire.lockout that implement LockOutProvider Modifier and Type Class Description class
DefaultLockOutProvider
The DefaultLockOutProvider works with the ofUserFlag table to maintain a list of disabled/locked out accounts., and as the name implies, is the default LockOutProvider implementation.Methods in org.jivesoftware.openfire.lockout that return LockOutProvider Modifier and Type Method Description static LockOutProvider
LockOutManager. getLockOutProvider()
Returns the currently-installed LockOutProvider.
-