Package | Description |
---|---|
org.apache.hadoop.fs.http.server | |
org.apache.hadoop.security.authentication.server |
Modifier and Type | Class and Description |
---|---|
class |
HttpFSKerberosAuthenticationHandler
Server side
AuthenticationHandler that authenticates requests
using the incoming delegation token as a 'delegation' query string parameter. |
Modifier and Type | Class and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
protected AuthenticationHandler |
AuthenticationFilter.getAuthenticationHandler()
Returns the authentication handler being used.
|
Copyright © 2013 Apache Software Foundation. All rights reserved.