Uses of Interface
org.springframework.cloud.config.server.encryption.ResourceEncryptor
Packages that use ResourceEncryptor
Package
Description
-
Uses of ResourceEncryptor in org.springframework.cloud.config.server.encryption
Classes in org.springframework.cloud.config.server.encryption that implement ResourceEncryptorModifier and TypeClassDescriptionclassResourceEncryptorimplementation that can decrypt property values prefixed with {cipher} marker in a JSON file.classResourceEncryptorimplementation that can decrypt property values prefixed with {cipher} marker in a Properties file.classResourceEncryptorimplementation that can decrypt property values prefixed with {cipher} marker in a YAML file. -
Uses of ResourceEncryptor in org.springframework.cloud.config.server.resource
Constructor parameters in org.springframework.cloud.config.server.resource with type arguments of type ResourceEncryptorModifierConstructorDescriptionResourceController(ResourceRepository resourceRepository, EnvironmentRepository environmentRepository, Map<String, ResourceEncryptor> resourceEncryptorMap)