Uses of Interface
org.apache.drill.exec.oauth.TokenRegistry
Packages that use TokenRegistry
Package
Description
-
Uses of TokenRegistry in org.apache.drill.exec.oauth
Classes in org.apache.drill.exec.oauth that implement TokenRegistryModifier and TypeClassDescriptionclass
Implementation ofTokenRegistry
that persists token tables to the preconfigured persistent store.Methods in org.apache.drill.exec.oauth that return TokenRegistry -
Uses of TokenRegistry in org.apache.drill.exec.store.dfs
Methods in org.apache.drill.exec.store.dfs that return TokenRegistryModifier 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
Methods in org.apache.drill.exec.store.http that return TokenRegistryModifier and TypeMethodDescriptionHttpStoragePlugin.getTokenRegistry()
HttpStoragePlugin.getTokenRegistry
(String username) This method returns theTokenRegistry
for a given user.