Package | Description |
---|---|
org.jivesoftware.openfire.group |
Groups, which are used to organize users together.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultGroupPropertyMap<K,V>
Default implementation of a writable
Map to manage group properties. |
Modifier and Type | Method and Description |
---|---|
PersistableMap<String,String> |
Group.getProperties()
Returns all extended properties of the group.
|
PersistableMap<String,String> |
GroupProvider.loadProperties(Group group)
Loads the group properties (if any) from the backend data store.
|
PersistableMap<String,String> |
AbstractGroupProvider.loadProperties(Group group)
Returns a custom
Map that updates the database whenever
a property value is added, changed, or deleted. |
Copyright © 2003–2020 Ignite Realtime. All rights reserved.