Uses of Class
org.apache.drill.exec.server.rest.auth.DrillUserPrincipal
Packages that use DrillUserPrincipal
Package
Description
-
Uses of DrillUserPrincipal in org.apache.drill.exec.server.rest
Methods in org.apache.drill.exec.server.rest that return DrillUserPrincipalModifier and TypeMethodDescriptionDrillRestServer.AnonDrillUserPrincipalProvider.provide()
DrillRestServer.DrillUserPrincipalProvider.provide()
Methods in org.apache.drill.exec.server.rest with parameters of type DrillUserPrincipalModifier and TypeMethodDescriptionvoid
DrillRestServer.AnonDrillUserPrincipalProvider.dispose
(DrillUserPrincipal principal) void
DrillRestServer.DrillUserPrincipalProvider.dispose
(DrillUserPrincipal principal) -
Uses of DrillUserPrincipal in org.apache.drill.exec.server.rest.auth
Subclasses of DrillUserPrincipal in org.apache.drill.exec.server.rest.authModifier and TypeClassDescriptionstatic class
DrillUserPrincipal
for anonymous (auth disabled) mode. -
Uses of DrillUserPrincipal in org.apache.drill.exec.work
Methods in org.apache.drill.exec.work with parameters of type DrillUserPrincipalModifier and TypeMethodDescriptionboolean
WorkManager.WorkerBee.cancelForeman
(UserBitShared.QueryId queryId, DrillUserPrincipal principal)