Class KeyStoreAwareCommand

All Implemented Interfaces:
Closeable, AutoCloseable
Direct Known Subclasses:
BaseKeyStoreCommand, HasPasswordKeyStoreCommand

public abstract class KeyStoreAwareCommand extends EnvironmentAwareCommand
An EnvironmentAwareCommand that needs to access the elasticsearch keystore, possibly decrypting it if it is password protected.
  • Field Details

    • MAX_PASSPHRASE_LENGTH

      public static final int MAX_PASSPHRASE_LENGTH
      Arbitrarily chosen maximum passphrase length
      See Also:
  • Constructor Details

    • KeyStoreAwareCommand

      public KeyStoreAwareCommand(String description)
  • Method Details