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