Uses of Class
org.wildfly.security.audit.AuditLogger.Builder
-
Packages that use AuditLogger.Builder Package Description org.wildfly.security.audit Audit logging related resources. -
-
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.Constructors in org.wildfly.security.audit with parameters of type AuditLogger.Builder Constructor Description AuditLogger(AuditLogger.Builder builder)
-