Package org.apache.drill.exec.server.rest.auth
package org.apache.drill.exec.server.rest.auth
-
ClassDescriptionImplementation of
DynamicFeature
.Custom ErrorHandler class for Drill's WebServer to have better error message in case when SPNEGO login failed and what to do next.Accessor class that extends theConstraintSecurityHandler
to expose protected method's for start and stop of Handler.LoginService used when user authentication is enabled in Drillbit.Custom SpnegoAuthenticator for DrillCustom implementation of DrillSpnegoLoginService to avoid the need of passing targetName in a config file, to include the SPNEGO OID and the way UserIdentity is created.Captures Drill user credentials and privilege's of the session user.DrillUserPrincipal
for anonymous (auth disabled) mode.Implement HTTP Basic authentication for REST API access