Class AppConfigProperties

java.lang.Object
org.pentaho.platform.config.AppConfigProperties

public class AppConfigProperties extends Object
By default, this class will initialize itself from resource/config/console.xml (relative to the current working directory).
Author:
Steven Barkdull, mlowery
  • Field Details

  • Constructor Details

    • AppConfigProperties

      protected AppConfigProperties()
  • Method Details

    • getInstance

      public static AppConfigProperties getInstance()
    • refreshConfig

      public void refreshConfig() throws AppConfigException
      Throws:
      AppConfigException
    • isValidConfiguration

      public boolean isValidConfiguration()
    • getPasswordEncoder

      public org.springframework.security.crypto.password.PasswordEncoder getPasswordEncoder()
    • getPlatformUsername

      public String getPlatformUsername()
    • getBiServerContextPath

      public String getBiServerContextPath()
    • getBiServerBaseUrl

      public String getBiServerBaseUrl()
    • getBiServerStatusCheckPeriod

      public String getBiServerStatusCheckPeriod()
    • getDefaultRolesString

      public String getDefaultRolesString()
      Returns a comma-separated list of roles to apply to newly created users.
    • getDefaultRoles

      public List<String> getDefaultRoles()
      Convenience wrapper around getDefaultRolesString that parses the default roles string into individual roles.
    • getHomepageUrl

      public String getHomepageUrl()
    • getHomepageTimeout

      public String getHomepageTimeout()
    • getHibernateConfigPath

      public String getHibernateConfigPath()
    • isHibernateManaged

      public boolean isHibernateManaged()
    • getSolutionPath

      public String getSolutionPath()
    • getWarPath

      public String getWarPath()
    • getPasswordServiceClass

      public String getPasswordServiceClass()
    • getJdbcDriverPath

      public String getJdbcDriverPath()
    • getHelpUrl

      public String getHelpUrl()