| Package | Description |
|---|---|
| org.jivesoftware.openfire.privacy |
Implementation of Blocking Communication.
|
| org.jivesoftware.openfire.session |
| Modifier and Type | Method and Description |
|---|---|
PrivacyList |
PrivacyListManager.createPrivacyList(String username,
String listName,
org.dom4j.Element listElement)
Creates a new privacy list for the specified user.
|
PrivacyList |
PrivacyListManager.getDefaultPrivacyList(String username)
Returns the default privacy list of the specified user or
null if
none was found. |
PrivacyList |
PrivacyListManager.getPrivacyList(String username,
String listName)
Returns a specific privacy list of the specified user or
null if
none was found. |
PrivacyList |
PrivacyListProvider.loadDefaultPrivacyList(String username)
Loads the default privacy list of a given user from the database.
|
PrivacyList |
PrivacyListProvider.loadPrivacyList(String username,
String listName)
Loads the requested privacy list from the database.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PrivacyListManager.changeDefaultList(String username,
PrivacyList newDefault,
PrivacyList oldDefault)
Sets a given privacy list as the new default list of the user.
|
void |
PrivacyListProvider.createPrivacyList(String username,
PrivacyList list)
Creates and saves the new privacy list to the database.
|
void |
PrivacyListEventListener.privacyListCreated(PrivacyList list)
A privacy list was created.
|
void |
PrivacyListEventListener.privacyListModified(PrivacyList list)
Properties of the privacy list were changed.
|
void |
PrivacyListProvider.updatePrivacyList(String username,
PrivacyList list)
Updated the existing privacy list in the database.
|
| Modifier and Type | Method and Description |
|---|---|
PrivacyList |
LocalClientSession.getActiveList()
Returns the Privacy list that overrides the default privacy list.
|
PrivacyList |
ClientSession.getActiveList()
Returns the Privacy list that overrides the default privacy list.
|
PrivacyList |
LocalClientSession.getDefaultList()
Returns the default Privacy list used for the session's user.
|
PrivacyList |
ClientSession.getDefaultList()
Returns the default Privacy list used for the session's user.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LocalClientSession.setActiveList(PrivacyList activeList)
Sets the Privacy list that overrides the default privacy list.
|
void |
ClientSession.setActiveList(PrivacyList activeList)
Sets the Privacy list that overrides the default privacy list.
|
void |
LocalClientSession.setDefaultList(PrivacyList defaultList)
Sets the default Privacy list used for the session's user.
|
void |
ClientSession.setDefaultList(PrivacyList defaultList)
Sets the default Privacy list used for the session's user.
|
Copyright © 2003–2019 Ignite Realtime. All rights reserved.