Class FileTokensTool

java.lang.Object
org.elasticsearch.cli.Command
org.elasticsearch.cli.MultiCommand
org.elasticsearch.common.cli.LoggingAwareMultiCommand
org.elasticsearch.xpack.security.authc.service.FileTokensTool
All Implemented Interfaces:
Closeable, AutoCloseable

public class FileTokensTool extends org.elasticsearch.common.cli.LoggingAwareMultiCommand
  • Field Summary

    Fields inherited from class org.elasticsearch.cli.MultiCommand

    subcommands

    Fields inherited from class org.elasticsearch.cli.Command

    description, parser
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    main(String[] args)
     
    protected org.elasticsearch.xpack.security.authc.service.FileTokensTool.CreateFileTokenCommand
     
    protected org.elasticsearch.xpack.security.authc.service.FileTokensTool.DeleteFileTokenCommand
     
    protected org.elasticsearch.xpack.security.authc.service.FileTokensTool.ListFileTokenCommand
     

    Methods inherited from class org.elasticsearch.cli.MultiCommand

    close, execute, printAdditionalHelp, printUserException

    Methods inherited from class org.elasticsearch.cli.Command

    addShutdownHook, exit, main, mainWithoutErrorHandling

    Methods inherited from class java.lang.Object

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

    • FileTokensTool

      public FileTokensTool()
  • Method Details

    • main

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

      protected org.elasticsearch.xpack.security.authc.service.FileTokensTool.CreateFileTokenCommand newCreateFileTokenCommand()
    • newDeleteFileTokenCommand

      protected org.elasticsearch.xpack.security.authc.service.FileTokensTool.DeleteFileTokenCommand newDeleteFileTokenCommand()
    • newListFileTokenCommand

      protected org.elasticsearch.xpack.security.authc.service.FileTokensTool.ListFileTokenCommand newListFileTokenCommand()