public class AuditLogLoggerResourceDefinition extends SimpleResourceDefinition
ResourceDefinition
for the management audit logging resource.SimpleResourceDefinition.Parameters
Modifier and Type | Field and Description |
---|---|
static SimpleAttributeDefinition |
ENABLED |
static PathElement |
HOST_SERVER_PATH_ELEMENT |
static SimpleAttributeDefinition |
LOG_BOOT |
static SimpleAttributeDefinition |
LOG_READ_ONLY |
static PathElement |
PATH_ELEMENT |
Modifier and Type | Method and Description |
---|---|
static org.jboss.dmr.ModelNode |
createLoggerAddOperation(PathAddress loggerAddress,
org.jboss.dmr.ModelNode logger) |
static void |
createServerAddOperations(List<org.jboss.dmr.ModelNode> addOps,
PathAddress loggerAddress,
org.jboss.dmr.ModelNode logger) |
void |
registerAttributes(ManagementResourceRegistration resourceRegistration)
Register operations associated with this resource.
|
void |
registerChildren(ManagementResourceRegistration resourceRegistration)
Register child resources associated with this resource.
|
getAccessConstraints, getDeprecationData, getDescriptionProvider, getFlagsSet, getPathElement, getResourceDescriptionResolver, isOrderedChild, isRuntime, registerAddOperation, registerAddOperation, registerCapabilities, registerNotifications, registerOperations, registerRemoveOperation, registerRemoveOperation, setDeprecated
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getMaxOccurs, getMinOccurs
public static final PathElement PATH_ELEMENT
public static final PathElement HOST_SERVER_PATH_ELEMENT
public static final SimpleAttributeDefinition LOG_BOOT
public static final SimpleAttributeDefinition LOG_READ_ONLY
public static final SimpleAttributeDefinition ENABLED
public void registerAttributes(ManagementResourceRegistration resourceRegistration)
ResourceDefinition
registerAttributes
in interface ResourceDefinition
registerAttributes
in class SimpleResourceDefinition
resourceRegistration
- a ManagementResourceRegistration
created from this definitionpublic void registerChildren(ManagementResourceRegistration resourceRegistration)
ResourceDefinition
registerChildren
in interface ResourceDefinition
registerChildren
in class SimpleResourceDefinition
resourceRegistration
- a ManagementResourceRegistration
created from this definitionpublic static void createServerAddOperations(List<org.jboss.dmr.ModelNode> addOps, PathAddress loggerAddress, org.jboss.dmr.ModelNode logger)
public static org.jboss.dmr.ModelNode createLoggerAddOperation(PathAddress loggerAddress, org.jboss.dmr.ModelNode logger)
Copyright © 2023 JBoss by Red Hat. All rights reserved.