Uses of Class
org.jivesoftware.openfire.user.UserAlreadyExistsException
Packages that use UserAlreadyExistsException
Package
Description
LDAP code for authentication and user profile information.
Implementation of Multi-User Chat (XEP-0045).
Provides classes for managing the roster.
Provides the interfaces and classes necessary to create custom
user account data providers for Openfire.
-
Uses of UserAlreadyExistsException in org.jivesoftware.openfire.crowd
Methods in org.jivesoftware.openfire.crowd that throw UserAlreadyExistsException -
Uses of UserAlreadyExistsException in org.jivesoftware.openfire.ldap
Methods in org.jivesoftware.openfire.ldap that throw UserAlreadyExistsException -
Uses of UserAlreadyExistsException in org.jivesoftware.openfire.muc
Methods in org.jivesoftware.openfire.muc that throw UserAlreadyExistsExceptionModifier and TypeMethodDescriptionMUCRoom.joinRoom(String nickname, String password, HistoryRequest historyRequest, org.xmpp.packet.JID realAddress, org.xmpp.packet.Presence presence) Joins the room using the given nickname. -
Uses of UserAlreadyExistsException in org.jivesoftware.openfire.roster
Methods in org.jivesoftware.openfire.roster that throw UserAlreadyExistsExceptionModifier and TypeMethodDescriptionDefaultRosterItemProvider.createItem(String username, RosterItem item) RosterItemProvider.createItem(String username, RosterItem item) Creates a new roster item for the given user (optional operation).Roster.createRosterItem(org.xmpp.packet.JID user, boolean push, boolean persistent) Create a new item to the roster.Roster.createRosterItem(org.xmpp.packet.JID user, String nickname, List<String> groups, boolean push, boolean persistent) Create a new item to the roster.voidRoster.createRosterItem(org.xmpp.packet.Roster.Item item) Create a new item to the roster based as a copy of the given item.protected RosterItemRoster.provideRosterItem(org.xmpp.packet.JID user, String nickname, List<String> groups, boolean push, boolean persistent) Generate a new RosterItem for use with createRosterItem. -
Uses of UserAlreadyExistsException in org.jivesoftware.openfire.user
Methods in org.jivesoftware.openfire.user that throw UserAlreadyExistsExceptionModifier and TypeMethodDescriptionDefaultUserProvider.createUser(String username, String password, String name, String email) JDBCUserProvider.createUser(String username, String password, String name, String email) UserManager.createUser(String username, String password, String name, String email) Creates a new User.UserMultiProvider.createUser(String username, String password, String name, String email) UserProvider.createUser(String username, String password, String name, String email) Creates a new user.