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 TypeMethodDescriptionvoidDrillRestServer.AnonDrillUserPrincipalProvider.dispose(DrillUserPrincipal principal) voidDrillRestServer.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 classDrillUserPrincipalfor 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 TypeMethodDescriptionbooleanWorkManager.WorkerBee.cancelForeman(UserBitShared.QueryId queryId, DrillUserPrincipal principal)