Uses of Class
io.mosip.authentication.core.indauth.dto.RequestDTO
Packages that use RequestDTO
Package
Description
-
Uses of RequestDTO in io.mosip.authentication.core.indauth.dto
Subclasses of RequestDTO in io.mosip.authentication.core.indauth.dto -
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 RequestDTOModifier and TypeMethodDescriptionMatchType.getIdentityInfoFunction()Get the Identity Info Function.Methods in io.mosip.authentication.core.spi.indauth.match with parameters of type RequestDTOModifier and TypeMethodDescriptionIdInfoFetcher.getAvailableDynamicAttributesNames(RequestDTO request) Gets the available dynamic attributes names.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.IdInfoFetcher.getIdentityRequestInfo(MatchType matchType, RequestDTO identity, String language) Gets the identity info for the MatchType from the IdentityDTO.IdInfoFetcher.getIdentityRequestInfo(MatchType matchType, String idName, RequestDTO identity, String language) Gets the identity info for the MatchType from the IdentityDTO.