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

/forgerock/opendj-b2.6/src/server/org/opends/server/tools/dsreplication/
H A DReplicationCliArgumentParser.java101 private StringArgument bindDn1Arg = null; field in class:ReplicationCliArgumentParser
681 bindDn1Arg = new StringArgument("bindDN1", OPTION_SHORT_BINDDN,
778 hostName1Arg, port1Arg, bindDn1Arg, bindPassword1Arg,
1236 return getValue(bindDn1Arg);
1247 return getDefaultValue(bindDn1Arg);
/forgerock/opendj2/src/server/org/opends/server/tools/dsreplication/
H A DReplicationCliArgumentParser.java100 private StringArgument bindDn1Arg = null; field in class:ReplicationCliArgumentParser
680 bindDn1Arg = new StringArgument("bindDN1", OPTION_SHORT_BINDDN,
777 hostName1Arg, port1Arg, bindDn1Arg, bindPassword1Arg,
1235 return getValue(bindDn1Arg);
1246 return getDefaultValue(bindDn1Arg);
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/dsreplication/
H A DReplicationCliArgumentParser.java101 private StringArgument bindDn1Arg = null; field in class:ReplicationCliArgumentParser
681 bindDn1Arg = new StringArgument("bindDN1", OPTION_SHORT_BINDDN,
778 hostName1Arg, port1Arg, bindDn1Arg, bindPassword1Arg,
1236 return getValue(bindDn1Arg);
1247 return getDefaultValue(bindDn1Arg);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/dsreplication/
H A DReplicationCliArgumentParser.java101 private StringArgument bindDn1Arg = null; field in class:ReplicationCliArgumentParser
681 bindDn1Arg = new StringArgument("bindDN1", OPTION_SHORT_BINDDN,
778 hostName1Arg, port1Arg, bindDn1Arg, bindPassword1Arg,
1236 return getValue(bindDn1Arg);
1247 return getDefaultValue(bindDn1Arg);
/forgerock/opendj2-hg/src/server/org/opends/server/tools/dsreplication/
H A DReplicationCliArgumentParser.java100 private StringArgument bindDn1Arg = null; field in class:ReplicationCliArgumentParser
680 bindDn1Arg = new StringArgument("bindDN1", OPTION_SHORT_BINDDN,
777 hostName1Arg, port1Arg, bindDn1Arg, bindPassword1Arg,
1235 return getValue(bindDn1Arg);
1246 return getDefaultValue(bindDn1Arg);

Completed in 40 milliseconds