public class KerberosPlugin extends AuthenticationPlugin implements HttpClientInterceptorPlugin
Modifier and Type | Field and Description |
---|---|
static String |
AUTH_HANDLER_PARAM |
static String |
COOKIE_DOMAIN_PARAM |
static String |
COOKIE_PATH_PARAM |
static String |
COOKIE_PORT_AWARE_PARAM |
static String |
DELEGATION_TOKEN_ENABLED |
static String |
DELEGATION_TOKEN_KIND |
static String |
DELEGATION_TOKEN_SECRET_MANAGER_ZNODE_WORKING_PATH |
static String |
DELEGATION_TOKEN_SECRET_PROVIDER |
static String |
DELEGATION_TOKEN_SECRET_PROVIDER_ZK_PATH |
static String |
DELEGATION_TOKEN_TYPE_DEFAULT |
static String |
DELEGATION_TOKEN_VALIDITY |
static String |
IMPERSONATOR_DO_AS_HTTP_PARAM |
static String |
IMPERSONATOR_PREFIX |
static String |
IMPERSONATOR_USER_NAME |
static String |
KEYTAB_PARAM |
static String |
NAME_RULES_PARAM |
static String |
PRINCIPAL_PARAM |
static String |
TOKEN_VALID_PARAM |
AUTHENTICATION_PLUGIN_PROP
Constructor and Description |
---|
KerberosPlugin(CoreContainer coreContainer) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
boolean |
doAuthenticate(javax.servlet.ServletRequest req,
javax.servlet.ServletResponse rsp,
javax.servlet.FilterChain chain)
This method attempts to authenticate the request.
|
HttpClientConfigurer |
getClientConfigurer() |
protected javax.servlet.FilterConfig |
getInitFilterConfig(Map<String,Object> pluginConfig,
boolean skipKerberosChecking) |
protected javax.servlet.Filter |
getKerberosFilter() |
void |
init(Map<String,Object> pluginConfig)
This is called upon loading up of a plugin, used for setting it up.
|
protected void |
setKerberosFilter(javax.servlet.Filter kerberosFilter) |
closeRequest
public static final String NAME_RULES_PARAM
public static final String COOKIE_DOMAIN_PARAM
public static final String COOKIE_PATH_PARAM
public static final String PRINCIPAL_PARAM
public static final String KEYTAB_PARAM
public static final String TOKEN_VALID_PARAM
public static final String COOKIE_PORT_AWARE_PARAM
public static final String IMPERSONATOR_PREFIX
public static final String DELEGATION_TOKEN_ENABLED
public static final String DELEGATION_TOKEN_KIND
public static final String DELEGATION_TOKEN_VALIDITY
public static final String DELEGATION_TOKEN_SECRET_PROVIDER
public static final String DELEGATION_TOKEN_SECRET_PROVIDER_ZK_PATH
public static final String DELEGATION_TOKEN_SECRET_MANAGER_ZNODE_WORKING_PATH
public static final String DELEGATION_TOKEN_TYPE_DEFAULT
public static final String IMPERSONATOR_DO_AS_HTTP_PARAM
public static final String IMPERSONATOR_USER_NAME
public static final String AUTH_HANDLER_PARAM
public KerberosPlugin(CoreContainer coreContainer)
public void init(Map<String,Object> pluginConfig)
AuthenticationPlugin
init
in class AuthenticationPlugin
pluginConfig
- Config parameters, possibly from a ZK sourceprotected javax.servlet.FilterConfig getInitFilterConfig(Map<String,Object> pluginConfig, boolean skipKerberosChecking)
public boolean doAuthenticate(javax.servlet.ServletRequest req, javax.servlet.ServletResponse rsp, javax.servlet.FilterChain chain) throws Exception
AuthenticationPlugin
doAuthenticate
in class AuthenticationPlugin
req
- the http requestrsp
- the http responsechain
- the servlet filter chainException
- any exception thrown during the authentication, e.g. PrivilegedActionExceptionpublic HttpClientConfigurer getClientConfigurer()
getClientConfigurer
in interface HttpClientInterceptorPlugin
public void close()
close
in interface Closeable
close
in interface AutoCloseable
protected javax.servlet.Filter getKerberosFilter()
protected void setKerberosFilter(javax.servlet.Filter kerberosFilter)
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.