| | |
| | | Logger.getLogger(ReplicationCliMain.class.getName()); |
| | | |
| | | // Always use SSL with the administration connector |
| | | private boolean useSSL = true; |
| | | private boolean useStartTLS = false; |
| | | private final boolean useSSL = true; |
| | | private final boolean useStartTLS = false; |
| | | |
| | | /** |
| | | * The enumeration containing the different options we display when we ask |
| | |
| | | |
| | | if (ctx != null) |
| | | { |
| | | uData.setBaseDNs(uData.getBaseDNs()); |
| | | try |
| | | { |
| | | displayStatus(ctx, uData); |
| | |
| | | /** |
| | | * {@inheritDoc} |
| | | */ |
| | | @Override |
| | | public boolean isAdvancedMode() { |
| | | return false; |
| | | } |
| | |
| | | /** |
| | | * {@inheritDoc} |
| | | */ |
| | | @Override |
| | | public boolean isInteractive() { |
| | | if (forceNonInteractive) |
| | | { |
| | |
| | | /** |
| | | * {@inheritDoc} |
| | | */ |
| | | @Override |
| | | public boolean isQuiet() |
| | | { |
| | | return argParser.isQuiet(); |
| | |
| | | /** |
| | | * {@inheritDoc} |
| | | */ |
| | | @Override |
| | | public boolean isScriptFriendly() { |
| | | return argParser.isScriptFriendly(); |
| | | } |
| | |
| | | /** |
| | | * {@inheritDoc} |
| | | */ |
| | | @Override |
| | | public boolean isVerbose() { |
| | | return true; |
| | | } |