Uses of Class
org.wildfly.security.audit.SizeRotatingFileAuditEndpoint.Builder
-
Uses of SizeRotatingFileAuditEndpoint.Builder in org.wildfly.security.audit
Methods in org.wildfly.security.audit that return SizeRotatingFileAuditEndpoint.BuilderModifier and TypeMethodDescriptionSizeRotatingFileAuditEndpoint.builder()Obtain a newSizeRotatingFileAuditEndpoint.Buildercapable of building aSizeRotatingFileAuditEndpoint.SizeRotatingFileAuditEndpoint.Builder.setMaxBackupIndex(int maxBackupIndex) Set the maximum number of files to backup.SizeRotatingFileAuditEndpoint.Builder.setRotateOnBoot(boolean rotateOnBoot) Set to a value oftrueif the file should be rotated before the a new file is set.SizeRotatingFileAuditEndpoint.Builder.setRotateSize(long rotateSize) Set the log file size the file should rotate at.Sets the suffix to be appended to the file name during the file rotation.SizeRotatingFileAuditEndpoint.Builder.setTimeZone(ZoneId timeZone) Set the configured time zone for this handler.