| Modifier and Type | Method and Description |
|---|---|
AuthCredentials |
HTTPAuthenticator.extractCredentials(org.elasticsearch.rest.RestRequest request,
org.elasticsearch.common.util.concurrent.ThreadContext context) |
| Modifier and Type | Method and Description |
|---|---|
User |
AuthenticationBackend.authenticate(AuthCredentials credentials) |
void |
AuthorizationBackend.fillRoles(User user,
AuthCredentials authCreds) |
boolean |
HTTPAuthenticator.reRequestAuthentication(org.elasticsearch.rest.RestChannel channel,
AuthCredentials credentials) |
| Modifier and Type | Method and Description |
|---|---|
User |
NoOpAuthenticationBackend.authenticate(AuthCredentials credentials) |
User |
InternalAuthenticationBackend.authenticate(AuthCredentials credentials) |
void |
NoOpAuthorizationBackend.fillRoles(User user,
AuthCredentials authCreds) |
| Modifier and Type | Method and Description |
|---|---|
AuthCredentials |
HTTPProxyAuthenticator.extractCredentials(org.elasticsearch.rest.RestRequest request,
org.elasticsearch.common.util.concurrent.ThreadContext context) |
AuthCredentials |
HTTPHostAuthenticator.extractCredentials(org.elasticsearch.rest.RestRequest request,
org.elasticsearch.common.util.concurrent.ThreadContext threadContext) |
AuthCredentials |
HTTPClientCertAuthenticator.extractCredentials(org.elasticsearch.rest.RestRequest request,
org.elasticsearch.common.util.concurrent.ThreadContext threadContext) |
AuthCredentials |
HTTPBasicAuthenticator.extractCredentials(org.elasticsearch.rest.RestRequest request,
org.elasticsearch.common.util.concurrent.ThreadContext threadContext) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
HTTPProxyAuthenticator.reRequestAuthentication(org.elasticsearch.rest.RestChannel channel,
AuthCredentials creds) |
boolean |
HTTPHostAuthenticator.reRequestAuthentication(org.elasticsearch.rest.RestChannel channel,
AuthCredentials creds) |
boolean |
HTTPClientCertAuthenticator.reRequestAuthentication(org.elasticsearch.rest.RestChannel channel,
AuthCredentials creds) |
boolean |
HTTPBasicAuthenticator.reRequestAuthentication(org.elasticsearch.rest.RestChannel channel,
AuthCredentials creds) |
| Modifier and Type | Method and Description |
|---|---|
static AuthCredentials |
HTTPHelper.extractCredentials(String authorizationHeader,
org.apache.logging.log4j.Logger log) |
| Modifier and Type | Method and Description |
|---|---|
AuthCredentials |
AuthCredentials.markComplete() |
| Constructor and Description |
|---|
AuthCredentials(AuthCredentials creds) |
Copyright © 2015–2016. All rights reserved.