org.kuali.common.util.property.processor
Class EncryptProcessor

java.lang.Object
  extended by org.kuali.common.util.property.processor.EncryptProcessor
All Implemented Interfaces:
PropertyProcessor

public class EncryptProcessor
extends Object
implements PropertyProcessor


Constructor Summary
EncryptProcessor()
           
EncryptProcessor(org.jasypt.util.text.TextEncryptor encryptor)
           
 
Method Summary
 org.jasypt.util.text.TextEncryptor getEncryptor()
           
 void process(Properties properties)
           
 void setEncryptor(org.jasypt.util.text.TextEncryptor encryptor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EncryptProcessor

public EncryptProcessor()

EncryptProcessor

public EncryptProcessor(org.jasypt.util.text.TextEncryptor encryptor)
Method Detail

process

public void process(Properties properties)
Specified by:
process in interface PropertyProcessor

getEncryptor

public org.jasypt.util.text.TextEncryptor getEncryptor()

setEncryptor

public void setEncryptor(org.jasypt.util.text.TextEncryptor encryptor)


Copyright © 2010-2013 The Kuali Foundation. All Rights Reserved.