Jive Forums API (5.5.20.2-oracle) Developer Javadocs

com.jivesoftware.forum.action
Class ForumAuthInterceptor

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

public class ForumAuthInterceptor
extends AuthInterceptor

See Also:
Serialized Form

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

Constructor Detail

ForumAuthInterceptor

public ForumAuthInterceptor()
Method Detail

getUserManager

protected UserManager getUserManager(AuthToken authToken)
Description copied from class: AuthInterceptor
Returns a UserManager given an authToken. THe returned UserManager should be a proxy object.

Specified by:
getUserManager in class AuthInterceptor
Parameters:
authToken - the authToken for got page user
Returns:
a UserManager

Jive Forums Project Page

Copyright © 1999-2006 Jive Software.