Uses of Class
org.wildfly.security.audit.FileAuditEndpoint.Builder
-
Packages that use FileAuditEndpoint.Builder Package Description org.wildfly.security.audit Audit logging related resources. -
-
Uses of FileAuditEndpoint.Builder in org.wildfly.security.audit
Subclasses of FileAuditEndpoint.Builder in org.wildfly.security.audit Modifier and Type Class Description static class
PeriodicRotatingFileAuditEndpoint.Builder
A builder for periodic rotating file audit endpoints.static class
SizeRotatingFileAuditEndpoint.Builder
A builder for size rotating file audit endpoints.Methods in org.wildfly.security.audit that return FileAuditEndpoint.Builder Modifier and Type Method Description static FileAuditEndpoint.Builder
FileAuditEndpoint. builder()
Obtain a newFileAuditEndpoint.Builder
capable of building aFileAuditEndpoint
.(package private) FileAuditEndpoint.Builder
FileAuditEndpoint.Builder. setClock(Clock clock)
Sets theClock
instance the resultingFileAuditEndpoint
should use to query the current time.FileAuditEndpoint.Builder
FileAuditEndpoint.Builder. setDateTimeFormatterSupplier(Supplier<DateTimeFormatter> dateTimeFormatterSupplier)
Set the supplier to obtain theDateTimeFormatter
for dates.FileAuditEndpoint.Builder
FileAuditEndpoint.Builder. setFlushOnAccept(boolean flushOnAccept)
Sets if the output should be flushed on each event accepted.FileAuditEndpoint.Builder
FileAuditEndpoint.Builder. setLocation(Path location)
Set the location to write the audit events to.FileAuditEndpoint.Builder
FileAuditEndpoint.Builder. setSyncOnAccept(boolean syncOnAccept)
Sets if the system output buffers should be forced to be synchronized on each event accepted.Constructors in org.wildfly.security.audit with parameters of type FileAuditEndpoint.Builder Constructor Description FileAuditEndpoint(FileAuditEndpoint.Builder builder)
-