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>]
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. |
Copyright © TIBCO Software Inc. All rights reserved.