com.plumtree.portalpages.rest.ldap
Class CSPLoginTokenAuthenticatorFilter

java.lang.Object
  extended by com.plumtree.uiinfrastructure.interpreter.filter.BaseInterpreterFilter
      extended by com.plumtree.portalpages.rest.ldap.CSPLoginTokenAuthenticatorFilter
All Implemented Interfaces:
IInterpreterFilter

public class CSPLoginTokenAuthenticatorFilter
extends BaseInterpreterFilter

Author:
rozhang

Field Summary
static int count
           
static java.lang.String CSPLOGINTOKEN_REQUHEADER_NAME
           
 
Constructor Summary
CSPLoginTokenAuthenticatorFilter()
           
 
Method Summary
 boolean PreFilter(RequestData requestData)
          Logs in current session with csp login token if one is found NOTE: No exceptions should bubble up from this method.
 
Methods inherited from class com.plumtree.uiinfrastructure.interpreter.filter.BaseInterpreterFilter
PostFilter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CSPLOGINTOKEN_REQUHEADER_NAME

public static final java.lang.String CSPLOGINTOKEN_REQUHEADER_NAME
See Also:
Constant Field Values

count

public static int count
Constructor Detail

CSPLoginTokenAuthenticatorFilter

public CSPLoginTokenAuthenticatorFilter()
Method Detail

PreFilter

public boolean PreFilter(RequestData requestData)
Logs in current session with csp login token if one is found NOTE: No exceptions should bubble up from this method. Let the gateway handler take care of any errors.

Specified by:
PreFilter in interface IInterpreterFilter
Overrides:
PreFilter in class BaseInterpreterFilter
Parameters:
requestData - The request to be processed.
Returns:
a boolean indicating whether the request should be filtered out. A boolean true indicates that the filter has performed the necessary processing for the request and the Interpreter shall not do any further processing of it.



Copyright © 2002,2003,2004,2005 Plumtree Software, Inc., All Rights Reserved.