Class SystemKeyTool

java.lang.Object
org.elasticsearch.cli.Command
org.elasticsearch.common.cli.EnvironmentAwareCommand
org.elasticsearch.xpack.security.crypto.tool.SystemKeyTool
All Implemented Interfaces:
Closeable, AutoCloseable

public class SystemKeyTool extends org.elasticsearch.common.cli.EnvironmentAwareCommand
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final Set<PosixFilePermission>
     

    Fields inherited from class org.elasticsearch.cli.Command

    description, parser
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    execute(org.elasticsearch.cli.Terminal terminal, joptsimple.OptionSet options, org.elasticsearch.env.Environment env)
     
    static void
    main(String[] args)
     

    Methods inherited from class org.elasticsearch.common.cli.EnvironmentAwareCommand

    createEnv, createEnv, execute

    Methods inherited from class org.elasticsearch.cli.Command

    addShutdownHook, close, exit, main, mainWithoutErrorHandling, printAdditionalHelp, printUserException

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Method Details

    • main

      public static void main(String[] args) throws Exception
      Throws:
      Exception
    • execute

      protected void execute(org.elasticsearch.cli.Terminal terminal, joptsimple.OptionSet options, org.elasticsearch.env.Environment env) throws Exception
      Specified by:
      execute in class org.elasticsearch.common.cli.EnvironmentAwareCommand
      Throws:
      Exception