Class DummyPushCorrelationRule
java.lang.Object
org.apache.syncope.fit.core.reference.DummyPushCorrelationRule
- All Implemented Interfaces:
 PushCorrelationRule
- 
Field Summary
Fields inherited from interface org.apache.syncope.core.provisioning.api.rules.PushCorrelationRule
DEFAULT_FIQL_BUILDER - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptiongetFilter(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, waitMethods inherited from interface org.apache.syncope.core.provisioning.api.rules.PushCorrelationRule
getFIQL, setConf 
- 
Constructor Details
- 
DummyPushCorrelationRule
public DummyPushCorrelationRule() 
 - 
 - 
Method Details
- 
getFilter
Description copied from interface:PushCorrelationRuleReturns a filter to match the given any with a connector object on the external resource identified by the given provision.- Specified by:
 getFilterin interfacePushCorrelationRule- Parameters:
 any- user, group or any objectresource- external resourceprovision- resource provision- Returns:
 - filter.
 
 
 -