Package org.jivesoftware.openfire.user.property
-
Interface Summary Interface Description UserPropertyProvider A provider for user properties.UserPropertyProviderMapper Implementations are used to determine what UserPropertyProvider is to be used for a particular username. -
Class Summary Class Description DefaultUserPropertyProvider Default implementation of the UserPropertyProvider interface, which reads and writes data from theofUserProp
database table.HybridUserPropertyProvider Delegate UserPropertyProvider operations among up to three configurable provider implementation classes.JDBCUserPropertyProvider The JDBC user property provider allows you to use an external database to define the user properties.MappedUserPropertyProvider AUserPropertyProvider
that delegates to a user-specific UserPropertyProvider.