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) |
void |
registerChildren(ManagementResourceRegistration resourceRegistration) |
getAccessConstraints, getDeprecationData, getDescriptionProvider, getFlagsSet, getMaxOccurs, getMinOccurs, getPathElement, getResourceDescriptionResolver, isFeature, isOrderedChild, isRuntime, registerAddOperation, registerAddOperation, registerCapabilities, registerNotifications, registerOperations, registerRemoveOperation, registerRemoveOperation, setDeprecatedpublic 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)
registerAttributes in interface ResourceDefinitionregisterAttributes in class SimpleResourceDefinitionpublic void registerChildren(ManagementResourceRegistration resourceRegistration)
registerChildren in interface ResourceDefinitionregisterChildren in class SimpleResourceDefinitionpublic 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 © 2018 JBoss by Red Hat. All rights reserved.