Class NoOpCrowdAuditLogUserMapper

java.lang.Object
com.atlassian.confluence.impl.user.crowd.audit.NoOpCrowdAuditLogUserMapper
All Implemented Interfaces:
com.atlassian.crowd.manager.audit.mapper.AuditLogUserMapper

public final class NoOpCrowdAuditLogUserMapper extends Object implements com.atlassian.crowd.manager.audit.mapper.AuditLogUserMapper
Since:
7.11.0
  • Field Summary

    Fields inherited from interface com.atlassian.crowd.manager.audit.mapper.AuditLogUserMapper

    PASSWORD_CREDENTIAL_PROPERTY_KEY
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    List<com.atlassian.crowd.audit.AuditLogEntry>
    calculateDifference(com.atlassian.crowd.audit.AuditLogEventType auditLogEventType, @Nullable com.atlassian.crowd.model.user.User oldUser, @Nullable com.atlassian.crowd.model.user.User newUser)
     
    com.atlassian.crowd.audit.AuditLogEntry
     
    List<com.atlassian.crowd.audit.AuditLogEntry>
    mapDiffsToAuditLogEntries(com.atlassian.crowd.audit.AuditLogEventType auditLogEventType, String s, org.apache.commons.lang3.builder.DiffResult diffResult)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • NoOpCrowdAuditLogUserMapper

      public NoOpCrowdAuditLogUserMapper()
  • Method Details

    • calculatePasswordDiff

      public com.atlassian.crowd.audit.AuditLogEntry calculatePasswordDiff()
      Specified by:
      calculatePasswordDiff in interface com.atlassian.crowd.manager.audit.mapper.AuditLogUserMapper
    • calculateDifference

      public List<com.atlassian.crowd.audit.AuditLogEntry> calculateDifference(com.atlassian.crowd.audit.AuditLogEventType auditLogEventType, @Nullable com.atlassian.crowd.model.user.User oldUser, @Nullable com.atlassian.crowd.model.user.User newUser)
      Specified by:
      calculateDifference in interface com.atlassian.crowd.manager.audit.mapper.AuditLogUserMapper
    • mapDiffsToAuditLogEntries

      public List<com.atlassian.crowd.audit.AuditLogEntry> mapDiffsToAuditLogEntries(com.atlassian.crowd.audit.AuditLogEventType auditLogEventType, String s, org.apache.commons.lang3.builder.DiffResult diffResult)
      Specified by:
      mapDiffsToAuditLogEntries in interface com.atlassian.crowd.manager.audit.mapper.AuditLogUserMapper