public class PasswordPrompter extends Object implements ConfigPostProcessor
ConfigPostProcessor that detects missing password settings and attempts to prompt for
them, if standard input is available.| Constructor and Description |
|---|
PasswordPrompter() |
| Modifier and Type | Method and Description |
|---|---|
Config |
postProcess(Config config)
Post-process the given
Config and return the processed, resulting config – which may be
the same object, or a different one. |
@NonNull public Config postProcess(@NonNull Config config)
ConfigPostProcessorConfig and return the processed, resulting config – which may be
the same object, or a different one.postProcess in interface ConfigPostProcessorconfig - The Config to post-process; it will be resolved already.Copyright © 2017–2021 DataStax. All rights reserved.