public class LdapProtocol extends Object
| Constructor and Description | 
|---|
LdapProtocol(org.pentaho.di.core.logging.LogChannelInterface log,
            org.pentaho.di.core.variables.VariableSpace variableSpace,
            LdapMeta meta,
            Collection<String> binaryAttributes)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
close()  | 
void | 
connect(String username,
       String password)  | 
InitialLdapContext | 
getCtx()  | 
static String | 
getName()
Method signature used by factory to get display name, method should exist in every ldap protocol 
 | 
public LdapProtocol(org.pentaho.di.core.logging.LogChannelInterface log,
                    org.pentaho.di.core.variables.VariableSpace variableSpace,
                    LdapMeta meta,
                    Collection<String> binaryAttributes)
public InitialLdapContext getCtx()
public static String getName()
public final void connect(String username, String password) throws org.pentaho.di.core.exception.KettleException
org.pentaho.di.core.exception.KettleExceptionpublic void close()
           throws org.pentaho.di.core.exception.KettleException
org.pentaho.di.core.exception.KettleException