@InterfaceAudience.Private public class AuthFilter extends org.apache.hadoop.security.authentication.server.AuthenticationFilter
Modifier and Type | Field and Description |
---|---|
private static org.slf4j.Logger |
LOG |
private static String |
REST_PREFIX |
private static int |
REST_PREFIX_LEN |
AUTH_TOKEN_MAX_INACTIVE_INTERVAL, AUTH_TOKEN_VALIDITY, AUTH_TYPE, CONFIG_PREFIX, COOKIE_DOMAIN, COOKIE_PATH, COOKIE_PERSISTENT, SIGNATURE_SECRET, SIGNATURE_SECRET_FILE, SIGNER_SECRET_PROVIDER, SIGNER_SECRET_PROVIDER_ATTRIBUTE
Constructor and Description |
---|
AuthFilter() |
Modifier and Type | Method and Description |
---|---|
protected Properties |
getConfiguration(String configPrefix,
javax.servlet.FilterConfig filterConfig)
Returns the configuration to be used by the authentication filter
to initialize the authentication handler.
|
constructSecretProvider, createAuthCookie, destroy, doFilter, doFilter, getAuthenticationHandler, getConfiguration, getCookieDomain, getCookiePath, getMaxInactiveInterval, getRequestURL, getToken, getValidity, init, initializeAuthHandler, initializeSecretProvider, isCookiePersistent, isCustomSignerSecretProvider, isRandomSecret, verifyTokenType
private static final org.slf4j.Logger LOG
private static final String REST_PREFIX
private static final int REST_PREFIX_LEN
public AuthFilter()
protected Properties getConfiguration(String configPrefix, javax.servlet.FilterConfig filterConfig) throws javax.servlet.ServletException
getConfiguration
in class org.apache.hadoop.security.authentication.server.AuthenticationFilter
javax.servlet.ServletException
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.