| Modifier and Type | Method and Description | 
|---|---|
AuthenticationResult | 
BasicHTTPAuthenticator.authenticateJDBCContext(Map<String,Object> context)  | 
AuthenticationResult | 
BasicHTTPEscalator.createEscalatedAuthenticationResult()  | 
| Modifier and Type | Method and Description | 
|---|---|
Access | 
BasicRoleBasedAuthorizer.authorize(AuthenticationResult authenticationResult,
         Resource resource,
         Action action)  | 
| Modifier and Type | Method and Description | 
|---|---|
AuthenticationResult | 
KerberosAuthenticator.authenticateJDBCContext(Map<String,Object> context)  | 
AuthenticationResult | 
KerberosEscalator.createEscalatedAuthenticationResult()  | 
| Modifier and Type | Method and Description | 
|---|---|
Access | 
QueryLifecycle.authorize(AuthenticationResult authenticationResult)
Authorize the query. 
 | 
<T> Sequence<T> | 
QueryLifecycle.runSimple(Query<T> query,
         AuthenticationResult authenticationResult,
         String remoteAddress)
For callers where simplicity is desiredĀ over flexibility. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
static AuthenticationResult | 
AllowAllAuthenticator.ALLOW_ALL_RESULT  | 
| Modifier and Type | Method and Description | 
|---|---|
AuthenticationResult | 
Authenticator.authenticateJDBCContext(Map<String,Object> context)
Given a JDBC connection context, authenticate the identity represented by the information in the context. 
 | 
AuthenticationResult | 
AllowAllAuthenticator.authenticateJDBCContext(Map<String,Object> context)  | 
static AuthenticationResult | 
AuthorizationUtils.authenticationResultFromRequest(javax.servlet.http.HttpServletRequest request)
Returns the authentication information for a request. 
 | 
AuthenticationResult | 
NoopEscalator.createEscalatedAuthenticationResult()  | 
AuthenticationResult | 
Escalator.createEscalatedAuthenticationResult()  | 
| Modifier and Type | Method and Description | 
|---|---|
Access | 
Authorizer.authorize(AuthenticationResult authenticationResult,
         Resource resource,
         Action action)
Check if the entity represented by  
identity is authorized to perform action on resource. | 
Access | 
AllowAllAuthorizer.authorize(AuthenticationResult authenticationResult,
         Resource resource,
         Action action)  | 
static Access | 
AuthorizationUtils.authorizeAllResourceActions(AuthenticationResult authenticationResult,
                           Iterable<ResourceAction> resourceActions,
                           AuthorizerMapper authorizerMapper)
Check a list of resource-actions to be performed by the identity represented by authenticationResult. 
 | 
static <ResType> Iterable<ResType> | 
AuthorizationUtils.filterAuthorizedResources(AuthenticationResult authenticationResult,
                         Iterable<ResType> resources,
                         com.google.common.base.Function<? super ResType,Iterable<ResourceAction>> resourceActionGenerator,
                         AuthorizerMapper authorizerMapper)
Filter a collection of resources by applying the resourceActionGenerator to each resource, return an iterable
 containing the filtered resources. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
DruidStatement | 
DruidStatement.prepare(PlannerFactory plannerFactory,
       String query,
       long maxRowCount,
       AuthenticationResult authenticationResult)  | 
| Modifier and Type | Method and Description | 
|---|---|
AuthenticationResult | 
PlannerContext.getAuthenticationResult()  | 
| Modifier and Type | Method and Description | 
|---|---|
PlannerResult | 
DruidPlanner.plan(String sql,
    javax.servlet.http.HttpServletRequest request,
    AuthenticationResult authenticationResult)  | 
void | 
PlannerContext.setAuthenticationResult(AuthenticationResult authenticationResult)  | 
Copyright © 2011–2018. All rights reserved.