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 UserCrowdUserProvider. 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 UserLdapUserProvider. 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 MUCRoleMUCRoom. 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 RosterItemDefaultRosterItemProvider. createItem(String username, RosterItem item)RosterItemRosterItemProvider. createItem(String username, RosterItem item)Creates a new roster item for the given user (optional operation).RosterItemRoster. createRosterItem(org.xmpp.packet.JID user, boolean push, boolean persistent)Create a new item to the roster.RosterItemRoster. 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 UserAlreadyExistsException Modifier and Type Method Description UserDefaultUserProvider. createUser(String username, String password, String name, String email)UserHybridUserProvider. createUser(String username, String password, String name, String email)Creates a new user in the first non-read-only provider.UserJDBCUserProvider. createUser(String username, String password, String name, String email)UserMappedUserProvider. createUser(String username, String password, String name, String email)UserUserManager. createUser(String username, String password, String name, String email)Creates a new User.UserUserProvider. createUser(String username, String password, String name, String email)Creates a new user.
-