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