Class JwtPrivateKeyClientCredentials.Builder
java.lang.Object
com.databricks.jdbc.auth.JwtPrivateKeyClientCredentials.Builder
- Enclosing class:
JwtPrivateKeyClientCredentials
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()withClientId(String clientId) withJwtAlgorithm(String jwtAlgorithm) withJwtKeyFile(String jwtKeyFile) withJwtKeyPassphrase(String jwtKeyPassphrase) withJwtKid(String jwtKid) withScopes(List<String> scopes) withTokenUrl(String tokenUrl)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
withClientId
-
withTokenUrl
-
withScopes
-
withHttpClient
-
withJwtAlgorithm
-
withJwtKeyPassphrase
-
withJwtKid
-
withJwtKeyFile
-
build
-