Uses of Class
org.openiam.idm.srvc.otp.dto.OTPProvider
-
-
Uses of OTPProvider in org.openiam.esb.core.auth.module
Fields in org.openiam.esb.core.auth.module declared as OTPProvider Modifier and Type Field Description protected OTPProviderAbstractOTPModule. providerMethods in org.openiam.esb.core.auth.module that return OTPProvider Modifier and Type Method Description OTPProviderAbstractOTPModule. getProvider()Constructors in org.openiam.esb.core.auth.module with parameters of type OTPProvider Constructor Description AbstractOTPModule(OTPProvider provider) -
Uses of OTPProvider in org.openiam.esb.core.auth.module.impl
Constructors in org.openiam.esb.core.auth.module.impl with parameters of type OTPProvider Constructor Description EmailOTPModule(OTPProvider provider)SMSGlobalSMSOTPModule(OTPProvider provider)TwilioSMSOTPModule(OTPProvider provider)TwilioVoiceOTPModule(OTPProvider provider) -
Uses of OTPProvider in org.openiam.esb.core.dozer.converter
Methods in org.openiam.esb.core.dozer.converter that return OTPProvider Modifier and Type Method Description OTPProviderOtpProviderDozerConverter. convertDTO(OTPProvider entity, boolean isDeep)OTPProviderOtpProviderDozerConverter. convertToDTO(OTPProviderEntity userEntity, boolean isDeep)Methods in org.openiam.esb.core.dozer.converter that return types with arguments of type OTPProvider Modifier and Type Method Description List<OTPProvider>OtpProviderDozerConverter. convertToDTOList(List<OTPProviderEntity> list, boolean isDeep)Set<OTPProvider>OtpProviderDozerConverter. convertToDTOSet(Set<OTPProviderEntity> set, boolean isDeep)Methods in org.openiam.esb.core.dozer.converter with parameters of type OTPProvider Modifier and Type Method Description OTPProviderOtpProviderDozerConverter. convertDTO(OTPProvider entity, boolean isDeep)OTPProviderEntityOtpProviderDozerConverter. convertToEntity(OTPProvider entity, boolean isDeep)Method parameters in org.openiam.esb.core.dozer.converter with type arguments of type OTPProvider Modifier and Type Method Description List<OTPProviderEntity>OtpProviderDozerConverter. convertToEntityList(List<OTPProvider> list, boolean isDeep)Set<OTPProviderEntity>OtpProviderDozerConverter. convertToEntitySet(Set<OTPProvider> set, boolean isDeep) -
Uses of OTPProvider in org.openiam.esb.core.otp.service
Methods in org.openiam.esb.core.otp.service that return OTPProvider Modifier and Type Method Description OTPProviderOTPProviderService. save(OTPProvider dto)Methods in org.openiam.esb.core.otp.service with parameters of type OTPProvider Modifier and Type Method Description OTPProviderOTPProviderService. save(OTPProvider dto) -
Uses of OTPProvider in org.openiam.esb.core.otp.service.imp
Methods in org.openiam.esb.core.otp.service.imp that return OTPProvider Modifier and Type Method Description OTPProviderOTPProviderServiceImpl. get(String id)OTPProviderOTPProviderServiceImpl. save(OTPProvider dto)Methods in org.openiam.esb.core.otp.service.imp that return types with arguments of type OTPProvider Modifier and Type Method Description org.springframework.data.domain.Page<OTPProvider>OTPProviderServiceImpl. find(OTPProviderSearchBean searchBean, int from, int size)Methods in org.openiam.esb.core.otp.service.imp with parameters of type OTPProvider Modifier and Type Method Description OTPProviderOTPProviderServiceImpl. save(OTPProvider dto) -
Uses of OTPProvider in org.openiam.srvc.otp
Methods in org.openiam.srvc.otp that return OTPProvider Modifier and Type Method Description OTPProviderOTPProviderDataWebService. getById(String id)OTPProviderOTPProviderDataWebServiceImpl. getById(String id)Methods in org.openiam.srvc.otp with parameters of type OTPProvider Modifier and Type Method Description OTPProviderResponseOTPProviderDataWebService. save(OTPProvider otpProvider)OTPProviderResponseOTPProviderDataWebServiceImpl. save(OTPProvider otpProvider)
-