Class SettableAuditLogProperties

java.lang.Object
com.atlassian.crowd.manager.audit.SettableAuditLogProperties
All Implemented Interfaces:
AuditLogProperties

public class SettableAuditLogProperties extends Object implements AuditLogProperties
  • Constructor Details

    • SettableAuditLogProperties

      public SettableAuditLogProperties()
  • Method Details

    • getSanitizedProperties

      public Set<String> getSanitizedProperties()
      Specified by:
      getSanitizedProperties in interface AuditLogProperties
      Returns:
      names of additional changeset properties to be sanitized
    • isAuditLogEnabledForSynchronisation

      public boolean isAuditLogEnabledForSynchronisation()
      Specified by:
      isAuditLogEnabledForSynchronisation in interface AuditLogProperties
      Returns:
      false if audit log is disabled for synchronisation or true, otherwise
    • isAuditLogEnabled

      public boolean isAuditLogEnabled()
      Specified by:
      isAuditLogEnabled in interface AuditLogProperties
      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()