Uses of Class
org.apache.druid.server.security.Access
-
Packages that use Access Package Description org.apache.druid.segment.realtime.firehose org.apache.druid.server org.apache.druid.server.security -
-
Uses of Access in org.apache.druid.segment.realtime.firehose
Methods in org.apache.druid.segment.realtime.firehose that return Access 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 Access in org.apache.druid.server
Methods in org.apache.druid.server that return Access Modifier and Type Method Description AccessQueryLifecycle. authorize(javax.servlet.http.HttpServletRequest req)Authorize the query.AccessQueryLifecycle. authorize(AuthenticationResult authenticationResult)Authorize the query using the authentication result.Methods in org.apache.druid.server with parameters of type Access Modifier and Type Method Description <T> QueryResponse<T>QueryLifecycle. runSimple(org.apache.druid.query.Query<T> query, AuthenticationResult authenticationResult, Access authorizationResult)For callers who have already authorized their query, and where simplicity is desired over flexibility. -
Uses of Access in org.apache.druid.server.security
Fields in org.apache.druid.server.security declared as Access Modifier and Type Field Description static AccessAccess. DENIEDstatic AccessAccess. OKMethods in org.apache.druid.server.security that return Access 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.static AccessAuthorizationUtils. authorizeAllResourceActions(javax.servlet.http.HttpServletRequest request, Iterable<ResourceAction> resourceActions, AuthorizerMapper authorizerMapper)Check a list of resource-actions to be performed as a result of an HTTP request.static AccessAuthorizationUtils. authorizeAllResourceActions(AuthenticationResult authenticationResult, Iterable<ResourceAction> resourceActions, AuthorizerMapper authorizerMapper)Check a list of resource-actions to be performed by the identity represented by authenticationResult.static AccessAuthorizationUtils. authorizeResourceAction(javax.servlet.http.HttpServletRequest request, ResourceAction resourceAction, AuthorizerMapper authorizerMapper)Check a resource-action using the authorization fields from the request.
-