Class IDAMappingConfig
- java.lang.Object
-
- io.mosip.authentication.common.service.config.IDAMappingConfig
-
- All Implemented Interfaces:
MappingConfig
@Configuration @PropertySource(value="${ida.mapping.property.source}", factory=IDAMappingFactory.class) @ConfigurationProperties public class IDAMappingConfig extends Object implements MappingConfigThe Class IDAMappingConfig.- Author:
- Dinesh Karuppiah.T
-
-
Constructor Summary
Constructors Constructor Description IDAMappingConfig()
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.mosip.authentication.core.spi.indauth.match.MappingConfig
getAddressLine1, getAddressLine2, getAddressLine3, getAge, getDob, getDobType, getDynamicAttributes, getEmailId, getFace, getFingerprint, getFullAddress, getGender, getIris, getLeftEye, getLeftIndex, getLeftLittle, getLeftMiddle, getLeftRing, getLeftThumb, getLocation1, getLocation2, getLocation3, getName, getOtp, getPassword, getPhoneNumber, getPin, getPostalCode, getRightEye, getRightIndex, getRightLittle, getRightMiddle, getRightRing, getRightThumb
-
-