Uses of Class
org.jivesoftware.openfire.group.GroupNotFoundException
-
Packages that use GroupNotFoundException Package Description org.jivesoftware.openfire.crowd org.jivesoftware.openfire.group Groups, which are used to organize users together.org.jivesoftware.openfire.ldap LDAP code for authentication and user profile information. -
-
Uses of GroupNotFoundException in org.jivesoftware.openfire.crowd
Methods in org.jivesoftware.openfire.crowd that throw GroupNotFoundException Modifier and Type Method Description GroupCrowdGroupProvider. getGroup(String name) -
Uses of GroupNotFoundException in org.jivesoftware.openfire.group
Methods in org.jivesoftware.openfire.group that throw GroupNotFoundException Modifier and Type Method Description GroupDefaultGroupProvider. getGroup(String name)GroupGroupManager. getGroup(String name)Returns a Group by name.GroupGroupManager. getGroup(String name, boolean forceLookup)Returns a Group by name.GroupGroupManager. getGroup(org.xmpp.packet.JID jid)Returns the corresponding group if the given JID represents a group.GroupGroupProvider. getGroup(String name)Returns a group based on it's name.GroupJDBCGroupProvider. getGroup(String name)static booleanGroupJID. isGroup(org.xmpp.packet.JID jid, boolean groupMustExist)Check a JID to determine whether it represents a group.voidAbstractGroupProvider. setDescription(String name, String description)voidDefaultGroupProvider. setDescription(String name, String description)voidGroupProvider. setDescription(String name, String description)Updates the group's description. -
Uses of GroupNotFoundException in org.jivesoftware.openfire.ldap
Methods in org.jivesoftware.openfire.ldap that throw GroupNotFoundException Modifier and Type Method Description GroupLdapGroupProvider. getGroup(String groupName)
-