public class CustomWrapperInputParameterHdfsRouteValue extends CustomWrapperInputParameterHadoopRouteValue
route
Constructor and Description |
---|
CustomWrapperInputParameterHdfsRouteValue(String name,
com.denodo.parser.connection.Route route) |
Modifier and Type | Method and Description |
---|---|
String |
getKeytabContents()
Returns the content of the keytab used in Kerberos authentication.
|
String |
getKeytabRoute()
Returns the route to the keytab used in Kerberos authentication.
|
String |
getPassword()
Returns the password.
|
String |
getUserName()
Returns the username.
|
boolean |
isUseKerberos()
Method to know if the authentication mode is Kerberos.
|
void |
setKeytabContents(String keytabContents)
Sets the content of the keytab used in Kerberos authentication.
|
void |
setKeytabRoute(String keytabRoute)
Sets the route to the keytab used in Kerberos authentication.
|
void |
setPassword(String password)
Sets the password.
|
void |
setUri(String userName)
Sets the username.
|
void |
setUseKerberos(boolean useKerberos)
Method to enable/disable Kerberos authentication.
|
getCustomProperties, getUri, setCustomProperties
getInputStream, getRoute, getRouteType, getValue, toString
getName
public CustomWrapperInputParameterHdfsRouteValue(String name, com.denodo.parser.connection.Route route)
public String getUserName()
public void setUri(String userName)
setUri
in class CustomWrapperInputParameterHadoopRouteValue
userName
- the username.public String getPassword()
public void setPassword(String password)
password
- the password.public boolean isUseKerberos()
public void setUseKerberos(boolean useKerberos)
useKerberos
- true to enable Kerberos, false otherwise.public String getKeytabRoute()
public void setKeytabRoute(String keytabRoute)
keytabRoute
- the route to the keytab.public String getKeytabContents()
public void setKeytabContents(String keytabContents)
keytabContents
- the content of the keytab.Copyright © 2022 Denodo Technologies. All rights reserved.