Uses of Enum
org.apache.druid.server.security.Action
Packages that use Action
Package
Description
-
Uses of Action in org.apache.druid.segment.realtime
Methods in org.apache.druid.segment.realtime with parameters of type ActionModifier and TypeMethodDescriptionstatic AuthorizationResultChatHandlers.authorizationCheck(javax.servlet.http.HttpServletRequest req, Action action, String dataSource, AuthorizerMapper authorizerMapper) Check authorization for the given action and dataSource. -
Uses of Action in org.apache.druid.server.http.security
Methods in org.apache.druid.server.http.security that return Action -
Uses of Action in org.apache.druid.server.security
Methods in org.apache.druid.server.security that return ActionModifier and TypeMethodDescriptionstatic ActionAction.fromString(String name) ResourceAction.getAction()static ActionReturns the enum constant of this type with the specified name.static Action[]Action.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.druid.server.security with parameters of type ActionModifier and TypeMethodDescriptionAllowAllAuthorizer.authorize(AuthenticationResult authenticationResult, Resource resource, Action action) Authorizer.authorize(AuthenticationResult authenticationResult, Resource resource, Action action) Check if the entity represented byidentityis authorized to performactiononresource.Constructors in org.apache.druid.server.security with parameters of type Action