org.identityconnectors.framework.impl.api.local.operations
Class ConnectorAPIOperationRunner

java.lang.Object
  extended by org.identityconnectors.framework.impl.api.local.operations.APIOperationRunner
      extended by 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.


Constructor Summary
ConnectorAPIOperationRunner(ConnectorOperationalContext context, Connector connector)
          Creates the API operation so it can called multiple times.
 
Method Summary
 Connector getConnector()
           
 ObjectNormalizerFacade getNormalizer(ObjectClass oclass)
           
 ConnectorOperationalContext getOperationalContext()
          Get the current operational context.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectorAPIOperationRunner

public ConnectorAPIOperationRunner(ConnectorOperationalContext context,
                                   Connector connector)
Creates the API operation so it can called multiple times.

Method Detail

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.