Uses of Class
org.identityconnectors.framework.impl.api.APIConfigurationImpl
Packages that use APIConfigurationImpl
Package
Description
-
Uses of APIConfigurationImpl in org.identityconnectors.framework.impl.api
Methods in org.identityconnectors.framework.impl.api that return APIConfigurationImplModifier and TypeMethodDescriptionprotected final APIConfigurationImplAbstractConnectorFacade.getAPIConfiguration()final APIConfigurationImplAbstractConnectorInfo.getDefaultAPIConfiguration()ConfigurationPropertiesImpl.getParent()Methods in org.identityconnectors.framework.impl.api with parameters of type APIConfigurationImplModifier and TypeMethodDescriptionfinal voidAbstractConnectorInfo.setDefaultAPIConfiguration(APIConfigurationImpl api) voidConfigurationPropertiesImpl.setParent(APIConfigurationImpl parent) Constructors in org.identityconnectors.framework.impl.api with parameters of type APIConfigurationImplModifierConstructorDescriptionAbstractConnectorFacade(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 that return APIConfigurationImplModifier and TypeMethodDescriptionstatic APIConfigurationImplLocalConnectorInfoManagerImpl.createDefaultAPIConfiguration(LocalConnectorInfoImpl localInfo) Create an instance of theAPIConfigurationobject to setup the framework etc..Methods in org.identityconnectors.framework.impl.api.local with parameters of type APIConfigurationImplModifier and TypeMethodDescriptionConnectorPoolManager.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 APIConfigurationImplModifierConstructorDescriptionLocalConnectorFacadeImpl(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 APIConfigurationImplModifier and TypeFieldDescriptionprotected final APIConfigurationImplOperationalContext.apiConfigurationContains theConnectorConfiguration.Constructors in org.identityconnectors.framework.impl.api.local.operations with parameters of type APIConfigurationImplModifierConstructorDescriptionConnectorOperationalContext(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 APIConfigurationImplModifierConstructorDescriptionRemoteConnectorFacadeImpl(APIConfigurationImpl configuration) Builds up the maps of supported operations and calls.