Uses of Interface
io.mosip.authentication.core.dto.ObjectWithMetadata
Packages that use ObjectWithMetadata
Package
Description
-
Uses of ObjectWithMetadata in io.mosip.authentication.core.dto
Methods in io.mosip.authentication.core.dto with parameters of type ObjectWithMetadataModifier and TypeMethodDescriptiondefault voidObjectWithMetadata.copyAllMetadaTo(ObjectWithMetadata target) Copy all metada to.default voidObjectWithMetadata.copyMetadataTo(ObjectWithMetadata target, String key) Copy metadata to. -
Uses of ObjectWithMetadata in io.mosip.authentication.core.exception
Classes in io.mosip.authentication.core.exception that implement ObjectWithMetadataModifier and TypeClassDescriptionclassThe Class AuthenticationFailedException - Exception thrown when Authentication of user is failed.classThe base exception for ID Authentication application which is always associated with an error code.classThe base exception for all checked exceptions used in ID AuthenticationclassThe parent exception for ID Authentication which is always associated with an error code.classThe exception for ID Authentication which is always associated with an error code.classThe Class UnknownException - Thrown when an unknown exception occurs.classThe Class IDDataValidationException - Thrown when any Data validation error occurs.classException thrown when UID/VIN is invalid.classThe Class RetryingBeforeRetryIntervalException - The exception to be thrown if try is performed before the retry interval.classThe Class SecurityFailedException - Thrown when security check is failed.classThe Class ServiceTimeoutException - Thrown when service is timed out. -
Uses of ObjectWithMetadata in io.mosip.authentication.core.indauth.dto
Classes in io.mosip.authentication.core.indauth.dto that implement ObjectWithMetadataModifier and TypeClassDescriptionclassGeneral-purpose ofAuthRequestDTOclass used to communicate with core-kernel API.classThe Class For KycAuthRequestDTO extending BaseAuthRequestDTOclassInstantiates a new identity DTO.classThe Class For IdentityKeyBindingRequestDTO extending BaseAuthRequestDTOclassclassThe class KycExchangeRequestDTO to holds the request parameters for Kyc Exchange.classThe class VciExchangeRequestDTO to holds the request parameters for VCI Exchange. -
Uses of ObjectWithMetadata in io.mosip.authentication.core.otp.dto
Classes in io.mosip.authentication.core.otp.dto that implement ObjectWithMetadataModifier and TypeClassDescriptionclassThis class is used to provide request for OTP generation. -
Uses of ObjectWithMetadata in io.mosip.authentication.core.spi.indauth.facade
Methods in io.mosip.authentication.core.spi.indauth.facade with parameters of type ObjectWithMetadataModifier 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.processKycExchange(KycExchangeRequestDTO kycExchangeRequestDTO, String partnerId, String oidcClientId, Map<String, Object> metadata, ObjectWithMetadata requestWithMetadata) Process the KycExchangeRequestDTO to integrate with KYCService.VciFacade.processVciExchange(VciExchangeRequestDTO vciExchangeRequestDTO, String partnerId, String oidcClientId, Map<String, Object> metadata, ObjectWithMetadata requestWithMetadata) Process the VciExchangeRequestDTO to integrate with VciService. -
Uses of ObjectWithMetadata in io.mosip.authentication.core.spi.otp.service
Methods in io.mosip.authentication.core.spi.otp.service with parameters of type ObjectWithMetadataModifier and TypeMethodDescriptionOTPService.generateOtp(OtpRequestDTO otpRequest, String partnerID, ObjectWithMetadata requestWithMetadata) Generate otp.