Class UpdateMfaAuthenticatorServiceImpl

java.lang.Object
com.skava.service.impl.UpdateMfaAuthenticatorServiceImpl
All Implemented Interfaces:
com.skava.core.EcommService<MfaAuthRequest,MfaAuthResponse>, UpdateMfaAuthenticatorService

@Service @Transactional public class UpdateMfaAuthenticatorServiceImpl extends Object implements UpdateMfaAuthenticatorService
This service class implements UpdateMfaAuthenticatorService and handles the update MFA authenticator service request, process it and save the details in DB. It also implements business logic required to update requested consent.
Author:
Infosys Equinox
  • Constructor Details

    • UpdateMfaAuthenticatorServiceImpl

      public UpdateMfaAuthenticatorServiceImpl()
      Default Constructor
  • Method Details