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 class
LdapSslProtocol
class
LdapTlsProtocol
Fields 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. protocols
Methods in org.pentaho.di.trans.steps.ldapinput that return LdapProtocol 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 LdapMeta
-