Uses of Interface
org.apache.syncope.core.provisioning.api.Connector
-
-
Uses of Connector in org.apache.syncope.core.provisioning.api
Methods in org.apache.syncope.core.provisioning.api that return Connector Modifier and Type Method Description ConnectorConnectorManager. createConnector(ConnInstance connInstance)Create connector from given connector instance.ConnectorConnectorManager. getConnector(ExternalResource resource)Get existing connector bean for the given resource or create if not found.Methods in org.apache.syncope.core.provisioning.api that return types with arguments of type Connector Modifier and Type Method Description Optional<Connector>ConnectorManager. readConnector(ExternalResource resource) -
Uses of Connector in org.apache.syncope.core.provisioning.api.propagation
Methods in org.apache.syncope.core.provisioning.api.propagation that return Connector Modifier and Type Method Description ConnectorPropagationTaskInfo. getConnector()Methods in org.apache.syncope.core.provisioning.api.propagation with parameters of type Connector Modifier and Type Method Description voidPropagationTaskInfo. setConnector(Connector connector) -
Uses of Connector in org.apache.syncope.core.provisioning.api.pushpull
Methods in org.apache.syncope.core.provisioning.api.pushpull that return Connector Modifier and Type Method Description ConnectorProvisioningProfile. getConnector()Methods in org.apache.syncope.core.provisioning.api.pushpull with parameters of type Connector Modifier and Type Method Description List<ProvisioningReport>SyncopeSinglePullExecutor. pull(ExternalResource resource, Provision provision, Connector connector, ReconFilterBuilder reconFilterBuilder, Set<String> moreAttrsToGet, PullTaskTO pullTaskTO, String executor)List<ProvisioningReport>SyncopeSinglePushExecutor. push(ExternalResource resource, Provision provision, Connector connector, Any<?> any, PushTaskTO pushTaskTO, String executor)ProvisioningReportSyncopeSinglePushExecutor. push(ExternalResource resource, Provision provision, Connector connector, LinkedAccount account, PushTaskTO pushTaskTO, String executor)Constructors in org.apache.syncope.core.provisioning.api.pushpull with parameters of type Connector Constructor Description ProvisioningProfile(Connector connector, T task) -
Uses of Connector in org.apache.syncope.core.provisioning.api.pushpull.stream
Methods in org.apache.syncope.core.provisioning.api.pushpull.stream with parameters of type Connector Modifier and Type Method Description List<ProvisioningReport>SyncopeStreamPullExecutor. pull(AnyType anyType, String keyColumn, List<String> columns, ConflictResolutionAction conflictResolutionAction, String pullCorrelationRule, Connector connector, PullTaskTO pullTaskTO, String executor)List<ProvisioningReport>SyncopeStreamPushExecutor. push(AnyType anyType, List<? extends Any<?>> anys, List<String> columns, Connector connector, List<String> propagationActions, PushTaskTO pushTaskTO, String executor) -
Uses of Connector in org.apache.syncope.core.provisioning.java
Classes in org.apache.syncope.core.provisioning.java that implement Connector Modifier and Type Class Description classConnectorFacadeProxyMethods in org.apache.syncope.core.provisioning.java that return Connector Modifier and Type Method Description ConnectorDefaultConnectorManager. createConnector(ConnInstance connInstance)ConnectorDefaultConnectorManager. getConnector(ExternalResource resource)Methods in org.apache.syncope.core.provisioning.java that return types with arguments of type Connector Modifier and Type Method Description Optional<Connector>DefaultConnectorManager. readConnector(ExternalResource resource) -
Uses of Connector in org.apache.syncope.core.provisioning.java.propagation
Methods in org.apache.syncope.core.provisioning.java.propagation with parameters of type Connector Modifier and Type Method Description protected UidAbstractPropagationTaskExecutor. createOrUpdate(PropagationTaskInfo taskInfo, boolean fetchRemoteObj, ConnectorObject beforeObj, Connector connector, AtomicReference<Boolean> propagationAttempted)protected UidAbstractPropagationTaskExecutor. delete(PropagationTaskInfo taskInfo, boolean fetchRemoteObj, ConnectorObject beforeObj, Connector connector, AtomicReference<Boolean> propagationAttempted)protected UidAbstractPropagationTaskExecutor. doCreate(PropagationTaskInfo taskInfo, Connector connector, AtomicReference<Boolean> propagationAttempted)protected UidAbstractPropagationTaskExecutor. doUpdate(PropagationTaskInfo taskInfo, Connector connector, ConnectorObject beforeObj, AtomicReference<Boolean> propagationAttempted)protected UidAbstractPropagationTaskExecutor. doUpdateDelta(PropagationTaskInfo taskInfo, Set<AttributeDelta> modifications, Connector connector, AtomicReference<Boolean> propagationAttempted)protected ConnectorObjectAbstractPropagationTaskExecutor. getRemoteObject(PropagationTaskInfo taskInfo, Connector connector, OrgUnit orgUnit, List<PropagationActions> actions, boolean latest)Get remote object for given task.protected ConnectorObjectAbstractPropagationTaskExecutor. getRemoteObject(PropagationTaskInfo taskInfo, Connector connector, Provision provision, List<PropagationActions> actions, boolean latest)Get remote object for given task. -
Uses of Connector in org.apache.syncope.core.provisioning.java.pushpull
Methods in org.apache.syncope.core.provisioning.java.pushpull that return Connector Modifier and Type Method Description protected ConnectorAbstractProvisioningJobDelegate. getConnector(T provisioningTask)Methods in org.apache.syncope.core.provisioning.java.pushpull with parameters of type Connector Modifier and Type Method Description protected voidSinglePushJobDelegate. before(ExternalResource resource, Connector connector, PushTaskTO pushTaskTO, String executor)protected abstract StringAbstractProvisioningJobDelegate. doExecuteProvisioning(T task, Connector connector, boolean dryRun, String executor, org.quartz.JobExecutionContext context)protected StringPullJobDelegate. doExecuteProvisioning(PullTask pullTask, Connector connector, boolean dryRun, String executor, org.quartz.JobExecutionContext context)protected StringPushJobDelegate. doExecuteProvisioning(PushTask pushTask, Connector connector, boolean dryRun, String executor, org.quartz.JobExecutionContext context)protected StringADMembershipPullActions. getGroupMembershipAttrName(Connector connector)Allows easy subclassing for the ConnId AD connector bundle.protected StringLDAPMembershipPullActions. getGroupMembershipAttrName(Connector connector)Allows easy subclassing for the ConnId AD connector bundle.protected List<Object>LDAPMembershipPullActions. getMembAttrValues(SyncDelta delta, Connector connector)Read values of attribute returned by getGroupMembershipAttrName(); if not present in the given delta, perform an additional read on the underlying connector.Optional<PullMatch>InboundMatcher. match(AnyType anyType, String nameValue, ExternalResource resource, Connector connector)List<ConnectorObject>OutboundMatcher. match(Connector connector, Any<?> any, ExternalResource resource, Provision provision, Optional<String[]> moreAttrsToGet, Item... linkingItems)List<ConnectorObject>OutboundMatcher. match(PropagationTaskInfo taskInfo, Connector connector, Provision provision, List<PropagationActions> actions, String connObjectKeyValue)Optional<ConnectorObject>OutboundMatcher. matchByConnObjectKeyValue(Connector connector, Item connObjectKeyItem, String connObjectKeyValue, ExternalResource resource, Provision provision, Optional<String[]> moreAttrsToGet, Optional<Collection<Item>> linkingItems)protected List<ConnectorObject>OutboundMatcher. matchByCorrelationRule(Connector connector, Filter filter, ExternalResource resource, Provision provision, Optional<String[]> moreAttrsToGet, Optional<Collection<Item>> linkingItems)protected voidDBPasswordPullActions. parseEncodedPassword(String password, Connector connector)List<ProvisioningReport>SinglePullJobDelegate. pull(ExternalResource resource, Provision provision, Connector connector, ReconFilterBuilder reconFilterBuilder, Set<String> moreAttrsToGet, PullTaskTO pullTaskTO, String executor)List<ProvisioningReport>SinglePushJobDelegate. push(ExternalResource resource, Provision provision, Connector connector, Any<?> any, PushTaskTO pushTaskTO, String executor)ProvisioningReportSinglePushJobDelegate. push(ExternalResource resource, Provision provision, Connector connector, LinkedAccount account, PushTaskTO pushTaskTO, String executor) -
Uses of Connector in org.apache.syncope.core.provisioning.java.pushpull.stream
Classes in org.apache.syncope.core.provisioning.java.pushpull.stream that implement Connector Modifier and Type Class Description classCSVStreamConnectorMethods in org.apache.syncope.core.provisioning.java.pushpull.stream with parameters of type Connector Modifier and Type Method Description List<ProvisioningReport>StreamPullJobDelegate. pull(AnyType anyType, String keyColumn, List<String> columns, ConflictResolutionAction conflictResolutionAction, String pullCorrelationRule, Connector connector, PullTaskTO pullTaskTO, String executor)List<ProvisioningReport>StreamPushJobDelegate. push(AnyType anyType, List<? extends Any<?>> anys, List<String> columns, Connector connector, List<String> propagationActions, PushTaskTO pushTaskTO, String executor)
-