|
||||||||||
| PREV NEXT | ||||||||||
| 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 41634 2009-03-01 23:22:56Z 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 |
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
|
|
||||||||||
| PREV NEXT | ||||||||||