Record Class IdACommandLogin

java.lang.Object
java.lang.Record
com.io7m.idstore.protocol.admin.IdACommandLogin
Record Components:
userName - The username
password - The password
metadata - Extra metadata included with the request
All Implemented Interfaces:
com.io7m.hibiscus.api.HBMessageType, IdACommandType<IdAResponseLogin>, IdAMessageType, IdProtocolMessageType

public record IdACommandLogin(IdName userName, String password, Map<String,String> metadata) extends Record implements IdACommandType<IdAResponseLogin>
A request to log in.