org.identityconnectors.framework.impl.api.local
Class LocalConnectorFacadeImpl
java.lang.Object
org.identityconnectors.framework.impl.api.AbstractConnectorFacade
org.identityconnectors.framework.impl.api.local.LocalConnectorFacadeImpl
- All Implemented Interfaces:
- ConnectorFacade, APIOperation, AuthenticationApiOp, CreateApiOp, DeleteApiOp, GetApiOp, ResolveUsernameApiOp, SchemaApiOp, ScriptOnConnectorApiOp, ScriptOnResourceApiOp, SearchApiOp, SyncApiOp, TestApiOp, UpdateApiOp, ValidateApiOp
public class LocalConnectorFacadeImpl
- extends AbstractConnectorFacade
Implements all the methods of the facade.
| 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 |
LocalConnectorFacadeImpl
public LocalConnectorFacadeImpl(LocalConnectorInfoImpl connectorInfo,
APIConfigurationImpl apiConfiguration)
- Builds up the maps of supported operations and calls.
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.