Uses of Class
org.jivesoftware.openfire.user.DefaultUserProvider
-
Packages that use DefaultUserProvider Package Description org.jivesoftware.openfire.user 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.user Modifier and Type Class Description class
NativeUserProvider
A UserProvider to be used in conjunction withNativeAuthProvider
, which authenticates using OS-level authentication.class
POP3UserProvider
A UserProvider to be used in conjunction withPOP3AuthProvider
, which authenticates using a POP3 server.
-