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 void
UserNameManager. addUserNameProvider(String domain, UserNameProvider provider)
Adds the specifiedUserNameProvider
as the provider of users of the specified domain.
-