Class DefaultPullCorrelationRule

  • All Implemented Interfaces:
    org.apache.syncope.core.provisioning.api.rules.PullCorrelationRule

    public class DefaultPullCorrelationRule
    extends Object
    implements org.apache.syncope.core.provisioning.api.rules.PullCorrelationRule
    • Field Summary

      • Fields inherited from interface org.apache.syncope.core.provisioning.api.rules.PullCorrelationRule

        NO_MATCH
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apache.syncope.core.persistence.api.dao.search.SearchCond getSearchCond​(org.identityconnectors.framework.common.objects.SyncDelta syncDelta, org.apache.syncope.common.lib.to.Provision provision)  
      void setConf​(org.apache.syncope.common.lib.policy.PullCorrelationRuleConf conf)  
      • Methods inherited from interface org.apache.syncope.core.provisioning.api.rules.PullCorrelationRule

        matching, unmatching
    • Constructor Detail

      • DefaultPullCorrelationRule

        public DefaultPullCorrelationRule()
    • Method Detail

      • setConf

        public void setConf​(org.apache.syncope.common.lib.policy.PullCorrelationRuleConf conf)
        Specified by:
        setConf in interface org.apache.syncope.core.provisioning.api.rules.PullCorrelationRule
      • getSearchCond

        public org.apache.syncope.core.persistence.api.dao.search.SearchCond getSearchCond​(org.identityconnectors.framework.common.objects.SyncDelta syncDelta,
                                                                                           org.apache.syncope.common.lib.to.Provision provision)
        Specified by:
        getSearchCond in interface org.apache.syncope.core.provisioning.api.rules.PullCorrelationRule