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.Builder Modifier and Type Method Description static AuditLogger.BuilderAuditLogger. builder()Obtain a newAuditLogger.Buildercapable of building aAuditLogger.AuditLogger.BuilderAuditLogger.Builder. setAuditEndpoint(org.wildfly.common.function.ExceptionBiConsumer<EventPriority,String,IOException> auditEndpoint)Set the endpoint to receive the resulting audit messages.AuditLogger.BuilderAuditLogger.Builder. setMessageFormatter(Function<SecurityEvent,String> messageFormatter)Set the message formatter to convert the messages to formatted Strings.AuditLogger.BuilderAuditLogger.Builder. setPriorityMapper(Function<SecurityEvent,EventPriority> priorityMapper)Set the priority mapper to assign a priority to the messages.
-