Class IdUCmdAbstract<C extends IdProtocolMessageType>

java.lang.Object
com.io7m.idstore.server.controller.user.IdUCmdAbstract<C>
Type Parameters:
C - The type of accepted commands
All Implemented Interfaces:
IdCommandExecutorType<IdSessionUser,IdUCommandContext,C,IdUResponseType>
Direct Known Subclasses:
IdUCmdEmailAddBegin, IdUCmdEmailAddDeny, IdUCmdEmailAddPermit, IdUCmdEmailRemoveBegin, IdUCmdEmailRemoveDeny, IdUCmdEmailRemovePermit, IdUCmdPasswordUpdate, IdUCmdRealNameUpdate, IdUCmdUserSelf

public abstract class IdUCmdAbstract<C extends IdProtocolMessageType> extends Object implements IdCommandExecutorType<IdSessionUser,IdUCommandContext,C,IdUResponseType>
The abstract base command class.