| Package | Description |
|---|---|
| org.apache.hadoop.fs.http.server | |
| org.apache.hadoop.hdfs.web | |
| org.apache.hadoop.security.authentication.server |
| Class and Description |
|---|
| AuthenticationFilter
The
AuthenticationFilter enables protecting web application resources with different (pluggable)
authentication mechanisms. |
| AuthenticationHandler
Interface for server authentication mechanisms.
|
| AuthenticationToken
The
AuthenticationToken contains information about an authenticated
HTTP client and doubles as the Principal to be returned by
authenticated HttpServletRequests
The token can be serialized/deserialized to and from a string as it is sent
and received in HTTP client responses and requests as a HTTP cookie (this is
done by the AuthenticationFilter). |
| KerberosAuthenticationHandler
The
KerberosAuthenticationHandler implements the Kerberos SPNEGO authentication mechanism for HTTP. |
| Class and Description |
|---|
| AuthenticationFilter
The
AuthenticationFilter enables protecting web application resources with different (pluggable)
authentication mechanisms. |
| Class and Description |
|---|
| AuthenticationHandler
Interface for server authentication mechanisms.
|
| AuthenticationToken
The
AuthenticationToken contains information about an authenticated
HTTP client and doubles as the Principal to be returned by
authenticated HttpServletRequests
The token can be serialized/deserialized to and from a string as it is sent
and received in HTTP client responses and requests as a HTTP cookie (this is
done by the AuthenticationFilter). |
| KerberosAuthenticationHandler
The
KerberosAuthenticationHandler implements the Kerberos SPNEGO authentication mechanism for HTTP. |
Copyright © 2013 Apache Software Foundation. All rights reserved.