Interface EnvironmentEncryptor

All Known Implementing Classes:
CipherEnvironmentEncryptor, VaultEnvironmentEncryptor

public interface EnvironmentEncryptor
Service interface for decrypting properties in Environment object.
Author:
Bartosz Wojtkiewicz, Rafal Zukowski
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.cloud.config.environment.Environment
    decrypt(org.springframework.cloud.config.environment.Environment environment)
     
  • Method Details

    • decrypt

      org.springframework.cloud.config.environment.Environment decrypt(org.springframework.cloud.config.environment.Environment environment)