Uses of Class
org.identityconnectors.framework.impl.api.APIConfigurationImpl

Packages that use APIConfigurationImpl
org.identityconnectors.framework.impl.api   
org.identityconnectors.framework.impl.api.local   
org.identityconnectors.framework.impl.api.local.operations   
org.identityconnectors.framework.impl.api.remote   
org.identityconnectors.framework.impl.api.remote.messages   
 

Uses of APIConfigurationImpl in org.identityconnectors.framework.impl.api
 

Methods in org.identityconnectors.framework.impl.api that return APIConfigurationImpl
protected  APIConfigurationImpl AbstractConnectorFacade.getAPIConfiguration()
           
 APIConfigurationImpl AbstractConnectorInfo.getDefaultAPIConfiguration()
           
 APIConfigurationImpl ConfigurationPropertiesImpl.getParent()
           
 

Methods in org.identityconnectors.framework.impl.api with parameters of type APIConfigurationImpl
 void AbstractConnectorInfo.setDefaultAPIConfiguration(APIConfigurationImpl api)
           
 void ConfigurationPropertiesImpl.setParent(APIConfigurationImpl parent)
           
 

Constructors in org.identityconnectors.framework.impl.api with parameters of type APIConfigurationImpl
AbstractConnectorFacade(APIConfigurationImpl configuration)
          Builds up the maps of supported operations and calls.
 

Uses of APIConfigurationImpl in org.identityconnectors.framework.impl.api.local
 

Methods in org.identityconnectors.framework.impl.api.local with parameters of type APIConfigurationImpl
static ObjectPool<PoolableConnector> ConnectorPoolManager.getPool(APIConfigurationImpl impl, LocalConnectorInfoImpl localInfo)
          Get a object pool for this connector if it supports connector pooling.
 

Constructors in org.identityconnectors.framework.impl.api.local with parameters of type APIConfigurationImpl
LocalConnectorFacadeImpl(LocalConnectorInfoImpl connectorInfo, APIConfigurationImpl apiConfiguration)
          Builds up the maps of supported operations and calls.
 

Uses of APIConfigurationImpl in org.identityconnectors.framework.impl.api.local.operations
 

Constructors in org.identityconnectors.framework.impl.api.local.operations with parameters of type APIConfigurationImpl
ConnectorOperationalContext(LocalConnectorInfoImpl connectorInfo, APIConfigurationImpl apiConfiguration, ObjectPool<PoolableConnector> pool)
           
OperationalContext(LocalConnectorInfoImpl connectorInfo, APIConfigurationImpl apiConfiguration)
           
 

Uses of APIConfigurationImpl in org.identityconnectors.framework.impl.api.remote
 

Constructors in org.identityconnectors.framework.impl.api.remote with parameters of type APIConfigurationImpl
RemoteConnectorFacadeImpl(APIConfigurationImpl configuration)
          Builds up the maps of supported operations and calls.
RemoteOperationInvocationHandler(APIConfigurationImpl configuration, Class<? extends APIOperation> operation)
           
 

Uses of APIConfigurationImpl in org.identityconnectors.framework.impl.api.remote.messages
 

Methods in org.identityconnectors.framework.impl.api.remote.messages that return APIConfigurationImpl
 APIConfigurationImpl OperationRequest.getConfiguration()
           
 

Constructors in org.identityconnectors.framework.impl.api.remote.messages with parameters of type APIConfigurationImpl
OperationRequest(ConnectorKey key, APIConfigurationImpl apiConfiguration, Class<? extends APIOperation> operation, String operationMethodName, List<Object> arguments)
           
 



Copyright © 2011. All Rights Reserved.