Searched defs:trustAllArg (Results 1 - 12 of 12) sorted by relevance

/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/
H A DControlPanelArgumentParser.java79 * The 'trustAllArg' global argument.
81 private BooleanArgument trustAllArg = null; field in class:ControlPanelArgumentParser
167 trustAllArg = new BooleanArgument("trustAll", OPTION_SHORT_TRUSTALL,
169 trustAllArg.setPropertyName(OPTION_LONG_TRUSTALL);
170 addArgument(trustAllArg);
297 return trustAllArg.isPresent();
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/
H A DControlPanelArgumentParser.java80 * The 'trustAllArg' global argument.
82 private BooleanArgument trustAllArg = null; field in class:ControlPanelArgumentParser
168 trustAllArg = new BooleanArgument("trustAll", OPTION_SHORT_TRUSTALL,
170 trustAllArg.setPropertyName(OPTION_LONG_TRUSTALL);
171 addArgument(trustAllArg);
298 return trustAllArg.isPresent();
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/
H A DControlPanelArgumentParser.java80 * The 'trustAllArg' global argument.
82 private BooleanArgument trustAllArg = null; field in class:ControlPanelArgumentParser
168 trustAllArg = new BooleanArgument("trustAll", OPTION_SHORT_TRUSTALL,
170 trustAllArg.setPropertyName(OPTION_LONG_TRUSTALL);
171 addArgument(trustAllArg);
298 return trustAllArg.isPresent();
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/
H A DControlPanelArgumentParser.java79 * The 'trustAllArg' global argument.
81 private BooleanArgument trustAllArg = null; field in class:ControlPanelArgumentParser
167 trustAllArg = new BooleanArgument("trustAll", OPTION_SHORT_TRUSTALL,
169 trustAllArg.setPropertyName(OPTION_LONG_TRUSTALL);
170 addArgument(trustAllArg);
297 return trustAllArg.isPresent();
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/
H A DControlPanelArgumentParser.java80 * The 'trustAllArg' global argument.
82 private BooleanArgument trustAllArg = null; field in class:ControlPanelArgumentParser
168 trustAllArg = new BooleanArgument("trustAll", OPTION_SHORT_TRUSTALL,
170 trustAllArg.setPropertyName(OPTION_LONG_TRUSTALL);
171 addArgument(trustAllArg);
298 return trustAllArg.isPresent();
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/
H A DControlPanelArgumentParser.java65 /** The 'trustAllArg' global argument. */
66 private BooleanArgument trustAllArg; field in class:ControlPanelArgumentParser
129 trustAllArg = CommonArguments.getTrustAll();
130 addArgument(trustAllArg);
243 return trustAllArg.isPresent();
/forgerock/opendj2/src/server/org/opends/server/admin/client/cli/
H A DSecureConnectionCliArgs.java121 * The 'trustAllArg' global argument.
123 public BooleanArgument trustAllArg = null; field in class:SecureConnectionCliArgs
536 trustAllArg = new BooleanArgument("trustAll", OPTION_SHORT_TRUSTALL,
538 trustAllArg.setPropertyName(OPTION_LONG_TRUSTALL);
539 argList.add(trustAllArg);
659 if (trustAllArg.isPresent() && trustStorePathArg.isPresent()) {
661 trustAllArg.getLongIdentifier(),
665 if (trustAllArg.isPresent() && trustStorePasswordArg.isPresent()) {
667 trustAllArg.getLongIdentifier(),
671 if (trustAllArg
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/admin/client/cli/
H A DSecureConnectionCliArgs.java122 * The 'trustAllArg' global argument.
124 public BooleanArgument trustAllArg = null; field in class:SecureConnectionCliArgs
537 trustAllArg = new BooleanArgument("trustAll", OPTION_SHORT_TRUSTALL,
539 trustAllArg.setPropertyName(OPTION_LONG_TRUSTALL);
540 argList.add(trustAllArg);
660 if (trustAllArg.isPresent() && trustStorePathArg.isPresent()) {
662 trustAllArg.getLongIdentifier(),
666 if (trustAllArg.isPresent() && trustStorePasswordArg.isPresent()) {
668 trustAllArg.getLongIdentifier(),
672 if (trustAllArg
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/admin/client/cli/
H A DSecureConnectionCliArgs.java122 * The 'trustAllArg' global argument.
124 public BooleanArgument trustAllArg = null; field in class:SecureConnectionCliArgs
537 trustAllArg = new BooleanArgument("trustAll", OPTION_SHORT_TRUSTALL,
539 trustAllArg.setPropertyName(OPTION_LONG_TRUSTALL);
540 argList.add(trustAllArg);
660 if (trustAllArg.isPresent() && trustStorePathArg.isPresent()) {
662 trustAllArg.getLongIdentifier(),
666 if (trustAllArg.isPresent() && trustStorePasswordArg.isPresent()) {
668 trustAllArg.getLongIdentifier(),
672 if (trustAllArg
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/admin/client/cli/
H A DSecureConnectionCliArgs.java121 * The 'trustAllArg' global argument.
123 public BooleanArgument trustAllArg = null; field in class:SecureConnectionCliArgs
536 trustAllArg = new BooleanArgument("trustAll", OPTION_SHORT_TRUSTALL,
538 trustAllArg.setPropertyName(OPTION_LONG_TRUSTALL);
539 argList.add(trustAllArg);
659 if (trustAllArg.isPresent() && trustStorePathArg.isPresent()) {
661 trustAllArg.getLongIdentifier(),
665 if (trustAllArg.isPresent() && trustStorePasswordArg.isPresent()) {
667 trustAllArg.getLongIdentifier(),
671 if (trustAllArg
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/admin/client/cli/
H A DSecureConnectionCliArgs.java122 * The 'trustAllArg' global argument.
124 public BooleanArgument trustAllArg = null; field in class:SecureConnectionCliArgs
537 trustAllArg = new BooleanArgument("trustAll", OPTION_SHORT_TRUSTALL,
539 trustAllArg.setPropertyName(OPTION_LONG_TRUSTALL);
540 argList.add(trustAllArg);
660 if (trustAllArg.isPresent() && trustStorePathArg.isPresent()) {
662 trustAllArg.getLongIdentifier(),
666 if (trustAllArg.isPresent() && trustStorePasswordArg.isPresent()) {
668 trustAllArg.getLongIdentifier(),
672 if (trustAllArg
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/admin/client/cli/
H A DSecureConnectionCliArgs.java92 /** The 'trustAllArg' global argument. */
93 public BooleanArgument trustAllArg; field in class:SecureConnectionCliArgs
268 trustAllArg = CommonArguments.getTrustAll();
269 argList.add(trustAllArg);
343 addIfArgsAreConflicting(errors, trustAllArg, trustStorePathArg);
344 addIfArgsAreConflicting(errors, trustAllArg, trustStorePasswordArg);
345 addIfArgsAreConflicting(errors, trustAllArg, trustStorePasswordFileArg);
426 if (trustAllArg.isPresent())

Completed in 83 milliseconds