Uses of Interface
org.apache.drill.exec.oauth.TokenRegistry
Package
Description
-
Uses of TokenRegistry in org.apache.drill.exec.oauth
Modifier and TypeClassDescriptionclass
Implementation ofTokenRegistry
that persists token tables to the preconfigured persistent store. -
Uses of TokenRegistry in org.apache.drill.exec.store.dfs
Modifier and TypeMethodDescriptionFileSystemPlugin.getTokenRegistry()
FileSystemPlugin.getTokenRegistry
(String username) This method returns theTokenRegistry
for a given user. -
Uses of TokenRegistry in org.apache.drill.exec.store.http
Modifier and TypeMethodDescriptionHttpStoragePlugin.getTokenRegistry()
HttpStoragePlugin.getTokenRegistry
(String username) This method returns theTokenRegistry
for a given user.