Record Class IdServerHistoryConfiguration

java.lang.Object
java.lang.Record
com.io7m.idstore.server.api.IdServerHistoryConfiguration
Record Components:
userLoginHistoryLimit - The limit on the number of user login records
adminLoginHistoryLimit - The limit on the number of admin login records
All Implemented Interfaces:
IdServerJSONConfigurationElementType

public record IdServerHistoryConfiguration(int userLoginHistoryLimit, int adminLoginHistoryLimit) extends Record implements IdServerJSONConfigurationElementType
Configuration information related to keeping history.