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 ornullif none was found.PrivacyListManager.getPrivacyList(String username, String listName) Returns a specific privacy list of the specified user ornullif 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 TypeMethodDescriptionvoidPrivacyListManager.changeDefaultList(String username, PrivacyList newDefault, PrivacyList oldDefault) Sets a given privacy list as the new default list of the user.voidPrivacyListProvider.createPrivacyList(String username, PrivacyList list) Creates and saves the new privacy list to the database.voidPrivacyListEventListener.privacyListCreated(PrivacyList list) A privacy list was created.voidPrivacyListEventListener.privacyListModified(PrivacyList list) Properties of the privacy list were changed.voidPrivacyListProvider.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 TypeMethodDescriptionvoidClientSession.setActiveList(PrivacyList activeList) Sets the Privacy list that overrides the default privacy list.voidLocalClientSession.setActiveList(PrivacyList activeList) Sets the Privacy list that overrides the default privacy list.voidRemoteClientSession.setActiveList(PrivacyList activeList) voidClientSession.setDefaultList(PrivacyList defaultList) Sets the default Privacy list used for the session's user.voidLocalClientSession.setDefaultList(PrivacyList defaultList) Sets the default Privacy list used for the session's user.voidRemoteClientSession.setDefaultList(PrivacyList defaultList)