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