Record Class IdServerHTTPConfiguration

java.lang.Object
java.lang.Record
com.io7m.idstore.server.api.IdServerHTTPConfiguration
Record Components:
adminAPIService - The admin API service
userAPIService - The user API service
userViewService - The user view service
All Implemented Interfaces:
IdServerJSONConfigurationElementType

public record IdServerHTTPConfiguration(IdServerHTTPServiceConfiguration adminAPIService, IdServerHTTPServiceConfiguration userAPIService, IdServerHTTPServiceConfiguration userViewService) extends Record implements IdServerJSONConfigurationElementType
Configuration for the parts of the server that serve over HTTP.