Uses of Class
org.wildfly.security.audit.EventPriority
-
Packages that use EventPriority Package Description org.wildfly.security.audit Audit logging related resources. -
-
Uses of EventPriority in org.wildfly.security.audit
Fields in org.wildfly.security.audit with type parameters of type EventPriority Modifier and Type Field Description private org.wildfly.common.function.ExceptionBiConsumer<EventPriority,String,IOException>
AuditLogger. auditEndpoint
private org.wildfly.common.function.ExceptionBiConsumer<EventPriority,String,IOException>
AuditLogger.Builder. auditEndpoint
private Function<SecurityEvent,EventPriority>
AuditLogger.Builder. priorityMapper
private Function<SecurityEvent,EventPriority>
AuditLogger. priorityMapper
Methods in org.wildfly.security.audit that return EventPriority Modifier and Type Method Description static EventPriority
EventPriority. 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 void
FileAuditEndpoint. accept(EventPriority priority, String message)
Accept formatted security event message to be processed written into target local file.void
SyslogAuditEndpoint. accept(EventPriority priority, String message)
IllegalArgumentException
ElytronMessages. invalidEventPriority(EventPriority eventPriority)
private static Level
SyslogAuditEndpoint. toLevel(EventPriority eventPriority)
private void
SyslogAuditEndpoint. tryPublish(EventPriority priority, String message)
Method parameters in org.wildfly.security.audit with type arguments of type EventPriority Modifier and Type Method Description AuditLogger.Builder
AuditLogger.Builder. setAuditEndpoint(org.wildfly.common.function.ExceptionBiConsumer<EventPriority,String,IOException> auditEndpoint)
Set the endpoint to receive the resulting audit messages.AuditLogger.Builder
AuditLogger.Builder. setPriorityMapper(Function<SecurityEvent,EventPriority> priorityMapper)
Set the priority mapper to assign a priority to the messages.
-