Uses of Class
com.ca.jcs.DNDetails

Packages that use DNDetails
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. 
 

Uses of DNDetails in com.ca.jcs
 

Methods in com.ca.jcs that return DNDetails
 DNDetails DefaultConnectorManager.getDNDetails(LdapDN name, String dnConnectorTypeKeyAttribute, Name dnManagedSuffixName)
           
 DNDetails ConnectorManager.getDNDetails(LdapDN baseName, String dnConnectorTypeKeyAttribute, Name dnManagedSuffixName)
          Cheaply classifies Distinguished Names (DNs) into groups to aid processing.
 



Created 2011-07-14 13:27 EST