Uses of Interface
org.qubership.integration.platform.variables.management.service.secrets.SecretService
Packages that use SecretService
Package
Description
-
Uses of SecretService 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 SecretService -
Uses of SecretService in org.qubership.integration.platform.variables.management.service
Constructors in org.qubership.integration.platform.variables.management.service with parameters of type SecretServiceModifierConstructorDescriptionDefaultVariablesService(SecretService secretService, CommonVariablesService commonVariablesService, SecuredVariableService securedVariableService, ApplicationAutoConfiguration applicationConfiguration) SecretNameResolverService(SecretService secretService) SecuredVariableService(SecretService secretService, ActionsLogService actionLogger, CommonVariablesService commonVariablesService, com.fasterxml.jackson.dataformat.yaml.YAMLMapper yamlMapper) -
Uses of SecretService in org.qubership.integration.platform.variables.management.service.secrets
Classes in org.qubership.integration.platform.variables.management.service.secrets that implement SecretService