Class AuditLogSystemProperties
java.lang.Object
com.atlassian.crowd.manager.audit.AuditLogSystemProperties
- All Implemented Interfaces:
AuditLogProperties
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
-
Constructor Details
-
AuditLogSystemProperties
public AuditLogSystemProperties()
-
-
Method Details
-
getSanitizedProperties
- Specified by:
getSanitizedProperties
in interfaceAuditLogProperties
- Returns:
- names of additional changeset properties to be sanitized
-
isAuditLogEnabledForSynchronisation
public boolean isAuditLogEnabledForSynchronisation()- Specified by:
isAuditLogEnabledForSynchronisation
in interfaceAuditLogProperties
- Returns:
- false if audit log is disabled for synchronisation or true, otherwise
-
isAuditLogEnabled
public boolean isAuditLogEnabled()- Specified by:
isAuditLogEnabled
in interfaceAuditLogProperties
- Returns:
- false if audit is disabled in general or true, otherwise
-