public class AuditLogLoggerResourceDefinition extends SimpleResourceDefinition
ResourceDefinition for the management audit logging resource.| 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, getDescriptionProvider, getFlagsSet, getPathElement, getResourceDescriptionResolver, registerAddOperation, registerAddOperation, registerOperations, registerRemoveOperation, registerRemoveOperationpublic 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)
ResourceDefinitionregisterAttributes in interface ResourceDefinitionregisterAttributes in class SimpleResourceDefinitionresourceRegistration - a ManagementResourceRegistration created from this definitionpublic void registerChildren(ManagementResourceRegistration resourceRegistration)
ResourceDefinitionregisterChildren in interface ResourceDefinitionregisterChildren in class SimpleResourceDefinitionresourceRegistration - 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 © 2014 JBoss by Red Hat. All rights reserved.