Interface AuditLogEnabledChecker
- All Known Implementing Classes:
AuditLogEnabledCheckerImpl
@Internal
public interface AuditLogEnabledChecker
Representation of component which checks whether auditing is enabled or not
- Since:
- v3.2.0
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Checks whether the event in the context of invocation should be audited or not
-
Method Details
-
shouldAuditEvent
boolean shouldAuditEvent()Checks whether the event in the context of invocation should be audited or not
-