| Package | Description |
|---|---|
| org.apache.calcite.avatica.remote |
JDBC driver that uses remote procedure calls.
|
| Modifier and Type | Method and Description |
|---|---|
static AuthenticationType |
AuthenticationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuthenticationType[] |
AuthenticationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
private boolean |
AvaticaHttpClientFactoryImpl.isUserPasswordAuth(AuthenticationType authType) |
void |
UsernamePasswordAuthenticateable.setUsernamePassword(AuthenticationType authType,
String username,
String password)
Sets the username, password and method to be used for authentication.
|
void |
AvaticaCommonsHttpClientImpl.setUsernamePassword(AuthenticationType authType,
String username,
String password) |
Copyright © 2012–2016 The Apache Software Foundation. All rights reserved.