public class DruidKerberosAuthenticationHandler
extends org.apache.hadoop.security.authentication.server.KerberosAuthenticationHandler
| Constructor and Description |
|---|
DruidKerberosAuthenticationHandler() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.hadoop.security.authentication.server.AuthenticationToken |
authenticate(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
void |
destroy() |
void |
init(Properties config) |
public void destroy()
destroy in interface org.apache.hadoop.security.authentication.server.AuthenticationHandlerdestroy in class org.apache.hadoop.security.authentication.server.KerberosAuthenticationHandlerpublic void init(Properties config) throws javax.servlet.ServletException
init in interface org.apache.hadoop.security.authentication.server.AuthenticationHandlerinit in class org.apache.hadoop.security.authentication.server.KerberosAuthenticationHandlerjavax.servlet.ServletExceptionpublic org.apache.hadoop.security.authentication.server.AuthenticationToken authenticate(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws IOException,
org.apache.hadoop.security.authentication.client.AuthenticationException
authenticate in interface org.apache.hadoop.security.authentication.server.AuthenticationHandlerauthenticate in class org.apache.hadoop.security.authentication.server.KerberosAuthenticationHandlerIOExceptionorg.apache.hadoop.security.authentication.client.AuthenticationExceptionCopyright © 2011–2018. All rights reserved.