Uses of Class
org.wildfly.security.audit.EventPriority
-
-
Uses of EventPriority in org.wildfly.security.audit
Methods in org.wildfly.security.audit that return EventPriority Modifier and Type Method Description static EventPriorityEventPriority. valueOf(String name)Returns the enum constant of this type with the specified name.static EventPriority[]EventPriority. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.wildfly.security.audit with parameters of type EventPriority Modifier and Type Method Description voidFileAuditEndpoint. accept(EventPriority priority, String message)Accept formatted security event message to be processed written into target local file.voidSyslogAuditEndpoint. accept(EventPriority priority, String message)Method parameters in org.wildfly.security.audit with type arguments of type EventPriority Modifier and Type Method Description 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. setPriorityMapper(Function<SecurityEvent,EventPriority> priorityMapper)Set the priority mapper to assign a priority to the messages.
-