Class SignResponseProcessingConfig
java.lang.Object
se.idsec.signservice.integration.process.SignResponseProcessingConfig
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 Summary
FieldsModifier and TypeFieldDescriptionstatic final long
The default for the allowed number of milliseconds that we allow our clock to differ from the SignService clock. 1 minute.static final long
The default time we allow for processing at the server side.static final long
The default for the maximum allowed age for a response given in milliseconds. 3 minutes. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SignResponseProcessingConfig
ASignResponseProcessingConfig
with default settings.
-
Field Details
-
DEFAULT_MAXIMUM_ALLOWED_RESPONSE_AGE
public static final long DEFAULT_MAXIMUM_ALLOWED_RESPONSE_AGEThe 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_SKEWThe 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_TIMEThe default time we allow for processing at the server side. Default is 10 minutes.- See Also:
-
-
Constructor Details
-
SignResponseProcessingConfig
public SignResponseProcessingConfig()
-
-
Method Details
-
defaultSignResponseProcessingConfig
ASignResponseProcessingConfig
with default settings.- Returns:
- default config settings
-