Uses of Class
org.openiam.idm.srvc.otp.domain.OTPProviderEntity
-
Packages that use OTPProviderEntity Package Description org.openiam.esb.core.auth.module.impl org.openiam.esb.core.dozer.converter org.openiam.esb.core.otp.service.imp org.openiam.esb.repository.impl -
-
Uses of OTPProviderEntity in org.openiam.esb.core.auth.module.impl
Methods in org.openiam.esb.core.auth.module.impl with parameters of type OTPProviderEntity Modifier and Type Method Description AbstractOTPModule
OTPModuleFactory. getModule(OTPProviderEntity entity)
-
Uses of OTPProviderEntity in org.openiam.esb.core.dozer.converter
Methods in org.openiam.esb.core.dozer.converter that return OTPProviderEntity Modifier and Type Method Description OTPProviderEntity
OtpProviderDozerConverter. convertEntity(OTPProviderEntity userEntity, boolean isDeep)
OTPProviderEntity
OtpProviderDozerConverter. convertToEntity(OTPProvider entity, boolean isDeep)
Methods in org.openiam.esb.core.dozer.converter that return types with arguments of type OTPProviderEntity Modifier and Type Method Description List<OTPProviderEntity>
OtpProviderDozerConverter. convertToEntityList(List<OTPProvider> list, boolean isDeep)
Set<OTPProviderEntity>
OtpProviderDozerConverter. convertToEntitySet(Set<OTPProvider> set, boolean isDeep)
Methods in org.openiam.esb.core.dozer.converter with parameters of type OTPProviderEntity Modifier and Type Method Description OTPProviderEntity
OtpProviderDozerConverter. convertEntity(OTPProviderEntity userEntity, boolean isDeep)
OTPProvider
OtpProviderDozerConverter. convertToDTO(OTPProviderEntity userEntity, boolean isDeep)
Method parameters in org.openiam.esb.core.dozer.converter with type arguments of type OTPProviderEntity Modifier and Type Method Description List<OTPProvider>
OtpProviderDozerConverter. convertToDTOList(List<OTPProviderEntity> list, boolean isDeep)
Set<OTPProvider>
OtpProviderDozerConverter. convertToDTOSet(Set<OTPProviderEntity> set, boolean isDeep)
-
Uses of OTPProviderEntity in org.openiam.esb.core.otp.service.imp
Methods in org.openiam.esb.core.otp.service.imp with parameters of type OTPProviderEntity Modifier and Type Method Description protected void
OTPProviderServiceImpl. mergeAttributes(OTPProviderEntity parentFromDB, Map<String,OTPProviderAttributeEntity> fromUI)
protected void
OTPProviderServiceImpl. validateCircularDependency(String rootConfigId, OTPProviderEntity failoverConfig)
need to be sure that failover is not circular. -
Uses of OTPProviderEntity in org.openiam.esb.repository.impl
Methods in org.openiam.esb.repository.impl that return types with arguments of type OTPProviderEntity Modifier and Type Method Description protected org.springframework.data.jpa.domain.Specification<OTPProviderEntity>
OTPProviderRepositoryImpl. buildSpecifications(OTPProviderSearchBean sb)
protected Class<OTPProviderEntity>
OTPProviderRepositoryImpl. getEntityClass()
protected AbstractKeyEntityRepository<OTPProviderEntity,String>
OTPProviderRepositoryImpl. getRepository()
-