Class Rfc3164SyslogEvent
java.lang.Object
org.wildfly.security.auth.server.event.SecurityEvent
org.wildfly.security.auth.server.event.SyslogAuditEvent
org.wildfly.security.auth.server.event.Rfc3164SyslogEvent
A security audit event indicating that a log with RFC 3164 syslog format is occurring
- Author:
- Justin Cook
-
Constructor Summary
ConstructorsConstructorDescriptionRfc3164SyslogEvent(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
-
Rfc3164SyslogEvent
Constructor for a new instance.- Parameters:
securityIdentity- theSecurityIdentitythat corresponds to this event that is to be logged with RFC3164
-