Package | Description |
---|---|
org.wildfly.swarm.config.management | |
org.wildfly.swarm.config.management.access |
Modifier and Type | Method and Description |
---|---|
FileHandler |
AuditAccess.AuditAccessResources.fileHandler(String key) |
Modifier and Type | Method and Description |
---|---|
List<FileHandler> |
AuditAccess.AuditAccessResources.fileHandlers()
Get the list of FileHandler resources
|
Modifier and Type | Method and Description |
---|---|
T |
AuditAccess.fileHandler(FileHandler value)
Add the FileHandler object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
AuditAccess.fileHandlers(List<FileHandler> value)
Add all FileHandler objects to this subresource
|
Modifier and Type | Class and Description |
---|---|
class |
FileHandler<T extends FileHandler<T>>
A file handler for use with the management audit logging service.
|
interface |
FileHandlerConsumer<T extends FileHandler<T>> |
interface |
FileHandlerSupplier<T extends FileHandler> |
Modifier and Type | Method and Description |
---|---|
FileHandler |
FileHandlerSupplier.get()
Constructed instance of FileHandler resource
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.