Uses of Class
org.identityconnectors.framework.impl.api.local.LocalConnectorInfoImpl
Packages that use LocalConnectorInfoImpl
Package
Description
-
Uses of LocalConnectorInfoImpl in org.identityconnectors.framework.impl.api.local
Methods in org.identityconnectors.framework.impl.api.local with parameters of type LocalConnectorInfoImplModifier and TypeMethodDescriptionstatic APIConfigurationImpl
LocalConnectorInfoManagerImpl.createDefaultAPIConfiguration
(LocalConnectorInfoImpl localInfo) Create an instance of theAPIConfiguration
object to setup the framework etc..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 LocalConnectorInfoImplModifierConstructorDescriptionLocalConnectorFacadeImpl
(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 LocalConnectorInfoImplModifier and TypeFieldDescriptionprotected final LocalConnectorInfoImpl
OperationalContext.connectorInfo
ConnectorInfoMethods in org.identityconnectors.framework.impl.api.local.operations that return LocalConnectorInfoImplModifier and TypeMethodDescriptionprotected LocalConnectorInfoImpl
OperationalContext.getConnectorInfo()
Constructors in org.identityconnectors.framework.impl.api.local.operations with parameters of type LocalConnectorInfoImplModifierConstructorDescriptionConnectorOperationalContext
(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.