Record Class IdAClientConnectionParameters

java.lang.Object
java.lang.Record
com.io7m.idstore.admin_client.api.IdAClientConnectionParameters
Record Components:
userName - The username
password - The password
baseURI - The base URI
attributes - The attributes
loginTimeout - The login timeout
commandTimeout - The command timeout
All Implemented Interfaces:
com.io7m.hibiscus.api.HBConnectionParametersType

public record IdAClientConnectionParameters(String userName, String password, URI baseURI, Map<String,String> attributes, Duration loginTimeout, Duration commandTimeout) extends Record implements com.io7m.hibiscus.api.HBConnectionParametersType
The client credentials.