Class CustomWrapperInputParameterHdfsRouteValue


public class CustomWrapperInputParameterHdfsRouteValue extends CustomWrapperInputParameterHadoopRouteValue
  • Constructor Details

    • CustomWrapperInputParameterHdfsRouteValue

      public CustomWrapperInputParameterHdfsRouteValue(String name, com.denodo.parser.connection.Route route)
  • Method Details

    • getUserName

      public String getUserName()
      Returns the username.
      Returns:
      the username.
    • setUri

      public void setUri(String userName)
      Sets the username.
      Overrides:
      setUri in class CustomWrapperInputParameterHadoopRouteValue
      Parameters:
      userName - the username.
    • getPassword

      public String getPassword()
      Returns the password.
      Returns:
      the password.
    • setPassword

      public void setPassword(String password)
      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

      public String getKeytabRoute()
      Returns the route to the keytab used in Kerberos authentication.
      Returns:
      the route to the keytab.
    • setKeytabRoute

      public void setKeytabRoute(String keytabRoute)
      Sets the route to the keytab used in Kerberos authentication.
      Parameters:
      keytabRoute - the route to the keytab.
    • getKeytabContents

      public String getKeytabContents()
      Returns the content of the keytab used in Kerberos authentication.
      Returns:
      the content of the keytab.
    • setKeytabContents

      public void setKeytabContents(String keytabContents)
      Sets the content of the keytab used in Kerberos authentication.
      Parameters:
      keytabContents - the content of the keytab.