Uses of Class
org.apache.syncope.core.provisioning.api.rules.PullMatch
-
Packages that use PullMatch Package Description org.apache.syncope.core.provisioning.api.rules org.apache.syncope.core.provisioning.java.pushpull org.apache.syncope.fit.core.reference -
-
Uses of PullMatch in org.apache.syncope.core.provisioning.api.rules
Fields in org.apache.syncope.core.provisioning.api.rules declared as PullMatch Modifier and Type Field Description static PullMatchPullCorrelationRule. NO_MATCHMethods in org.apache.syncope.core.provisioning.api.rules that return PullMatch Modifier and Type Method Description default PullMatchPullCorrelationRule. matching(Any<?> any, SyncDelta syncDelta, Provision provision)Methods in org.apache.syncope.core.provisioning.api.rules that return types with arguments of type PullMatch Modifier and Type Method Description default Optional<PullMatch>PullCorrelationRule. unmatching(SyncDelta syncDelta, Provision provision) -
Uses of PullMatch in org.apache.syncope.core.provisioning.java.pushpull
Methods in org.apache.syncope.core.provisioning.java.pushpull that return types with arguments of type PullMatch Modifier and Type Method Description Optional<PullMatch>InboundMatcher. match(AnyType anyType, String nameValue, ExternalResource resource, Connector connector)List<PullMatch>InboundMatcher. match(SyncDelta syncDelta, ExternalResource resource, Provision provision, AnyTypeKind anyTypeKind)Finds internal entities based on external attributes and mapping.List<PullMatch>InboundMatcher. matchByConnObjectKeyValue(Item connObjectKeyItem, String connObjectKeyValue, AnyTypeKind anyTypeKind, boolean ignoreCaseMatch, ExternalResource resource)protected List<PullMatch>InboundMatcher. matchByCorrelationRule(SyncDelta syncDelta, Provision provision, PullCorrelationRule rule, AnyTypeKind type)Method parameters in org.apache.syncope.core.provisioning.java.pushpull with type arguments of type PullMatch Modifier and Type Method Description protected AuditElements.ResultAbstractPullResultHandler. delete(SyncDelta delta, List<PullMatch> matches, Provision provision)protected AuditElements.ResultAbstractPullResultHandler. deprovision(MatchingRule matchingRule, SyncDelta delta, List<PullMatch> matches, Provision provision)protected AuditElements.ResultAbstractPullResultHandler. handleAnys(SyncDelta delta, List<PullMatch> matches, AnyTypeKind anyTypeKind, Provision provision)protected AuditElements.ResultAbstractPullResultHandler. handleLinkedAccounts(SyncDelta delta, List<PullMatch> matches, Provision provision)protected AuditElements.ResultDefaultUserPullResultHandler. handleLinkedAccounts(SyncDelta delta, List<PullMatch> matches, Provision provision)protected AuditElements.ResultAbstractPullResultHandler. ignore(SyncDelta delta, List<PullMatch> matches, Provision provision, boolean matching, String... message)protected AuditElements.ResultAbstractPullResultHandler. link(SyncDelta delta, List<PullMatch> matches, Provision provision, boolean unlink)protected AuditElements.ResultAbstractPullResultHandler. update(SyncDelta delta, List<PullMatch> matches, Provision provision) -
Uses of PullMatch in org.apache.syncope.fit.core.reference
Methods in org.apache.syncope.fit.core.reference that return PullMatch Modifier and Type Method Description PullMatchLinkedAccountSamplePullCorrelationRule. matching(Any<?> any, SyncDelta syncDelta, Provision provision)Methods in org.apache.syncope.fit.core.reference that return types with arguments of type PullMatch Modifier and Type Method Description Optional<PullMatch>LinkedAccountSamplePullCorrelationRule. unmatching(SyncDelta syncDelta, Provision provision)
-