Class CustomWrapperInputParameterHdfsRouteValue
java.lang.Object
com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterValue
com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterRouteValue
com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterHadoopRouteValue
com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterHdfsRouteValue
public class CustomWrapperInputParameterHdfsRouteValue
extends CustomWrapperInputParameterHadoopRouteValue
-
Field Summary
Fields inherited from class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterRouteValue
route -
Constructor Summary
ConstructorsConstructorDescriptionCustomWrapperInputParameterHdfsRouteValue(String name, com.denodo.parser.connection.Route route) -
Method Summary
Modifier and TypeMethodDescriptionReturns the content of the keytab used in Kerberos authentication.Returns the route to the keytab used in Kerberos authentication.Returns the password.Returns the username.booleanMethod to know if the authentication mode is Kerberos.voidsetKeytabContents(String keytabContents) Sets the content of the keytab used in Kerberos authentication.voidsetKeytabRoute(String keytabRoute) Sets the route to the keytab used in Kerberos authentication.voidsetPassword(String password) Sets the password.voidSets the username.voidsetUseKerberos(boolean useKerberos) Method to enable/disable Kerberos authentication.Methods inherited from class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterHadoopRouteValue
getCustomProperties, getUri, setCustomPropertiesMethods inherited from class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterRouteValue
getInputStream, getRoute, getRouteType, getValue, toStringMethods inherited from class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterValue
getName
-
Constructor Details
-
CustomWrapperInputParameterHdfsRouteValue
public CustomWrapperInputParameterHdfsRouteValue(String name, com.denodo.parser.connection.Route route)
-
-
Method Details
-
getUserName
Returns the username.- Returns:
- the username.
-
setUri
Sets the username.- Overrides:
setUriin classCustomWrapperInputParameterHadoopRouteValue- Parameters:
userName- the username.
-
getPassword
Returns the password.- Returns:
- the password.
-
setPassword
Sets the password.- Parameters:
password- the password.
-
isUseKerberos
public boolean isUseKerberos()Method to know if the authentication mode is Kerberos.- Returns:
- true if the authentication is Kerberos, false otherwise.
-
setUseKerberos
public void setUseKerberos(boolean useKerberos) Method to enable/disable Kerberos authentication.- Parameters:
useKerberos- true to enable Kerberos, false otherwise.
-
getKeytabRoute
Returns the route to the keytab used in Kerberos authentication.- Returns:
- the route to the keytab.
-
setKeytabRoute
Sets the route to the keytab used in Kerberos authentication.- Parameters:
keytabRoute- the route to the keytab.
-
getKeytabContents
Returns the content of the keytab used in Kerberos authentication.- Returns:
- the content of the keytab.
-
setKeytabContents
Sets the content of the keytab used in Kerberos authentication.- Parameters:
keytabContents- the content of the keytab.
-