public interface MidpointConfiguration
Modifier and Type | Field and Description |
---|---|
static String |
SYSTEM_CONFIGURATION_SECTION |
Modifier and Type | Method and Description |
---|---|
org.apache.commons.configuration.Configuration |
getConfiguration(String componetID)
get configuration for symbolic name of the component from configuration
subsytem.
|
String |
getMidpointHome() |
Document |
getXmlConfigAsDocument()
If there's a need to retrieve original midpoint config as XML.
|
boolean |
isProfilingEnabled() |
boolean |
isSafeMode() |
static final String SYSTEM_CONFIGURATION_SECTION
String getMidpointHome()
org.apache.commons.configuration.Configuration getConfiguration(String componetID)
componetID
- name of the component Samples of names: ://commons.apache.org/configuration
/apidocs/org/apache/commons/configuration/Configuration.html
Sample how to get config value:
config.getInt("port", 1234);
Document getXmlConfigAsDocument()
boolean isSafeMode()
boolean isProfilingEnabled()
Copyright © 2016 evolveum. All rights reserved.