Package com.io7m.idstore.protocol.admin
Record Class IdACommandAdminUpdateCredentials
java.lang.Object
java.lang.Record
com.io7m.idstore.protocol.admin.IdACommandAdminUpdateCredentials
- Record Components:
admin- The admin to be updatedidName- The admin's ID namerealName- The admin's realnamepassword- 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.
-
Constructor Summary
ConstructorsConstructorDescriptionIdACommandAdminUpdateCredentials(UUID admin, Optional<IdName> idName, Optional<IdRealName> realName, Optional<IdPassword> password) Update the given admin. -
Method Summary
Modifier and TypeMethodDescriptionadmin()Returns the value of theadminrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.idName()Returns the value of theidNamerecord component.password()Returns the value of thepasswordrecord component.realName()Returns the value of therealNamerecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
IdACommandAdminUpdateCredentials
public IdACommandAdminUpdateCredentials(UUID admin, Optional<IdName> idName, Optional<IdRealName> realName, Optional<IdPassword> password) Update the given admin.
-
-
Method Details
-
responseClass
- Specified by:
responseClassin interfaceIdACommandType<IdAResponseAdminUpdate>- Returns:
- The response type associated with this command
-
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object). -
admin
-
idName
-
realName
-
password
-