Uses of Class
org.apache.druid.server.security.AuthenticationResult
-
Packages that use AuthenticationResult Package Description org.apache.druid.server org.apache.druid.server.security -
-
Uses of AuthenticationResult in org.apache.druid.server
Methods in org.apache.druid.server with parameters of type AuthenticationResult Modifier and Type Method Description AccessQueryLifecycle. authorize(AuthenticationResult authenticationResult)Authorize the query using the authentication result.<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 AuthenticationResult in org.apache.druid.server.security
Fields in org.apache.druid.server.security declared as AuthenticationResult Modifier and Type Field Description static AuthenticationResultAllowAllAuthenticator. ALLOW_ALL_RESULTMethods in org.apache.druid.server.security that return AuthenticationResult Modifier and Type Method Description AuthenticationResultAllowAllAuthenticator. authenticateJDBCContext(Map<String,Object> context)AuthenticationResultAnonymousAuthenticator. authenticateJDBCContext(Map<String,Object> context)AuthenticationResultAuthenticator. authenticateJDBCContext(Map<String,Object> context)Given a JDBC connection context, authenticate the identity represented by the information in the context.AuthenticationResultTrustedDomainAuthenticator. authenticateJDBCContext(Map<String,Object> context)static AuthenticationResultAuthorizationUtils. authenticationResultFromRequest(javax.servlet.http.HttpServletRequest request)Returns the authentication information for a request.AuthenticationResultEscalator. createEscalatedAuthenticationResult()AuthenticationResultNoopEscalator. createEscalatedAuthenticationResult()Methods in org.apache.druid.server.security with parameters of type AuthenticationResult 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(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.
-