public class UpdateDeltaImpl extends ConnectorAPIOperationRunner implements org.identityconnectors.framework.api.operations.UpdateDeltaApiOp
| Constructor and Description |
|---|
UpdateDeltaImpl(ConnectorOperationalContext context,
org.identityconnectors.framework.spi.Connector connector)
Determines which type of update a connector supports and then uses that
handler.
|
| Modifier and Type | Method and Description |
|---|---|
Set<org.identityconnectors.framework.common.objects.AttributeDelta> |
updateDelta(org.identityconnectors.framework.common.objects.ObjectClass objclass,
org.identityconnectors.framework.common.objects.Uid uid,
Set<org.identityconnectors.framework.common.objects.AttributeDelta> modifications,
org.identityconnectors.framework.common.objects.OperationOptions options) |
getConnector, getNormalizer, getOperationalContextpublic UpdateDeltaImpl(ConnectorOperationalContext context, org.identityconnectors.framework.spi.Connector connector)
public Set<org.identityconnectors.framework.common.objects.AttributeDelta> updateDelta(org.identityconnectors.framework.common.objects.ObjectClass objclass, org.identityconnectors.framework.common.objects.Uid uid, Set<org.identityconnectors.framework.common.objects.AttributeDelta> modifications, org.identityconnectors.framework.common.objects.OperationOptions options)
updateDelta in interface org.identityconnectors.framework.api.operations.UpdateDeltaApiOpCopyright © 2018. All rights reserved.