org.kuali.common.util.property.processor
Class EndsWithEncryptProcessor
java.lang.Object
org.kuali.common.util.property.processor.DecryptProcessor
org.kuali.common.util.property.processor.EndsWithEncryptProcessor
- All Implemented Interfaces:
- PropertyProcessor
public class EndsWithEncryptProcessor
- extends DecryptProcessor
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EndsWithEncryptProcessor
public EndsWithEncryptProcessor()
EndsWithEncryptProcessor
public EndsWithEncryptProcessor(org.jasypt.util.text.TextEncryptor encryptor)
process
public void process(Properties properties)
- Specified by:
process
in interface PropertyProcessor
- Overrides:
process
in class DecryptProcessor
getSuffix
public String getSuffix()
setSuffix
public void setSuffix(String suffix)
isRemoveUnencryptedProperties
public boolean isRemoveUnencryptedProperties()
setRemoveUnencryptedProperties
public void setRemoveUnencryptedProperties(boolean removeUnencryptedProperties)
getPropertyOverwriteMode
public Mode getPropertyOverwriteMode()
setPropertyOverwriteMode
public void setPropertyOverwriteMode(Mode propertyOverwriteMode)
Copyright © 2010-2012 The Kuali Foundation. All Rights Reserved.