Searched refs:CONFIG_FILE_NAME (Results 1 - 24 of 24) sorted by relevance

/forgerock/jee-agents-v3.5/jee-agents-sdk/src/main/java/com/sun/identity/agents/arch/
H A DIAgentConfigurationConstants.java43 public static final String CONFIG_FILE_NAME = field in interface:IAgentConfigurationConstants
H A DAgentConfiguration.java464 CONFIG_FILE_NAME;
478 URL resUrl = ClassLoader.getSystemResource(CONFIG_FILE_NAME);
483 resUrl = cl.getResource(CONFIG_FILE_NAME);
489 "Failed to get configuration file:" + CONFIG_FILE_NAME);
499 "Failed to get absolute file path:" + CONFIG_FILE_NAME);
503 "Failed to get configuration file:" + CONFIG_FILE_NAME);
506 int index = result.lastIndexOf(CONFIG_FILE_NAME);
509 "Failed to find the agent bootstrap file:" + CONFIG_FILE_NAME);
/forgerock/openam-v13/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/configurator/
H A DConfigurationLoader.java583 URL resUrl = ClassLoader.getSystemResource(CONFIG_FILE_NAME);
587 resUrl = cl.getResource(CONFIG_FILE_NAME);
593 + CONFIG_FILE_NAME);
599 public static final String CONFIG_FILE_NAME = "configure.xml"; field in class:ConfigurationLoader
/forgerock/openam/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/configurator/
H A DConfigurationLoader.java583 URL resUrl = ClassLoader.getSystemResource(CONFIG_FILE_NAME);
587 resUrl = cl.getResource(CONFIG_FILE_NAME);
593 + CONFIG_FILE_NAME);
599 public static final String CONFIG_FILE_NAME = "configure.xml"; field in class:ConfigurationLoader
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DDirectoryEnvironmentConfig.java41 import static org.opends.server.config.ConfigConstants.CONFIG_FILE_NAME;
416 File configFile = new File(configDir, CONFIG_FILE_NAME);
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/ldap/
H A DDSConfigMgr.java152 + SystemProperties.CONFIG_FILE_NAME;
H A DServerConfigMgr.java233 + SystemProperties.CONFIG_FILE_NAME;
/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DDirectoryEnvironmentConfig.java363 File configFile = new File(configDir, CONFIG_FILE_NAME);
/forgerock/opendj2/src/server/org/opends/server/types/
H A DDirectoryEnvironmentConfig.java353 File configFile = new File(configDir, CONFIG_FILE_NAME);
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DDirectoryEnvironmentConfig.java363 File configFile = new File(configDir, CONFIG_FILE_NAME);
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DDirectoryEnvironmentConfig.java353 File configFile = new File(configDir, CONFIG_FILE_NAME);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/
H A DDirectoryEnvironmentConfig.java466 File configFile = new File(configDir, CONFIG_FILE_NAME);
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/ldap/
H A DDSConfigMgr.java165 + SystemProperties.CONFIG_FILE_NAME;
H A DServerConfigMgr.java233 + SystemProperties.CONFIG_FILE_NAME;
/forgerock/opendj2/src/server/org/opends/server/config/
H A DConfigConstants.java2689 public static final String CONFIG_FILE_NAME = "config.ldif"; field in class:ConfigConstants
/forgerock/opendj-b2.6/src/server/org/opends/server/config/
H A DConfigConstants.java2690 public static final String CONFIG_FILE_NAME = "config.ldif"; field in class:ConfigConstants
/forgerock/opendj2.6.2/src/server/org/opends/server/config/
H A DConfigConstants.java2690 public static final String CONFIG_FILE_NAME = "config.ldif"; field in class:ConfigConstants
/forgerock/opendj2-hg/src/server/org/opends/server/config/
H A DConfigConstants.java2689 public static final String CONFIG_FILE_NAME = "config.ldif"; field in class:ConfigConstants
/forgerock/opendj2-jel-hg/src/server/org/opends/server/config/
H A DConfigConstants.java2691 public static final String CONFIG_FILE_NAME = "config.ldif"; field in class:ConfigConstants
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/util/
H A DSystemProperties.java95 public static final String CONFIG_FILE_NAME = "serverconfig.xml"; field in class:SystemProperties
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/config/
H A DConfigConstants.java2685 public static final String CONFIG_FILE_NAME = "config.ldif"; field in class:ConfigConstants
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/util/
H A DSystemProperties.java96 public static final String CONFIG_FILE_NAME = "serverconfig.xml"; field in class:SystemProperties
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/setup/
H A DAMSetupServlet.java932 String strServerConfigXML = (String) mapFileNameToConfig.get(SystemProperties.CONFIG_FILE_NAME);
1464 absFile.equalsIgnoreCase(SystemProperties.CONFIG_FILE_NAME)) {
/forgerock/openam/openam-core/src/main/java/com/sun/identity/setup/
H A DAMSetupServlet.java840 String strServerConfigXML = (String) mapFileNameToConfig.get(SystemProperties.CONFIG_FILE_NAME);
1376 absFile.equalsIgnoreCase(SystemProperties.CONFIG_FILE_NAME)) {

Completed in 171 milliseconds