Searched refs:CONFIG_NAME_PROPERTY (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/util/
H A DSystemProperties.java106 private static final String CONFIG_NAME_PROPERTY = "amconfig"; field in class:SystemProperties
151 String configName = System.getProperty(CONFIG_NAME_PROPERTY, AMCONFIG_FILE_NAME);
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/util/
H A DSystemProperties.java107 private static final String CONFIG_NAME_PROPERTY = "amconfig"; field in class:SystemProperties
150 String configName = System.getProperty(CONFIG_NAME_PROPERTY, AMCONFIG_FILE_NAME);

Completed in 32 milliseconds