public abstract class SyslogAuditLogProtocolResourceDefinition extends SimpleResourceDefinition
Modifier and Type | Class and Description |
---|---|
static class |
SyslogAuditLogProtocolResourceDefinition.Tcp |
static class |
SyslogAuditLogProtocolResourceDefinition.Tls |
static class |
SyslogAuditLogProtocolResourceDefinition.TlsKeyStore |
static class |
SyslogAuditLogProtocolResourceDefinition.Udp |
Modifier and Type | Field and Description |
---|---|
protected AttributeDefinition[] |
attributes |
protected ManagedAuditLogger |
auditLogger |
protected EnvironmentNameReader |
environmentReader |
static SimpleAttributeDefinition |
HOST |
protected PathManagerService |
pathManager |
static SimpleAttributeDefinition |
PORT |
Modifier and Type | Method and Description |
---|---|
static org.jboss.dmr.ModelNode |
createKeystoreAddOperation(PathAddress storeAddress,
org.jboss.dmr.ModelNode store) |
static org.jboss.dmr.ModelNode |
createProtocolAddOperation(PathAddress protocolAddress,
org.jboss.dmr.ModelNode protocol) |
static void |
createServerAddOperations(List<org.jboss.dmr.ModelNode> addOps,
PathAddress protocolAddress,
org.jboss.dmr.ModelNode protocol) |
void |
registerAttributes(ManagementResourceRegistration resourceRegistration)
Register operations associated with this resource.
|
getAccessConstraints, getDescriptionProvider, getFlagsSet, getPathElement, getResourceDescriptionResolver, registerAddOperation, registerAddOperation, registerChildren, registerOperations, registerRemoveOperation, registerRemoveOperation
public static final SimpleAttributeDefinition HOST
public static final SimpleAttributeDefinition PORT
protected final ManagedAuditLogger auditLogger
protected final PathManagerService pathManager
protected final EnvironmentNameReader environmentReader
protected final AttributeDefinition[] attributes
public void registerAttributes(ManagementResourceRegistration resourceRegistration)
ResourceDefinition
registerAttributes
in interface ResourceDefinition
registerAttributes
in class SimpleResourceDefinition
resourceRegistration
- a ManagementResourceRegistration
created from this definitionpublic static void createServerAddOperations(List<org.jboss.dmr.ModelNode> addOps, PathAddress protocolAddress, org.jboss.dmr.ModelNode protocol)
public static org.jboss.dmr.ModelNode createProtocolAddOperation(PathAddress protocolAddress, org.jboss.dmr.ModelNode protocol)
public static org.jboss.dmr.ModelNode createKeystoreAddOperation(PathAddress storeAddress, org.jboss.dmr.ModelNode store)
Copyright © 2013 JBoss by Red Hat. All rights reserved.