Class IdUCmdLogin
java.lang.Object
com.io7m.idstore.server.controller.user.IdUCmdLogin
- All Implemented Interfaces:
IdCommandExecutorType<IdSessionUser,IdUCommandContext, IdUCommandLogin, IdUResponseType>
public final class IdUCmdLogin
extends Object
implements IdCommandExecutorType<IdSessionUser,IdUCommandContext,IdUCommandLogin,IdUResponseType>
IdUCmdLogin
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecute(IdUCommandContext context, IdUCommandLogin command) Execute a command.
-
Constructor Details
-
IdUCmdLogin
public IdUCmdLogin()IdUCmdLogin
-
-
Method Details
-
execute
public IdUResponseType execute(IdUCommandContext context, IdUCommandLogin command) throws IdCommandExecutionFailure Description copied from interface:IdCommandExecutorTypeExecute a command.- Specified by:
executein interfaceIdCommandExecutorType<IdSessionUser,IdUCommandContext, IdUCommandLogin, IdUResponseType> - Parameters:
context- The execution contextcommand- The command- Returns:
- The result of execution
- Throws:
IdCommandExecutionFailure- On errors
-