-
Notifications
You must be signed in to change notification settings - Fork 176
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MOSIP-34112] Release 1.2.0.x code marge for Bio-dedupes updated flow (…
…#1901) * [MOSIO-34112] Adding test cases (#1899) * [MOSIO-34112] Adding test cases Signed-off-by: khuddus shariff <[email protected]> --------- Signed-off-by: khuddus shariff <[email protected]> * pushtriger changes Signed-off-by: khuddus shariff <[email protected]> * added logger Signed-off-by: khuddus shariff <[email protected]> * test case modification Signed-off-by: khuddus shariff <[email protected]> * test case modification commented changes Signed-off-by: khuddus shariff <[email protected]> * test case modification commented changes Signed-off-by: khuddus shariff <[email protected]> --------- Signed-off-by: Sowmya Ujjappa Banakar <[email protected]> Signed-off-by: khuddus shariff <[email protected]> Co-authored-by: Sowmya Ujjappa Banakar <[email protected]> Co-authored-by: Sowmya Ujjappa Banakar <[email protected]>
- Loading branch information
1 parent
f58d3b3
commit b9c907c
Showing
4 changed files
with
966 additions
and
672 deletions.
There are no files selected for viewing
92 changes: 47 additions & 45 deletions
92
...src/main/java/io/mosip/registration/processor/biodedupe/constants/BioDedupeConstants.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,45 +1,47 @@ | ||
package io.mosip.registration.processor.biodedupe.constants; | ||
|
||
public class BioDedupeConstants { | ||
|
||
/** The Constant FILE_SEPARATOR. */ | ||
public static final String FILE_SEPARATOR = "\\"; | ||
|
||
/** The Constant INDIVIDUAL_BIOMETRICS. */ | ||
public static final String INDIVIDUAL_BIOMETRICS = "individualBiometrics"; | ||
|
||
public static final String VALUE = "value"; | ||
|
||
public static final String CBEFF_PRESENT_IN_PACKET = "Cbeff is present in the packet, destination stage is abis_handler"; | ||
|
||
public static final String CBEFF_NOT_PRESENT_IN_PACKET = "Cbeff is not present in the packet. This will be sent to manual verification."; | ||
|
||
public static final String CBEFF_ABSENT_IN_PACKET = "Cbeff is absent in the packet for child, destination stage is UIN"; | ||
|
||
public static final String UPDATE_PACKET_BIOMETRIC_NOT_NULL = "Update packet individual biometric not null, destination stage is abis_handler"; | ||
|
||
public static final String UPDATE_PACKET_BIOMETRIC_NULL = "Update packet individual biometric null, destination stage is UIN"; | ||
|
||
public static final String ABIS_RESPONSE_NOT_NULL = "ABIS response Details not null, destination stage is Manual_verification"; | ||
|
||
public static final String ABIS_RESPONSE_NULL = "ABIS response Details null, destination stage is UIN"; | ||
|
||
public static final String CBEFF_NOT_FOUND = "Cbeff not found for the lost packet"; | ||
|
||
public static final String APPLICANT_TYPE_CHILD = "Applicant type is child and Cbeff not present returning false"; | ||
|
||
public static final String APPLICANT_TYPE_ADULT = "Applicant type is adult and Cbeff not present throwing exception"; | ||
|
||
public static final String LOST_PRE_ABIS_IDENTITIFICATION = "Lost Packet Pre abis identification"; | ||
|
||
public static final String NO_MATCH_FOUND_FOR_LOST = "No match found, rejecting the lost packet for "; | ||
|
||
public static final String FOUND_UIN_IN_BIO_CHECK = "Found a matching UIN in bio check for the lost packet "; | ||
|
||
public static final String FOUND_UIN_IN_DEMO_CHECK = "Found a matching UIN in demo check for the lost packet "; | ||
|
||
public static final String MULTIPLE_RID_FOUND = "Multiple matched regId found, saving data in manual verification"; | ||
|
||
/** The Constant INTERNAL_ERROR. */ | ||
private static final String INTERNAL_ERROR = "Internal error occurred in bio-dedupe stage while processing for registrationId "; | ||
} | ||
package io.mosip.registration.processor.biodedupe.constants; | ||
|
||
public class BioDedupeConstants { | ||
|
||
/** The Constant FILE_SEPARATOR. */ | ||
public static final String FILE_SEPARATOR = "\\"; | ||
|
||
/** The Constant INDIVIDUAL_BIOMETRICS. */ | ||
public static final String INDIVIDUAL_BIOMETRICS = "individualBiometrics"; | ||
|
||
public static final String VALUE = "value"; | ||
|
||
public static final String CBEFF_PRESENT_IN_PACKET = "Cbeff is present in the packet, destination stage is abis_handler"; | ||
|
||
public static final String CBEFF_NOT_PRESENT_IN_PACKET = "Cbeff is not present in the packet. This will be sent to manual verification."; | ||
|
||
public static final String CBEFF_ABSENT_IN_PACKET = "Cbeff is absent in the packet for child, destination stage is UIN"; | ||
|
||
public static final String UPDATE_PACKET_BIOMETRIC_NOT_NULL = "Update packet individual biometric not null, destination stage is abis_handler"; | ||
|
||
public static final String UPDATE_PACKET_BIOMETRIC_NULL = "Update packet individual biometric null, destination stage is UIN"; | ||
|
||
public static final String ABIS_RESPONSE_NOT_NULL = "ABIS response Details not null, destination stage is Manual_verification"; | ||
|
||
public static final String ABIS_RESPONSE_NULL = "ABIS response Details null, destination stage is UIN"; | ||
|
||
public static final String CBEFF_NOT_FOUND = "Cbeff not found for the lost packet"; | ||
|
||
public static final String APPLICANT_TYPE_CHILD = "Applicant type is child and Cbeff not present returning false"; | ||
|
||
public static final String APPLICANT_TYPE_ADULT = "Applicant type is adult and Cbeff not present throwing exception"; | ||
|
||
public static final String LOST_PRE_ABIS_IDENTITIFICATION = "Lost Packet Pre abis identification"; | ||
|
||
public static final String NO_MATCH_FOUND_FOR_LOST = "No match found, rejecting the lost packet for "; | ||
|
||
public static final String FOUND_UIN_IN_BIO_CHECK = "Found a matching UIN in bio check for the lost packet "; | ||
|
||
public static final String FOUND_UIN_IN_DEMO_CHECK = "Found a matching UIN in demo check for the lost packet "; | ||
|
||
public static final String MULTIPLE_RID_FOUND = "Multiple matched regId found, saving data in manual verification"; | ||
|
||
/** The Constant INTERNAL_ERROR. */ | ||
private static final String INTERNAL_ERROR = "Internal error occurred in bio-dedupe stage while processing for registrationId "; | ||
|
||
public static final String BIOMETRIC_MATCH_FOUND_WITH_OTHER = "Biometric match found with other user, rejecting packet for "; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.