Uses of Class
org.apache.druid.server.security.Action
-
Packages that use Action Package Description org.apache.druid.segment.realtime.firehose org.apache.druid.server.http.security org.apache.druid.server.security -
-
Uses of Action in org.apache.druid.segment.realtime.firehose
Methods in org.apache.druid.segment.realtime.firehose with parameters of type Action Modifier and Type Method Description static AccessChatHandlers. 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 Modifier and Type Method Description protected ActionAbstractResourceFilter. getAction(com.sun.jersey.spi.container.ContainerRequest request) -
Uses of Action in org.apache.druid.server.security
Methods in org.apache.druid.server.security that return Action Modifier and Type Method Description static ActionAction. fromString(String name)ActionResourceAction. getAction()static ActionAction. valueOf(String name)Returns 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 Action Modifier and Type Method Description AccessAllowAllAuthorizer. authorize(AuthenticationResult authenticationResult, Resource resource, Action action)AccessAuthorizer. 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 Constructor Description ResourceAction(Resource resource, Action action)
-