Uses of Class
se.idsec.signservice.integration.SignResponseProcessingParameters
Packages that use SignResponseProcessingParameters
Package
Description
API and domain classed for the SignService Integration Service.
-
Uses of SignResponseProcessingParameters in se.idsec.signservice.integration
Methods in se.idsec.signservice.integration that return SignResponseProcessingParametersModifier and TypeMethodDescriptionProcessSignResponseInput.getParameters()
Gets the optional processing parameters giving directives about the processing.Methods in se.idsec.signservice.integration with parameters of type SignResponseProcessingParametersModifier and TypeMethodDescriptiondefault SignatureResult
SignServiceIntegrationService.processSignResponse
(String signResponse, String relayState, SignatureState state, SignResponseProcessingParameters parameters) SignServiceIntegrationService.processSignResponse
(String signResponse, String relayState, SignatureState state, SignResponseProcessingParameters parameters, String callerId) When the service that has ordered the signing operation receives the sign response message it should invoke this method to process this response.void
ProcessSignResponseInput.setParameters
(SignResponseProcessingParameters parameters) Assigns the processing parameters giving directives about the processing.Constructors in se.idsec.signservice.integration with parameters of type SignResponseProcessingParametersModifierConstructorDescriptionProcessSignResponseInput
(String signResponse, String relayState, SignatureState state, SignResponseProcessingParameters parameters) Constructor.