org.identityconnectors.framework.impl.api.local.operations
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, ResolveUsernameImpl, SchemaImpl, ScriptOnConnectorImpl, ScriptOnResourceImpl, SearchImpl, SyncImpl, TestImpl, UpdateImpl
public abstract class ConnectorAPIOperationRunner
- extends APIOperationRunner
Subclass of APIOperationRunner for operations that require a connector.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConnectorAPIOperationRunner
public ConnectorAPIOperationRunner(ConnectorOperationalContext context,
Connector connector)
- Creates the API operation so it can called multiple times.
getOperationalContext
public ConnectorOperationalContext getOperationalContext()
- Get the current operational context.
- Overrides:
getOperationalContext in class APIOperationRunner
getConnector
public Connector getConnector()
getNormalizer
public final ObjectNormalizerFacade getNormalizer(ObjectClass oclass)
Copyright © 2011. All Rights Reserved.