public class HTTPBasicAuthenticator extends Object implements HTTPAuthenticator
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.logging.log4j.Logger |
log |
| Constructor and Description |
|---|
HTTPBasicAuthenticator(org.elasticsearch.common.settings.Settings settings) |
| Modifier and Type | Method and Description |
|---|---|
AuthCredentials |
extractCredentials(org.elasticsearch.rest.RestRequest request,
org.elasticsearch.common.util.concurrent.ThreadContext threadContext) |
String |
getType() |
boolean |
reRequestAuthentication(org.elasticsearch.rest.RestChannel channel,
AuthCredentials creds) |
public HTTPBasicAuthenticator(org.elasticsearch.common.settings.Settings settings)
public AuthCredentials extractCredentials(org.elasticsearch.rest.RestRequest request, org.elasticsearch.common.util.concurrent.ThreadContext threadContext)
extractCredentials in interface HTTPAuthenticatorpublic boolean reRequestAuthentication(org.elasticsearch.rest.RestChannel channel,
AuthCredentials creds)
reRequestAuthentication in interface HTTPAuthenticatorpublic String getType()
getType in interface HTTPAuthenticatorCopyright © 2015–2016. All rights reserved.