Uses of Enum Class
io.helidon.security.AuditEvent.AuditSeverity
Packages that use AuditEvent.AuditSeverity
Package
Description
Security
Annotations for integration with containers supporting them.
-
Uses of AuditEvent.AuditSeverity in io.helidon.security
Methods in io.helidon.security that return AuditEvent.AuditSeverityModifier and TypeMethodDescriptionAuditEvent.severity()Gets the severity of thisAuditEvent.static AuditEvent.AuditSeverityReturns the enum constant of this class with the specified name.static AuditEvent.AuditSeverity[]AuditEvent.AuditSeverity.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of AuditEvent.AuditSeverity in io.helidon.security.annotations
Fields in io.helidon.security.annotations declared as AuditEvent.AuditSeverityModifier and TypeFieldDescriptionstatic final AuditEvent.AuditSeverityAudited.DEFAULT_ERROR_SEVERITYDefault severity for non-OK statuses.static final AuditEvent.AuditSeverityAudited.DEFAULT_OK_SEVERITYDefault severity for OK status.