|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.constretto.internal.store.PropertiesStore
org.constretto.internal.store.EncryptedPropertiesStore
public class EncryptedPropertiesStore
Has support for jasypt encrypted properties. See Jasypt CLI and Jasypt Configuration Files
| Constructor Summary | |
|---|---|
EncryptedPropertiesStore(java.lang.String passwordProperty)
Creates a new instance |
|
| Method Summary | |
|---|---|
protected java.util.Properties |
parseProperties(java.util.Properties props)
Uses jasypt to parse the properties |
| Methods inherited from class org.constretto.internal.store.PropertiesStore |
|---|
addResource, parseConfiguration |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EncryptedPropertiesStore(java.lang.String passwordProperty)
passwordProperty - the name of the system property to read from| Method Detail |
|---|
protected java.util.Properties parseProperties(java.util.Properties props)
parseProperties in class PropertiesStoreprops - the properties currently read
EncryptableProperties
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||