Package org.apache.druid.server.security
Class NoopEscalator
java.lang.Object
org.apache.druid.server.security.NoopEscalator
- All Implemented Interfaces:
Escalator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateEscalatedClient(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.booleanstatic NoopEscalatorinthashCode()toString()
-
Constructor Details
-
NoopEscalator
public NoopEscalator()
-
-
Method Details
-
getInstance
-
createEscalatedClient
Description copied from interface:EscalatorReturn 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.This HTTP client is used for internal communications between Druid nodes, such as when a broker communicates with a historical node during query processing.
- Specified by:
createEscalatedClientin interfaceEscalator- Parameters:
baseClient- Base HTTP client for internal Druid communications- Returns:
- metamx HttpClient that sends requests with the credentials of the internal system user
-
createEscalatedAuthenticationResult
- Specified by:
createEscalatedAuthenticationResultin interfaceEscalator- Returns:
- an AuthenticationResult representing the identity of the internal system user.
-
equals
-
hashCode
public int hashCode() -
toString
-