Uiinfrastructure API Docs  
 

SecurityModeFilter.PreFilter Method 

Check the whether the incoming request satisfy the security mode setting. The filter is effective when security mode is 2, and the incoming request does not come from a secure port, in which case the PreFilter method will send an HTTP redirect to the corresponding secure URL (and return true to indicate that the Interpreter shall not process this request further).

public override bool PreFilter(
   RequestData requestData
);

Implements

IInterpreterFilter.PreFilter

See Also

SecurityModeFilter Class | com.plumtree.uiinfrastructure.interpreter.filter Namespace