@Service public class IdInfoFetcherImpl extends Object implements IdInfoFetcher
| Constructor and Description |
|---|
IdInfoFetcherImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
checkLanguageType(String languageFromInput,
String languageFromEntity)
Check language type.
|
BioMatcherUtil |
getBioMatcherUtil() |
Map<String,Map.Entry<String,List<IdentityInfoDTO>>> |
getCbeffValues(Map<String,List<IdentityInfoDTO>> idEntity,
CbeffDocType[] types,
MatchType matchType) |
DemoNormalizer |
getDemoNormalizer() |
org.springframework.core.env.Environment |
getEnvironment() |
Map<String,String> |
getIdentityRequestInfo(MatchType matchType,
RequestDTO identity,
String language)
Fetch Identity info based on Match type and Identity
|
String |
getLanguageCode(LanguageType langType)
Fetch language code from properties
|
Optional<String> |
getLanguageName(String languageCode) |
Optional<Integer> |
getMatchingThreshold(String key) |
MasterDataFetcher |
getTitleFetcher() |
Optional<String> |
getTypeForIdName(String idName,
IdMapping[] idMappings) |
ValidateOtpFunction |
getValidateOTPFunction() |
public DemoNormalizer getDemoNormalizer()
getDemoNormalizer in interface IdInfoFetcherpublic BioMatcherUtil getBioMatcherUtil()
getBioMatcherUtil in interface IdInfoFetcherpublic String getLanguageCode(LanguageType langType)
getLanguageCode in interface IdInfoFetcherlangType - - the language codepublic Optional<String> getLanguageName(String languageCode)
getLanguageName in interface IdInfoFetcherpublic Map<String,String> getIdentityRequestInfo(MatchType matchType, RequestDTO identity, String language)
getIdentityRequestInfo in interface IdInfoFetcherpublic boolean checkLanguageType(String languageFromInput, String languageFromEntity)
checkLanguageType in interface IdInfoFetcherlanguageFromInput - the language for match typelanguageFromEntity - the language from reqpublic ValidateOtpFunction getValidateOTPFunction()
getValidateOTPFunction in interface IdInfoFetcherpublic Map<String,Map.Entry<String,List<IdentityInfoDTO>>> getCbeffValues(Map<String,List<IdentityInfoDTO>> idEntity, CbeffDocType[] types, MatchType matchType) throws IdAuthenticationBusinessException
getCbeffValues in interface IdInfoFetcherIdAuthenticationBusinessExceptionpublic org.springframework.core.env.Environment getEnvironment()
getEnvironment in interface IdInfoFetcherpublic MasterDataFetcher getTitleFetcher()
getTitleFetcher in interface IdInfoFetcherpublic Optional<Integer> getMatchingThreshold(String key)
getMatchingThreshold in interface IdInfoFetcherpublic Optional<String> getTypeForIdName(String idName, IdMapping[] idMappings)
getTypeForIdName in interface IdInfoFetcherCopyright © 2020. All rights reserved.