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 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 UserPropertyProvider Modifier and Type Class Description classDefaultUserPropertyProviderDefault implementation of the UserPropertyProvider interface, which reads and writes data from theofUserPropdatabase table.classHybridUserPropertyProviderDelegate UserPropertyProvider operations among up to three configurable provider implementation classes.classJDBCUserPropertyProviderThe JDBC user property provider allows you to use an external database to define the user properties.classMappedUserPropertyProviderAUserPropertyProviderthat delegates to a user-specific UserPropertyProvider.Methods in org.jivesoftware.openfire.user.property that return UserPropertyProvider Modifier and Type Method Description UserPropertyProviderUserPropertyProviderMapper. 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 UserPropertyProvider Modifier and Type Method Description Set<UserPropertyProvider>UserPropertyProviderMapper. getUserPropertyProviders()Returns all providers that are used by this instance.
-