| Package | Description |
|---|---|
| org.jboss.as.controller.audit |
| Modifier and Type | Method and Description |
|---|---|
AuditLogger.Status |
ManagedAuditLoggerImpl.getLoggerStatus() |
AuditLogger.Status |
ManagedAuditLogger.getLoggerStatus()
Gets the status of the audit logger
|
static AuditLogger.Status |
AuditLogger.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuditLogger.Status[] |
AuditLogger.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ManagedAuditLoggerImpl.setLoggerStatus(AuditLogger.Status newStatus) |
void |
ManagedAuditLogger.setLoggerStatus(AuditLogger.Status newStatus)
Sets the status of the audit logger
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.