Class FirmService
java.lang.Object
es.kukenan.smartfi.microservice.transfer.service.FirmService
Signature related operations.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringPath for signature of BE.private es.kukenan.smartfi.common.context.RequestContextManagerRequest context manager.private es.kukenan.smartfi.common.context.config.ContextPropagationPropertiesContext propagation properties.private org.springframework.web.client.RestTemplateRest template.private StringSignature host. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiones.kukenan.smartfi.microservice.firm.api.firmcontrol.response.FirmControlResponseIdcreateSignature(String jwt, es.kukenan.smartfi.microservice.firm.api.firmcontrol.request.FirmControlRequestDto body) Get all signature.
-
Field Details
-
API_SIGNATURE_PATH
Path for signature of BE.- See Also:
-
signatureHost
Signature host. -
restTemplate
@Autowired @Qualifier("internalRestTemplate") private org.springframework.web.client.RestTemplate restTemplateRest template. -
properties
@Autowired private es.kukenan.smartfi.common.context.config.ContextPropagationProperties propertiesContext propagation properties. -
contextManager
@Autowired private es.kukenan.smartfi.common.context.RequestContextManager contextManagerRequest context manager.
-
-
Constructor Details
-
FirmService
public FirmService()
-
-
Method Details
-
createSignature
public es.kukenan.smartfi.microservice.firm.api.firmcontrol.response.FirmControlResponseId createSignature(String jwt, es.kukenan.smartfi.microservice.firm.api.firmcontrol.request.FirmControlRequestDto body) Get all signature.- Parameters:
jwt- jwtbody- bodyRequest- Returns:
- ContractResponseDto for a contracts
-