Uses of Class
org.wildfly.security.audit.FileAuditEndpoint.Builder
-
Uses of FileAuditEndpoint.Builder in org.wildfly.security.audit
Subclasses of FileAuditEndpoint.Builder in org.wildfly.security.auditModifier and TypeClassDescriptionstatic classA builder for periodic rotating file audit endpoints.static classA builder for size rotating file audit endpoints.Methods in org.wildfly.security.audit that return FileAuditEndpoint.BuilderModifier and TypeMethodDescriptionstatic FileAuditEndpoint.BuilderFileAuditEndpoint.builder()Obtain a newFileAuditEndpoint.Buildercapable of building aFileAuditEndpoint.FileAuditEndpoint.Builder.setCharset(Charset charset) Set the file's character set.FileAuditEndpoint.Builder.setDateTimeFormatterSupplier(Supplier<DateTimeFormatter> dateTimeFormatterSupplier) Set the supplier to obtain theDateTimeFormatterfor dates.FileAuditEndpoint.Builder.setFlushOnAccept(boolean flushOnAccept) Sets if the output should be flushed on each event accepted.FileAuditEndpoint.Builder.setLocation(Path location) Set the location to write the audit events to.FileAuditEndpoint.Builder.setSyncOnAccept(boolean syncOnAccept) Sets if the system output buffers should be forced to be synchronized on each event accepted.