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