Class IdUCmdPasswordUpdate
java.lang.Object
com.io7m.idstore.server.internal.user.IdUCmdAbstract<IdUCommandPasswordUpdate>
com.io7m.idstore.server.internal.user.IdUCmdPasswordUpdate
- All Implemented Interfaces:
IdCommandExecutorType<IdUCommandContext,IdUCommandPasswordUpdate, IdUResponseType>
IdUCmdPasswordUpdate
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected IdUResponseTypeexecuteActual(IdUCommandContext context, IdUCommandPasswordUpdate command) Methods inherited from class com.io7m.idstore.server.internal.user.IdUCmdAbstract
execute
-
Constructor Details
-
IdUCmdPasswordUpdate
public IdUCmdPasswordUpdate()IdUCmdPasswordUpdate
-
-
Method Details
-
executeActual
protected IdUResponseType executeActual(IdUCommandContext context, IdUCommandPasswordUpdate command) throws IdValidityException, IdException, IdCommandExecutionFailure - Specified by:
executeActualin classIdUCmdAbstract<IdUCommandPasswordUpdate>- Throws:
IdValidityExceptionIdExceptionIdCommandExecutionFailure
-