Uses of Class
org.apache.druid.server.security.Resource
-
Packages that use Resource Package Description org.apache.druid.server.security -
-
Uses of Resource in org.apache.druid.server.security
Fields in org.apache.druid.server.security declared as Resource Modifier and Type Field Description static ResourceResource. STATE_RESOURCEFields in org.apache.druid.server.security with type parameters of type Resource Modifier and Type Field Description static com.google.common.base.Function<Resource,ResourceAction>AuthorizationUtils. RESOURCE_READ_RA_GENERATORFunction for the pattern of generating aResourceActionfor reading from a givenResourceMethods in org.apache.druid.server.security that return Resource Modifier and Type Method Description ResourceResourceAction. getResource()Methods in org.apache.druid.server.security with parameters of type Resource 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 Resource Constructor Description ResourceAction(Resource resource, Action action)
-