Uses of Class
io.mosip.authentication.core.spi.bioauth.CbeffDocType
-
Packages that use CbeffDocType Package Description io.mosip.authentication.core.spi.bioauth io.mosip.authentication.core.spi.indauth.match -
-
Uses of CbeffDocType in io.mosip.authentication.core.spi.bioauth
Methods in io.mosip.authentication.core.spi.bioauth that return CbeffDocType Modifier and Type Method Description static CbeffDocTypeCbeffDocType. valueOf(String name)Returns the enum constant of this type with the specified name.static CbeffDocType[]CbeffDocType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of CbeffDocType in io.mosip.authentication.core.spi.indauth.match
Methods in io.mosip.authentication.core.spi.indauth.match with parameters of type CbeffDocType Modifier and Type Method Description Map<String,Map.Entry<String,List<IdentityInfoDTO>>>IdInfoFetcher. getCbeffValues(Map<String,List<IdentityInfoDTO>> idEntity, CbeffDocType[] cbeffDocTypes, MatchType matchType)To fetch cbeff values.
-