Requested Policy Dispatcher
Requested Policy Dispatcher dispatches the time-stamp request to another Signer based on the requested TSA Policy according to an configured mapping table.
Fully qualified class name: org.signserver.module.tsa.RequestedPolicyDispatcher
Overview
This Dispatcher can be useful if you want to have multiple Signers (Timestamp Units) signing with different TSA policies but do not want the client to have to call different Workers.
See also the Dispatched Authorizer, which, if configured by a Signer, can allow all requests that have gone through a Dispatcher.
To download a sample configuration file for this Worker, see Sample Worker Configurations.
Available Properties
Property | Default | Description |
|---|---|---|
DEFAULTWORKER | None | Specifies the Worker name or ID to dispatch to in the case that no policy was requested. |
INCLUDESTATUSSTRING | True | (Optional) Specifies if the status string is to be included in the response. This setting only affects the behavior when Setting this to true triggers a bug in some versions of OpenJDK's jarsigner utility. |
MAPPINGS | None | Mapping from requested policy OID to a Worker name. Example: |
USEDEFAULTIFMISMATCH | False | If true, this property dispatches to |