Uses of Class
org.jivesoftware.openfire.user.UserManager
-
Packages that use UserManager Package Description org.jivesoftware.openfire org.jivesoftware.openfire.user Provides the interfaces and classes necessary to create custom user account data providers for Openfire.org.jivesoftware.util Utility classes. -
-
Uses of UserManager in org.jivesoftware.openfire
Methods in org.jivesoftware.openfire that return UserManager Modifier and Type Method Description UserManager
XMPPServer. getUserManager()
Returns theUserManager
registered with this server. -
Uses of UserManager in org.jivesoftware.openfire.user
Methods in org.jivesoftware.openfire.user that return UserManager Modifier and Type Method Description static UserManager
UserManager. getInstance()
Returns a singleton UserManager instance. -
Uses of UserManager in org.jivesoftware.util
Methods in org.jivesoftware.util that return UserManager Modifier and Type Method Description UserManager
WebManager. getUserManager()
-