Package | Description |
---|---|
org.wildfly.swarm.config.jmx | |
org.wildfly.swarm.config.jmx.configuration |
Modifier and Type | Method and Description |
---|---|
Handler |
AuditLogConfiguration.AuditLogConfigurationResources.handler(String key) |
Modifier and Type | Method and Description |
---|---|
List<Handler> |
AuditLogConfiguration.AuditLogConfigurationResources.handlers()
Get the list of Handler resources
|
Modifier and Type | Method and Description |
---|---|
T |
AuditLogConfiguration.handler(Handler value)
Add the Handler object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
AuditLogConfiguration.handlers(List<Handler> value)
Add all Handler objects to this subresource
|
Modifier and Type | Class and Description |
---|---|
class |
Handler<T extends Handler<T>>
A reference to a file or syslog audit log handler.
|
interface |
HandlerConsumer<T extends Handler<T>> |
interface |
HandlerSupplier<T extends Handler> |
Modifier and Type | Method and Description |
---|---|
Handler |
HandlerSupplier.get()
Constructed instance of Handler resource
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.