Class SignResponseProcessingConfig

java.lang.Object
se.idsec.signservice.integration.process.SignResponseProcessingConfig

public class SignResponseProcessingConfig extends Object
Configuration for processing a SignResponse message. This class represents the "static" configuration settings. Also see the SignResponseProcessingParameters class that is parameters supplied by the caller.
Author:
Martin Lindström (martin@idsec.se), Stefan Santesson (stefan@idsec.se)
  • Field Details

    • DEFAULT_MAXIMUM_ALLOWED_RESPONSE_AGE

      public static final long DEFAULT_MAXIMUM_ALLOWED_RESPONSE_AGE
      The default for the maximum allowed age for a response given in milliseconds. 3 minutes.
      See Also:
    • DEFAULT_ALLOWED_CLOCK_SKEW

      public static final long DEFAULT_ALLOWED_CLOCK_SKEW
      The default for the allowed number of milliseconds that we allow our clock to differ from the SignService clock. 1 minute.
      See Also:
    • DEFAULT_MAXIMUM_ALLOWED_PROCESSING_TIME

      public static final long DEFAULT_MAXIMUM_ALLOWED_PROCESSING_TIME
      The default time we allow for processing at the server side. Default is 10 minutes.
      See Also:
  • Constructor Details

    • SignResponseProcessingConfig

      public SignResponseProcessingConfig()
  • Method Details

    • defaultSignResponseProcessingConfig

      public static SignResponseProcessingConfig defaultSignResponseProcessingConfig()
      A SignResponseProcessingConfig with default settings.
      Returns:
      default config settings