Uses of Class
org.apache.calcite.avatica.remote.AuthenticationType
-
Packages that use AuthenticationType Package Description org.apache.calcite.avatica.remote JDBC driver that uses remote procedure calls. -
-
Uses of AuthenticationType in org.apache.calcite.avatica.remote
Methods in org.apache.calcite.avatica.remote that return AuthenticationType Modifier and Type Method Description static AuthenticationTypeAuthenticationType. valueOf(java.lang.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.Methods in org.apache.calcite.avatica.remote with parameters of type AuthenticationType Modifier and Type Method Description private booleanAvaticaHttpClientFactoryImpl. isUserPasswordAuth(AuthenticationType authType)voidAvaticaCommonsHttpClientImpl. setUsernamePassword(AuthenticationType authType, java.lang.String username, java.lang.String password)voidUsernamePasswordAuthenticateable. setUsernamePassword(AuthenticationType authType, java.lang.String username, java.lang.String password)Sets the username, password and method to be used for authentication.
-