public static class HiveAuthzContext.Builder extends Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
HiveAuthzContext |
build() |
String |
getCommandString() |
List<String> |
getForwardedAddresses() |
String |
getUserIpAddress()
Get user's ip address.
|
void |
setCommandString(String commandString) |
void |
setForwardedAddresses(List<String> forwardedAddresses) |
void |
setUserIpAddress(String userIpAddress) |
public String getUserIpAddress()
public void setUserIpAddress(String userIpAddress)
public String getCommandString()
public void setCommandString(String commandString)
public HiveAuthzContext build()
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.