Class IdACmdAdminLogin
java.lang.Object
com.io7m.idstore.server.internal.admin.IdACmdAdminLogin
- All Implemented Interfaces:
IdCommandExecutorType<IdAdminSession,IdACommandContext, IdACommandLogin, IdAResponseType>
public final class IdACmdAdminLogin
extends Object
implements IdCommandExecutorType<IdAdminSession,IdACommandContext,IdACommandLogin,IdAResponseType>
IdACmdAdminSelf
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecute(IdACommandContext context, IdACommandLogin command) Execute a command.
-
Constructor Details
-
IdACmdAdminLogin
public IdACmdAdminLogin()IdACmdAdminSelf
-
-
Method Details
-
execute
public IdAResponseType execute(IdACommandContext context, IdACommandLogin command) throws IdCommandExecutionFailure Description copied from interface:IdCommandExecutorTypeExecute a command.- Specified by:
executein interfaceIdCommandExecutorType<IdAdminSession,IdACommandContext, IdACommandLogin, IdAResponseType> - Parameters:
context- The execution contextcommand- The command- Returns:
- The result of execution
- Throws:
IdCommandExecutionFailure- On errors
-