Interface AuditLogUserMapper
@Internal
public interface AuditLogUserMapper
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptioncalculateDifference(AuditLogEventType eventType, User oldUser, User newUser) mapDiffsToAuditLogEntries(AuditLogEventType eventType, String username, org.apache.commons.lang3.builder.DiffResult diffResult)
-
Field Details
-
PASSWORD_CREDENTIAL_PROPERTY_KEY
- See Also:
-
-
Method Details
-
calculatePasswordDiff
AuditLogEntry calculatePasswordDiff() -
calculateDifference
List<AuditLogEntry> calculateDifference(AuditLogEventType eventType, @Nullable User oldUser, @Nullable User newUser) -
mapDiffsToAuditLogEntries
List<AuditLogEntry> mapDiffsToAuditLogEntries(AuditLogEventType eventType, String username, org.apache.commons.lang3.builder.DiffResult diffResult)
-