public interface HTTPAuthenticator
| 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 credentials) |
String getType()
AuthCredentials extractCredentials(org.elasticsearch.rest.RestRequest request, org.elasticsearch.common.util.concurrent.ThreadContext context) throws org.elasticsearch.ElasticsearchSecurityException
request - channel - authenticationBackend - authorizationBackend - org.elasticsearch.ElasticsearchSecurityExceptionboolean reRequestAuthentication(org.elasticsearch.rest.RestChannel channel,
AuthCredentials credentials)
Copyright © 2015–2016. All rights reserved.