Jive Forums API (5.5.20.2-oracle) Developer Javadocs

Uses of Interface
com.jivesoftware.base.ban.BanManager

Packages that use BanManager
com.jivesoftware.base.ban   
com.jivesoftware.forum Core interfaces and classes for Jive Forums. 
com.jivesoftware.forum.ban   
com.jivesoftware.forum.database DB implementation of core Jive Forums interfaces. 
com.jivesoftware.forum.proxy Protection proxies for Jive Forums objects. 
 

Uses of BanManager in com.jivesoftware.base.ban
 

Classes in com.jivesoftware.base.ban that implement BanManager
 class AbstractBanManager
          An abstract instance to manage the banning of User Accounts and IP Addresses.
 

Uses of BanManager in com.jivesoftware.forum
 

Methods in com.jivesoftware.forum that return BanManager
abstract  BanManager ForumFactory.getBanManager()
          Returns a ban manager that can be used for banning users
 

Uses of BanManager in com.jivesoftware.forum.ban
 

Classes in com.jivesoftware.forum.ban that implement BanManager
 class BanManagerImpl
          A concrete instance of the BanManager interface providing additional forum functionality to the base ban manager model.
 class BanManagerProxy
           
 

Methods in com.jivesoftware.forum.ban that return BanManager
static BanManager BanManagerFactory.getInstance()
          Returns a concrete implementation of the BanManager interface.
 

Constructors in com.jivesoftware.forum.ban with parameters of type BanManager
BanManagerProxy(BanManager banManager, AuthToken authToken, Permissions permissions)
           
 

Uses of BanManager in com.jivesoftware.forum.database
 

Methods in com.jivesoftware.forum.database that return BanManager
 BanManager DbForumFactory.getBanManager()
           
 

Uses of BanManager in com.jivesoftware.forum.proxy
 

Methods in com.jivesoftware.forum.proxy that return BanManager
 BanManager ForumFactoryProxy.getBanManager()
           
 


Jive Forums Project Page

Copyright © 1999-2006 Jive Software.