Interface AuditLogUserMapper
@Internal
public interface AuditLogUserMapper
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionList<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.AuditLogEntryList<com.atlassian.crowd.audit.AuditLogEntry> mapDiffsToAuditLogEntries(com.atlassian.crowd.audit.AuditLogEventType eventType, String username, org.apache.commons.lang3.builder.DiffResult diffResult)
-
Field Details
-
PASSWORD_CREDENTIAL_PROPERTY_KEY
- See Also:
-
-
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
-