Uses of Class
io.tech1.framework.domain.properties.base.SecurityJwtIncidentType
-
Packages that use SecurityJwtIncidentType Package Description io.tech1.framework.domain.properties.base io.tech1.framework.domain.properties.configs.security.jwt -
-
Uses of SecurityJwtIncidentType in io.tech1.framework.domain.properties.base
Methods in io.tech1.framework.domain.properties.base that return SecurityJwtIncidentType Modifier and Type Method Description static SecurityJwtIncidentTypeSecurityJwtIncidentType. valueOf(String name)Returns the enum constant of this type with the specified name.static SecurityJwtIncidentType[]SecurityJwtIncidentType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SecurityJwtIncidentType in io.tech1.framework.domain.properties.configs.security.jwt
Methods in io.tech1.framework.domain.properties.configs.security.jwt that return types with arguments of type SecurityJwtIncidentType Modifier and Type Method Description Map<SecurityJwtIncidentType,Boolean>IncidentsConfigs. getTypesConfigs()Methods in io.tech1.framework.domain.properties.configs.security.jwt with parameters of type SecurityJwtIncidentType Modifier and Type Method Description booleanIncidentsConfigs. isEnabled(SecurityJwtIncidentType type)Method parameters in io.tech1.framework.domain.properties.configs.security.jwt with type arguments of type SecurityJwtIncidentType Modifier and Type Method Description static IncidentsConfigsIncidentsConfigs. of(Map<SecurityJwtIncidentType,Boolean> typesConfigs)voidIncidentsConfigs. setTypesConfigs(Map<SecurityJwtIncidentType,Boolean> typesConfigs)
-