Interface EntityValueFetcher
public interface EntityValueFetcher
Fetch Entity values based on request
- Author:
- Dinesh Karuppiah.T
-
Method Summary
-
Method Details
-
fetch
Map<String,String> fetch(String uin, AuthRequestDTO authReq, String partnerID) throws IdAuthenticationBusinessException Fetch Entity Value.- Parameters:
uin- the uinauthReq- the auth reqpartnerID- the partner ID- Returns:
- the map
- Throws:
IdAuthenticationBusinessException- the id authentication business exception
-