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 classPeriodicRotatingFileAuditEndpoint.BuilderA builder for periodic rotating file audit endpoints.static classSizeRotatingFileAuditEndpoint.BuilderA builder for size rotating file audit endpoints.Methods in org.wildfly.security.audit that return FileAuditEndpoint.Builder Modifier and Type Method Description static FileAuditEndpoint.BuilderFileAuditEndpoint. builder()Obtain a newFileAuditEndpoint.Buildercapable of building aFileAuditEndpoint.(package private) FileAuditEndpoint.BuilderFileAuditEndpoint.Builder. setClock(Clock clock)Sets theClockinstance the resultingFileAuditEndpointshould use to query the current time.FileAuditEndpoint.BuilderFileAuditEndpoint.Builder. setDateTimeFormatterSupplier(Supplier<DateTimeFormatter> dateTimeFormatterSupplier)Set the supplier to obtain theDateTimeFormatterfor dates.FileAuditEndpoint.BuilderFileAuditEndpoint.Builder. setFlushOnAccept(boolean flushOnAccept)Sets if the output should be flushed on each event accepted.FileAuditEndpoint.BuilderFileAuditEndpoint.Builder. setLocation(Path location)Set the location to write the audit events to.FileAuditEndpoint.BuilderFileAuditEndpoint.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)
-