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