Interface AuditLogUserMapper


@Internal public interface AuditLogUserMapper
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
  • 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)
     
  • Field Details

  • Method Details

    • calculatePasswordDiff

      com.atlassian.crowd.audit.AuditLogEntry calculatePasswordDiff()
    • calculateDifference

      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)
    • mapDiffsToAuditLogEntries

      List<com.atlassian.crowd.audit.AuditLogEntry> mapDiffsToAuditLogEntries(com.atlassian.crowd.audit.AuditLogEventType eventType, String username, org.apache.commons.lang3.builder.DiffResult diffResult)