Package com.google.gerrit.sshd.plugin
Interface LfsPluginAuthCommand.LfsSshPluginAuth
-
- Enclosing class:
- LfsPluginAuthCommand
public static interface LfsPluginAuthCommand.LfsSshPluginAuth
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
authenticate(CurrentUser user, List<String> args)
-
-
-
Method Detail
-
authenticate
String authenticate(CurrentUser user, List<String> args) throws BaseCommand.UnloggedFailure, BaseCommand.Failure
-
-