Uses of Class
org.pentaho.di.trans.steps.ldapinput.LdapProtocol
-
Packages that use LdapProtocol Package Description org.pentaho.di.trans.steps.ldapinput -
-
Uses of LdapProtocol in org.pentaho.di.trans.steps.ldapinput
Subclasses of LdapProtocol in org.pentaho.di.trans.steps.ldapinput Modifier and Type Class Description classLdapSslProtocolclassLdapTlsProtocolFields in org.pentaho.di.trans.steps.ldapinput with type parameters of type LdapProtocol Modifier and Type Field Description protected static List<Class<? extends LdapProtocol>>LdapProtocolFactory. protocolsMethods in org.pentaho.di.trans.steps.ldapinput that return LdapProtocol Modifier and Type Method Description LdapProtocolLdapProtocolFactory. createLdapProtocol(org.pentaho.di.core.variables.VariableSpace variableSpace, LdapMeta meta, Collection<String> binaryAttributes)Creates the LdapProtocol appropriate for the LdapMeta
-