@Component public class IdRepoManager extends Object
| Constructor and Description |
|---|
IdRepoManager() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getIdByRID(String regID,
boolean isBio)
Gets the id by RID.
|
Map<String,Object> |
getIdenity(String uin,
boolean isBio)
Fetch data from Id Repo based on Individual's UIN / VID value and all UIN.
|
String |
getRIDByUID(String idvId)
Gets the RID by UID.
|
long |
getUINByVID(String vid)
Gets the UIN by VID.
|
void |
updateVIDstatus(String vid)
Update VI dstatus.
|
public Map<String,Object> getIdenity(String uin, boolean isBio) throws IdAuthenticationBusinessException
uin - the uinisBio - the is bioIdAuthenticationBusinessException - the id authentication business exceptionpublic String getRIDByUID(String idvId) throws IdAuthenticationBusinessException
idvId - the idv idIdAuthenticationBusinessException - the id authentication business exceptionpublic Map<String,Object> getIdByRID(String regID, boolean isBio) throws IdAuthenticationBusinessException
regID - the reg IDisBio - the is bioIdAuthenticationBusinessException - the id authentication business exceptionpublic long getUINByVID(String vid) throws IdAuthenticationBusinessException
vid - the vidIdAuthenticationBusinessException - the id authentication business exceptionpublic void updateVIDstatus(String vid) throws IdAuthenticationBusinessException
vid - the vidIdAuthenticationBusinessException - the id authentication business exceptionCopyright © 2020. All rights reserved.