Uses of Class
org.jivesoftware.openfire.group.GroupNotFoundException
Packages that use GroupNotFoundException
Package
Description
Groups, which are used to organize users together.
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 -
Uses of GroupNotFoundException in org.jivesoftware.openfire.group
Methods in org.jivesoftware.openfire.group that throw GroupNotFoundExceptionModifier and TypeMethodDescriptionvoidvoidvoidAdds an entity to a group (optional operation).voidAbstractGroupProvider.deleteGroup(String name) voidDefaultGroupProvider.deleteGroup(String groupName) voidGroupManager.deleteGroup(Group group) Deletes a group from the system.voidGroupProvider.deleteGroup(String name) Deletes the group (optional operation).Returns a Group by name.Returns a Group by name.GroupManager.getGroup(org.xmpp.packet.JID jid) Returns the corresponding group if the given JID represents a group.Returns a group based on its 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.voidvoidvoidSets the name of a group to a new name.voidAbstractGroupProvider.updateMember(String groupName, org.xmpp.packet.JID user, boolean administrator) voidDefaultGroupProvider.updateMember(String groupName, org.xmpp.packet.JID user, boolean administrator) voidGroupProvider.updateMember(String groupName, org.xmpp.packet.JID user, boolean administrator) Updates the privileges of an entity in a group. -
Uses of GroupNotFoundException in org.jivesoftware.openfire.ldap
Methods in org.jivesoftware.openfire.ldap that throw GroupNotFoundException