Package | Description |
---|---|
org.wildfly.swarm.config | |
org.wildfly.swarm.config.elytron |
Modifier and Type | Method and Description |
---|---|
FileAuditLog |
Elytron.ElytronResources.fileAuditLog(String key) |
Modifier and Type | Method and Description |
---|---|
List<FileAuditLog> |
Elytron.ElytronResources.fileAuditLogs()
Get the list of FileAuditLog resources
|
Modifier and Type | Method and Description |
---|---|
T |
Elytron.fileAuditLog(FileAuditLog value)
Add the FileAuditLog object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
Elytron.fileAuditLogs(List<FileAuditLog> value)
Add all FileAuditLog objects to this subresource
|
Modifier and Type | Class and Description |
---|---|
class |
FileAuditLog<T extends FileAuditLog<T>>
An audit logger that logs to a local file.
|
interface |
FileAuditLogConsumer<T extends FileAuditLog<T>> |
interface |
FileAuditLogSupplier<T extends FileAuditLog> |
Modifier and Type | Method and Description |
---|---|
FileAuditLog |
FileAuditLogSupplier.get()
Constructed instance of FileAuditLog resource
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.