Jive Forums API (5.5.20.2-oracle) Developer Javadocs

Uses of Interface
com.jivesoftware.forum.MessageInterceptor

Packages that use MessageInterceptor
com.jivesoftware.forum Core interfaces and classes for Jive Forums. 
com.jivesoftware.forum.ban.interceptor   
com.jivesoftware.forum.database DB implementation of core Jive Forums interfaces. 
com.jivesoftware.forum.interceptor Filters and rejects content being added to the system. 
com.jivesoftware.forum.proxy Protection proxies for Jive Forums objects. 
 

Uses of MessageInterceptor in com.jivesoftware.forum
 

Methods in com.jivesoftware.forum that return MessageInterceptor
 MessageInterceptor[] InterceptorManager.getAvailableInterceptors()
          Returns an array of MessageInterceptor objects that are all of the currently available incerceptors in the system.
 MessageInterceptor InterceptorManager.getInterceptor(int index)
          Return the interceptor at the specified index in the list of currently configured interceptors.
 

Methods in com.jivesoftware.forum with parameters of type MessageInterceptor
 void InterceptorManager.addInterceptor(int index, MessageInterceptor interceptor)
          Inserts a new interceptor at specified index in the list of currently configured interceptors.
 

Uses of MessageInterceptor in com.jivesoftware.forum.ban.interceptor
 

Classes in com.jivesoftware.forum.ban.interceptor that implement MessageInterceptor
 class BanMessageInterceptor
          An Interceptor to handle Banned Users and IP Addresses
 

Uses of MessageInterceptor in com.jivesoftware.forum.database
 

Methods in com.jivesoftware.forum.database that return MessageInterceptor
 MessageInterceptor[] DbInterceptorManager.getAvailableInterceptors()
           
 MessageInterceptor DbInterceptorManager.getInterceptor(int index)
           
 

Methods in com.jivesoftware.forum.database with parameters of type MessageInterceptor
 void DbInterceptorManager.addInterceptor(int index, MessageInterceptor interceptor)
           
 

Uses of MessageInterceptor in com.jivesoftware.forum.interceptor
 

Classes in com.jivesoftware.forum.interceptor that implement MessageInterceptor
 class GatewayInterceptor
          An interceptor that allows for the hiding of name and email information for messages imported via a gateway.
 class GovernorInterceptor
          Provides a mechanism to limit the rate at which a user may post messages -- in effect, a governor on postings.
 class IPInterceptor
          Interceptor to take action on a message posting depending on IP address of user posting.
 class KeywordInterceptor
          An interceptor that looks for certain keywords in the message subject or body and notifies a list of email addresses if those keywords are found.
 class ModerationInterceptor
           
 class UserInterceptor
          An interceptor to ban users by preventing them from posting messages.
 class VirusScanInterceptor
          Redirects messages with attachments to the VirusScanManager queue.
 

Uses of MessageInterceptor in com.jivesoftware.forum.proxy
 

Methods in com.jivesoftware.forum.proxy that return MessageInterceptor
 MessageInterceptor[] InterceptorManagerProxy.getAvailableInterceptors()
           
 MessageInterceptor InterceptorManagerProxy.getInterceptor(int index)
           
 

Methods in com.jivesoftware.forum.proxy with parameters of type MessageInterceptor
 void InterceptorManagerProxy.addInterceptor(int index, MessageInterceptor interceptor)
           
 


Jive Forums Project Page

Copyright © 1999-2006 Jive Software.