Uses of Interface
org.openiam.idm.srvc.recon.dto.MatchConfig
-
Packages that use MatchConfig Package Description org.openiam.idm.srvc.recon.dto org.openiam.idm.srvc.synch.dto org.openiam.idm.srvc.user.dto org.openiam.match -
-
Uses of MatchConfig in org.openiam.idm.srvc.recon.dto
Classes in org.openiam.idm.srvc.recon.dto that implement MatchConfig Modifier and Type Class Description classReconciliationConfig -
Uses of MatchConfig in org.openiam.idm.srvc.synch.dto
Classes in org.openiam.idm.srvc.synch.dto that implement MatchConfig Modifier and Type Class Description classSynchConfig -
Uses of MatchConfig in org.openiam.idm.srvc.user.dto
Classes in org.openiam.idm.srvc.user.dto that implement MatchConfig Modifier and Type Class Description classBulkPasswordResetConfigRepresents the configuration for bulk password reset operations. -
Uses of MatchConfig in org.openiam.match
Methods in org.openiam.match with parameters of type MatchConfig Modifier and Type Method Description protected DB_RESPONSEAbstractMatchObjectRule. doDBLookup(MatchConfig matchConfig, Set<String> values)List<PAIR>AbstractMatchObjectRule. lookup(MatchConfig matchConfig, List<LineObject> lineObjects)List<OBJECT>MatchObjectRule. lookup(MatchConfig config, List<LineObject> lineObjects)Look up the OBJECTs contained in the object with in the IDM system.protected abstract PROVISION_OBJECTAbstractMatchObjectRule. newObjectInstance(MatchConfig config)protected GroupGroupMatchObjectRule. newObjectInstance(MatchConfig config)protected ExternalAuditLogLogMatchObjectRule. newObjectInstance(MatchConfig config)protected ManagedSystemSaveRequestManagedSystemMatchObjectRule. newObjectInstance(MatchConfig config)protected OrganizationOrganizationMatchObjectRule. newObjectInstance(MatchConfig config)protected PolicyPolicyMatchObjectRule. newObjectInstance(MatchConfig config)protected ResourceResourceMatchObjectRule. newObjectInstance(MatchConfig config)protected RoleRoleMatchObjectRule. newObjectInstance(MatchConfig config)protected ProvisionUserUserMatchObjectRule. newObjectInstance(MatchConfig config)
-