Uses of Class
org.qubership.integration.platform.variables.management.service.SecuredVariableService
Packages that use SecuredVariableService
Package
Description
-
Uses of SecuredVariableService in org.qubership.integration.platform.variables.management.rest.v1.controller
Constructors in org.qubership.integration.platform.variables.management.rest.v1.controller with parameters of type SecuredVariableServiceModifierConstructorDescriptionSecuredVariableController(SecuredVariableService securedVariableService) -
Uses of SecuredVariableService in org.qubership.integration.platform.variables.management.rest.v2.controller
Constructors in org.qubership.integration.platform.variables.management.rest.v2.controller with parameters of type SecuredVariableServiceModifierConstructorDescriptionSecuredVariableControllerV2(SecuredVariableService securedVariableService, SecretResponseMapper secretResponseMapper) -
Uses of SecuredVariableService in org.qubership.integration.platform.variables.management.service
Constructors in org.qubership.integration.platform.variables.management.service with parameters of type SecuredVariableServiceModifierConstructorDescriptionCommonVariablesService(ActionsLogService actionLogger, com.fasterxml.jackson.dataformat.yaml.YAMLMapper yamlImportExportMapper, SecuredVariableService securedVariableService, ConsulService consulService, ImportInstructionsService importInstructionsService) DefaultVariablesService(SecretService secretService, CommonVariablesService commonVariablesService, SecuredVariableService securedVariableService, ApplicationAutoConfiguration applicationConfiguration)