Jive Forums API (5.5.20.2-oracle) Developer Javadocs

com.jivesoftware.forum.interceptor
Class ForumsAdminAuthInterceptor

java.lang.Object
  extended by com.jivesoftware.base.action.interceptor.AuthInterceptor
      extended by com.jivesoftware.base.action.interceptor.AdminAuthInterceptor
          extended by com.jivesoftware.forum.interceptor.ForumsAdminAuthInterceptor
All Implemented Interfaces:
com.opensymphony.xwork.interceptor.Interceptor, java.io.Serializable

public class ForumsAdminAuthInterceptor
extends AdminAuthInterceptor

Forums specific AdminAuthInterceptor which can return a UserManager for use by actions in the admin console.

See Also:
Serialized Form

Constructor Summary
ForumsAdminAuthInterceptor()
           
 
Method Summary
protected  UserManager getUserManager(AuthToken authToken)
          Returns a UserManager using the supplied AuthToken.
 
Methods inherited from class com.jivesoftware.base.action.interceptor.AdminAuthInterceptor
getAuthToken, getRedirectURL, intercept
 
Methods inherited from class com.jivesoftware.base.action.interceptor.AuthInterceptor
destroy, init, processAwareInterfaces
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ForumsAdminAuthInterceptor

public ForumsAdminAuthInterceptor()
Method Detail

getUserManager

protected UserManager getUserManager(AuthToken authToken)
Returns a UserManager using the supplied AuthToken.

Overrides:
getUserManager in class AdminAuthInterceptor
Parameters:
authToken - the of the current user.
Returns:
a UserManager instance.

Jive Forums Project Page

Copyright © 1999-2006 Jive Software.