public class LdapProtocolFactory extends Object
Modifier and Type | Field and Description |
---|---|
protected static List<Class<? extends LdapProtocol>> |
protocols |
Constructor and Description |
---|
LdapProtocolFactory(LogChannelInterface log) |
Modifier and Type | Method and Description |
---|---|
LdapProtocol |
createLdapProtocol(VariableSpace variableSpace,
LdapMeta meta,
Collection<String> binaryAttributes)
Creates the LdapProtocol appropriate for the LdapMeta
|
static List<String> |
getConnectionTypes(LogChannelInterface log)
Returns the connection types understood by the factory
|
protected static final List<Class<? extends LdapProtocol>> protocols
public LdapProtocolFactory(LogChannelInterface log)
public static final List<String> getConnectionTypes(LogChannelInterface log)
KettleException
public LdapProtocol createLdapProtocol(VariableSpace variableSpace, LdapMeta meta, Collection<String> binaryAttributes) throws KettleException
variableSpace
- the variable space for environment substitutionsmeta
- the ldap metabinaryAttributes
- binary attributes to associate with the connectionKettleException
Copyright © 2018 Hitachi Vantara. All rights reserved.