Uses of Class
org.wildfly.security.audit.AuditLogger.Builder
-
Uses of AuditLogger.Builder in org.wildfly.security.audit
Methods in org.wildfly.security.audit that return AuditLogger.BuilderModifier and TypeMethodDescriptionstatic AuditLogger.BuilderAuditLogger.builder()Obtain a newAuditLogger.Buildercapable of building aAuditLogger.AuditLogger.Builder.setAuditEndpoint(org.wildfly.common.function.ExceptionBiConsumer<EventPriority, String, IOException> auditEndpoint) Set the endpoint to receive the resulting audit messages.AuditLogger.Builder.setMessageFormatter(Function<SecurityEvent, String> messageFormatter) Set the message formatter to convert the messages to formatted Strings.AuditLogger.Builder.setPriorityMapper(Function<SecurityEvent, EventPriority> priorityMapper) Set the priority mapper to assign a priority to the messages.