com.ca.jcs.converter.meta
Class RegexPropertyConverter

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.RegexPropertyConverter
All Implemented Interfaces:
AttributeConverter

public class RegexPropertyConverter
extends PropertyConverter

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


Nested Class Summary
static class RegexPropertyConverter.Config
           
 
Field Summary
 
Fields inherited from class com.ca.jcs.converter.meta.PropertyConverter
config, prop
 
Constructor Summary
RegexPropertyConverter(RegexPropertyConverter.Config 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
 

Constructor Detail

RegexPropertyConverter

public RegexPropertyConverter(RegexPropertyConverter.Config cfg,
                              DataModelProperty prop)


Created 2011-07-14 13:27 EST