Interface EntityValueFetcher
-
public interface EntityValueFetcherFetch Entity values based on request- Author:
- Dinesh Karuppiah.T
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,String>fetch(String uin, AuthRequestDTO authReq, String partnerID)Fetch Entity Value.
-
-
-
Method Detail
-
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
-
-