Class IdAShellCmdLogin
java.lang.Object
com.io7m.idstore.shell.admin.internal.IdAShellCmdLogin
- All Implemented Interfaces:
IdAShellCmdType,com.io7m.quarrel.core.QCommandOrGroupType,com.io7m.quarrel.core.QCommandType
"login"
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.jline.reader.Completercom.io7m.quarrel.core.QCommandMetadatametadata()com.io7m.quarrel.core.QCommandStatusonExecute(com.io7m.quarrel.core.QCommandContextType context) List<com.io7m.quarrel.core.QParameterNamedType<?>>com.io7m.quarrel.core.QParametersPositionalTypetoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.io7m.quarrel.core.QCommandOrGroupType
isHidden
-
Constructor Details
-
IdAShellCmdLogin
Construct a command.- Parameters:
inClient- The client
-
-
Method Details
-
completer
public org.jline.reader.Completer completer()- Specified by:
completerin interfaceIdAShellCmdType- Returns:
- A shell command completer for the command
-
onListNamedParameters
- Specified by:
onListNamedParametersin interfacecom.io7m.quarrel.core.QCommandType
-
onListPositionalParameters
public com.io7m.quarrel.core.QParametersPositionalType onListPositionalParameters()- Specified by:
onListPositionalParametersin interfacecom.io7m.quarrel.core.QCommandType
-
onExecute
public com.io7m.quarrel.core.QCommandStatus onExecute(com.io7m.quarrel.core.QCommandContextType context) throws Exception - Specified by:
onExecutein interfacecom.io7m.quarrel.core.QCommandType- Throws:
Exception
-
metadata
public com.io7m.quarrel.core.QCommandMetadata metadata()- Specified by:
metadatain interfacecom.io7m.quarrel.core.QCommandOrGroupType
-
toString
-