Searched defs:PARAM_SYS_CONFIG (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/shared/configuration/
H A DSystemPropertiesManager.java50 private static final String PARAM_SYS_CONFIG = field in class:SystemPropertiesManager
55 // may be that PARAM_SYS_CONFIG is not defined
77 String param = System.getProperty(PARAM_SYS_CONFIG);
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/shared/configuration/
H A DSystemPropertiesManager.java50 private static final String PARAM_SYS_CONFIG = field in class:SystemPropertiesManager
55 // may be that PARAM_SYS_CONFIG is not defined
77 String param = System.getProperty(PARAM_SYS_CONFIG);

Completed in 32 milliseconds