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