Class EnvironmentEncryptorEnvironmentRepository

java.lang.Object
org.springframework.cloud.config.server.environment.EnvironmentEncryptorEnvironmentRepository
All Implemented Interfaces:
EnvironmentRepository

public class EnvironmentEncryptorEnvironmentRepository extends Object implements EnvironmentRepository
A delegating EnvironmentRepository that can decrypt the properties if an EnvironmentEncryptor is provided.
Author:
Dave Syer