Uses of Class
com.databricks.jdbc.auth.JwtPrivateKeyClientCredentials.Builder
Packages that use JwtPrivateKeyClientCredentials.Builder
-
Uses of JwtPrivateKeyClientCredentials.Builder in com.databricks.jdbc.auth
Methods in com.databricks.jdbc.auth that return JwtPrivateKeyClientCredentials.BuilderModifier and TypeMethodDescriptionJwtPrivateKeyClientCredentials.Builder.withClientId(String clientId) JwtPrivateKeyClientCredentials.Builder.withHttpClient(IDatabricksHttpClient hc) JwtPrivateKeyClientCredentials.Builder.withJwtAlgorithm(String jwtAlgorithm) JwtPrivateKeyClientCredentials.Builder.withJwtKeyFile(String jwtKeyFile) JwtPrivateKeyClientCredentials.Builder.withJwtKeyPassphrase(String jwtKeyPassphrase) JwtPrivateKeyClientCredentials.Builder.withJwtKid(String jwtKid) JwtPrivateKeyClientCredentials.Builder.withScopes(List<String> scopes) JwtPrivateKeyClientCredentials.Builder.withTokenUrl(String tokenUrl)