Uses of Interface
org.jivesoftware.openfire.user.UserNameProvider
-
Packages that use UserNameProvider Package Description org.jivesoftware.openfire.user 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 UserNameProvider Modifier and Type Method Description static voidUserNameManager. addUserNameProvider(String domain, UserNameProvider provider)Adds the specifiedUserNameProvideras the provider of users of the specified domain.
-