Searched refs:DS_PORT (Results 1 - 10 of 10) sorted by relevance

/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
H A DServiceBase.java194 mapQuery.put(DS_PORT, dsPort);
461 String dsPort = (String) paramMap.get(DS_PORT);
507 String dsPort = (String)instanceMap.get(DS_PORT);
539 ":" + instanceMap.get(DS_PORT) +
/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 + "@\" />";
/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-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-core/src/main/java/com/sun/identity/config/wizard/
H A DStep3.java476 (String)data.get(BootstrapData.DS_PORT));
505 String ds_existingStorePort = (String)data.get(BootstrapData.DS_PORT);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/config/wizard/
H A DStep3.java477 (String)data.get(BootstrapData.DS_PORT));
506 String ds_existingStorePort = (String)data.get(BootstrapData.DS_PORT);
/forgerock/openam-v13/openam-tools/openam-diagnostics/openam-diagnostics-plugins/src/main/java/com/sun/identity/diagnostic/plugin/services/server/
H A DServerConfigValidator.java569 dsInstance.get(DS_PORT)};
/forgerock/opendj2-jel-hg/resource/bin/
H A Didsconfig310 INT[DS_PORT]=389
484 [DS_PORT]=IDS_PORT
1187 CON_ARGS="-h ${SRV} -p ${INT[DS_PORT]}"
1191 [+DESCRIPTION?Ask the user for the DS port number and host, store it into \bINT[DS_PORT]]\b, \bSTR[DS_HOST]]\b and adjust \bCON_ARGS\b.]
1197 typeset HELP='port_help' KEY='DS_PORT'
2049 CON_ARGS="-h ${STR[DS_HOST]} -p ${INT[DS_PORT]}"
2736 if (( INT[DS_PORT] != 389 )); then
2737 STR[LDAP_SERVER_LIST]="${STR[LDAP_SERVER_LIST]}:${INT[DS_PORT]}"

Completed in 98 milliseconds