Uses of Interface
io.mosip.authentication.core.dto.ObjectWithMetadata
-
-
Uses of ObjectWithMetadata in io.mosip.authentication.core.dto
Methods in io.mosip.authentication.core.dto with parameters of type ObjectWithMetadata Modifier and Type Method Description default 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 ObjectWithMetadata Modifier and Type Class Description classAuthenticationFailedExceptionThe Class AuthenticationFailedException - Exception thrown when Authentication of user is failed.classIdAuthenticationAppExceptionThe base exception for ID Authentication application which is always associated with an error code.classIdAuthenticationBaseExceptionThe base exception for all checked exceptions used in ID AuthenticationclassIdAuthenticationBusinessExceptionThe parent exception for ID Authentication which is always associated with an error code.classIdAuthenticationDaoExceptionThe exception for ID Authentication which is always associated with an error code.classIDAuthenticationUnknownExceptionThe Class UnknownException - Thrown when an unknown exception occurs.classIDDataValidationExceptionThe Class IDDataValidationException - Thrown when any Data validation error occurs.classIdValidationFailedExceptionException thrown when UID/VIN is invalid.classRetryingBeforeRetryIntervalExceptionThe Class RetryingBeforeRetryIntervalException - The exception to be thrown if try is performed before the retry interval.classSecurityFailedExceptionThe Class SecurityFailedException - Thrown when security check is failed.classServiceTimeoutExceptionThe 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 ObjectWithMetadata Modifier and Type Class Description classAuthRequestDTOGeneral-purpose ofAuthRequestDTOclass used to communicate with core-kernel API.classEkycAuthRequestDTOThe Class For KycAuthRequestDTO extending BaseAuthRequestDTOclassIdentityDTOInstantiates a new identity DTO.classIdentityKeyBindingRequestDTOThe Class For IdentityKeyBindingRequestDTO extending BaseAuthRequestDTOclassKycAuthRequestDTOclassKycExchangeRequestDTOThe class KycExchangeRequestDTO to holds the request parameters for Kyc Exchange.classVciExchangeRequestDTOThe 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 ObjectWithMetadata Modifier and Type Class Description classOtpRequestDTOThis 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 ObjectWithMetadata 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.KycExchangeResponseDTOKycFacade. processKycExchange(KycExchangeRequestDTO kycExchangeRequestDTO, String partnerId, String oidcClientId, Map<String,Object> metadata, ObjectWithMetadata requestWithMetadata)Process the KycExchangeRequestDTO to integrate with KYCService.VciExchangeResponseDTOVciFacade. 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 ObjectWithMetadata Modifier and Type Method Description OtpResponseDTOOTPService. generateOtp(OtpRequestDTO otpRequest, String partnerID, ObjectWithMetadata requestWithMetadata)Generate otp.
-