Uses of Class
com.ca.jcs.converter.attr.AttributeValueConverter

Packages that use AttributeValueConverter
com.ca.jcs.converter.attr   
com.ca.jcs.converter.connector   
com.ca.jcs.converter.meta   
 

Uses of AttributeValueConverter in com.ca.jcs.converter.attr
 

Subclasses of AttributeValueConverter in com.ca.jcs.converter.attr
 class BoolAttributeConverter
          Calls BoolConverter on each value of a supplied attribute.
 class EncryptAttributeConverter
           
 class ForceCaseAttributeConverter
          Converter that forces string values to be in particular case $Id: ForceCaseAttributeConverter.java 55483 2011-03-31 06:11:18Z khaam03 $
 class GeneralizedTimeAttributeConverter
          Setup attribute value converter for GeneralizedTime conversions
 class JavaObjectAttributeConverter
          Convert values for attribute to the Java Object matching the value type specified for their DataModelProperty.
 class MapAttributeConverter
          Convert between values via configured map, optionally ignoring case.
 class NumericBaseAttributeConverter
          Attribute value converter wrapper for a converter capable of converting numeric attribute values from one base to another
 class PadAttributeConverter
          Wraps an a PadConverter in an AttributeValueConverter, and provides a suitable attribute value converter for lossless padding (ie. not overflowing maxLength)
 class RegexAttributeConverter
          Calls RegexConverter on each value of a supplied attribute.
 class StructuralAttributeConverter
          Handy base class for converters that modify the structural form of an attribute, rather then just the syntax of its values.
 class TrimAttributeConverter
          Calls TrimConverter on each value of a supplied attribute.
 class XMLSQLDateTimeAttributeConverter
          Calls XMLSQLDateTimeConverter on each value of a supplied attribute.
 class XMLSQLTimeAttributeConverter
          Calls XMLSQLTimeConverter on each value of a supplied attribute.
 

Uses of AttributeValueConverter in com.ca.jcs.converter.connector
 

Subclasses of AttributeValueConverter in com.ca.jcs.converter.connector
 class DNAttributeConverter
          Convert DNs (Distinguished Names) to/from connector-speak/LDAP, by making use of a reference to the connector itself.
 

Uses of AttributeValueConverter in com.ca.jcs.converter.meta
 

Subclasses of AttributeValueConverter in com.ca.jcs.converter.meta
static class TimeNumericPropertyConverter.TimeNumericAttributeConverter
           
 



Created 2011-07-14 13:27 EST