Uses of Class
org.identityconnectors.framework.impl.api.APIConfigurationImpl
-
-
Uses of APIConfigurationImpl in org.identityconnectors.framework.impl.api
Methods in org.identityconnectors.framework.impl.api that return APIConfigurationImpl Modifier and Type Method Description protected APIConfigurationImpl
AbstractConnectorFacade. getAPIConfiguration()
APIConfigurationImpl
AbstractConnectorInfo. getDefaultAPIConfiguration()
APIConfigurationImpl
ConfigurationPropertiesImpl. getParent()
Methods in org.identityconnectors.framework.impl.api with parameters of type APIConfigurationImpl Modifier and Type Method Description void
AbstractConnectorInfo. setDefaultAPIConfiguration(APIConfigurationImpl api)
void
ConfigurationPropertiesImpl. setParent(APIConfigurationImpl parent)
Constructors in org.identityconnectors.framework.impl.api with parameters of type APIConfigurationImpl Constructor Description AbstractConnectorFacade(APIConfigurationImpl configuration)
Builds up the maps of supported operations and calls.APIConfigurationImpl(APIConfigurationImpl other)
-
Uses of APIConfigurationImpl in org.identityconnectors.framework.impl.api.local
Methods in org.identityconnectors.framework.impl.api.local that return APIConfigurationImpl Modifier and Type Method Description static APIConfigurationImpl
LocalConnectorInfoManagerImpl. createDefaultAPIConfiguration(LocalConnectorInfoImpl localInfo)
Create an instance of theAPIConfiguration
object to setup the framework etc..Methods in org.identityconnectors.framework.impl.api.local with parameters of type APIConfigurationImpl Modifier and Type Method Description static Pair<ConnectorPoolManager.ConnectorPoolKey,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 Constructor Description 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
Fields in org.identityconnectors.framework.impl.api.local.operations declared as APIConfigurationImpl Modifier and Type Field Description protected APIConfigurationImpl
OperationalContext. apiConfiguration
Contains theConnector
Configuration
.Constructors in org.identityconnectors.framework.impl.api.local.operations with parameters of type APIConfigurationImpl Constructor Description ConnectorOperationalContext(LocalConnectorInfoImpl connectorInfo, APIConfigurationImpl apiConfiguration)
OperationalContext(LocalConnectorInfoImpl connectorInfo, APIConfigurationImpl apiConfiguration)
Creates a new OperationalContext but it does not initiates the Configuration because theOperationalContext.getConnectorInfo()
method must do it when it's called from a block where the classloader of the Thread is set to Connector. -
Uses of APIConfigurationImpl in org.identityconnectors.framework.impl.api.remote
Constructors in org.identityconnectors.framework.impl.api.remote with parameters of type APIConfigurationImpl Constructor Description RemoteConnectorFacadeImpl(APIConfigurationImpl configuration)
Builds up the maps of supported operations and calls.
-