Uses of Class
io.mosip.authentication.core.indauth.dto.AuthRequestDTO
-
-
Uses of AuthRequestDTO in io.mosip.authentication.core.indauth.dto
Subclasses of AuthRequestDTO in io.mosip.authentication.core.indauth.dto Modifier and Type Class Description classEkycAuthRequestDTOThe Class For KycAuthRequestDTO extending BaseAuthRequestDTOclassIdentityKeyBindingRequestDTOThe Class For IdentityKeyBindingRequestDTO extending BaseAuthRequestDTOclassKycAuthRequestDTO -
Uses of AuthRequestDTO in io.mosip.authentication.core.spi.indauth.facade
Methods in io.mosip.authentication.core.spi.indauth.facade with parameters of type AuthRequestDTO Modifier and Type Method Description AuthResponseDTOAuthFacade. authenticateIndividual(AuthRequestDTO authRequest, boolean isExternalAuth, String partnerId, String partnerApiKey, boolean markVidConsumed, ObjectWithMetadata requestWrapperMetadata)Process the authorization type and authorization response is returned.AuthResponseDTOIdentityKeyBindingFacade. authenticateIndividual(AuthRequestDTO authRequest, String partnerId, String partnerApiKey, ObjectWithMetadata requestWithMetadata)Authenticate individual.AuthResponseDTOKycFacade. authenticateIndividual(AuthRequestDTO authRequest, boolean request, String partnerId, String partnerApiKey, ObjectWithMetadata requestWithMetadata)Authenticate individual.AuthResponseDTOKycFacade. authenticateIndividual(AuthRequestDTO authRequest, boolean request, String partnerId, String partnerApiKey, ObjectWithMetadata requestWithMetadata, boolean markVidConsumed)Authenticate individual.KycAuthResponseDTOKycFacade. processKycAuth(AuthRequestDTO kycAuthRequestDTO, AuthResponseDTO authResponseDTO, String partnerId, String oidcClientId, Map<String,Object> metadata)Process the KycAuthRequestDTO to integrate with KYCService. -
Uses of AuthRequestDTO in io.mosip.authentication.core.spi.indauth.match
Methods in io.mosip.authentication.core.spi.indauth.match that return types with arguments of type AuthRequestDTO Modifier and Type Method Description default Function<AuthRequestDTO,Map<String,String>>MatchType. getReqestInfoFunction()Get the Identity Info Function.Methods in io.mosip.authentication.core.spi.indauth.match with parameters of type AuthRequestDTO Modifier and Type Method Description Map<String,String>EntityValueFetcher. fetch(String uin, AuthRequestDTO authReq, String partnerID)Fetch Entity Value.default StringAuthType. getDisplayName(AuthRequestDTO authReq, IdInfoFetcher helper)default Optional<String>AuthType. getMatchingStrategy(AuthRequestDTO authReq, String language)Gets the matching strategy.default Optional<Integer>AuthType. getMatchingThreshold(AuthRequestDTO authReq, String language, org.springframework.core.env.Environment environment, IdInfoFetcher idInfoFetcher)Gets the matching threshold.default Map<String,Object>AuthType. getMatchProperties(AuthRequestDTO authRequestDTO, IdInfoFetcher languageInfoFetcher, String language)Gets the match properties.default booleanAuthType. isAuthTypeEnabled(AuthRequestDTO authReq, IdInfoFetcher idInfoFetcher)Checks if is auth type info available.default booleanAuthType. isAuthTypeInfoAvailable(AuthRequestDTO authRequestDTO) -
Uses of AuthRequestDTO in io.mosip.authentication.core.spi.indauth.service
Methods in io.mosip.authentication.core.spi.indauth.service with parameters of type AuthRequestDTO Modifier and Type Method Description AuthStatusInfoAuthService. authenticate(AuthRequestDTO authRequestDTO, String uin, Map<String,List<IdentityInfoDTO>> idInfo, String partnerId)This method is used to authenticate the individual based on the auth type.default AuthStatusInfoBioAuthService. authenticate(AuthRequestDTO authRequestDTO, String token, Map<String,List<IdentityInfoDTO>> idInfo, String partnerId)AuthStatusInfoBioAuthService. authenticate(AuthRequestDTO authRequestDTO, String token, Map<String,List<IdentityInfoDTO>> idInfo, String partnerId, boolean isAuth)Authenticate. -
Uses of AuthRequestDTO in io.mosip.authentication.core.spi.notification.service
Methods in io.mosip.authentication.core.spi.notification.service with parameters of type AuthRequestDTO Modifier and Type Method Description voidNotificationService. sendAuthNotification(AuthRequestDTO authRequestDTO, String idvid, AuthResponseDTO authResponseDTO, Map<String,List<IdentityInfoDTO>> idInfo, boolean isAuth)
-