Uses of Package
org.jivesoftware.openfire.lockout
Packages that use org.jivesoftware.openfire.lockout
Package
Description
Utility classes.
-
Classes in org.jivesoftware.openfire.lockout used by org.jivesoftware.openfireClassDescriptionThe LockOutManager manages the LockOutProvider configured for this server, caches knowledge of whether accounts are disabled or enabled, and provides a single point of entry for handling locked/disabled accounts.
-
Classes in org.jivesoftware.openfire.lockout used by org.jivesoftware.openfire.lockoutClassDescriptionInterface to listen for lockout events.A LockOutFlag represents the current disabled status set on a particular user account.The LockOutManager manages the LockOutProvider configured for this server, caches knowledge of whether accounts are disabled or enabled, and provides a single point of entry for handling locked/disabled accounts.A LockOutProvider handles storage of information about disabled accounts, and requests for whether an account is currently disabled.
-
Classes in org.jivesoftware.openfire.lockout used by org.jivesoftware.utilClassDescriptionThe LockOutManager manages the LockOutProvider configured for this server, caches knowledge of whether accounts are disabled or enabled, and provides a single point of entry for handling locked/disabled accounts.