public abstract class SyslogAuditEvent extends SecurityEvent
| Modifier and Type | Method and Description |
|---|---|
<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.
|
SyslogHandler.SyslogType |
getFormat()
Gets the syslog format that is to be used for this audit event
|
getInstant, getSecurityIdentitypublic SyslogHandler.SyslogType getFormat()
public <P,R> R accept(SecurityEventVisitor<P,R> visitor, P param)
accept in class SecurityEventP - the visitor parameter typeR - the visitor return typevisitor - the visitorparam - the parameter to pass to the visitor handleXxx methodhandleXxx methodCopyright © 2019 JBoss by Red Hat. All rights reserved.