Class IdACmdUserGetByEmail
java.lang.Object
com.io7m.idstore.server.controller.admin.IdACmdAbstract<IdACommandContext,IdACommandUserGetByEmail,IdAResponseType>
com.io7m.idstore.server.controller.admin.IdACmdUserGetByEmail
- All Implemented Interfaces:
IdCommandExecutorType<IdSessionAdmin,IdACommandContext, IdACommandUserGetByEmail, IdAResponseType>
public final class IdACmdUserGetByEmail
extends IdACmdAbstract<IdACommandContext,IdACommandUserGetByEmail,IdAResponseType>
IdACmdUserGet
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected IdAResponseTypeexecuteActual(IdACommandContext context, IdACommandUserGetByEmail command) Methods inherited from class com.io7m.idstore.server.controller.admin.IdACmdAbstract
execute
-
Constructor Details
-
IdACmdUserGetByEmail
public IdACmdUserGetByEmail()IdACmdUserGet
-
-
Method Details
-
executeActual
protected IdAResponseType executeActual(IdACommandContext context, IdACommandUserGetByEmail command) throws IdException - Specified by:
executeActualin classIdACmdAbstract<IdACommandContext,IdACommandUserGetByEmail, IdAResponseType> - Throws:
IdException
-