Uses of Interface
org.springframework.cloud.config.server.encryption.EnvironmentEncryptor
-
-
Uses of EnvironmentEncryptor in org.springframework.cloud.config.server.config
Methods in org.springframework.cloud.config.server.config that return EnvironmentEncryptor Modifier and Type Method Description EnvironmentEncryptorEncryptionAutoConfiguration. environmentEncryptor(TextEncryptorLocator locator, org.springframework.security.crypto.encrypt.TextEncryptor encryptor) -
Uses of EnvironmentEncryptor in org.springframework.cloud.config.server.encryption
Classes in org.springframework.cloud.config.server.encryption that implement EnvironmentEncryptor Modifier and Type Class Description classCipherEnvironmentEncryptorEnvironmentEncryptor that can decrypt property values prefixed with {cipher} marker. -
Uses of EnvironmentEncryptor in org.springframework.cloud.config.server.encryption.vault
Classes in org.springframework.cloud.config.server.encryption.vault that implement EnvironmentEncryptor Modifier and Type Class Description classVaultEnvironmentEncryptorVaultEnvironmentEncryptor that can decrypt property values prefixed with {vault} marker. -
Uses of EnvironmentEncryptor in org.springframework.cloud.config.server.environment
Constructor parameters in org.springframework.cloud.config.server.environment with type arguments of type EnvironmentEncryptor Constructor Description EnvironmentEncryptorEnvironmentRepository(EnvironmentRepository delegate, List<EnvironmentEncryptor> environmentEncryptors)
-