org.identityconnectors.framework.impl.api.remote
Class RemoteConnectorFacadeImpl

java.lang.Object
  extended by org.identityconnectors.framework.impl.api.AbstractConnectorFacade
      extended by org.identityconnectors.framework.impl.api.remote.RemoteConnectorFacadeImpl
All Implemented Interfaces:
ConnectorFacade, APIOperation, AuthenticationApiOp, CreateApiOp, DeleteApiOp, GetApiOp, ResolveUsernameApiOp, SchemaApiOp, ScriptOnConnectorApiOp, ScriptOnResourceApiOp, SearchApiOp, SyncApiOp, TestApiOp, UpdateApiOp, ValidateApiOp

public class RemoteConnectorFacadeImpl
extends AbstractConnectorFacade

Implements all the methods of the facade


Field Summary
 
Fields inherited from interface org.identityconnectors.framework.api.operations.APIOperation
NO_TIMEOUT
 
Constructor Summary
RemoteConnectorFacadeImpl(APIConfigurationImpl configuration)
          Builds up the maps of supported operations and calls.
 
Method Summary
protected  APIOperation getOperationImplementation(Class<? extends APIOperation> api)
          Gets the implementation of the given operation
 
Methods inherited from class org.identityconnectors.framework.impl.api.AbstractConnectorFacade
addAttributeValues, authenticate, create, createLoggingProxy, createTimeoutProxy, delete, getAPIConfiguration, getLatestSyncToken, getObject, getOperation, getSupportedOperations, newAPIOperationProxy, removeAttributeValues, resolveUsername, runScriptOnConnector, runScriptOnResource, schema, search, sync, test, update, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteConnectorFacadeImpl

public RemoteConnectorFacadeImpl(APIConfigurationImpl configuration)
Builds up the maps of supported operations and calls.

Method Detail

getOperationImplementation

protected APIOperation getOperationImplementation(Class<? extends APIOperation> api)
Description copied from class: AbstractConnectorFacade
Gets the implementation of the given operation

Specified by:
getOperationImplementation in class AbstractConnectorFacade
Parameters:
api - The operation to implement.
Returns:
The implementation


Copyright © 2011. All Rights Reserved.