Class AuditLogUserMapperImpl
java.lang.Object
com.atlassian.crowd.manager.audit.mapper.AuditLogUserMapperImpl
- All Implemented Interfaces:
AuditLogUserMapper
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringFields inherited from interface com.atlassian.crowd.manager.audit.mapper.AuditLogUserMapper
PASSWORD_CREDENTIAL_PROPERTY_KEY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncalculateDifference(AuditLogEventType eventType, User oldUser, User newUser) mapDiffsToAuditLogEntries(AuditLogEventType eventType, String username, org.apache.commons.lang3.builder.DiffResult changes)
-
Field Details
-
NAME_PROPERTY_KEY
- See Also:
-
DISPLAY_NAME_PROPERTY_KEY
- See Also:
-
EMAIL_PROPERTY_KEY
- See Also:
-
ACTIVE_PROPERTY_KEY
- See Also:
-
FIRST_NAME_PROPERTY_KEY
- See Also:
-
LAST_NAME_PROPERTY_KEY
- See Also:
-
EXTERNAL_ID_PROPERTY_KEY
- See Also:
-
-
Constructor Details
-
AuditLogUserMapperImpl
-
-
Method Details
-
calculateDifference
public List<AuditLogEntry> calculateDifference(AuditLogEventType eventType, @Nullable User oldUser, @Nullable User newUser) - Specified by:
calculateDifferencein interfaceAuditLogUserMapper
-
mapDiffsToAuditLogEntries
public List<AuditLogEntry> mapDiffsToAuditLogEntries(AuditLogEventType eventType, String username, org.apache.commons.lang3.builder.DiffResult changes) - Specified by:
mapDiffsToAuditLogEntriesin interfaceAuditLogUserMapper
-
calculatePasswordDiff
- Specified by:
calculatePasswordDiffin interfaceAuditLogUserMapper
-