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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/setup/
H A DAMSetupServlet.java896 String strAMConfigProperties, boolean isDITLoaded, String basedir, String strServerConfigXML,
906 ServerConfiguration.getPropertiesSet(strAMConfigProperties), strServerConfigXML);
932 String strServerConfigXML = (String) mapFileNameToConfig.get(SystemProperties.CONFIG_FILE_NAME);
938 reInitConfigProperties(serverInstanceName, propAMConfig, strServerConfigXML);
959 strServerConfigXML, propAMConfig, map);
1123 private static void reInitConfigProperties(String serverName, Properties prop, String strServerConfigXML) argument
1128 initDSConfigMgr(strServerConfigXML);
895 configureServerInstance(SSOToken adminSSOToken, String serverInstanceName, String strAMConfigProperties, boolean isDITLoaded, String basedir, String strServerConfigXML, Map propAMConfig, Map<String, Object> map) argument
/forgerock/openam/openam-core/src/main/java/com/sun/identity/setup/
H A DAMSetupServlet.java798 String strAMConfigProperties, boolean isDITLoaded, String basedir, String strServerConfigXML,
814 ServerConfiguration.getPropertiesSet(strAMConfigProperties), strServerConfigXML);
840 String strServerConfigXML = (String) mapFileNameToConfig.get(SystemProperties.CONFIG_FILE_NAME);
846 reInitConfigProperties(serverInstanceName, propAMConfig, strServerConfigXML);
867 strServerConfigXML, propAMConfig, map);
1006 private static void reInitConfigProperties(String serverName, Properties prop, String strServerConfigXML) argument
1011 initDSConfigMgr(strServerConfigXML);
797 configureServerInstance(SSOToken adminSSOToken, String serverInstanceName, String strAMConfigProperties, boolean isDITLoaded, String basedir, String strServerConfigXML, Map propAMConfig, Map<String, Object> map) argument

Completed in 28 milliseconds