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 OTPProvider
AbstractOTPModule. provider
Methods in org.openiam.esb.core.auth.module that return OTPProvider Modifier and Type Method Description OTPProvider
AbstractOTPModule. 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 OTPProvider
OtpProviderDozerConverter. convertDTO(OTPProvider entity, boolean isDeep)
OTPProvider
OtpProviderDozerConverter. 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 OTPProvider
OtpProviderDozerConverter. convertDTO(OTPProvider entity, boolean isDeep)
OTPProviderEntity
OtpProviderDozerConverter. 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 OTPProvider
OTPProviderService. save(OTPProvider dto)
Methods in org.openiam.esb.core.otp.service with parameters of type OTPProvider Modifier and Type Method Description OTPProvider
OTPProviderService. 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 OTPProvider
OTPProviderServiceImpl. get(String id)
OTPProvider
OTPProviderServiceImpl. 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 OTPProvider
OTPProviderServiceImpl. 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 OTPProvider
OTPProviderDataWebService. getById(String id)
OTPProvider
OTPProviderDataWebServiceImpl. getById(String id)
Methods in org.openiam.srvc.otp with parameters of type OTPProvider Modifier and Type Method Description OTPProviderResponse
OTPProviderDataWebService. save(OTPProvider otpProvider)
OTPProviderResponse
OTPProviderDataWebServiceImpl. save(OTPProvider otpProvider)
-