Uses of Class
org.jivesoftware.openfire.user.UserAlreadyExistsException
-
Packages that use UserAlreadyExistsException Package Description org.jivesoftware.openfire.crowd org.jivesoftware.openfire.ldap LDAP code for authentication and user profile information.org.jivesoftware.openfire.muc Implementation of Multi-User Chat (XEP-0045).org.jivesoftware.openfire.roster Provides classes for managing the roster.org.jivesoftware.openfire.user 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 Modifier and Type Method Description User
CrowdUserProvider. createUser(String username, String password, String name, String email)
-
Uses of UserAlreadyExistsException in org.jivesoftware.openfire.ldap
Methods in org.jivesoftware.openfire.ldap that throw UserAlreadyExistsException Modifier and Type Method Description User
LdapUserProvider. createUser(String username, String password, String name, String email)
-
Uses of UserAlreadyExistsException in org.jivesoftware.openfire.muc
Methods in org.jivesoftware.openfire.muc that throw UserAlreadyExistsException Modifier and Type Method Description MUCRole
MUCRoom. 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 UserAlreadyExistsException Modifier and Type Method Description RosterItem
DefaultRosterItemProvider. createItem(String username, RosterItem item)
RosterItem
RosterItemProvider. createItem(String username, RosterItem item)
Creates a new roster item for the given user (optional operation).RosterItem
Roster. createRosterItem(org.xmpp.packet.JID user, boolean push, boolean persistent)
Create a new item to the roster.RosterItem
Roster. createRosterItem(org.xmpp.packet.JID user, String nickname, List<String> groups, boolean push, boolean persistent)
Create a new item to the roster.void
Roster. createRosterItem(org.xmpp.packet.Roster.Item item)
Create a new item to the roster based as a copy of the given item.protected RosterItem
Roster. 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 UserAlreadyExistsException Modifier and Type Method Description User
DefaultUserProvider. createUser(String username, String password, String name, String email)
User
HybridUserProvider. createUser(String username, String password, String name, String email)
Creates a new user in the first non-read-only provider.User
JDBCUserProvider. createUser(String username, String password, String name, String email)
User
MappedUserProvider. createUser(String username, String password, String name, String email)
User
UserManager. createUser(String username, String password, String name, String email)
Creates a new User.User
UserProvider. createUser(String username, String password, String name, String email)
Creates a new user.
-