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

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/admin/client/cli/
H A DSecureConnectionCliArgs.java340 addIfArgsAreConflicting(errors, bindPasswordArg, bindPasswordFileArg);
343 addIfArgsAreConflicting(errors, trustAllArg, trustStorePathArg);
344 addIfArgsAreConflicting(errors, trustAllArg, trustStorePasswordArg);
345 addIfArgsAreConflicting(errors, trustAllArg, trustStorePasswordFileArg);
347 addIfArgsAreConflicting(errors, trustStorePasswordArg, trustStorePasswordFileArg);
352 addIfArgsAreConflicting(errors, useStartTLSArg, useSSLArg);
370 private void addIfArgsAreConflicting(List<LocalizableMessage> errors, Argument arg1, Argument arg2) method in class:SecureConnectionCliArgs

Completed in 28 milliseconds