Uses of Enum Class
de.bytestore.hostinger.security.entity.SecurityGrade
Packages that use SecurityGrade
-
Uses of SecurityGrade in de.bytestore.hostinger.security.entity
Methods in de.bytestore.hostinger.security.entity that return SecurityGradeModifier and TypeMethodDescriptionstatic SecurityGradestatic SecurityGradeReturns the enum constant of this class with the specified name.static SecurityGrade[]SecurityGrade.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of SecurityGrade in de.bytestore.hostinger.security.service
Methods in de.bytestore.hostinger.security.service that return SecurityGradeModifier and TypeMethodDescriptionSecurityService.getSecurityGrade(String keyIO) Retrieves the security grade for a given key.Methods in de.bytestore.hostinger.security.service that return types with arguments of type SecurityGradeModifier and TypeMethodDescriptionstatic Map<String,SecurityGrade> ProjectService.scanProjectForSecurityAnnotations()Methods in de.bytestore.hostinger.security.service with parameters of type SecurityGradeModifier and TypeMethodDescriptionSecurityService.getGradeColorClass(SecurityGrade gradeIO) Returns the CSS class corresponding to the given security grade.