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
subcommandsFields inherited from class org.elasticsearch.cli.Command
description, parser -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidprotected org.elasticsearch.xpack.security.authc.service.FileTokensTool.CreateFileTokenCommandprotected org.elasticsearch.xpack.security.authc.service.FileTokensTool.DeleteFileTokenCommandprotected org.elasticsearch.xpack.security.authc.service.FileTokensTool.ListFileTokenCommandMethods inherited from class org.elasticsearch.cli.MultiCommand
close, execute, printAdditionalHelp, printUserExceptionMethods inherited from class org.elasticsearch.cli.Command
addShutdownHook, exit, main, mainWithoutErrorHandling
-
Constructor Details
-
FileTokensTool
public FileTokensTool()
-
-
Method Details
-
main
- 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()
-