Package com.databricks.sdk.core
Class CliTokenSource
- java.lang.Object
-
- com.databricks.sdk.core.oauth.RefreshableTokenSource
-
- com.databricks.sdk.core.CliTokenSource
-
- All Implemented Interfaces:
TokenSource
,OSUtils
public class CliTokenSource extends RefreshableTokenSource implements OSUtils
-
-
Field Summary
-
Fields inherited from class com.databricks.sdk.core.oauth.RefreshableTokenSource
token
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Token
refresh()
-
Methods inherited from class com.databricks.sdk.core.oauth.RefreshableTokenSource
getToken, retrieveToken
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.databricks.sdk.core.utils.OSUtils
getCliExecutableCommand, getOS
-
-