Class IncidentsConfigs
- java.lang.Object
-
- io.tech1.framework.domain.properties.configs.AbstractPropertiesConfigs
-
- io.tech1.framework.domain.properties.configs.security.jwt.IncidentsConfigs
-
public class IncidentsConfigs extends AbstractPropertiesConfigs
-
-
Constructor Summary
Constructors Constructor Description IncidentsConfigs()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)Map<SecurityJwtIncidentType,Boolean>getTypesConfigs()inthashCode()booleanisEnabled(SecurityJwtIncidentType type)static IncidentsConfigsof(Map<SecurityJwtIncidentType,Boolean> typesConfigs)voidsetTypesConfigs(Map<SecurityJwtIncidentType,Boolean> typesConfigs)StringtoString()-
Methods inherited from class io.tech1.framework.domain.properties.configs.AbstractPropertiesConfigs
assertProperties
-
-
-
-
Method Detail
-
of
public static IncidentsConfigs of(Map<SecurityJwtIncidentType,Boolean> typesConfigs)
-
isEnabled
public boolean isEnabled(SecurityJwtIncidentType type)
-
getTypesConfigs
public Map<SecurityJwtIncidentType,Boolean> getTypesConfigs()
-
setTypesConfigs
public void setTypesConfigs(Map<SecurityJwtIncidentType,Boolean> typesConfigs)
-
canEqual
protected boolean canEqual(Object other)
-
-