public abstract class LdapJdbcTests extends io.prestosql.tempto.ProductTest implements io.prestosql.tempto.RequirementsProvider
| Modifier and Type | Field and Description |
|---|---|
protected String |
ldapTruststorePassword |
protected String |
ldapTruststorePath |
protected String |
ldapUserName |
protected String |
ldapUserPassword |
protected static String |
NATION_SELECT_ALL_QUERY |
protected static long |
TIMEOUT |
| Constructor and Description |
|---|
LdapJdbcTests() |
| Modifier and Type | Method and Description |
|---|---|
protected io.prestosql.tempto.query.QueryResult |
executeLdapQuery(String query,
String name,
String password) |
protected void |
expectQueryToFail(String user,
String password,
String message) |
protected String |
getLdapUrl() |
protected abstract String |
getLdapUrlFormat() |
io.prestosql.tempto.Requirement |
getRequirements(io.prestosql.tempto.configuration.Configuration configuration) |
protected String |
prestoServer() |
protected static final long TIMEOUT
protected static final String NATION_SELECT_ALL_QUERY
@Inject protected String ldapTruststorePath
@Inject protected String ldapTruststorePassword
@Inject protected String ldapUserName
@Inject protected String ldapUserPassword
public io.prestosql.tempto.Requirement getRequirements(io.prestosql.tempto.configuration.Configuration configuration)
getRequirements in interface io.prestosql.tempto.RequirementsProviderprotected io.prestosql.tempto.query.QueryResult executeLdapQuery(String query, String name, String password) throws SQLException
SQLExceptionprotected String prestoServer()
protected String getLdapUrl()
protected abstract String getLdapUrlFormat()
Copyright © 2012–2019. All rights reserved.