Searched defs:strAMConfigProperties (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);
931 String strAMConfigProperties = (String) mapFileNameToConfig.get(SetupConstants.AMCONFIG_PROPERTIES);
933 Properties propAMConfig = ServerConfiguration.getProperties(strAMConfigProperties);
958 configureServerInstance(adminSSOToken, serverInstanceName, strAMConfigProperties, isDITLoaded, basedir,
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);
839 String strAMConfigProperties = (String) mapFileNameToConfig.get(SetupConstants.AMCONFIG_PROPERTIES);
841 Properties propAMConfig = ServerConfiguration.getProperties(strAMConfigProperties);
866 configureServerInstance(adminSSOToken, serverInstanceName, strAMConfigProperties, isDITLoaded, basedir,
797 configureServerInstance(SSOToken adminSSOToken, String serverInstanceName, String strAMConfigProperties, boolean isDITLoaded, String basedir, String strServerConfigXML, Map propAMConfig, Map<String, Object> map) argument

Completed in 40 milliseconds