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