Skip to content

Commit

Permalink
[MOSIP-27405] Updated Audits (#962)
Browse files Browse the repository at this point in the history
* [MOSIP-24670] Updated API correction id and version

* [MOSIP-24670] Updated API body correction

* [MOSIP-22640] Fixed Sonar Bugs

* updated PR

* updated PR

* updated review code

* [MOSIP-22640] Fixed sonar bugs

* updated PR

* updated PR

* [MOSIP-22639] Resolved security hotspots in code

* [MOSIP-24630] Fixed Security Vulnerability in code

* added error for isValidUrl method

* renamed vaildateURL method

* updated PR

* updated PR

* [MOSIP-24670] Made corrections in  id and version

* resolved conflicts

* updated PR

* updated PR

* [MOSIP-24670] Made corrections n API body, response code

* updated PR

* updated PR

* updated dateTime

* updated PR

* [MOSIP-25539] Made corrections in API body, response code

* [MOSIP-25539] made corrections in API body

* updated error message

* updated error code

* updated trasactionid dto change

* added equals

* [MOSIP-25539] made corrections in api body

* [MOSIP-25539] Corrected API response body Task 5

* resolved build failure

* [MOSIP-25539] Task 2 Added error code for vaildateOtp API

* updated PR

* updated PR

* updated PR

* updated PR

* [MOSIP-25539] Updated validateotp method

* updated PR

* [MOSIP-25798] Added validations

* updated PR

* updated PR

* updated PR

* updated PR

* updated PR

* [MOSIP-25791] Added purpose as mandatory

* Added error

* Added Audit logs

* updated test cases

* [MOSIP-22913],[MOSIP-22914],[MOSIP-24653],[MOSIP-24796] Added Audit logs

* updated logs

* updated auditlog code

* updated enum name for audit logs

* updated enum name for audit logs

* updated enum name for audit logs

* updated enum name for audit logs

* updated enum name for audit logs

* [MOSIP-25268] Fixed Sonar vulnerability

* [MOSIP-25268] Fixed Sonar vulnerability

* [MOSIP-26272] Added validation for /update-uin API

* updated PR

* updated update-uin PR

* Fixed build issue

* Updated transactionId error message

* Updated Test cases ResidentServiceResUpdateTest class

* [MOSIP-26343] Created module specific audits

* updated PR

* updated PR

* [MOSIP-26087] Added featureName in pdf name

* updated PR

* Updated PR as per review

* updated PR

* updated PR

* Updated build

* [MOSIP-24494] Updated trasnliterate API error msg

* updated PR

* updated PR

* [MOSIP-25363],[MOSIP-24796],[MOSIP-25711] Updated audit logs

* [MOSIP-26089] Added authentication mode

* Fixed Sonar Bugs

* updated PR

* updated as per review

* Updated Sonar Fix

* Updated Sonar bug fix

* Updated Sonar bug fix

* Updated Sonar bug fix

* Updated Sonar bug fix

* Updated Sonar bug fix

* Updated Sonar bug fix

* [MOSIP-25793] Added audit logs

* Fixed sonar bug

* Fixed sonar bug

* Fixed Sonar Bug

* Updated Sonar Fix

* Fixed build failure

* [MOSIP-27213] Updated update-uin method

* [MOSIP-27213] Updated ObjectValidator method

* [MOSIP-27213] Updated ObjectValidator method

* [MOSIP-27213] Updated ObjectValidator method

* [MOSIP-27253,MOSIP-27254,MOSIP27255] Updated Download card  method

* updated PR

* [MOSIP-25363,MOSIP-27337] Updated Audit logs

* Updated Audit event name

* Updated sonar coverage

* [MOSIP-27548,MOSIP-27547]Updated audits

* Updated Audits Event name

* Updated PR

* Updated PR

* Updated PR

* Updated PR

* [MOSIP-27405] Updated Audits

* [MOSIP-27405] Updated Audits

* [MOSIP-27552] Added ref_id as hash value of id

* [MOSIP-27552] Added ref_id as hash value of id

* [MOSIP-27729,MOSIP-27730,27696] Updated Audits

* [MOSIP-27729,MOSIP-27730,27696] Updated Audits

* Updated PR

* Updated PR

* [MOSIP-27696,MOSIP-27405]Updated Audits

* [MOSIP-27405]Updated Audits]

* [MOSIP-27405]Updated Audits

* updated PR
  • Loading branch information
aihamh authored Jun 12, 2023
1 parent b4c516d commit 4defa58
Show file tree
Hide file tree
Showing 5 changed files with 230 additions and 67 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,13 @@ private ResidentConstants() {
public static final String PINNED_EVENTID_ID = "resident.pinned.eventid.id";
public static final String UNPINNED_EVENTID_ID = "resident.unpinned.eventid.id";
public static final String AUTH_PROXY_PARTNERS_ID = "resident.auth.proxy.partners.id";
public static final String AUTH_HISTORY_ID = "resident.authhistory.id";
public static final String EVENTS_EVENTID_ID = "resident.events.eventid.id";
public static final String UPDATE_UIN_ID = "resident.updateuin.id";
public static final String NOTIFICATION_CLICK_ID = "resident.notification.click.id";
public static final String NOTIFICATION_ID = "resident.notification.id";
public static final String SERVICE_HISTORY_ID = "resident.service.history.id";
public static final String PROFILE_ID = "resident.profile.id";

public static final String NAME_FROM_PROFILE = "mosip.resident.name.token.claim-name";
public static final String UNKNOWN = "Unknown";
Expand Down
Loading

0 comments on commit 4defa58

Please sign in to comment.