Uses of Interface
org.jivesoftware.openfire.user.property.UserPropertyProvider
Packages that use UserPropertyProvider
Package
Description
Provides the interfaces and classes necessary to create custom
user account data providers for Openfire.
-
Uses of UserPropertyProvider in org.jivesoftware.openfire.user
Methods in org.jivesoftware.openfire.user that return UserPropertyProviderModifier and TypeMethodDescriptionstatic UserPropertyProviderUserManager.getUserPropertyProvider()Returns the currently-installed UserPropertyProvider. -
Uses of UserPropertyProvider in org.jivesoftware.openfire.user.property
Classes in org.jivesoftware.openfire.user.property that implement UserPropertyProviderModifier and TypeClassDescriptionclassDefault implementation of the UserPropertyProvider interface, which reads and writes data from theofUserPropdatabase table.classDelegate UserPropertyProvider operations among up to three configurable provider implementation classes.classThe JDBC user property provider allows you to use an external database to define the user properties.classAUserPropertyProviderthat delegates to a user-specific UserPropertyProvider.Methods in org.jivesoftware.openfire.user.property that return UserPropertyProviderModifier and TypeMethodDescriptionUserPropertyProviderMapper.getUserPropertyProvider(String username) Finds a suitable UserPropertyProvider for the user.static UserPropertyProviderMappedUserPropertyProvider.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 UserPropertyProviderModifier and TypeMethodDescriptionUserPropertyProviderMapper.getUserPropertyProviders()Returns all providers that are used by this instance.