Searched defs:DS_PORT (Results 1 - 5 of 5) sorted by relevance

/forgerock/openam-v13/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/schema/
H A DCreateServerConfigXML.java57 static final String DS_PORT = "dsport"; field in class:CreateServerConfigXML
86 dsPort = getStringOptionValue(DS_PORT);
/forgerock/openam/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/schema/
H A DCreateServerConfigXML.java57 static final String DS_PORT = "dsport"; field in class:CreateServerConfigXML
86 dsPort = getStringOptionValue(DS_PORT);
/forgerock/openam-v13/openam-tools/openam-diagnostics/openam-diagnostics-plugins/src/main/java/com/sun/identity/diagnostic/plugin/services/common/
H A DServiceConstants.java49 static final String DS_PORT = "dsport"; field in interface:ServiceConstants
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/setup/
H A DBootstrapData.java72 public static final String DS_PORT = "dsport"; field in class:BootstrapData
170 mapQuery.put(DS_PORT, dsport);
354 "@" + DS_PORT + "@", dsport);
415 template = StringUtils.strReplaceAll(template, "@" + DS_PORT + "@",
444 template = StringUtils.strReplaceAll(template, "@" + DS_PORT + "@",
482 (String)configuration.get(DS_PORT);
533 "port=\"@" + DS_PORT + "@\" type=\"@" + DS_PROTO_TYPE + "@\" />" +
552 "port=\"@" + DS_PORT + "@\" type=\"@" + DS_PROTO_TYPE + "@\" />";
/forgerock/openam/openam-core/src/main/java/com/sun/identity/setup/
H A DBootstrapData.java86 public static final String DS_PORT = "dsport"; field in class:BootstrapData
193 m.put(DS_PORT, port);
260 mapQuery.put(DS_PORT, dsport);
444 "@" + DS_PORT + "@", dsport);
505 template = StringUtils.strReplaceAll(template, "@" + DS_PORT + "@",
534 template = StringUtils.strReplaceAll(template, "@" + DS_PORT + "@",
572 (String)configuration.get(DS_PORT);
623 "port=\"@" + DS_PORT + "@\" type=\"@" + DS_PROTO_TYPE + "@\" />" +
642 "port=\"@" + DS_PORT + "@\" type=\"@" + DS_PROTO_TYPE + "@\" />";

Completed in 50 milliseconds