Class AuditLogUserMapperImpl

java.lang.Object
com.atlassian.jira.crowd.embedded.AuditLogUserMapperImpl
All Implemented Interfaces:
com.atlassian.crowd.manager.audit.mapper.AuditLogUserMapper

public class AuditLogUserMapperImpl extends Object implements com.atlassian.crowd.manager.audit.mapper.AuditLogUserMapper
We don't provide any of this functionality. Just need to provide this class as it is a dependency of crowd-rest-plugin or crowd-rest-application-management. In future releases of Crowd / Embedded Crowd we should probably do some cleanup there.
  • 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 eventType, com.atlassian.crowd.model.user.User oldUser, com.atlassian.crowd.model.user.User newUser)
     
    com.atlassian.crowd.audit.AuditLogEntry
     
    List<com.atlassian.crowd.audit.AuditLogEntry>
    mapDiffsToAuditLogEntries(com.atlassian.crowd.audit.AuditLogEventType eventType, String username, 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

    • AuditLogUserMapperImpl

      public AuditLogUserMapperImpl()
  • 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 eventType, @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 eventType, String username, org.apache.commons.lang3.builder.DiffResult diffResult)
      Specified by:
      mapDiffsToAuditLogEntries in interface com.atlassian.crowd.manager.audit.mapper.AuditLogUserMapper