Uses of Class
org.jivesoftware.util.AlreadyExistsException
-
Packages that use AlreadyExistsException 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.vcard -
-
Uses of AlreadyExistsException in org.jivesoftware.openfire.crowd
Methods in org.jivesoftware.openfire.crowd that throw AlreadyExistsException Modifier and Type Method Description org.dom4j.Element
CrowdVCardProvider. createVCard(String username, org.dom4j.Element vCardElement)
-
Uses of AlreadyExistsException in org.jivesoftware.openfire.ldap
Methods in org.jivesoftware.openfire.ldap that throw AlreadyExistsException Modifier and Type Method Description org.dom4j.Element
LdapVCardProvider. createVCard(String username, org.dom4j.Element vCardElement)
Handles when a user creates a new vcard. -
Uses of AlreadyExistsException in org.jivesoftware.openfire.muc
Methods in org.jivesoftware.openfire.muc that throw AlreadyExistsException Modifier and Type Method Description MultiUserChatServiceImpl
MultiUserChatManager. createMultiUserChatService(String subdomain, String description, boolean isHidden)
Creates a new MUC service and registers it with the manager (which causes a cluster-wide notification to be sent) and starts up the service. -
Uses of AlreadyExistsException in org.jivesoftware.openfire.vcard
Methods in org.jivesoftware.openfire.vcard that throw AlreadyExistsException Modifier and Type Method Description org.dom4j.Element
DefaultVCardProvider. createVCard(String username, org.dom4j.Element vCardElement)
org.dom4j.Element
VCardProvider. createVCard(String username, org.dom4j.Element vCardElement)
Creates and saves the new user vcard.
-