Class Rfc5424SyslogEvent
java.lang.Object
org.wildfly.security.auth.server.event.SecurityEvent
org.wildfly.security.auth.server.event.SyslogAuditEvent
org.wildfly.security.auth.server.event.Rfc5424SyslogEvent
A security audit event indicating that a log with RFC 3164 syslog format is occurring
- Author:
- Justin Cook
-
Constructor Summary
ConstructorsConstructorDescriptionRfc5424SyslogEvent(SecurityIdentity securityIdentity) Constructor for a new instance. -
Method Summary
Methods inherited from class org.wildfly.security.auth.server.event.SyslogAuditEvent
accept, getFormatMethods inherited from class org.wildfly.security.auth.server.event.SecurityEvent
getInstant, getSecurityIdentity
-
Constructor Details
-
Rfc5424SyslogEvent
Constructor for a new instance.- Parameters:
securityIdentity- theSecurityIdentitythat corresponds to this event that is to be logged with RFC5424
-