|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.hadoop.security.authentication.server.AuthenticationFilter
org.apache.hadoop.fs.http.server.HttpFSAuthenticationFilter
@InterfaceAudience.Private public class HttpFSAuthenticationFilter
Subclass of hadoop-auth AuthenticationFilter that obtains its configuration
from HttpFSServer's server configuration.
| Field Summary |
|---|
| Fields inherited from class org.apache.hadoop.security.authentication.server.AuthenticationFilter |
|---|
AUTH_TOKEN_VALIDITY, AUTH_TYPE, CONFIG_PREFIX, COOKIE_DOMAIN, COOKIE_PATH, SIGNATURE_SECRET |
| Constructor Summary | |
|---|---|
HttpFSAuthenticationFilter()
|
|
| Method Summary | |
|---|---|
protected Properties |
getConfiguration(String configPrefix,
javax.servlet.FilterConfig filterConfig)
Returns the hadoop-auth configuration from HttpFSServer's configuration. |
| Methods inherited from class org.apache.hadoop.security.authentication.server.AuthenticationFilter |
|---|
createAuthCookie, destroy, doFilter, getAuthenticationHandler, getCookieDomain, getCookiePath, getRequestURL, getToken, getValidity, init, isRandomSecret |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HttpFSAuthenticationFilter()
| Method Detail |
|---|
protected Properties getConfiguration(String configPrefix,
javax.servlet.FilterConfig filterConfig)
httpfs.authentication. The httpfs.authentication
prefix is removed from the returned property names.
getConfiguration in class org.apache.hadoop.security.authentication.server.AuthenticationFilterconfigPrefix - parameter not used.filterConfig - parameter not used.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||