Uses of Class
org.apache.drill.exec.oauth.PersistentTokenTable
Packages that use PersistentTokenTable
Package
Description
-
Uses of PersistentTokenTable in org.apache.drill.exec.oauth
Methods in org.apache.drill.exec.oauth that return PersistentTokenTableModifier and TypeMethodDescriptionPersistentTokenRegistry.getTokenTable(String name) TokenRegistry.getTokenTable(String name) Methods in org.apache.drill.exec.oauth that return types with arguments of type PersistentTokenTableModifier and TypeMethodDescriptionPersistentTokenRegistry.getStore()PersistentTokenRegistry.StoreProvider.getStore()Constructor parameters in org.apache.drill.exec.oauth with type arguments of type PersistentTokenTableModifierConstructorDescriptionStoreProvider(Supplier<PersistentStore<PersistentTokenTable>> supplier) -
Uses of PersistentTokenTable in org.apache.drill.exec.store.dfs
Methods in org.apache.drill.exec.store.dfs that return PersistentTokenTableModifier and TypeMethodDescriptionFileSystemPlugin.getTokenTable()OAuthEnabledFileSystem.getTokenTable()Methods in org.apache.drill.exec.store.dfs with parameters of type PersistentTokenTableModifier and TypeMethodDescriptionvoidOAuthEnabledFileSystem.setTokenTable(PersistentTokenTable tokenTable) -
Uses of PersistentTokenTable in org.apache.drill.exec.store.security.oauth
Methods in org.apache.drill.exec.store.security.oauth with parameters of type PersistentTokenTableModifier and TypeMethodDescriptionOAuthTokenCredentials.Builder.setTokenTable(PersistentTokenTable tokenTable) Constructors in org.apache.drill.exec.store.security.oauth with parameters of type PersistentTokenTableModifierConstructorDescriptionOAuthTokenCredentials(String username, String password, String clientID, String clientSecret, String tokenURI, PersistentTokenTable tokenTable)