Package | Description |
---|---|
org.jboss.as.controller.audit |
Modifier and Type | Method and Description |
---|---|
AuditLogger.Status |
ManagedAuditLogger.getLoggerStatus()
Gets the status of the audit logger
|
AuditLogger.Status |
ManagedAuditLoggerImpl.getLoggerStatus() |
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 |
ManagedAuditLogger.setLoggerStatus(AuditLogger.Status newStatus)
Sets the status of the audit logger
|
void |
ManagedAuditLoggerImpl.setLoggerStatus(AuditLogger.Status newStatus) |
Copyright © 2023 JBoss by Red Hat. All rights reserved.