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 void
UserRabbitMQService. deleteOrphans(List<Orphan> orphans, boolean deleteFromTarget)
method deleteOrphan is used delete information from ESResponse
UserRabbitMQService. 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 Orphan
OrphanDocumentToEntityConverter. convertToDTO(OrphanDoc doc)
protected Orphan
OrphanDocumentToEntityConverter. 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 OrphanDoc
OrphanDocumentToEntityConverter. 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 void
OrphanService. deleteOrphans(List<Orphan> orphans, boolean deleteFromTarget)
Response
OrphanService. linkOrphans(List<Orphan> orphans)
void
OrphanService. 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 void
OrphanServiceImpl. deleteOrphans(List<Orphan> orphans, boolean deleteFromTarget)
Response
OrphanServiceImpl. linkOrphans(List<Orphan> orphans)
void
OrphanServiceImpl. 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 Response
UserDataWebService. deleteOrphans(List<Orphan> orphans, boolean deleteFromTarget)
Method is used to delete list of orphansResponse
UserDataWebServiceImpl. deleteOrphans(List<Orphan> orphans, boolean deleteFromTarget)
Response
UserDataWebService. linkOrphans(List<Orphan> orphans)
Method is used to link user to selected list of orphansResponse
UserDataWebServiceImpl. 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 boolean
GroupSyncObjectProcessorImpl. addOrphan(Group object, SynchConfig config, String identity, LineObject rowObj, List<Orphan> orphanList, LastRecordMetric metric)
boolean
ISyncObjectProcessor. addOrphan(E object, SynchConfig config, String identity, LineObject rowObj, List<Orphan> orphanList, LastRecordMetric metric)
boolean
ManagedSystemSyncObjectProcessorImpl. addOrphan(ManagedSystemSaveRequest object, SynchConfig config, String identity, LineObject rowObj, List<Orphan> orphanList, LastRecordMetric metric)
boolean
OrganizationSyncObjectProcessorImpl. addOrphan(Organization object, SynchConfig config, String identity, LineObject rowObj, List<Orphan> orphanList, LastRecordMetric metric)
boolean
PolicySyncObjectProcessorImpl. addOrphan(Policy object, SynchConfig config, String identity, LineObject rowObj, List<Orphan> orphanList, LastRecordMetric metric)
boolean
ResourceSyncObjectProcessorImpl. addOrphan(Resource object, SynchConfig config, String identity, LineObject rowObj, List<Orphan> orphanList, LastRecordMetric metric)
boolean
RoleSyncObjectProcessorImpl. addOrphan(Role object, SynchConfig config, String identity, LineObject rowObj, List<Orphan> orphanList, LastRecordMetric metric)
boolean
UserSyncObjectProcessorImpl. addOrphan(ProvisionUser object, SynchConfig config, String identity, LineObject rowObj, List<Orphan> orphanList, LastRecordMetric metric)
-