Uses of Class
org.jivesoftware.openfire.privacy.PrivacyList
-
Packages that use PrivacyList Package Description org.jivesoftware.openfire.privacy Implementation of Blocking Communication.org.jivesoftware.openfire.session -
-
Uses of PrivacyList in org.jivesoftware.openfire.privacy
Methods in org.jivesoftware.openfire.privacy that return PrivacyList Modifier and Type Method Description PrivacyListPrivacyListManager. createPrivacyList(String username, String listName, org.dom4j.Element listElement)Creates a new privacy list for the specified user.PrivacyListPrivacyListManager. getDefaultPrivacyList(String username)Returns the default privacy list of the specified user ornullif none was found.PrivacyListPrivacyListManager. getPrivacyList(String username, String listName)Returns a specific privacy list of the specified user ornullif none was found.PrivacyListPrivacyListProvider. loadDefaultPrivacyList(String username)Loads the default privacy list of a given user from the database.PrivacyListPrivacyListProvider. loadPrivacyList(String username, String listName)Loads the requested privacy list from the database.Methods in org.jivesoftware.openfire.privacy with parameters of type PrivacyList Modifier and Type Method Description voidPrivacyListManager. 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 PrivacyList Modifier and Type Method Description PrivacyListClientSession. getActiveList()Returns the Privacy list that overrides the default privacy list.PrivacyListLocalClientSession. getActiveList()Returns the Privacy list that overrides the default privacy list.PrivacyListClientSession. getDefaultList()Returns the default Privacy list used for the session's user.PrivacyListLocalClientSession. getDefaultList()Returns the default Privacy list used for the session's user.Methods in org.jivesoftware.openfire.session with parameters of type PrivacyList Modifier and Type Method Description voidClientSession. 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.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.
-