Class SyslogAuditEvent
java.lang.Object
org.wildfly.security.auth.server.event.SecurityEvent
org.wildfly.security.auth.server.event.SyslogAuditEvent
- Direct Known Subclasses:
Rfc3164SyslogEvent,Rfc5424SyslogEvent
An abstract class to be extended by specific syslog audit events to be handled.
- Author:
- Justin Cook
-
Method Summary
Modifier and TypeMethodDescription<P,R> R accept(SecurityEventVisitor<P, R> visitor, P param) Accept the given visitor, calling the method which is most applicable to this event type.org.jboss.logmanager.handlers.SyslogHandler.SyslogTypeGets the syslog format that is to be used for this audit eventMethods inherited from class org.wildfly.security.auth.server.event.SecurityEvent
getInstant, getSecurityIdentity
-
Method Details
-
getFormat
public org.jboss.logmanager.handlers.SyslogHandler.SyslogType getFormat()Gets the syslog format that is to be used for this audit event- Returns:
- The syslog format
-
accept
Accept the given visitor, calling the method which is most applicable to this event type.- Overrides:
acceptin classSecurityEvent- Type Parameters:
P- the visitor parameter typeR- the visitor return type- Parameters:
visitor- the visitorparam- the parameter to pass to the visitorhandleXxxmethod- Returns:
- the value returned from the visitor
handleXxxmethod
-