Uses of Interface
org.springframework.cloud.config.server.encryption.EnvironmentEncryptor
Packages that use EnvironmentEncryptor
Package
Description
-
Uses of EnvironmentEncryptor in org.springframework.cloud.config.server.config
Methods in org.springframework.cloud.config.server.config that return EnvironmentEncryptorModifier and TypeMethodDescriptionEncryptionAutoConfiguration.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 EnvironmentEncryptorModifier and TypeClassDescriptionclassEnvironmentEncryptor 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 EnvironmentEncryptorModifier and TypeClassDescriptionclassVaultEnvironmentEncryptor 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 EnvironmentEncryptorModifierConstructorDescriptionEnvironmentEncryptorEnvironmentRepository(EnvironmentRepository delegate, List<EnvironmentEncryptor> environmentEncryptors, io.micrometer.observation.ObservationRegistry observationRegistry)