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 classAuthorizationBasedUserProviderMapperAUserProviderMapperthat can be used to draw administrative users from another source than the regular, non- administrative users.classPropertyBasedUserProviderMapperAUserProviderMapperthat 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 UserProviderMapperMappedUserProvider. mapperUsed to determine what provider is to be used to operate on a particular user.
-