Class AuthenticateCommand
- java.lang.Object
-
- org.apache.accumulo.shell.Shell.Command
-
- org.apache.accumulo.shell.commands.AuthenticateCommand
-
public class AuthenticateCommand extends Shell.Command
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.accumulo.shell.Shell.Command
Shell.Command.CompletionSet
-
-
Constructor Summary
Constructors Constructor Description AuthenticateCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringdescription()intexecute(String fullCommand, org.apache.commons.cli.CommandLine cl, Shell shellState)intnumArgs()If the number of arguments is not always zero (not including those arguments handled through Options), make sure to override theShell.Command.usage()method.voidregisterCompletion(Token root, Map<Shell.Command.CompletionSet,Set<String>> completionSet)Stringusage()-
Methods inherited from class org.apache.accumulo.shell.Shell.Command
getName, getOptions, getOptionsWithHelp, printHelp, printHelp, registerCompletionForCommands, registerCompletionForNamespaces, registerCompletionForTables, registerCompletionForUsers, registerCompletionGeneral
-
-
-
-
Method Detail
-
execute
public int execute(String fullCommand, org.apache.commons.cli.CommandLine cl, Shell shellState) throws AccumuloException, AccumuloSecurityException, IOException
- Specified by:
executein classShell.Command- Throws:
AccumuloExceptionAccumuloSecurityExceptionIOException
-
description
public String description()
- Specified by:
descriptionin classShell.Command
-
usage
public String usage()
- Overrides:
usagein classShell.Command
-
registerCompletion
public void registerCompletion(Token root, Map<Shell.Command.CompletionSet,Set<String>> completionSet)
- Overrides:
registerCompletionin classShell.Command
-
numArgs
public int numArgs()
Description copied from class:Shell.CommandIf the number of arguments is not always zero (not including those arguments handled through Options), make sure to override theShell.Command.usage()method. Otherwise,Shell.Command.usage()does need to be overridden.- Specified by:
numArgsin classShell.Command
-
-