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.AuthenticationHandler
public void init(Properties config) throws javax.servlet.ServletException
init
in interface org.apache.hadoop.security.authentication.server.AuthenticationHandler
javax.servlet.ServletException
public void destroy()
destroy
in interface org.apache.hadoop.security.authentication.server.AuthenticationHandler
public 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.AuthenticationHandler
IOException
org.apache.hadoop.security.authentication.client.AuthenticationException
public 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.AuthenticationHandler
IOException
org.apache.hadoop.security.authentication.client.AuthenticationException
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.