config-post-auth-filter

Configures the post-authentication filter.

config-post-auth-filter 
[-c value | --configuration=value] 
[-b value | --bootstrap-config=value] 
[-f value | --filter-class=value] 
[-s value | --filter-config=value] 
[-d value | --default-filter-config=value]

Overview

Use this command to configure the post-authentication filter. If no argument is provided, the command simply lists the current configuration and exits.

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 the class implementing the com.spotfire.server.security.PostAuthenticationFilter API. If the argument is none, the current value of this configuration option is cleared.
-s value
--filter-config=value
Optional none The filter configuration. The semantics of the configuration argument is specific to the actual filter implementation. For example, it could be a configuration name, a file name, or a list of key/value pairs. If the argument is none, the current value of this configuration option is cleared.
-d value
--default-filter-config=value
Optional none The configuration for the default filter that is always in place. Valid arguments are block and autocreate.