Package org.apache.drill.exec.oauth
Class OAuthTokenProvider
java.lang.Object
org.apache.drill.exec.oauth.OAuthTokenProvider
- All Implemented Interfaces:
AutoCloseable
Class for managing oauth tokens. Storage plugins will have to manage obtaining the tokens, but
these classes handle the storage of access and refresh tokens.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
OAuthTokenProvider
-
-
Method Details
-
getOauthTokenRegistry
-
close
- Specified by:
close
in interfaceAutoCloseable
- Throws:
Exception
-