Class SettableAuditLogProperties
java.lang.Object
com.atlassian.crowd.manager.audit.SettableAuditLogProperties
- All Implemented Interfaces:
AuditLogProperties
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
void
reset()
void
setEnabled
(boolean enabled) void
setEnabledForSyncs
(boolean enabledForSyncs)
-
Constructor Details
-
SettableAuditLogProperties
public SettableAuditLogProperties()
-
-
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
-
setEnabled
public void setEnabled(boolean enabled) -
setEnabledForSyncs
public void setEnabledForSyncs(boolean enabledForSyncs) -
reset
public void reset()
-