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 class
Rfc3164SyslogEvent
A security audit event indicating that a log with RFC 3164 syslog format is occurringclass
Rfc5424SyslogEvent
A 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 R
SecurityEventVisitor. handleSyslogAuditEvent(SyslogAuditEvent event, P param)
Handle an auditable event that is to be logged to syslog.
-