Uses of Class
org.apache.druid.server.security.Access
Packages that use Access
-
Uses of Access in org.apache.druid.server.security
Fields in org.apache.druid.server.security declared as AccessMethods in org.apache.druid.server.security that return AccessModifier and TypeMethodDescriptionstatic AccessAccess.allow()ConstructsAccessinstance with access allowed, with no policy restriction.static AccessAccess.allowWithRestriction(Policy policy) ContructsAccessinstance with access allowed, but with policy restriction.AllowAllAuthorizer.authorize(AuthenticationResult authenticationResult, Resource resource, Action action) Authorizer.authorize(AuthenticationResult authenticationResult, Resource resource, Action action) Check if the entity represented byidentityis authorized to performactiononresource.static AccessContructsAccessinstance with access denied.