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.auditFields 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. auditEndpointprivate org.wildfly.common.function.ExceptionBiConsumer<EventPriority,String,IOException>AuditLogger.Builder. auditEndpointprivate Function<SecurityEvent,EventPriority>AuditLogger.Builder. priorityMapperprivate Function<SecurityEvent,EventPriority>AuditLogger. priorityMapperMethods 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)IllegalArgumentExceptionElytronMessages. invalidEventPriority(EventPriority eventPriority)private static LevelSyslogAuditEndpoint. toLevel(EventPriority eventPriority)private voidSyslogAuditEndpoint. tryPublish(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.
 
-