Skip to main content
Skip table of contents

Default parameters for filters in Nexus Timestamp Server

This article describes the default parameters used by filters in a timestamp service in Nexus Timestamp Server.

Define default parameters
  1. Open the filters.properties configuration file.
  2. Set the applicable parameters, described in this table:

    Name of parameterDescription

    class

    The fully qualified name of the class implementing the filter. The class must implement the interface according to the name of the interface.

    <param-name>

    Depending on the implementation, a filter may take one or more extra parameters.

  3. Write filters in sections, defined by name. The unique name is defined in the section part, that is, [filter.<name>], where <name> is the unique name of the filter. See an example below.
Example: Default parameter

Example: Filter

CODE
[filter.Accuracy]
class=com.nexussafe.nano.filters.timestamp.AccuracyFilter
seconds=10
millis=45
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.