public interface Escalator
| Modifier and Type | Method and Description | 
|---|---|
AuthenticationResult | 
createEscalatedAuthenticationResult()  | 
HttpClient | 
createEscalatedClient(HttpClient baseClient)
Return a client that sends requests with the format/information necessary to authenticate successfully
 against this Escalator's authentication scheme using the identity of the internal system user. 
 | 
HttpClient createEscalatedClient(HttpClient baseClient)
This HTTP client is used for internal communications between Druid nodes, such as when a broker communicates with a historical node during query processing.
baseClient - Base HTTP client for internal Druid communicationsAuthenticationResult createEscalatedAuthenticationResult()
Copyright © 2011–2018. All rights reserved.