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)
Register operations associated with this resource.
|
getAccessConstraints, getDeprecationData, getDescriptionProvider, getFlagsSet, getPathElement, getResourceDescriptionResolver, isOrderedChild, isRuntime, registerAddOperation, registerAddOperation, registerCapabilities, registerChildren, registerNotifications, registerOperations, registerRemoveOperation, registerRemoveOperation, setDeprecated
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getMaxOccurs, getMinOccurs
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 © 2023 JBoss by Red Hat. All rights reserved.