Uses of Interface
org.jivesoftware.openfire.user.property.UserPropertyProvider
-
Packages that use UserPropertyProvider Package Description org.jivesoftware.openfire.user Provides the interfaces and classes necessary to create custom user account data providers for Openfire.org.jivesoftware.openfire.user.property -
-
Uses of UserPropertyProvider in org.jivesoftware.openfire.user
Methods in org.jivesoftware.openfire.user that return UserPropertyProvider Modifier and Type Method Description static UserPropertyProvider
UserManager. getUserPropertyProvider()
Returns the currently-installed UserPropertyProvider. -
Uses of UserPropertyProvider in org.jivesoftware.openfire.user.property
Classes in org.jivesoftware.openfire.user.property that implement UserPropertyProvider Modifier and Type Class Description class
DefaultUserPropertyProvider
Default implementation of the UserPropertyProvider interface, which reads and writes data from theofUserProp
database table.class
HybridUserPropertyProvider
Delegate UserPropertyProvider operations among up to three configurable provider implementation classes.class
JDBCUserPropertyProvider
The JDBC user property provider allows you to use an external database to define the user properties.class
MappedUserPropertyProvider
AUserPropertyProvider
that delegates to a user-specific UserPropertyProvider.Methods in org.jivesoftware.openfire.user.property that return UserPropertyProvider Modifier and Type Method Description UserPropertyProvider
UserPropertyProviderMapper. getUserPropertyProvider(String username)
Finds a suitable UserPropertyProvider for the user.static UserPropertyProvider
MappedUserPropertyProvider. instantiate(String propertyName)
Instantiates a UserPropertyProvider based on a property value (that is expected to be a class name).Methods in org.jivesoftware.openfire.user.property that return types with arguments of type UserPropertyProvider Modifier and Type Method Description Set<UserPropertyProvider>
UserPropertyProviderMapper. getUserPropertyProviders()
Returns all providers that are used by this instance.
-