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 -
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)
-
Constructor Details
-
AuditLogUserMapperImpl
public AuditLogUserMapperImpl()
-
-
Method Details
-
calculatePasswordDiff
public com.atlassian.crowd.audit.AuditLogEntry calculatePasswordDiff()- Specified by:
calculatePasswordDiffin interfacecom.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:
calculateDifferencein interfacecom.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:
mapDiffsToAuditLogEntriesin interfacecom.atlassian.crowd.manager.audit.mapper.AuditLogUserMapper
-