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