Class RequestContinuesRecorderAuthenticationHandler

  • All Implemented Interfaces:
    org.apache.hadoop.security.authentication.server.AuthenticationHandler

    public class RequestContinuesRecorderAuthenticationHandler
    extends Object
    implements org.apache.hadoop.security.authentication.server.AuthenticationHandler
    • Constructor Detail

      • RequestContinuesRecorderAuthenticationHandler

        public RequestContinuesRecorderAuthenticationHandler()
    • Method Detail

      • setAuthHandler

        public void setAuthHandler​(org.apache.hadoop.security.authentication.server.AuthenticationHandler authHandler)
      • getType

        public String getType()
        Specified by:
        getType in interface org.apache.hadoop.security.authentication.server.AuthenticationHandler
      • init

        public void init​(Properties config)
                  throws javax.servlet.ServletException
        Specified by:
        init in interface org.apache.hadoop.security.authentication.server.AuthenticationHandler
        Throws:
        javax.servlet.ServletException
      • destroy

        public void destroy()
        Specified by:
        destroy in interface org.apache.hadoop.security.authentication.server.AuthenticationHandler
      • managementOperation

        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
        Specified by:
        managementOperation in interface org.apache.hadoop.security.authentication.server.AuthenticationHandler
        Throws:
        IOException
        org.apache.hadoop.security.authentication.client.AuthenticationException
      • authenticate

        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
        Specified by:
        authenticate in interface org.apache.hadoop.security.authentication.server.AuthenticationHandler
        Throws:
        IOException
        org.apache.hadoop.security.authentication.client.AuthenticationException