Uses of Class
com.databricks.jdbc.common.AuthFlow
-
Packages that use AuthFlow Package Description com.databricks.jdbc.api.impl com.databricks.jdbc.api.internal com.databricks.jdbc.common com.databricks.jdbc.model.telemetry -
-
Uses of AuthFlow in com.databricks.jdbc.api.impl
Methods in com.databricks.jdbc.api.impl that return AuthFlow Modifier and Type Method Description AuthFlowDatabricksConnectionContext. getAuthFlow() -
Uses of AuthFlow in com.databricks.jdbc.api.internal
Methods in com.databricks.jdbc.api.internal that return AuthFlow Modifier and Type Method Description AuthFlowIDatabricksConnectionContext. getAuthFlow() -
Uses of AuthFlow in com.databricks.jdbc.common
Methods in com.databricks.jdbc.common that return AuthFlow Modifier and Type Method Description static AuthFlowAuthFlow. valueOf(String name)Returns the enum constant of this type with the specified name.static AuthFlow[]AuthFlow. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of AuthFlow in com.databricks.jdbc.model.telemetry
Methods in com.databricks.jdbc.model.telemetry with parameters of type AuthFlow Modifier and Type Method Description DriverConnectionParametersDriverConnectionParameters. setDriverAuthFlow(AuthFlow driverAuthFlow)
-