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

/forgerock/opendj-b2.6/src/server/org/opends/server/tools/dsreplication/
H A DReplicationCliArgumentParser.java146 private StringArgument bindDn2Arg = null; field in class:ReplicationCliArgumentParser
726 bindDn2Arg = new StringArgument("bindDN2", null,
781 hostName2Arg, port2Arg, bindDn2Arg, bindPassword2Arg,
1335 return getValue(bindDn2Arg);
1346 return getDefaultValue(bindDn2Arg);
/forgerock/opendj2/src/server/org/opends/server/tools/dsreplication/
H A DReplicationCliArgumentParser.java145 private StringArgument bindDn2Arg = null; field in class:ReplicationCliArgumentParser
725 bindDn2Arg = new StringArgument("bindDN2", null,
780 hostName2Arg, port2Arg, bindDn2Arg, bindPassword2Arg,
1334 return getValue(bindDn2Arg);
1345 return getDefaultValue(bindDn2Arg);
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/dsreplication/
H A DReplicationCliArgumentParser.java146 private StringArgument bindDn2Arg = null; field in class:ReplicationCliArgumentParser
726 bindDn2Arg = new StringArgument("bindDN2", null,
781 hostName2Arg, port2Arg, bindDn2Arg, bindPassword2Arg,
1335 return getValue(bindDn2Arg);
1346 return getDefaultValue(bindDn2Arg);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/dsreplication/
H A DReplicationCliArgumentParser.java146 private StringArgument bindDn2Arg = null; field in class:ReplicationCliArgumentParser
726 bindDn2Arg = new StringArgument("bindDN2", null,
781 hostName2Arg, port2Arg, bindDn2Arg, bindPassword2Arg,
1335 return getValue(bindDn2Arg);
1346 return getDefaultValue(bindDn2Arg);
/forgerock/opendj2-hg/src/server/org/opends/server/tools/dsreplication/
H A DReplicationCliArgumentParser.java145 private StringArgument bindDn2Arg = null; field in class:ReplicationCliArgumentParser
725 bindDn2Arg = new StringArgument("bindDN2", null,
780 hostName2Arg, port2Arg, bindDn2Arg, bindPassword2Arg,
1334 return getValue(bindDn2Arg);
1345 return getDefaultValue(bindDn2Arg);

Completed in 51 milliseconds