Record Class IdACommandAdminUpdateCredentials

java.lang.Object
java.lang.Record
com.io7m.idstore.protocol.admin.IdACommandAdminUpdateCredentials
Record Components:
admin - The admin to be updated
idName - The admin's ID name
realName - The admin's realname
password - The admin's password
All Implemented Interfaces:
com.io7m.hibiscus.api.HBMessageType, IdACommandType<IdAResponseAdminUpdate>, IdAMessageType, IdProtocolMessageType

public record IdACommandAdminUpdateCredentials(UUID admin, Optional<IdName> idName, Optional<IdRealName> realName, Optional<IdPassword> password) extends Record implements IdACommandType<IdAResponseAdminUpdate>
Update the given admin.