| Package | Description |
|---|---|
| org.springframework.cloud.config.server.encryption | |
| org.springframework.cloud.config.server.resource |
| Modifier and Type | Class and Description |
|---|---|
class |
CipherResourceJsonEncryptor
ResourceEncryptor
implementation that can decrypt property values prefixed with {cipher} marker in a JSON
file. |
class |
CipherResourcePropertiesEncryptor
ResourceEncryptor
implementation that can decrypt property values prefixed with {cipher} marker in a
Properties file. |
class |
CipherResourceYamlEncryptor
ResourceEncryptor
implementation that can decrypt property values prefixed with {cipher} marker in a YAML
file. |
| Constructor and Description |
|---|
ResourceController(ResourceRepository resourceRepository,
EnvironmentRepository environmentRepository,
Map<String,ResourceEncryptor> resourceEncryptorMap) |
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.