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
 
 
 
 
- 
public class Rfc5424SyslogEvent 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 Rfc5424SyslogEvent(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
- 
Rfc5424SyslogEvent
public Rfc5424SyslogEvent(SecurityIdentity securityIdentity)
Constructor for a new instance.- Parameters:
 securityIdentity- theSecurityIdentitythat corresponds to this event that is to be logged with RFC5424
 
 - 
 
 -