Introduction
Below are the steps to be followed to build, deploy and configure a custom PostAuthenticationFilter on Spotfire® Server.
Build and Deploy
-
Copy
spotfire-public-java-api.jar
from<installation directory>\tomcat\webapps\spotfire\web-inf\lib
and add it to your Java build path - Create a Post Authentication Filter implementing the PostAuthenticationFilter interface
- Compile the source code and build a JAR file
-
Copy the JAR file from the previous step and deploy it to
<installation directory>\tomcat\custom-ext
Configuration
- Open Spotfire Server Configuration Tool and go to the "Post Authentication Filter" tab on left panel under the "Configuration" tab
- In the "Custom filter class" field, enter the fully qualified class name of your Post Authentication Filter
- In the "Initialization parameters" table, enter any parameters needed by your Post Authentication Filter
- Save the configuration
- Restart the server
References
License: TIBCO BSD-Style License
Recommended Comments
There are no comments to display.