Uses of Interface
org.apache.hadoop.security.authentication.server.AuthenticationHandler

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

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

Classes in org.apache.hadoop.security.authentication.server that implement AuthenticationHandler
 class AltKerberosAuthenticationHandler
          The AltKerberosAuthenticationHandler behaves exactly the same way as the KerberosAuthenticationHandler, except that it allows for an alternative form of authentication for browsers while still using Kerberos for Java access.
 class KerberosAuthenticationHandler
          The KerberosAuthenticationHandler implements the Kerberos SPNEGO authentication mechanism for HTTP.
 class PseudoAuthenticationHandler
          The PseudoAuthenticationHandler provides a pseudo authentication mechanism that accepts the user name specified as a query string parameter.
 

Methods in org.apache.hadoop.security.authentication.server that return AuthenticationHandler
protected  AuthenticationHandler AuthenticationFilter.getAuthenticationHandler()
          Returns the authentication handler being used.
 



Copyright © 2013 Apache Software Foundation. All Rights Reserved.