Package org.jivesoftware.openfire.user.property
package org.jivesoftware.openfire.user.property
-
ClassDescriptionDefault implementation of the UserPropertyProvider interface, which reads and writes data from the
ofUserProp
database table.Delegate UserPropertyProvider operations among up to three configurable provider implementation classes.The JDBC user property provider allows you to use an external database to define the user properties.AUserPropertyProvider
that delegates to a user-specific UserPropertyProvider.AUserPropertyProvider
that delegates to one or more 'backing' UserProvider.A provider for user properties.Implementations are used to determine what UserPropertyProvider is to be used for a particular username.