Uses of Interface
org.pentaho.di.trans.steps.ldapinput.LdapMeta
-
Packages that use LdapMeta Package Description org.pentaho.di.trans.steps.ldapinput org.pentaho.di.trans.steps.ldapoutput -
-
Uses of LdapMeta in org.pentaho.di.trans.steps.ldapinput
Classes in org.pentaho.di.trans.steps.ldapinput that implement LdapMeta Modifier and Type Class Description class
LDAPInputMeta
Methods in org.pentaho.di.trans.steps.ldapinput with parameters of type LdapMeta Modifier and Type Method Description LdapProtocol
LdapProtocolFactory. createLdapProtocol(org.pentaho.di.core.variables.VariableSpace variableSpace, LdapMeta meta, Collection<String> binaryAttributes)
Creates the LdapProtocol appropriate for the LdapMetaConstructors in org.pentaho.di.trans.steps.ldapinput with parameters of type LdapMeta Constructor Description LDAPConnection(org.pentaho.di.core.logging.LogChannelInterface logInterface, org.pentaho.di.core.variables.VariableSpace variableSpace, LdapMeta meta, Collection<String> binaryAttributes)
Construct a new LDAP ConnectionLdapProtocol(org.pentaho.di.core.logging.LogChannelInterface log, org.pentaho.di.core.variables.VariableSpace variableSpace, LdapMeta meta, Collection<String> binaryAttributes)
LdapSslProtocol(org.pentaho.di.core.logging.LogChannelInterface log, org.pentaho.di.core.variables.VariableSpace variableSpace, LdapMeta meta, Collection<String> binaryAttributes)
LdapTlsProtocol(org.pentaho.di.core.logging.LogChannelInterface log, org.pentaho.di.core.variables.VariableSpace variableSpace, LdapMeta meta, Collection<String> binaryAttributes)
-
Uses of LdapMeta in org.pentaho.di.trans.steps.ldapoutput
Classes in org.pentaho.di.trans.steps.ldapoutput that implement LdapMeta Modifier and Type Class Description class
LDAPOutputMeta
-