Uses of Class
org.jivesoftware.openfire.privacy.PrivacyList
Packages that use PrivacyList
Package
Description
Implementation of Blocking Communication.
-
Uses of PrivacyList in org.jivesoftware.openfire.privacy
Methods in org.jivesoftware.openfire.privacy that return PrivacyListModifier and TypeMethodDescriptionPrivacyListManager.createPrivacyList
(String username, String listName, org.dom4j.Element listElement) Creates a new privacy list for the specified user.PrivacyListManager.getDefaultPrivacyList
(String username) Returns the default privacy list of the specified user ornull
if none was found.PrivacyListManager.getPrivacyList
(String username, String listName) Returns a specific privacy list of the specified user ornull
if none was found.PrivacyListProvider.loadDefaultPrivacyList
(String username) Loads the default privacy list of a given user from the database.PrivacyListProvider.loadPrivacyList
(String username, String listName) Loads the requested privacy list from the database.Methods in org.jivesoftware.openfire.privacy with parameters of type PrivacyListModifier and TypeMethodDescriptionvoid
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. -
Uses of PrivacyList in org.jivesoftware.openfire.session
Methods in org.jivesoftware.openfire.session that return PrivacyListModifier and TypeMethodDescriptionClientSession.getActiveList()
Returns the Privacy list that overrides the default privacy list.LocalClientSession.getActiveList()
Returns the Privacy list that overrides the default privacy list.RemoteClientSession.getActiveList()
ClientSession.getDefaultList()
Returns the default Privacy list used for the session's user.LocalClientSession.getDefaultList()
Returns the default Privacy list used for the session's user.RemoteClientSession.getDefaultList()
Methods in org.jivesoftware.openfire.session with parameters of type PrivacyListModifier and TypeMethodDescriptionvoid
ClientSession.setActiveList
(PrivacyList activeList) Sets the Privacy list that overrides the default privacy list.void
LocalClientSession.setActiveList
(PrivacyList activeList) Sets the Privacy list that overrides the default privacy list.void
RemoteClientSession.setActiveList
(PrivacyList activeList) void
ClientSession.setDefaultList
(PrivacyList defaultList) Sets the default Privacy list used for the session's user.void
LocalClientSession.setDefaultList
(PrivacyList defaultList) Sets the default Privacy list used for the session's user.void
RemoteClientSession.setDefaultList
(PrivacyList defaultList)