Uses of Enum Class
org.wildfly.security.audit.EventPriority
Packages that use 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 class with the specified name.static EventPriority[]EventPriority.values()Returns an array containing the constants of this enum class, 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) final IllegalArgumentExceptionElytronMessages_$logger.invalidEventPriority(EventPriority eventPriority) Method parameters in org.wildfly.security.audit with type arguments of type EventPriorityModifier and TypeMethodDescriptionAuditLogger.Builder.setAuditEndpoint(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.