Class ConnectorAPIOperationRunner
java.lang.Object
org.identityconnectors.framework.impl.api.local.operations.APIOperationRunner
org.identityconnectors.framework.impl.api.local.operations.ConnectorAPIOperationRunner
- Direct Known Subclasses:
AuthenticationImpl,CreateImpl,DeleteImpl,DiscoverConfigurationImpl,LiveSyncImpl,ResolveUsernameImpl,SchemaImpl,ScriptOnConnectorImpl,ScriptOnResourceImpl,SearchImpl,SyncImpl,TestImpl,UpdateDeltaImpl,UpdateImpl
Subclass of APIOperationRunner for operations that require a connector.
-
Constructor Summary
ConstructorsConstructorDescriptionConnectorAPIOperationRunner(ConnectorOperationalContext context, Connector connector) Creates the API operation so it can called multiple times. -
Method Summary
Modifier and TypeMethodDescriptionfinal ObjectNormalizerFacadegetNormalizer(ObjectClass objectClass) Get the current operational context.
-
Constructor Details
-
ConnectorAPIOperationRunner
Creates the API operation so it can called multiple times.
-
-
Method Details
-
getOperationalContext
Get the current operational context.- Overrides:
getOperationalContextin classAPIOperationRunner
-
getConnector
-
getNormalizer
-