Class DummyPushCorrelationRule
- java.lang.Object
-
- org.apache.syncope.fit.core.reference.DummyPushCorrelationRule
-
- All Implemented Interfaces:
PushCorrelationRule
public class DummyPushCorrelationRule extends Object implements PushCorrelationRule
-
-
Field Summary
-
Fields inherited from interface org.apache.syncope.core.provisioning.api.rules.PushCorrelationRule
DEFAULT_FIQL_BUILDER
-
-
Constructor Summary
Constructors Constructor Description DummyPushCorrelationRule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Filter
getFilter(Any<?> any, ExternalResource resource, Provision provision)
Returns a filter to match the given any with a connector object on the external resource identified by the given provision.-
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.PushCorrelationRule
getFIQL, setConf
-
-
-
-
Method Detail
-
getFilter
public Filter getFilter(Any<?> any, ExternalResource resource, Provision provision)
Description copied from interface:PushCorrelationRule
Returns a filter to match the given any with a connector object on the external resource identified by the given provision.- Specified by:
getFilter
in interfacePushCorrelationRule
- Parameters:
any
- user, group or any objectresource
- external resourceprovision
- resource provision- Returns:
- filter.
-
-