Uses of Class
org.wildfly.security.auth.server.event.SyslogAuditEvent
-
Packages that use SyslogAuditEvent Package Description org.wildfly.security.auth.server.event -
-
Uses of SyslogAuditEvent in org.wildfly.security.auth.server.event
Subclasses of SyslogAuditEvent in org.wildfly.security.auth.server.event Modifier and Type Class Description classRfc3164SyslogEventA security audit event indicating that a log with RFC 3164 syslog format is occurringclassRfc5424SyslogEventA security audit event indicating that a log with RFC 3164 syslog format is occurringMethods in org.wildfly.security.auth.server.event with parameters of type SyslogAuditEvent Modifier and Type Method Description RSecurityEventVisitor. handleSyslogAuditEvent(SyslogAuditEvent event, P param)Handle an auditable event that is to be logged to syslog.
-