C# (CSharp) Org.IdentityConnectors.ActiveDirectory Namespace

Nested Namespaces

Org.IdentityConnectors.ActiveDirectory.Data

Classes

Name Description
ActiveDirectoryConfiguration
ActiveDirectoryUtils Collection of Active directory utilities. Some are static methods, other require configuration, so they are instance methods.
AuthenticationHelper
CommonUtils
Context
CreateUpdateOpContext
DeleteOpContext
ExecuteQueryContext
MyRunspacePool
NoSuchAdObjectException
ObjectNotFoundException
PasswordChangeHandler
PowerShellSupport

The implementation of the run space. This wraps the real run space object from powershell for use in the pool

Two possible ways of executing a command using different access point to the Runspace: - RunspaceInvoke: simple commands in string form, the command string can contain multiple commands and is basically the same form as what you use when typing a command in the exchange shell - PipelineInvoke: complex (multi) command structured pipelines which also allow complex parameters, like objects, to be passed in.

ProxyAddressExistsException
SchemaUtils
Scripting
SyncOpContext
TraceNames
UpdateOpContext