Record Class IdA1Password

java.lang.Object
java.lang.Record
com.io7m.idstore.protocol.admin.cb.IdA1Password
Record Components:
fieldAlgorithm - The password algorithm.
fieldHash - The password hash.
fieldSalt - The password salt.
fieldExpires - The password expiration date.
All Implemented Interfaces:
com.io7m.cedarbridge.runtime.api.CBSerializableType

public record IdA1Password(com.io7m.cedarbridge.runtime.api.CBString fieldAlgorithm, com.io7m.cedarbridge.runtime.api.CBString fieldHash, com.io7m.cedarbridge.runtime.api.CBString fieldSalt, com.io7m.cedarbridge.runtime.api.CBOptionType<com.io7m.cedarbridge.runtime.time.CBOffsetDateTime> fieldExpires) extends Record implements com.io7m.cedarbridge.runtime.api.CBSerializableType
Information for a hashed password.