Uses of Class
io.mosip.authentication.core.indauth.dto.AuthRequestDTO
Packages that use AuthRequestDTO
Package
Description
-
Uses of AuthRequestDTO in io.mosip.authentication.core.indauth.dto
Subclasses of AuthRequestDTO in io.mosip.authentication.core.indauth.dtoModifier and TypeClassDescriptionclassThe Class For KycAuthRequestDTO extending BaseAuthRequestDTOclassThe Class For IdentityKeyBindingRequestDTO extending BaseAuthRequestDTOclass -
Uses of AuthRequestDTO in io.mosip.authentication.core.spi.indauth.facade
Methods in io.mosip.authentication.core.spi.indauth.facade with parameters of type AuthRequestDTOModifier and TypeMethodDescriptionAuthFacade.authenticateIndividual(AuthRequestDTO authRequest, boolean isExternalAuth, String partnerId, String partnerApiKey, boolean markVidConsumed, ObjectWithMetadata requestWrapperMetadata) Process the authorization type and authorization response is returned.IdentityKeyBindingFacade.authenticateIndividual(AuthRequestDTO authRequest, String partnerId, String partnerApiKey, ObjectWithMetadata requestWithMetadata) Authenticate individual.KycFacade.authenticateIndividual(AuthRequestDTO authRequest, boolean request, String partnerId, String partnerApiKey, ObjectWithMetadata requestWithMetadata) Authenticate individual.KycFacade.authenticateIndividual(AuthRequestDTO authRequest, boolean request, String partnerId, String partnerApiKey, ObjectWithMetadata requestWithMetadata, boolean markVidConsumed) Authenticate individual.KycFacade.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 AuthRequestDTOModifier and TypeMethodDescriptiondefault 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 AuthRequestDTOModifier and TypeMethodDescriptionEntityValueFetcher.fetch(String uin, AuthRequestDTO authReq, String partnerID) Fetch Entity Value.default StringAuthType.getDisplayName(AuthRequestDTO authReq, IdInfoFetcher helper) AuthType.getMatchingStrategy(AuthRequestDTO authReq, String language) Gets the matching strategy.AuthType.getMatchingThreshold(AuthRequestDTO authReq, String language, org.springframework.core.env.Environment environment, IdInfoFetcher idInfoFetcher) Gets the matching threshold.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 AuthRequestDTOModifier and TypeMethodDescriptionAuthService.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) BioAuthService.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 AuthRequestDTOModifier and TypeMethodDescriptionvoidNotificationService.sendAuthNotification(AuthRequestDTO authRequestDTO, String idvid, AuthResponseDTO authResponseDTO, Map<String, List<IdentityInfoDTO>> idInfo, boolean isAuth)