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 class
ReconciliationConfig
-
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 class
SynchConfig
-
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 class
BulkPasswordResetConfig
Represents 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_RESPONSE
AbstractMatchObjectRule. 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_OBJECT
AbstractMatchObjectRule. newObjectInstance(MatchConfig config)
protected Group
GroupMatchObjectRule. newObjectInstance(MatchConfig config)
protected ExternalAuditLog
LogMatchObjectRule. newObjectInstance(MatchConfig config)
protected ManagedSystemSaveRequest
ManagedSystemMatchObjectRule. newObjectInstance(MatchConfig config)
protected Organization
OrganizationMatchObjectRule. newObjectInstance(MatchConfig config)
protected Policy
PolicyMatchObjectRule. newObjectInstance(MatchConfig config)
protected Resource
ResourceMatchObjectRule. newObjectInstance(MatchConfig config)
protected Role
RoleMatchObjectRule. newObjectInstance(MatchConfig config)
protected ProvisionUser
UserMatchObjectRule. newObjectInstance(MatchConfig config)
-