Uses of Class
org.apache.hadoop.security.authentication.server.AuthenticationToken

Packages that use AuthenticationToken
org.apache.hadoop.security.authentication.server   
 

Uses of AuthenticationToken in org.apache.hadoop.security.authentication.server
 

Fields in org.apache.hadoop.security.authentication.server declared as AuthenticationToken
static AuthenticationToken AuthenticationToken.ANONYMOUS
          Constant that identifies an anonymous request.
 

Methods in org.apache.hadoop.security.authentication.server that return AuthenticationToken
abstract  AuthenticationToken AltKerberosAuthenticationHandler.alternateAuthenticate(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Subclasses should implement this method to provide the custom authentication to be used for browsers.
 AuthenticationToken AuthenticationHandler.authenticate(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Performs an authentication step for the given HTTP client request.
 AuthenticationToken PseudoAuthenticationHandler.authenticate(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Authenticates an HTTP client request.
 AuthenticationToken AltKerberosAuthenticationHandler.authenticate(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          It enforces the the Kerberos SPNEGO authentication sequence returning an AuthenticationToken only after the Kerberos SPNEGO sequence has completed successfully (in the case of Java access) and only after the custom authentication implemented by the subclass in alternateAuthenticate has completed successfully (in the case of browser access).
 AuthenticationToken MultiMechsAuthenticationHandler.authenticate(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Authenticate main method: In step 1.
 AuthenticationToken KerberosAuthenticationHandler.authenticate(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          It enforces the the Kerberos SPNEGO authentication sequence returning an AuthenticationToken only after the Kerberos SPNEGO sequence has completed successfully.
protected  AuthenticationToken AuthenticationFilter.getToken(javax.servlet.http.HttpServletRequest request)
          Returns the AuthenticationToken for the request.
static AuthenticationToken AuthenticationToken.parse(String tokenStr)
          Parses a string into an authentication token.
 AuthenticationToken KerberosAuthHandler.postauthenticate(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
protected  AuthenticationToken MultiMechsAuthenticationHandler.postauthenticate(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Children must override this method to perform real authentication based on the information received in the request header
 

Methods in org.apache.hadoop.security.authentication.server with parameters of type AuthenticationToken
 boolean AuthenticationHandler.managementOperation(AuthenticationToken token, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Performs an authentication management operation.
 boolean PseudoAuthenticationHandler.managementOperation(AuthenticationToken token, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          This is an empty implementation, it always returns TRUE.
 boolean MultiMechsAuthenticationHandler.managementOperation(AuthenticationToken token, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 boolean KerberosAuthenticationHandler.managementOperation(AuthenticationToken token, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          This is an empty implementation, it always returns TRUE.
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.