Uses of Class
com.ca.jcs.ObjectClassMapping.AmbiguousPropInfo

Packages that use ObjectClassMapping.AmbiguousPropInfo
com.ca.jcs Contains all classes making up the implementation of CA Java Connector Server ("Java CS" or "JCS"), which supports connectors which take LDAP traffic in at the top level and convert it into the native language of the managed system with which they communicate. 
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 ObjectClassMapping.AmbiguousPropInfo in com.ca.jcs
 

Methods in com.ca.jcs that return ObjectClassMapping.AmbiguousPropInfo
 ObjectClassMapping.AmbiguousPropInfo ObjectClassMapping.getConnectorAmbiguousAttrInfo(String ldapAttrId)
          Ambiguous naming attributes expected to be most common case.
 ObjectClassMapping.AmbiguousPropInfo ObjectClassMapping.getConnectorAmbiguousAttrInfoFromAlias(String alias)
          Return ambiguous connector-speak attribute id mappings associated with the provided alias, or null if there is only a single explicit mapping.
 ObjectClassMapping.AmbiguousPropInfo ObjectClassMapping.getConnectorAmbiguousNamingAttrInfo()
           
 

Methods in com.ca.jcs that return types with arguments of type ObjectClassMapping.AmbiguousPropInfo
 Map<String,ObjectClassMapping.AmbiguousPropInfo> ObjectClassMapping.getConnectorAmbiguousAttrInfoMap()
           
 

Methods in com.ca.jcs with parameters of type ObjectClassMapping.AmbiguousPropInfo
 String[] ObjectClassMapping.getConnectorAmbiguousClassNames(ObjectClassMapping.AmbiguousPropInfo ambigPropInfo)
          Given an ambiguous property return all the objectclasses that it can ambiguously map to
 

Uses of ObjectClassMapping.AmbiguousPropInfo in com.ca.jcs.meta
 

Methods in com.ca.jcs.meta with parameters of type ObjectClassMapping.AmbiguousPropInfo
 String[] MetaObjectClassMapping.getObjectClassFromAmbiguousConnAttr(ObjectClassMapping.AmbiguousPropInfo ambiguousPropInfo, String connAttrId)
          Retrieve all objectClasses from an ambiguous property mapping given its connector speak attribute
 



Created 2011-07-14 13:27 EST