Uses of Enum
org.wildfly.security.audit.EventPriority
-
Uses of EventPriority in org.wildfly.security.audit
Methods in org.wildfly.security.audit that return EventPriorityModifier and TypeMethodDescriptionstatic EventPriorityReturns 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 EventPriorityModifier and TypeMethodDescriptionvoidFileAuditEndpoint.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 EventPriorityModifier and TypeMethodDescriptionAuditLogger.Builder.setAuditEndpoint(org.wildfly.common.function.ExceptionBiConsumer<EventPriority, String, IOException> auditEndpoint) Set the endpoint to receive the resulting audit messages.AuditLogger.Builder.setPriorityMapper(Function<SecurityEvent, EventPriority> priorityMapper) Set the priority mapper to assign a priority to the messages.