Uses of Class
org.openiam.idm.srvc.user.dto.Orphan
-
-
Uses of Orphan in org.openiam.common.beans.mq
Method parameters in org.openiam.common.beans.mq with type arguments of type Orphan Modifier and Type Method Description voidUserRabbitMQService. deleteOrphans(List<Orphan> orphans, boolean deleteFromTarget)method deleteOrphan is used delete information from ESResponseUserRabbitMQService. saveOrphans(List<Orphan> orphans)method saveOrphan is used save information in ES about accounts were detected as orphans -
Uses of Orphan in org.openiam.elasticsearch.converter
Methods in org.openiam.elasticsearch.converter that return Orphan Modifier and Type Method Description OrphanOrphanDocumentToEntityConverter. convertToDTO(OrphanDoc doc)protected OrphanOrphanDocumentToEntityConverter. newDTO()Methods in org.openiam.elasticsearch.converter that return types with arguments of type Orphan Modifier and Type Method Description Class<Orphan>OrphanDocumentToEntityConverter. getDTOClass()Methods in org.openiam.elasticsearch.converter with parameters of type Orphan Modifier and Type Method Description OrphanDocOrphanDocumentToEntityConverter. convertToDoc(Orphan dto) -
Uses of Orphan in org.openiam.esb.core.user.service
Methods in org.openiam.esb.core.user.service that return types with arguments of type Orphan Modifier and Type Method Description org.springframework.data.domain.Page<Orphan>OrphanService. findBeansDto(OrphanSearchBean searchBean, int from, int size)Method parameters in org.openiam.esb.core.user.service with type arguments of type Orphan Modifier and Type Method Description voidOrphanService. deleteOrphans(List<Orphan> orphans, boolean deleteFromTarget)ResponseOrphanService. linkOrphans(List<Orphan> orphans)voidOrphanService. saveList(List<Orphan> orphans) -
Uses of Orphan in org.openiam.esb.core.user.service.impl
Methods in org.openiam.esb.core.user.service.impl that return types with arguments of type Orphan Modifier and Type Method Description org.springframework.data.domain.Page<Orphan>OrphanServiceImpl. findBeansDto(OrphanSearchBean searchBean, int from, int size)Method parameters in org.openiam.esb.core.user.service.impl with type arguments of type Orphan Modifier and Type Method Description voidOrphanServiceImpl. deleteOrphans(List<Orphan> orphans, boolean deleteFromTarget)ResponseOrphanServiceImpl. linkOrphans(List<Orphan> orphans)voidOrphanServiceImpl. saveList(List<Orphan> orphans) -
Uses of Orphan in org.openiam.srvc.user
Method parameters in org.openiam.srvc.user with type arguments of type Orphan Modifier and Type Method Description ResponseUserDataWebService. deleteOrphans(List<Orphan> orphans, boolean deleteFromTarget)Method is used to delete list of orphansResponseUserDataWebServiceImpl. deleteOrphans(List<Orphan> orphans, boolean deleteFromTarget)ResponseUserDataWebService. linkOrphans(List<Orphan> orphans)Method is used to link user to selected list of orphansResponseUserDataWebServiceImpl. linkOrphans(List<Orphan> orphans) -
Uses of Orphan in org.openiam.sync.service.impl.srcadapter.processor
Method parameters in org.openiam.sync.service.impl.srcadapter.processor with type arguments of type Orphan Modifier and Type Method Description booleanGroupSyncObjectProcessorImpl. addOrphan(Group object, SynchConfig config, String identity, LineObject rowObj, List<Orphan> orphanList, LastRecordMetric metric)booleanISyncObjectProcessor. addOrphan(E object, SynchConfig config, String identity, LineObject rowObj, List<Orphan> orphanList, LastRecordMetric metric)booleanManagedSystemSyncObjectProcessorImpl. addOrphan(ManagedSystemSaveRequest object, SynchConfig config, String identity, LineObject rowObj, List<Orphan> orphanList, LastRecordMetric metric)booleanOrganizationSyncObjectProcessorImpl. addOrphan(Organization object, SynchConfig config, String identity, LineObject rowObj, List<Orphan> orphanList, LastRecordMetric metric)booleanPolicySyncObjectProcessorImpl. addOrphan(Policy object, SynchConfig config, String identity, LineObject rowObj, List<Orphan> orphanList, LastRecordMetric metric)booleanResourceSyncObjectProcessorImpl. addOrphan(Resource object, SynchConfig config, String identity, LineObject rowObj, List<Orphan> orphanList, LastRecordMetric metric)booleanRoleSyncObjectProcessorImpl. addOrphan(Role object, SynchConfig config, String identity, LineObject rowObj, List<Orphan> orphanList, LastRecordMetric metric)booleanUserSyncObjectProcessorImpl. addOrphan(ProvisionUser object, SynchConfig config, String identity, LineObject rowObj, List<Orphan> orphanList, LastRecordMetric metric)
-