TIBCO Spotfire® Server and Environment - Installation and Administration

config-auth-filter

Configures the authentication filter.

config-auth-filter 
[-c value | --configuration=value] 
[-b value | --bootstrap-config=value] 
[-f value | --filter-class=value] 
{-Ikey=value} 
[-s <true|false> | --skip-analyst=<true|false>]

Overview

Use this command to configure a custom authentication filter.
Note: The Authentication Filter API is deprecated and will be removed in a future release.

Options

Option Optional or Required Default Value Description
-c value
--configuration=value
Optional configuration.xml The path to the server configuration file.
-b value
--bootstrap-config=value
Optional none The path to the bootstrap configuration file. See Bootstrap.xml file for more information about this file.
-f value
--filter-class=value
Optional none The fully-qualified name of a class implementing the javax.servlet.Filter interface.
-Ikey=value
Optional none The initialization parameters provided to the filter when the init(FilterConfig) method is called. Can be specified multiple times with different keys.
-s <true|false>
--skip-analyst=<true|false>
Optional false Indicates whether the Spotfire Analyst client should be handled by the custom authentication filter.

Example

To set the initialization parameter 'debug' to 'true': config -Idebug=true