com.ca.jcs.converter.meta
Class EncyptPropertyConverter

java.lang.Object
  extended by com.ca.jcs.cfg.Vetoable
      extended by com.ca.jcs.converter.meta.PropertyConverter
          extended by com.ca.jcs.converter.meta.EncyptPropertyConverter
All Implemented Interfaces:
AttributeConverter

public class EncyptPropertyConverter
extends PropertyConverter

Encrypt values for an attribute matching a property based on settings provided in the property's metadata.


Nested Class Summary
static class EncyptPropertyConverter.EncryptConfig
           
 
Field Summary
static String DEFAULT_ALGORITHM
           
 
Fields inherited from class com.ca.jcs.converter.meta.PropertyConverter
config, prop
 
Constructor Summary
EncyptPropertyConverter(EncyptPropertyConverter.EncryptConfig cfg, DataModelProperty prop)
           
 
Method Summary
 
Methods inherited from class com.ca.jcs.converter.meta.PropertyConverter
convertFromConnector, convertToConnector, getAttrConverter, getConfig, getConverter, getTargetValueOverride, isLossy, isMultiValued, isStructural, setAttrConverter
 
Methods inherited from class com.ca.jcs.cfg.Vetoable
isVetoed, setVetoed
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_ALGORITHM

public static final String DEFAULT_ALGORITHM
See Also:
Constant Field Values
Constructor Detail

EncyptPropertyConverter

public EncyptPropertyConverter(EncyptPropertyConverter.EncryptConfig cfg,
                               DataModelProperty prop)


Created 2011-07-14 13:27 EST