public class BasicAuthPlugin extends AuthenticationPlugin implements ConfigEditablePlugin
Modifier and Type | Class and Description |
---|---|
static interface |
BasicAuthPlugin.AuthenticationProvider |
Modifier and Type | Field and Description |
---|---|
protected static org.slf4j.Logger |
log |
AUTHENTICATION_PLUGIN_PROP
Constructor and Description |
---|
BasicAuthPlugin() |
Modifier and Type | Method and Description |
---|---|
boolean |
authenticate(String username,
String pwd) |
void |
close() |
void |
closeRequest()
Cleanup any per request data
|
void |
doAuthenticate(javax.servlet.ServletRequest servletRequest,
javax.servlet.ServletResponse servletResponse,
javax.servlet.FilterChain filterChain)
This method must authenticate the request.
|
Map<String,Object> |
edit(Map<String,Object> latestConf,
List<CommandOperation> commands)
Operate the commands on the latest conf and return a new conf object
If there are errors in the commands , throw a SolrException.
|
protected BasicAuthPlugin.AuthenticationProvider |
getAuthenticationProvider(Map<String,Object> pluginConfig) |
void |
init(Map<String,Object> pluginConfig)
This is called upon loading up of a plugin, used for setting it up.
|
forward
public void init(Map<String,Object> pluginConfig)
AuthenticationPlugin
init
in class AuthenticationPlugin
pluginConfig
- Config parameters, possibly from a ZK sourcepublic Map<String,Object> edit(Map<String,Object> latestConf, List<CommandOperation> commands)
ConfigEditablePlugin
edit
in interface ConfigEditablePlugin
protected BasicAuthPlugin.AuthenticationProvider getAuthenticationProvider(Map<String,Object> pluginConfig)
public void doAuthenticate(javax.servlet.ServletRequest servletRequest, javax.servlet.ServletResponse servletResponse, javax.servlet.FilterChain filterChain) throws Exception
AuthenticationPlugin
doAuthenticate
in class AuthenticationPlugin
servletRequest
- the http requestservletResponse
- the http responsefilterChain
- the servlet filter chainException
- any exception thrown during the authentication, e.g.
PriviledgedAccessExceptionpublic void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
IOException
public void closeRequest()
AuthenticationPlugin
closeRequest
in class AuthenticationPlugin
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.