Class DefaultPushCorrelationRule
java.lang.Object
org.apache.syncope.core.provisioning.java.pushpull.DefaultPushCorrelationRule
- All Implemented Interfaces:
PushCorrelationRule
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected DefaultPushCorrelationRuleConfprotected static final ConnObjectTOFiqlSearchConditionBuilderprotected MappingManagerFields 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.getFIQL(ConnectorObject connectorObject, Provision provision) Returns a FIQL string to match the given connector object when searching into the external resource identified by the given provision.void
-
Field Details
-
FIQL_BUILDER
-
mappingManager
-
conf
-
-
Constructor Details
-
DefaultPushCorrelationRule
public DefaultPushCorrelationRule()
-
-
Method Details
-
setConf
- Specified by:
setConfin interfacePushCorrelationRule
-
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.
-
getFIQL
Description copied from interface:PushCorrelationRuleReturns a FIQL string to match the given connector object when searching into the external resource identified by the given provision.- Specified by:
getFIQLin interfacePushCorrelationRule- Parameters:
connectorObject- connector objectprovision- resource provision- Returns:
- fiql
-