Uses of Interface
org.jivesoftware.openfire.user.UserNameProvider
Packages that use UserNameProvider
Package
Description
Provides the interfaces and classes necessary to create custom
user account data providers for Openfire.
-
Uses of UserNameProvider in org.jivesoftware.openfire.user
Methods in org.jivesoftware.openfire.user with parameters of type UserNameProviderModifier and TypeMethodDescriptionstatic void
UserNameManager.addUserNameProvider
(String domain, UserNameProvider provider) Adds the specifiedUserNameProvider
as the provider of users of the specified domain.