Uses of Class
org.identityconnectors.framework.impl.api.local.LocalConnectorInfoImpl
-
Packages that use LocalConnectorInfoImpl Package Description org.identityconnectors.framework.impl.api.local org.identityconnectors.framework.impl.api.local.operations -
-
Uses of LocalConnectorInfoImpl in org.identityconnectors.framework.impl.api.local
Methods in org.identityconnectors.framework.impl.api.local with parameters of type LocalConnectorInfoImpl Modifier and Type Method Description static APIConfigurationImpl
LocalConnectorInfoManagerImpl. createDefaultAPIConfiguration(LocalConnectorInfoImpl localInfo)
Create an instance of theAPIConfiguration
object to setup the framework etc..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 LocalConnectorInfoImpl Constructor Description LocalConnectorFacadeImpl(LocalConnectorInfoImpl connectorInfo, String configuration)
LocalConnectorFacadeImpl(LocalConnectorInfoImpl connectorInfo, APIConfigurationImpl apiConfiguration)
Builds up the maps of supported operations and calls. -
Uses of LocalConnectorInfoImpl in org.identityconnectors.framework.impl.api.local.operations
Fields in org.identityconnectors.framework.impl.api.local.operations declared as LocalConnectorInfoImpl Modifier and Type Field Description protected LocalConnectorInfoImpl
OperationalContext. connectorInfo
ConnectorInfoMethods in org.identityconnectors.framework.impl.api.local.operations that return LocalConnectorInfoImpl Modifier and Type Method Description protected LocalConnectorInfoImpl
OperationalContext. getConnectorInfo()
Constructors in org.identityconnectors.framework.impl.api.local.operations with parameters of type LocalConnectorInfoImpl 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.
-