| 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.
|
| Modifier and Type | Method and Description |
|---|---|
Group |
CrowdGroupProvider.getGroup(String name) |
| Modifier and Type | Method and Description |
|---|---|
Group |
GroupManager.getGroup(org.xmpp.packet.JID jid)
Returns the corresponding group if the given JID represents a group.
|
Group |
GroupProvider.getGroup(String name)
Returns a group based on it's name.
|
Group |
JDBCGroupProvider.getGroup(String name) |
Group |
GroupManager.getGroup(String name)
Returns a Group by name.
|
Group |
DefaultGroupProvider.getGroup(String name) |
Group |
GroupManager.getGroup(String name,
boolean forceLookup)
Returns a Group by name.
|
static boolean |
GroupJID.isGroup(org.xmpp.packet.JID jid,
boolean groupMustExist)
Check a JID to determine whether it represents a group.
|
void |
GroupProvider.setDescription(String name,
String description)
Updates the group's description.
|
void |
AbstractGroupProvider.setDescription(String name,
String description) |
void |
DefaultGroupProvider.setDescription(String name,
String description) |
| Modifier and Type | Method and Description |
|---|---|
Group |
LdapGroupProvider.getGroup(String groupName) |
Copyright © 2003–2019 Ignite Realtime. All rights reserved.