Class DefaultPushCorrelationRuleConf
- java.lang.Object
-
- org.apache.syncope.common.lib.policy.AbstractCorrelationRuleConf
-
- org.apache.syncope.common.lib.policy.DefaultPushCorrelationRuleConf
-
- All Implemented Interfaces:
Serializable
,BaseBean
,PushCorrelationRuleConf
,RuleConf
public class DefaultPushCorrelationRuleConf extends AbstractCorrelationRuleConf implements PushCorrelationRuleConf
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DefaultPushCorrelationRuleConf()
-
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
-
-