Searched defs:isDITLoaded (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/setup/
H A DAMSetupDSConfig.java218 String isDITLoaded(boolean ssl) { method in class:AMSetupDSConfig
228 "AMSetupDSConfig.isDITLoaded: LDAP Operation return code: " +
H A DAMSetupServlet.java880 boolean isDITLoaded = map.get(SetupConstants.DIT_LOADED).equals("true");
884 isDITLoaded = setupEmbeddedDS(map, dataStore);
887 if (!isDITLoaded) {
892 return isDITLoaded;
896 String strAMConfigProperties, boolean isDITLoaded, String basedir, String strServerConfigXML,
901 if (!isDITLoaded) {
904 if (!isDITLoaded || !ServerConfiguration.isServerInstanceExist(adminSSOToken, serverInstanceName)) {
922 boolean isDITLoaded = setupSMDatastore(map);
946 if (!isDITLoaded) {
958 configureServerInstance(adminSSOToken, serverInstanceName, strAMConfigProperties, isDITLoaded, basedi
895 configureServerInstance(SSOToken adminSSOToken, String serverInstanceName, String strAMConfigProperties, boolean isDITLoaded, String basedir, String strServerConfigXML, Map propAMConfig, Map<String, Object> map) argument
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/setup/
H A DAMSetupDSConfig.java220 String isDITLoaded(boolean ssl) { method in class:AMSetupDSConfig
230 "AMSetupDSConfig.isDITLoaded: LDAP Operation return code: " +
H A DAMSetupServlet.java782 boolean isDITLoaded = map.get(SetupConstants.DIT_LOADED).equals("true");
786 isDITLoaded = setupEmbeddedDS(map, dataStore);
789 if (!isDITLoaded) {
794 return isDITLoaded;
798 String strAMConfigProperties, boolean isDITLoaded, String basedir, String strServerConfigXML,
803 if (!isDITLoaded) {
812 if (!isDITLoaded || !ServerConfiguration.isServerInstanceExist(adminSSOToken, serverInstanceName)) {
830 boolean isDITLoaded = setupSMDatastore(map);
854 if (!isDITLoaded) {
866 configureServerInstance(adminSSOToken, serverInstanceName, strAMConfigProperties, isDITLoaded, basedi
797 configureServerInstance(SSOToken adminSSOToken, String serverInstanceName, String strAMConfigProperties, boolean isDITLoaded, String basedir, String strServerConfigXML, Map propAMConfig, Map<String, Object> map) argument
[all...]

Completed in 631 milliseconds