Package | Description |
---|---|
org.wildfly.swarm.config | |
org.wildfly.swarm.config.elytron |
Modifier and Type | Method and Description |
---|---|
SizeRotatingFileAuditLog |
Elytron.ElytronResources.sizeRotatingFileAuditLog(String key) |
Modifier and Type | Method and Description |
---|---|
List<SizeRotatingFileAuditLog> |
Elytron.ElytronResources.sizeRotatingFileAuditLogs()
Get the list of SizeRotatingFileAuditLog resources
|
Modifier and Type | Method and Description |
---|---|
T |
Elytron.sizeRotatingFileAuditLog(SizeRotatingFileAuditLog value)
Add the SizeRotatingFileAuditLog object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
Elytron.sizeRotatingFileAuditLogs(List<SizeRotatingFileAuditLog> value)
Add all SizeRotatingFileAuditLog objects to this subresource
|
Modifier and Type | Class and Description |
---|---|
class |
SizeRotatingFileAuditLog<T extends SizeRotatingFileAuditLog<T>>
An audit log definition for persisting an audit log to a local files rotating
the log after the size of the file grows beyond a certain point and keeping a
fixed number of backups.
|
interface |
SizeRotatingFileAuditLogConsumer<T extends SizeRotatingFileAuditLog<T>> |
interface |
SizeRotatingFileAuditLogSupplier<T extends SizeRotatingFileAuditLog> |
Modifier and Type | Method and Description |
---|---|
SizeRotatingFileAuditLog |
SizeRotatingFileAuditLogSupplier.get()
Constructed instance of SizeRotatingFileAuditLog resource
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.