Uses of Interface
org.apache.syncope.common.lib.policy.PushCorrelationRuleConf
-
-
Uses of PushCorrelationRuleConf in org.apache.syncope.common.lib.policy
Classes in org.apache.syncope.common.lib.policy that implement PushCorrelationRuleConf Modifier and Type Class Description class
DefaultPushCorrelationRuleConf
-
Uses of PushCorrelationRuleConf in org.apache.syncope.core.logic.init
Method parameters in org.apache.syncope.core.logic.init with type arguments of type PushCorrelationRuleConf Modifier and Type Method Description Class<? extends PushCorrelationRule>
ClassPathScanImplementationLookup. getPushCorrelationRuleClass(Class<? extends PushCorrelationRuleConf> correlationRuleConfClass)
-
Uses of PushCorrelationRuleConf in org.apache.syncope.core.provisioning.api
Method parameters in org.apache.syncope.core.provisioning.api with type arguments of type PushCorrelationRuleConf Modifier and Type Method Description Class<? extends PushCorrelationRule>
ImplementationLookup. getPushCorrelationRuleClass(Class<? extends PushCorrelationRuleConf> pushCorrelationRuleConfClass)
-
Uses of PushCorrelationRuleConf in org.apache.syncope.core.provisioning.api.rules
Methods in org.apache.syncope.core.provisioning.api.rules that return types with arguments of type PushCorrelationRuleConf Modifier and Type Method Description Class<? extends PushCorrelationRuleConf>
value()
Methods in org.apache.syncope.core.provisioning.api.rules with parameters of type PushCorrelationRuleConf Modifier and Type Method Description default void
PushCorrelationRule. setConf(PushCorrelationRuleConf conf)
-
Uses of PushCorrelationRuleConf in org.apache.syncope.core.provisioning.java.pushpull
Methods in org.apache.syncope.core.provisioning.java.pushpull with parameters of type PushCorrelationRuleConf Modifier and Type Method Description void
DefaultPushCorrelationRule. setConf(PushCorrelationRuleConf conf)
-
Uses of PushCorrelationRuleConf in org.apache.syncope.fit.core.reference
Classes in org.apache.syncope.fit.core.reference that implement PushCorrelationRuleConf Modifier and Type Class Description class
DummyPushCorrelationRuleConf
Method parameters in org.apache.syncope.fit.core.reference with type arguments of type PushCorrelationRuleConf Modifier and Type Method Description Class<? extends PushCorrelationRule>
ITImplementationLookup. getPushCorrelationRuleClass(Class<? extends PushCorrelationRuleConf> pushCorrelationRuleConfClass)
-