Package com.google.gerrit.sshd.plugin
Class LfsPluginAuthCommand
- java.lang.Object
-
- com.google.gerrit.sshd.BaseCommand
-
- com.google.gerrit.sshd.SshCommand
-
- com.google.gerrit.sshd.plugin.LfsPluginAuthCommand
-
- All Implemented Interfaces:
org.apache.sshd.server.command.Command
,org.apache.sshd.server.command.CommandLifecycle
public class LfsPluginAuthCommand extends SshCommand
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
LfsPluginAuthCommand.LfsSshPluginAuth
static class
LfsPluginAuthCommand.Module
-
Nested classes/interfaces inherited from class com.google.gerrit.sshd.BaseCommand
BaseCommand.CommandRunnable, BaseCommand.Failure, BaseCommand.ProjectCommandRunnable, BaseCommand.UnloggedFailure
-
-
Field Summary
-
Fields inherited from class com.google.gerrit.sshd.SshCommand
stderr, stdout
-
Fields inherited from class com.google.gerrit.sshd.BaseCommand
cleanup, ENC, err, exit, in, out, STATUS_NOT_ADMIN, user
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
run()
-
Methods inherited from class com.google.gerrit.sshd.SshCommand
start
-
Methods inherited from class com.google.gerrit.sshd.BaseCommand
destroy, die, die, die, enableGracefulStop, getArguments, getName, getPluginName, getTaskDescription, getTrimmedArguments, newCmdLineParser, onExit, parseCommandLine, parseCommandLine, provideStateTo, setArguments, setErrorStream, setExitCallback, setInputStream, setOutputStream, startThread, toPrintWriter, usage, writeError
-
-
-
-
Method Detail
-
run
protected void run() throws BaseCommand.UnloggedFailure, Exception
- Specified by:
run
in classSshCommand
- Throws:
BaseCommand.UnloggedFailure
Exception
-
-