Uses of Class
com.ca.jcs.jndi.JNDIMetaConnector.Vendor

Packages that use JNDIMetaConnector.Vendor
com.ca.jcs.jndi This package provides support relating to the Java Naming and Directory Interface (JNDI) package of the JDK. 
 

Uses of JNDIMetaConnector.Vendor in com.ca.jcs.jndi
 

Methods in com.ca.jcs.jndi that return JNDIMetaConnector.Vendor
protected static JNDIMetaConnector.Vendor JNDIMetaConnector.detectVendor(DirContext connection, Logger log)
          Attempt to detect vendor using any exact vendor matching techniques
static JNDIMetaConnector.Vendor JNDIMetaConnector.determineVendor(DirContext connection, Map<String,String> controls, Logger log)
           
 JNDIMetaConnector.Vendor JNDIMetaConnector.getVendor()
          Determine vendor (possibly unknown) based on supported LDAP control OIDs reported by the endpoint.
static JNDIMetaConnector.Vendor JNDIMetaConnector.Vendor.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static JNDIMetaConnector.Vendor[] JNDIMetaConnector.Vendor.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Created 2011-07-14 13:27 EST