Uses of Class
org.qubership.integration.platform.variables.management.rest.v2.dto.variables.SecretResponse
Packages that use SecretResponse
Package
Description
-
Uses of SecretResponse in org.qubership.integration.platform.variables.management.rest.v2.controller
Methods in org.qubership.integration.platform.variables.management.rest.v2.controller that return types with arguments of type SecretResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<List<SecretResponse>> SecuredVariableControllerV2.addVariables(@Valid SecuredVariablesRequest request) org.springframework.http.ResponseEntity<List<SecretResponse>> SecuredVariableControllerV2.getVariables()org.springframework.http.ResponseEntity<SecretResponse> SecuredVariableControllerV2.updateVariable(SecuredVariablesRequest updateRequest) -
Uses of SecretResponse in org.qubership.integration.platform.variables.management.rest.v2.mapper
Methods in org.qubership.integration.platform.variables.management.rest.v2.mapper that return SecretResponseModifier and TypeMethodDescriptionabstract SecretResponseSecretResponseMapper.asResponse(Map.Entry<String, Set<String>> secretVariable) SecretResponseMapperImpl.asResponse(Map.Entry<String, Set<String>> secretVariable) Methods in org.qubership.integration.platform.variables.management.rest.v2.mapper that return types with arguments of type SecretResponseModifier and TypeMethodDescriptionSecretResponseMapper.asResponse(Map<String, Set<String>> secrets)