org.kuali.common.util.property.processor
Class EndsWithDecryptProcessor
java.lang.Object
org.kuali.common.util.property.processor.DecryptProcessor
org.kuali.common.util.property.processor.EndsWithDecryptProcessor
- All Implemented Interfaces:
- PropertyProcessor
public class EndsWithDecryptProcessor
- extends DecryptProcessor
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EndsWithDecryptProcessor
public EndsWithDecryptProcessor()
EndsWithDecryptProcessor
public EndsWithDecryptProcessor(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)
isRemoveEncryptedProperties
public boolean isRemoveEncryptedProperties()
setRemoveEncryptedProperties
public void setRemoveEncryptedProperties(boolean removeEncryptedProperties)
getPropertyOverwriteMode
public Mode getPropertyOverwriteMode()
setPropertyOverwriteMode
public void setPropertyOverwriteMode(Mode propertyOverwriteMode)
Copyright © 2010-2012 The Kuali Foundation. All Rights Reserved.