Uses of Enum
com.databricks.jdbc.common.AuthMech
Packages that use AuthMech
Package
Description
-
Uses of AuthMech in com.databricks.jdbc.api.impl
Methods in com.databricks.jdbc.api.impl that return AuthMech -
Uses of AuthMech in com.databricks.jdbc.api.internal
Methods in com.databricks.jdbc.api.internal that return AuthMech -
Uses of AuthMech in com.databricks.jdbc.common
Subclasses with type arguments of type AuthMech in com.databricks.jdbc.commonMethods in com.databricks.jdbc.common that return AuthMechModifier and TypeMethodDescriptionstatic AuthMechAuthMech.parseAuthMech(String authMech) static AuthMechReturns 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