Uses of Class
io.helidon.security.AuditEvent.AuditSeverity
-
Packages that use AuditEvent.AuditSeverity Package Description io.helidon.security Securityio.helidon.security.annotations Annotations for integration with containers supporting them. -
-
Uses of AuditEvent.AuditSeverity in io.helidon.security
Methods in io.helidon.security that return AuditEvent.AuditSeverity Modifier and Type Method Description AuditEvent.AuditSeverity
AuditEvent. severity()
Gets the severity of thisAuditEvent
.static AuditEvent.AuditSeverity
AuditEvent.AuditSeverity. valueOf(String name)
Returns the enum constant of this type with the specified name.static AuditEvent.AuditSeverity[]
AuditEvent.AuditSeverity. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of AuditEvent.AuditSeverity in io.helidon.security.annotations
Fields in io.helidon.security.annotations declared as AuditEvent.AuditSeverity Modifier and Type Field Description static AuditEvent.AuditSeverity
Audited. DEFAULT_ERROR_SEVERITY
Default severity for non-OK statuses.static AuditEvent.AuditSeverity
Audited. DEFAULT_OK_SEVERITY
Default severity for OK status.Methods in io.helidon.security.annotations that return AuditEvent.AuditSeverity Modifier and Type Method Description AuditEvent.AuditSeverity
errorSeverity()
Severity of request with unsuccessful response (in http, this would be 4** and 5** status).AuditEvent.AuditSeverity
okSeverity()
Severity of request with successful response (in http, this would be 1** 2** and 3** statuses).
-