Class DynamicIdMapping
java.lang.Object
io.mosip.authentication.core.spi.indauth.match.DynamicIdMapping
- All Implemented Interfaces:
IdMapping
The Class DynamicIdMapping.
- Author:
- Loganathan Sekar
-
Constructor Summary
ConstructorsConstructorDescriptionDynamicIdMapping(String idName, List<String> mappings) Instantiates a new dynamic id mapping. -
Method Summary
-
Constructor Details
-
DynamicIdMapping
Instantiates a new dynamic id mapping.- Parameters:
idName- the id namemappings- the mappings
-
-
Method Details
-
getIdname
Gets the idname. -
getMappingFunction
Gets the mapping function.- Specified by:
getMappingFunctionin interfaceIdMapping- Returns:
- the mapping function
-
getSubIdMappings
Gets the sub id mappings.- Specified by:
getSubIdMappingsin interfaceIdMapping- Returns:
- the sub id mappings
-
getType
Gets the type. -
getSubType
Gets the sub type.- Specified by:
getSubTypein interfaceIdMapping- Returns:
- the sub type
-
hashCode
public int hashCode()Hash code. -
equals
Equals.
-