Uses of Enum Class
de.bytestore.hostinger.entity.system.enums.SecurityLevel
Packages that use SecurityLevel
Package
Description
-
Uses of SecurityLevel in de.bytestore.hostinger.entity.system.enums
Methods in de.bytestore.hostinger.entity.system.enums that return SecurityLevelModifier and TypeMethodDescriptionstatic SecurityLevelstatic SecurityLevelReturns the enum constant of this class with the specified name.static SecurityLevel[]SecurityLevel.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of SecurityLevel in de.bytestore.hostinger.internal.service
Methods in de.bytestore.hostinger.internal.service with parameters of type SecurityLevelModifier and TypeMethodDescriptionvoidGuardianService.addStacktrace(SecurityLevel levelIO, String keyIO, Object... objectsIO) Adds a stack trace to the logging or error handling system with the specified parameters.voidGuardianService.addStacktrace(Exception exceptionIO, String keyIO, boolean mailIO, SecurityLevel levelIO, Object... objectsIO) Adds a stack trace to the database and optionally sends error mails.voidGuardianService.addStacktrace(Exception exceptionIO, String keyIO, SecurityLevel levelIO, Object... objectsIO) Adds a stack trace entry to the logging or tracking system with the specified parameters. -
Uses of SecurityLevel in de.bytestore.hostinger.security.entity.log
Methods in de.bytestore.hostinger.security.entity.log that return SecurityLevelMethods in de.bytestore.hostinger.security.entity.log with parameters of type SecurityLevelModifier and TypeMethodDescriptionvoidGuardianLog.setLevel(SecurityLevel level) voidSecurityLog.setLevel(SecurityLevel level) -
Uses of SecurityLevel in de.bytestore.hostinger.security.service
Methods in de.bytestore.hostinger.security.service with parameters of type SecurityLevelModifier and TypeMethodDescriptionvoidSecurityService.addLog(Class<UserDetailView> userDetailViewClass, SecurityLevel securityLevel, User user, String s, String username) voidSecurityService.addLog(Class userDetailViewClass, SecurityLevel securityLevel, User user, String s, String username, String usernameIO)