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