Class DecrypterHelper

java.lang.Object
com.denodo.scheduler.api.commons.util.DecrypterHelper

public final class DecrypterHelper extends Object
Utility class to get the value from a configuration parameter that is encrypted. The methods of this class can only be invoked when executed inside the Scheduler Server (i.e., when the extension is deployed).
Since:
6.0
  • Method Details

    • getValueFromEncryptedParameter

      public static String getValueFromEncryptedParameter(String paramName) throws com.denodo.util.configuration.MissingConfigurationParameterException
      Throws:
      com.denodo.util.configuration.MissingConfigurationParameterException
    • getValueFromEncryptedParameter

      public static String getValueFromEncryptedParameter(com.denodo.util.configuration.IConfigurationPropertiesManager propertiesManager, String paramName) throws com.denodo.util.configuration.MissingConfigurationParameterException
      Throws:
      com.denodo.util.configuration.MissingConfigurationParameterException
    • getValueFromEncryptedOptionalParameter

      public static String getValueFromEncryptedOptionalParameter(String paramName)
    • getValueFromEncryptedOptionalParameter

      public static String getValueFromEncryptedOptionalParameter(com.denodo.util.configuration.IConfigurationPropertiesManager propertiesManager, String paramName)