org.jasypt.spring31.properties
Class EncryptablePropertiesPropertySource
Object
org.springframework.core.env.PropertySource<T>
org.springframework.core.env.EnumerablePropertySource<Map<String,Object>>
org.springframework.core.env.MapPropertySource
org.springframework.core.env.PropertiesPropertySource
org.jasypt.spring31.properties.EncryptablePropertiesPropertySource
public final class EncryptablePropertiesPropertySource
- extends org.springframework.core.env.PropertiesPropertySource
- Since:
- 1.9.0
- Author:
- Daniel Fernández
Nested classes/interfaces inherited from class org.springframework.core.env.PropertySource |
org.springframework.core.env.PropertySource.StubPropertySource |
Fields inherited from class org.springframework.core.env.EnumerablePropertySource |
EMPTY_NAMES_ARRAY, logger |
Fields inherited from class org.springframework.core.env.PropertySource |
name, source |
Methods inherited from class org.springframework.core.env.MapPropertySource |
getProperty, getPropertyNames |
Methods inherited from class org.springframework.core.env.EnumerablePropertySource |
containsProperty |
Methods inherited from class org.springframework.core.env.PropertySource |
equals, getName, getSource, hashCode, named, toString |
EncryptablePropertiesPropertySource
public EncryptablePropertiesPropertySource(String name,
EncryptableProperties props)
EncryptablePropertiesPropertySource
public EncryptablePropertiesPropertySource(String name,
Properties props,
TextEncryptor encryptor)
EncryptablePropertiesPropertySource
public EncryptablePropertiesPropertySource(String name,
Properties props,
StringEncryptor encryptor)
Copyright © 2011 The JASYPT team. All Rights Reserved.