public abstract class AbstractFileAuditLogHandlerResourceDefinition extends AuditLogHandlerResourceDefinition
| Modifier and Type | Class and Description |
|---|---|
protected static class |
AbstractFileAuditLogHandlerResourceDefinition.AbstractFileAuditLogHandlerAddHandler |
protected static class |
AbstractFileAuditLogHandlerResourceDefinition.AbstractFileAuditLogHandlerWriteAttributeHandler |
SimpleResourceDefinition.Parameters| Modifier and Type | Field and Description |
|---|---|
protected static AttributeDefinition[] |
ATTRIBUTES |
static SimpleAttributeDefinition |
PATH |
static SimpleAttributeDefinition |
RELATIVE_TO |
auditLogger, DISABLED_DUE_TO_FAILURE, FAILURE_COUNT, FORMATTER, MAX_FAILURE_COUNT, pathManager| Constructor and Description |
|---|
AbstractFileAuditLogHandlerResourceDefinition(ManagedAuditLogger auditLogger,
PathManagerService pathManager,
PathElement pathElement,
ResourceDescriptionResolver descriptionResolver,
OperationStepHandler addHandler,
OperationStepHandler removeHandler) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract org.jboss.as.domain.management.audit.AuditLogHandlerResourceDefinition.HandlerWriteAttributeHandler |
getWriteAttributeHandler(ManagedAuditLogger auditLogger,
PathManagerService pathManager,
AttributeDefinition... attributeDefinitions) |
protected static <T> T[] |
joinArrays(T[] array1,
T[] array2) |
void |
registerAttributes(ManagementResourceRegistration resourceRegistration) |
registerOperationsgetAccessConstraints, getDeprecationData, getDescriptionProvider, getFlagsSet, getMaxOccurs, getMinOccurs, getPathElement, getResourceDescriptionResolver, isFeature, isOrderedChild, isRuntime, registerAddOperation, registerAddOperation, registerCapabilities, registerChildren, registerNotifications, registerRemoveOperation, registerRemoveOperation, setDeprecatedpublic static final SimpleAttributeDefinition PATH
public static final SimpleAttributeDefinition RELATIVE_TO
protected static final AttributeDefinition[] ATTRIBUTES
public AbstractFileAuditLogHandlerResourceDefinition(ManagedAuditLogger auditLogger, PathManagerService pathManager, PathElement pathElement, ResourceDescriptionResolver descriptionResolver, OperationStepHandler addHandler, OperationStepHandler removeHandler)
public void registerAttributes(ManagementResourceRegistration resourceRegistration)
registerAttributes in interface ResourceDefinitionregisterAttributes in class AuditLogHandlerResourceDefinitionprotected abstract org.jboss.as.domain.management.audit.AuditLogHandlerResourceDefinition.HandlerWriteAttributeHandler getWriteAttributeHandler(ManagedAuditLogger auditLogger, PathManagerService pathManager, AttributeDefinition... attributeDefinitions)
protected static <T> T[] joinArrays(T[] array1,
T[] array2)
Copyright © 2018 JBoss by Red Hat. All rights reserved.