Class AuditLogEnabledCheckerImpl
java.lang.Object
com.atlassian.crowd.manager.audit.AuditLogEnabledCheckerImpl
- All Implemented Interfaces:
AuditLogEnabledChecker
-
Constructor Summary
ConstructorsConstructorDescriptionAuditLogEnabledCheckerImpl
(AuditLogProperties auditLogSystemProperties, AuditLogMetadataResolver auditLogMetadataResolver) -
Method Summary
Modifier and TypeMethodDescriptionboolean
Checks whether the event in the context of invocation should be audited or not
-
Constructor Details
-
AuditLogEnabledCheckerImpl
public AuditLogEnabledCheckerImpl(AuditLogProperties auditLogSystemProperties, AuditLogMetadataResolver auditLogMetadataResolver)
-
-
Method Details
-
shouldAuditEvent
public boolean shouldAuditEvent()Description copied from interface:AuditLogEnabledChecker
Checks whether the event in the context of invocation should be audited or not- Specified by:
shouldAuditEvent
in interfaceAuditLogEnabledChecker
-