| Package | Description |
|---|---|
| org.xipki.audit |
| Modifier and Type | Method and Description |
|---|---|
static AuditLevel |
AuditLevel.forName(String name) |
static AuditLevel |
AuditLevel.forValue(int value) |
AuditLevel |
AuditEvent.getLevel() |
AuditLevel |
PciAuditEvent.getLevel() |
static AuditLevel |
AuditLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuditLevel[] |
AuditLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AuditEvent.setLevel(AuditLevel level) |
void |
PciAuditEvent.setLevel(AuditLevel level) |
Copyright © 2020. All rights reserved.