| Package | Description | 
|---|---|
| org.wildfly.swarm.config | |
| org.wildfly.swarm.config.elytron | 
| Modifier and Type | Method and Description | 
|---|---|
PeriodicRotatingFileAuditLog | 
Elytron.ElytronResources.periodicRotatingFileAuditLog(String key)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<PeriodicRotatingFileAuditLog> | 
Elytron.ElytronResources.periodicRotatingFileAuditLogs()
Get the list of PeriodicRotatingFileAuditLog resources 
 | 
| Modifier and Type | Method and Description | 
|---|---|
T | 
Elytron.periodicRotatingFileAuditLog(PeriodicRotatingFileAuditLog value)
Add the PeriodicRotatingFileAuditLog object to the list of subresources 
 | 
| Modifier and Type | Method and Description | 
|---|---|
T | 
Elytron.periodicRotatingFileAuditLogs(List<PeriodicRotatingFileAuditLog> value)
Add all PeriodicRotatingFileAuditLog objects to this subresource 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
PeriodicRotatingFileAuditLog<T extends PeriodicRotatingFileAuditLog<T>>
An audit log definition for persisting an audit log to a local files rotating
 the log after a time period derived from the given suffix string, which
 should be in a format understood by java.time.format.DateTimeFormatter. 
 | 
interface  | 
PeriodicRotatingFileAuditLogConsumer<T extends PeriodicRotatingFileAuditLog<T>>  | 
interface  | 
PeriodicRotatingFileAuditLogSupplier<T extends PeriodicRotatingFileAuditLog>  | 
| Modifier and Type | Method and Description | 
|---|---|
PeriodicRotatingFileAuditLog | 
PeriodicRotatingFileAuditLogSupplier.get()
Constructed instance of PeriodicRotatingFileAuditLog resource 
 | 
Copyright © 2018 JBoss by Red Hat. All rights reserved.