public class RequestContinuesRecorderAuthenticationHandler extends Object implements org.apache.hadoop.security.authentication.server.AuthenticationHandler
| Constructor and Description |
|---|
RequestContinuesRecorderAuthenticationHandler() |
| 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() |
String |
getType() |
void |
init(Properties config) |
boolean |
managementOperation(org.apache.hadoop.security.authentication.server.AuthenticationToken token,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
void |
setAuthHandler(org.apache.hadoop.security.authentication.server.AuthenticationHandler authHandler) |
public RequestContinuesRecorderAuthenticationHandler()
public void setAuthHandler(org.apache.hadoop.security.authentication.server.AuthenticationHandler authHandler)
public String getType()
getType in interface org.apache.hadoop.security.authentication.server.AuthenticationHandlerpublic void init(Properties config) throws javax.servlet.ServletException
init in interface org.apache.hadoop.security.authentication.server.AuthenticationHandlerjavax.servlet.ServletExceptionpublic void destroy()
destroy in interface org.apache.hadoop.security.authentication.server.AuthenticationHandlerpublic boolean managementOperation(org.apache.hadoop.security.authentication.server.AuthenticationToken token,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws IOException,
org.apache.hadoop.security.authentication.client.AuthenticationException
managementOperation in interface org.apache.hadoop.security.authentication.server.AuthenticationHandlerIOExceptionorg.apache.hadoop.security.authentication.client.AuthenticationExceptionpublic 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.AuthenticationHandlerIOExceptionorg.apache.hadoop.security.authentication.client.AuthenticationExceptionCopyright © 2000-2017 Apache Software Foundation. All Rights Reserved.