public class HTTPProxyAuthenticator extends Object implements HTTPAuthenticator
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.logging.log4j.Logger |
log |
| Constructor and Description |
|---|
HTTPProxyAuthenticator(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 context) |
String |
getType() |
boolean |
reRequestAuthentication(org.elasticsearch.rest.RestChannel channel,
AuthCredentials creds) |
public HTTPProxyAuthenticator(org.elasticsearch.common.settings.Settings settings)
public AuthCredentials extractCredentials(org.elasticsearch.rest.RestRequest request, org.elasticsearch.common.util.concurrent.ThreadContext context)
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.