Class DefaultPullCorrelationRuleConf
- java.lang.Object
-
- org.apache.syncope.common.lib.policy.AbstractCorrelationRuleConf
-
- org.apache.syncope.common.lib.policy.DefaultPullCorrelationRuleConf
-
- All Implemented Interfaces:
Serializable
,BaseBean
,PullCorrelationRuleConf
,RuleConf
public class DefaultPullCorrelationRuleConf extends AbstractCorrelationRuleConf implements PullCorrelationRuleConf
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DefaultPullCorrelationRuleConf()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>
getSchemas()
boolean
isOrSchemas()
void
setOrSchemas(boolean orSchemas)
-
Methods inherited from class org.apache.syncope.common.lib.policy.AbstractCorrelationRuleConf
getName, setName
-
-