|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.common.util.property.processor.DecryptProcessor
org.kuali.common.util.property.processor.EndsWithDecryptProcessor
@Deprecated public class EndsWithDecryptProcessor
Constructor Summary | |
---|---|
EndsWithDecryptProcessor()
Deprecated. |
|
EndsWithDecryptProcessor(org.jasypt.util.text.TextEncryptor encryptor)
Deprecated. |
Method Summary | |
---|---|
protected String |
decrypt(String key,
String encryptedValue,
org.jasypt.util.text.TextEncryptor encryptor)
Deprecated. |
Mode |
getPropertyOverwriteMode()
Deprecated. |
String |
getSuffix()
Deprecated. |
boolean |
isRemoveEncryptedProperties()
Deprecated. |
void |
process(Properties properties)
Deprecated. |
void |
setPropertyOverwriteMode(Mode propertyOverwriteMode)
Deprecated. |
void |
setRemoveEncryptedProperties(boolean removeEncryptedProperties)
Deprecated. |
void |
setSuffix(String suffix)
Deprecated. |
Methods inherited from class org.kuali.common.util.property.processor.DecryptProcessor |
---|
getEncryptor, setEncryptor |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EndsWithDecryptProcessor()
public EndsWithDecryptProcessor(org.jasypt.util.text.TextEncryptor encryptor)
Method Detail |
---|
public void process(Properties properties)
process
in interface PropertyProcessor
process
in class DecryptProcessor
protected String decrypt(String key, String encryptedValue, org.jasypt.util.text.TextEncryptor encryptor)
public String getSuffix()
public void setSuffix(String suffix)
public boolean isRemoveEncryptedProperties()
public void setRemoveEncryptedProperties(boolean removeEncryptedProperties)
public Mode getPropertyOverwriteMode()
public void setPropertyOverwriteMode(Mode propertyOverwriteMode)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |