Class SinglenodeLdapInsecure
- java.lang.Object
-
- io.prestosql.tests.product.launcher.env.EnvironmentProvider
-
- io.prestosql.tests.product.launcher.env.environment.AbstractSinglenodeLdap
-
- io.prestosql.tests.product.launcher.env.environment.SinglenodeLdapInsecure
-
- All Implemented Interfaces:
EnvironmentExtender
public class SinglenodeLdapInsecure extends AbstractSinglenodeLdap
-
-
Constructor Summary
Constructors Constructor Description SinglenodeLdapInsecure(Standard standard, Hadoop hadoop, DockerFiles dockerFiles, PortBinder portBinder, EnvironmentConfig config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidextendEnvironment(Environment.Builder builder)protected StringgetPasswordAuthenticatorConfigPath()-
Methods inherited from class io.prestosql.tests.product.launcher.env.environment.AbstractSinglenodeLdap
getBaseImage
-
Methods inherited from class io.prestosql.tests.product.launcher.env.EnvironmentProvider
createEnvironment
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.prestosql.tests.product.launcher.env.common.EnvironmentExtender
getDependencies
-
-
-
-
Constructor Detail
-
SinglenodeLdapInsecure
@Inject public SinglenodeLdapInsecure(Standard standard, Hadoop hadoop, DockerFiles dockerFiles, PortBinder portBinder, EnvironmentConfig config)
-
-
Method Detail
-
extendEnvironment
public void extendEnvironment(Environment.Builder builder)
- Specified by:
extendEnvironmentin interfaceEnvironmentExtender- Overrides:
extendEnvironmentin classAbstractSinglenodeLdap
-
getPasswordAuthenticatorConfigPath
protected String getPasswordAuthenticatorConfigPath()
- Specified by:
getPasswordAuthenticatorConfigPathin classAbstractSinglenodeLdap
-
-