Uses of Interface
org.apache.syncope.common.lib.policy.PullCorrelationRuleConf
-
-
Uses of PullCorrelationRuleConf in org.apache.syncope.common.lib.policy
Classes in org.apache.syncope.common.lib.policy that implement PullCorrelationRuleConf Modifier and Type Class Description classDefaultPullCorrelationRuleConf -
Uses of PullCorrelationRuleConf in org.apache.syncope.core.logic.init
Method parameters in org.apache.syncope.core.logic.init with type arguments of type PullCorrelationRuleConf Modifier and Type Method Description Class<? extends PullCorrelationRule>ClassPathScanImplementationLookup. getPullCorrelationRuleClass(Class<? extends PullCorrelationRuleConf> correlationRuleConfClass) -
Uses of PullCorrelationRuleConf in org.apache.syncope.core.provisioning.api
Method parameters in org.apache.syncope.core.provisioning.api with type arguments of type PullCorrelationRuleConf Modifier and Type Method Description Class<? extends PullCorrelationRule>ImplementationLookup. getPullCorrelationRuleClass(Class<? extends PullCorrelationRuleConf> pullCorrelationRuleConfClass) -
Uses of PullCorrelationRuleConf in org.apache.syncope.core.provisioning.api.rules
Methods in org.apache.syncope.core.provisioning.api.rules that return types with arguments of type PullCorrelationRuleConf Modifier and Type Method Description Class<? extends PullCorrelationRuleConf>value()Methods in org.apache.syncope.core.provisioning.api.rules with parameters of type PullCorrelationRuleConf Modifier and Type Method Description default voidPullCorrelationRule. setConf(PullCorrelationRuleConf conf) -
Uses of PullCorrelationRuleConf in org.apache.syncope.core.provisioning.java.pushpull
Methods in org.apache.syncope.core.provisioning.java.pushpull with parameters of type PullCorrelationRuleConf Modifier and Type Method Description voidDefaultPullCorrelationRule. setConf(PullCorrelationRuleConf conf) -
Uses of PullCorrelationRuleConf in org.apache.syncope.fit.core.reference
Classes in org.apache.syncope.fit.core.reference that implement PullCorrelationRuleConf Modifier and Type Class Description classDummyPullCorrelationRuleConfclassLinkedAccountSamplePullCorrelationRuleConfMethod parameters in org.apache.syncope.fit.core.reference with type arguments of type PullCorrelationRuleConf Modifier and Type Method Description Class<? extends PullCorrelationRule>ITImplementationLookup. getPullCorrelationRuleClass(Class<? extends PullCorrelationRuleConf> pullCorrelationRuleConfClass)
-