public class EncryptedPropertiesStore extends PropertiesStore
| Constructor and Description |
|---|
EncryptedPropertiesStore(String passwordProperty)
Creates a new instance
|
| Modifier and Type | Method and Description |
|---|---|
protected Properties |
parseProperties(Properties props)
Uses jasypt to parse the properties
|
addResource, parseConfigurationpublic EncryptedPropertiesStore(String passwordProperty)
passwordProperty - the name of the system property to read fromprotected Properties parseProperties(Properties props)
parseProperties in class PropertiesStoreprops - the properties currently readEncryptablePropertiesCopyright © 2008–2013. All rights reserved.