Class DefaultPushCorrelationRule
- java.lang.Object
-
- org.apache.syncope.core.provisioning.java.pushpull.DefaultPushCorrelationRule
-
- All Implemented Interfaces:
PushCorrelationRule
public class DefaultPushCorrelationRule extends Object implements PushCorrelationRule
-
-
Field Summary
Fields Modifier and Type Field Description protected DefaultPushCorrelationRuleConfconfprotected static ConnObjectTOFiqlSearchConditionBuilderFIQL_BUILDERprotected MappingManagermappingManager-
Fields inherited from interface org.apache.syncope.core.provisioning.api.rules.PushCorrelationRule
DEFAULT_FIQL_BUILDER
-
-
Constructor Summary
Constructors Constructor Description DefaultPushCorrelationRule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FiltergetFilter(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.StringgetFIQL(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.voidsetConf(PushCorrelationRuleConf conf)
-
-
-
Field Detail
-
FIQL_BUILDER
protected static final ConnObjectTOFiqlSearchConditionBuilder FIQL_BUILDER
-
mappingManager
@Autowired protected MappingManager mappingManager
-
conf
protected DefaultPushCorrelationRuleConf conf
-
-
Method Detail
-
setConf
public void setConf(PushCorrelationRuleConf conf)
- Specified by:
setConfin interfacePushCorrelationRule
-
getFilter
public Filter getFilter(Any<?> any, ExternalResource resource, Provision provision)
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
public String getFIQL(ConnectorObject connectorObject, Provision provision)
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
-
-