| Package | Description |
|---|---|
| org.jivesoftware.openfire.group |
Groups, which are used to organize users together.
|
| Modifier and Type | Method and Description |
|---|---|
Group |
GroupProvider.createGroup(String name)
Creates a group with the given name (optional operation).
|
Group |
GroupManager.createGroup(String name)
Factory method for creating a new Group.
|
Group |
AbstractGroupProvider.createGroup(String name) |
void |
GroupProvider.setName(String oldName,
String newName)
Sets the name of a group to a new name.
|
void |
AbstractGroupProvider.setName(String oldName,
String newName) |
void |
DefaultGroupProvider.setName(String oldName,
String newName) |
Copyright © 2003–2019 Ignite Realtime. All rights reserved.