Uses of Interface
org.jivesoftware.openfire.lockout.LockOutProvider
Packages that use LockOutProvider
-
Uses of LockOutProvider in org.jivesoftware.openfire.lockout
Classes in org.jivesoftware.openfire.lockout that implement LockOutProviderModifier and TypeClassDescriptionclassThe 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 LockOutProviderModifier and TypeMethodDescriptionstatic LockOutProviderLockOutManager.getLockOutProvider()Returns the currently-installed LockOutProvider.