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
 
 
 
 
- 
public class Rfc3164SyslogEvent extends SyslogAuditEvent
A security audit event indicating that a log with RFC 3164 syslog format is occurring- Author:
 - Justin Cook
 
 
- 
- 
Constructor Summary
Constructors Constructor Description Rfc3164SyslogEvent(SecurityIdentity securityIdentity)Constructor for a new instance. 
- 
Method Summary
- 
Methods inherited from class org.wildfly.security.auth.server.event.SyslogAuditEvent
accept, getFormat 
- 
Methods inherited from class org.wildfly.security.auth.server.event.SecurityEvent
getInstant, getSecurityIdentity 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
Rfc3164SyslogEvent
public Rfc3164SyslogEvent(SecurityIdentity securityIdentity)
Constructor for a new instance.- Parameters:
 securityIdentity- theSecurityIdentitythat corresponds to this event that is to be logged with RFC3164
 
 - 
 
 -