Uses of Class
com.databricks.jdbc.common.AuthMech
-
Packages that use AuthMech Package Description com.databricks.jdbc.api.impl com.databricks.jdbc.api.internal com.databricks.jdbc.common com.databricks.jdbc.model.telemetry -
-
Uses of AuthMech in com.databricks.jdbc.api.impl
Methods in com.databricks.jdbc.api.impl that return AuthMech Modifier and Type Method Description AuthMechDatabricksConnectionContext. getAuthMech() -
Uses of AuthMech in com.databricks.jdbc.api.internal
Methods in com.databricks.jdbc.api.internal that return AuthMech Modifier and Type Method Description AuthMechIDatabricksConnectionContext. getAuthMech() -
Uses of AuthMech in com.databricks.jdbc.common
Methods in com.databricks.jdbc.common that return AuthMech Modifier and Type Method Description static AuthMechAuthMech. parseAuthMech(String authMech)static AuthMechAuthMech. valueOf(String name)Returns the enum constant of this type with the specified name.static AuthMech[]AuthMech. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of AuthMech in com.databricks.jdbc.model.telemetry
Methods in com.databricks.jdbc.model.telemetry with parameters of type AuthMech Modifier and Type Method Description DriverConnectionParametersDriverConnectionParameters. setAuthMech(AuthMech authMech)
-