Class | Description |
---|---|
EncryptablePreferencesPlaceholderConfigurer |
Subclass of
org.springframework.beans.factory.config.PreferencesPlaceholderConfigurer
which can make use of a
StringEncryptor or
TextEncryptor object to decrypt preferences values
if they are encrypted in the loaded resource locations. |
EncryptablePropertiesPropertySource | |
EncryptablePropertyOverrideConfigurer |
Subclass of
org.springframework.beans.factory.config.PropertyOverrideConfigurer
which can make use of a
StringEncryptor or
TextEncryptor object to decrypt property values
if they are encrypted in the loaded resource locations. |
EncryptablePropertyPlaceholderConfigurer |
Subclass of
org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
which can make use of a
StringEncryptor or
TextEncryptor object to decrypt property values
if they are encrypted in the loaded resource locations. |
EncryptablePropertySourcesPlaceholderConfigurer |
|
EncryptableServletContextPropertyPlaceholderConfigurer |
Subclass of
org.springframework.web.context.support.ServletContextPropertyPlaceholderConfigurer
which can make use of a
StringEncryptor or
TextEncryptor object to decrypt servlet context parameter values
if they are encrypted in the loaded resource locations. |
Copyright © 2019 The JASYPT team. All rights reserved.