@Internal
public interface AuditLogUserMapper
Modifier and Type | Field and Description |
---|---|
static String |
PASSWORD_CREDENTIAL_PROPERTY_KEY |
Modifier and Type | Method and Description |
---|---|
List<AuditLogEntry> |
calculateDifference(AuditLogEventType eventType,
User oldUser,
User newUser) |
AuditLogEntry |
calculatePasswordDiff() |
static final String PASSWORD_CREDENTIAL_PROPERTY_KEY
AuditLogEntry calculatePasswordDiff()
List<AuditLogEntry> calculateDifference(AuditLogEventType eventType, @Nullable User oldUser, @Nullable User newUser)
Copyright © 2021 Atlassian. All rights reserved.