| Package | Description |
|---|---|
| io.helidon.security |
Security
|
| io.helidon.security.annotations |
Annotations for integration with containers supporting them.
|
| Modifier and Type | Method and Description |
|---|---|
AuditEvent.AuditSeverity |
AuditEvent.severity()
Gets the severity of this
AuditEvent. |
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.
|
| Modifier and Type | Field and 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.
|
Copyright © 2018–2019 Oracle and/or its affiliates. All rights reserved. Use is subject to license terms.