Package org.pentaho.platform.config
Class AppConfigProperties
java.lang.Object
org.pentaho.platform.config.AppConfigProperties
By default, this class will initialize itself from
resource/config/console.xml
(relative to the current
working directory).- Author:
- Steven Barkdull, mlowery
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionConvenience wrapper around getDefaultRolesString that parses the default roles string into individual roles.Returns a comma-separated list of roles to apply to newly created users.static AppConfigProperties
org.springframework.security.crypto.password.PasswordEncoder
boolean
boolean
void
-
Field Details
-
CONFIG_FILE_NAME
- See Also:
-
WEB_XML_PATH
- See Also:
-
HIBERNATE_MANAGED_XML_PATH
- See Also:
-
PENTAHO_OBJECTS_SPRING_XML
- See Also:
-
SPRING_SECURITY_HIBERNATE_XML
- See Also:
-
JDBC_DRIVER_PATH
- See Also:
-
KEY_BISERVER_STATUS_CHECK_PERIOD
- See Also:
-
KEY_BISERVER_BASE_URL
- See Also:
-
KEY_BISERVER_CONTEXT_PATH
- See Also:
-
KEY_PLATFORM_USERNAME
- See Also:
-
DEFAULT_VALUE_PASSWORD_SERVICE_CLASS
- See Also:
-
DEFAULT_BISERVER_BASE_URL
- See Also:
-
DEFAULT_BISERVER_CONTEXT_PATH
- See Also:
-
DEFAULT_PLATFORM_USERNAME
- See Also:
-
DEFAULT_BISERVER_STATUS_CHECK_PERIOD
- See Also:
-
DEFAULT_HOMEPAGE_TIMEOUT
- See Also:
-
DEFAULT_HIBERNATE_CONFIG_PATH
- See Also:
-
DEFAULT_HELP_URL
- See Also:
-
DEFAULT_HOMEPAGE_URL
- See Also:
-
-
Constructor Details
-
AppConfigProperties
protected AppConfigProperties()
-
-
Method Details
-
getInstance
-
refreshConfig
- Throws:
AppConfigException
-
isValidConfiguration
public boolean isValidConfiguration() -
getPasswordEncoder
public org.springframework.security.crypto.password.PasswordEncoder getPasswordEncoder() -
getPlatformUsername
-
getBiServerContextPath
-
getBiServerBaseUrl
-
getBiServerStatusCheckPeriod
-
getDefaultRolesString
Returns a comma-separated list of roles to apply to newly created users. -
getDefaultRoles
Convenience wrapper around getDefaultRolesString that parses the default roles string into individual roles. -
getHomepageUrl
-
getHomepageTimeout
-
getHibernateConfigPath
-
isHibernateManaged
public boolean isHibernateManaged() -
getSolutionPath
-
getWarPath
-
getPasswordServiceClass
-
getJdbcDriverPath
-
getHelpUrl
-