Uses of Interface
org.jivesoftware.openfire.user.UserProviderMapper
-
Packages that use UserProviderMapper Package Description org.jivesoftware.openfire.user Provides the interfaces and classes necessary to create custom user account data providers for Openfire. -
-
Uses of UserProviderMapper in org.jivesoftware.openfire.user
Classes in org.jivesoftware.openfire.user that implement UserProviderMapper Modifier and Type Class Description class
AuthorizationBasedUserProviderMapper
AUserProviderMapper
that can be used to draw administrative users from another source than the regular, non- administrative users.class
PropertyBasedUserProviderMapper
AUserProviderMapper
that can be used to draw some users from another source than the other users.Fields in org.jivesoftware.openfire.user declared as UserProviderMapper Modifier and Type Field Description protected UserProviderMapper
MappedUserProvider. mapper
Used to determine what provider is to be used to operate on a particular user.
-