Uses of Class
io.mosip.authentication.core.indauth.dto.RequestDTO
-
Packages that use RequestDTO Package Description io.mosip.authentication.core.indauth.dto io.mosip.authentication.core.spi.indauth.match -
-
Uses of RequestDTO in io.mosip.authentication.core.indauth.dto
Subclasses of RequestDTO in io.mosip.authentication.core.indauth.dto Modifier and Type Class Description classKycRequestDTO -
Uses of RequestDTO in io.mosip.authentication.core.spi.indauth.match
Methods in io.mosip.authentication.core.spi.indauth.match that return types with arguments of type RequestDTO Modifier and Type Method Description Function<RequestDTO,Map<String,List<IdentityInfoDTO>>>MatchType. getIdentityInfoFunction()Get the Identity Info Function.Methods in io.mosip.authentication.core.spi.indauth.match with parameters of type RequestDTO Modifier and Type Method Description Set<String>IdInfoFetcher. getAvailableDynamicAttributesNames(RequestDTO request)Gets the available dynamic attributes names.Map<String,List<IdentityInfoDTO>>IdInfoFetcher. getIdentityInfo(MatchType matchType, String idName, RequestDTO identity)Gets the identity info.default List<IdentityInfoDTO>MatchType. getIdentityInfoList(RequestDTO identity)Get the IdentityInfoDTO list out of the identity block for this MatchType.Map<String,String>IdInfoFetcher. getIdentityRequestInfo(MatchType matchType, RequestDTO identity, String language)Gets the identity info for the MatchType from the IdentityDTO.Map<String,String>IdInfoFetcher. getIdentityRequestInfo(MatchType matchType, String idName, RequestDTO identity, String language)Gets the identity info for the MatchType from the IdentityDTO.
-