Uses of Class
org.jivesoftware.openfire.user.DefaultUserProvider
Packages that use DefaultUserProvider
Package
Description
Provides the interfaces and classes necessary to create custom
user account data providers for Openfire.
-
Uses of DefaultUserProvider in org.jivesoftware.openfire.user
Subclasses of DefaultUserProvider in org.jivesoftware.openfire.userModifier and TypeClassDescriptionclassA UserProvider to be used in conjunction withNativeAuthProvider, which authenticates using OS-level authentication.classA UserProvider to be used in conjunction withPOP3AuthProvider, which authenticates using a POP3 server.