Class DefaultInboundCorrelationRule
java.lang.Object
org.apache.syncope.core.provisioning.java.pushpull.DefaultInboundCorrelationRule
- All Implemented Interfaces:
InboundCorrelationRule
-
Field Summary
Fields inherited from interface org.apache.syncope.core.provisioning.api.rules.InboundCorrelationRule
NO_MATCH -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetSearchCond(LiveSyncDelta syncDelta, Provision provision) Return a search condition.voidMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.syncope.core.provisioning.api.rules.InboundCorrelationRule
matching, unmatching
-
Constructor Details
-
DefaultInboundCorrelationRule
public DefaultInboundCorrelationRule()
-
-
Method Details
-
setConf
- Specified by:
setConfin interfaceInboundCorrelationRule
-
getSearchCond
Description copied from interface:InboundCorrelationRuleReturn a search condition.- Specified by:
getSearchCondin interfaceInboundCorrelationRule- Parameters:
syncDelta- change operation, including external attributesprovision- resource provision- Returns:
- search condition.
-