Interface LdapMeta
-
- All Superinterfaces:
StepMetaInterface
- All Known Implementing Classes:
LDAPInputMeta,LDAPOutputMeta
public interface LdapMeta extends StepMetaInterface
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDerefAliases()StringgetHost()StringgetPort()StringgetProtocol()StringgetReferrals()StringgetTrustStorePassword()StringgetTrustStorePath()booleanisTrustAllCertificates()booleanisUseCertificate()-
Methods inherited from interface org.pentaho.di.trans.step.StepMetaInterface
analyseImpact, analyseImpact, cancelQueries, check, check, cleanAfterHopFromRemove, cleanAfterHopFromRemove, cleanAfterHopToRemove, clone, excludeFromCopyDistributeVerification, excludeFromRowLayoutVerification, exportResources, exportResources, extractStepMetadataEntries, fetchTransMeta, getActiveReferencedObjectDescription, getDialogClassName, getFields, getFields, getOptionalStreams, getParentStepMeta, getReferencedObjectDescriptions, getRequiredFields, getResourceDependencies, getSQLStatements, getSQLStatements, getStep, getStepData, getStepIOMeta, getStepMetaInjectionInterface, getSupportedTransformationTypes, getTableFields, getUsedArguments, getUsedDatabaseConnections, getUsedLibraries, getXML, handleStreamSelection, hasChanged, hasRepositoryReferences, isReferencedObjectEnabled, loadReferencedObject, loadXML, loadXML, lookupRepositoryReferences, passDataToServletOutput, readRep, readRep, resetStepIoMeta, saveRep, saveRep, searchInfoAndTargetSteps, setChanged, setDefault, setParentStepMeta, supportsErrorHandling
-
-
-
-
Method Detail
-
getProtocol
String getProtocol()
-
getHost
String getHost()
-
getPort
String getPort()
-
getDerefAliases
String getDerefAliases()
-
getReferrals
String getReferrals()
-
isUseCertificate
boolean isUseCertificate()
-
getTrustStorePath
String getTrustStorePath()
-
getTrustStorePassword
String getTrustStorePassword()
-
isTrustAllCertificates
boolean isTrustAllCertificates()
-
-