Uses of Class
com.ca.jcs.converter.meta.ClassConverter

Packages that use ClassConverter
com.ca.jcs.converter.eval   
com.ca.jcs.converter.meta   
com.ca.jcs.jndi This package provides support relating to the Java Naming and Directory Interface (JNDI) package of the JDK. 
com.ca.jcs.meta Contains components which are metadata driven or assist in the condensing of information derived from metadata to allow efficient processing. 
 

Uses of ClassConverter in com.ca.jcs.converter.eval
 

Methods in com.ca.jcs.converter.eval that return ClassConverter
 ClassConverter DefaultConverterManager.createClassConverter(MetaPluginConfig config, MetaObjectClassMapping classMap)
           
 ClassConverter ConverterManager.createClassConverter(MetaPluginConfig config, MetaObjectClassMapping classMap)
          Create an instance of config converter plug-in that must have a constructor taking a MetaObjectClassMapping as an argument.
 

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

Subclasses of ClassConverter in com.ca.jcs.converter.meta
 class JSONCompoundValueClassConverter
          Converts JNDI Attributes collections representing compound values to/from JSON objects, or optionally their string representation.
 class JSONReverseCompoundValueClassConverter
          Does reverse transformation to JSONCompoundValueClassConverter, so can be used by the framework to take in JSON-string-encoded compound values in LDAP-speak which are converted into nested Attributes representation in connector-speak (which allows validator and converter plug-ins to be easily applied).
 class NullValueClassConverter
          ClassConverter that handles providing a configured "nullValue" for all marked attributes when no explicit value is provided for them.
 

Uses of ClassConverter in com.ca.jcs.jndi
 

Subclasses of ClassConverter in com.ca.jcs.jndi
 class VirtualFullNameHandler
          Provides the value of the virtual "fullName" attribute made up of the space separated joining of "givenName", "initials", "sn" connector-speak attributes.
 class VirtualUserNameHandler
          Provides the value of the virtual "userName" attribute which is the value of the "uid" attribute if set and otherwise defaults to the same value as that for the "fullName" attribute.
 

Uses of ClassConverter in com.ca.jcs.meta
 

Methods in com.ca.jcs.meta that return types with arguments of type ClassConverter
 List<ClassConverter> MetaObjectClassMapping.getClassConverters()
           
 List<ClassConverter> MetaObjectClassMapping.getClassConverters(boolean toConnector)
           
 

Method parameters in com.ca.jcs.meta with type arguments of type ClassConverter
 void MetaObjectClassMapping.setClassConverters(List<ClassConverter> classConverters)
           
 



Created 2011-07-14 13:27 EST