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.AuditSeverity
Returns 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.AuditSeverity
Audited.DEFAULT_ERROR_SEVERITY
Default severity for non-OK statuses.static final AuditEvent.AuditSeverity
Audited.DEFAULT_OK_SEVERITY
Default severity for OK status.