Uses of Class
org.openiam.model.AbstractMatchPair
-
Packages that use AbstractMatchPair Package Description org.openiam.base.request.sync org.openiam.match org.openiam.model org.openiam.sync.service.impl.srcadapter.processor -
-
Uses of AbstractMatchPair in org.openiam.base.request.sync
Classes in org.openiam.base.request.sync with type parameters of type AbstractMatchPair Modifier and Type Class Description classBaseSynchronizationSaveRequest<T extends AbstractMatchPair> -
Uses of AbstractMatchPair in org.openiam.match
Classes in org.openiam.match with type parameters of type AbstractMatchPair Modifier and Type Class Description classAbstractMatchObjectRule<DB_RESPONSE extends BaseListResponse,PROVISION_OBJECT extends ProvisionObject,PAIR extends AbstractMatchPair>interfaceMatchObjectRule<DB_RESPONSE extends BaseListResponse,OBJECT extends AbstractMatchPair>Interface to define the rule that will be used for matching objects during the synchronization process. -
Uses of AbstractMatchPair in org.openiam.model
Subclasses of AbstractMatchPair in org.openiam.model Modifier and Type Class Description classGroupPairclassLogPairclassManagedSystemPairclassOrganizationPairclassPolicyPairclassResourcePairclassRolePairclassUserPair -
Uses of AbstractMatchPair in org.openiam.sync.service.impl.srcadapter.processor
Methods in org.openiam.sync.service.impl.srcadapter.processor that return types with arguments of type AbstractMatchPair Modifier and Type Method Description List<AbstractMatchPair>AbstractSyncObjectProcessor. getObjectsFromIDM(SynchConfig config, List<LineObject> lineObjects)List<AbstractMatchPair>ISyncObjectProcessor. getObjectsFromIDM(SynchConfig config, List<LineObject> lineObjects)protected abstract List<AbstractMatchPair>AbstractSyncObjectProcessor. getPairs()protected List<AbstractMatchPair>GroupSyncObjectProcessorImpl. getPairs()protected List<AbstractMatchPair>ManagedSystemSyncObjectProcessorImpl. getPairs()protected List<AbstractMatchPair>OrganizationSyncObjectProcessorImpl. getPairs()protected List<AbstractMatchPair>PolicySyncObjectProcessorImpl. getPairs()protected List<AbstractMatchPair>ResourceSyncObjectProcessorImpl. getPairs()protected List<AbstractMatchPair>RoleSyncObjectProcessorImpl. getPairs()protected List<AbstractMatchPair>UserSyncObjectProcessorImpl. getPairs()
-