C# (CSharp) Org.IdentityConnectors.Framework.Impl.Api Namespace

Nested Namespaces

Org.IdentityConnectors.Framework.Impl.Api.Remote

Classes

Name Description
APIConfigurationImpl Internal class, public only for unit tests
AbstractConnectorFacade
AbstractConnectorInfo internal class, public only for unit tests
ConfigurationPropertiesImpl Internal class, public only for unit tests
ConfigurationPropertyImpl Internal class, public only for unit tests
ConnectorFacadeFactoryImpl
ConnectorInfoManagerFactoryImpl
ConnectorInfoManagerFactoryImpl.RemoteManagerKey
ConnectorMessagesImpl internal class, public only for unit tests
DelegatingTimeoutProxy Delegating timeout proxy that selects the appropriate timeout handler depending on the method.
LoggingProxy
ManagedConnectorFacadeFactoryImpl
MethodTimeoutProxy General-purpose timeout proxy for providing timeouts on all methods on the underlying object. Currently just used for APIOperations, but could wrap any object. NOTE: this is not used for search because search needs timeout on an element by element basis. Moreover, it would be unsafe for search since the thread could continue to return elements after it has timed out and we need to guarantee that not happen.
StreamHandlerUtil
StreamHandlerUtil.ObjectStreamHandlerAdapter Adapts from a ObjectStreamHandler to a SyncResultsHandler
StreamHandlerUtil.ResultsHandlerAdapter Adapts from a ObjectStreamHandler to a ResultsHandler
StreamHandlerUtil.SyncResultsHandlerAdapter Adapts from a ObjectStreamHandler to a SyncResultsHandler