public class DsmlSoapHttpConnection extends DsmlSoapConnection
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.DirectoryServices.Protocols.DsmlSoapHttpConnection
Powered by JCOBridge: more info at https://www.jcobridge.com
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: System.DirectoryServices.Protocols, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
|
static java.lang.String |
assemblyShortName
Assembly name: System.DirectoryServices.Protocols
|
static java.lang.String |
className
Qualified class name: System.DirectoryServices.Protocols.DsmlSoapHttpConnection
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
DsmlSoapHttpConnection() |
DsmlSoapHttpConnection(DsmlDirectoryIdentifier identifier) |
DsmlSoapHttpConnection(DsmlDirectoryIdentifier identifier,
NetworkCredential credential) |
DsmlSoapHttpConnection(DsmlDirectoryIdentifier identifier,
NetworkCredential credential,
AuthType authType) |
DsmlSoapHttpConnection(java.lang.Object instance)
Internal constructor.
|
DsmlSoapHttpConnection(Uri uri) |
| Modifier and Type | Method and Description |
|---|---|
void |
Abort(IAsyncResult asyncResult) |
IAsyncResult |
BeginSendRequest(DsmlRequestDocument request,
AsyncCallback callback,
NetObject state) |
void |
BeginSession() |
static DsmlSoapHttpConnection |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into DsmlSoapHttpConnection, a cast assert is made to check if types are compatible. |
DsmlResponseDocument |
EndSendRequest(IAsyncResult asyncResult) |
void |
EndSession() |
AuthType |
getAuthType() |
java.lang.String |
getJCOAssemblyName()
Returns the reflected Assembly name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
JCType |
getJCOType()
Returns the instantiated class Type
|
java.lang.String |
getSoapActionHeader() |
DirectoryResponse |
SendRequest(DirectoryRequest request) |
DsmlResponseDocument |
SendRequest(DsmlRequestDocument request) |
void |
setAuthType(AuthType AuthType) |
void |
setJCOInstance(JCObject instance) |
void |
setSoapActionHeader(java.lang.String SoapActionHeader) |
getSessionId, getSoapRequestHeader, setSoapRequestHeadergetClientCertificates, getDirectory, getTimeout, setCredential, setTimeoutpublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public DsmlSoapHttpConnection()
throws java.lang.Throwable
java.lang.Throwablepublic DsmlSoapHttpConnection(DsmlDirectoryIdentifier identifier) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, PlatformNotSupportedException, ConfigurationException, ConfigurationErrorsException, MulticastNotSupportedException, OutOfMemoryException, UriFormatException, InvalidCastException, NotSupportedException, MissingMethodException, TargetInvocationException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionPlatformNotSupportedExceptionConfigurationExceptionConfigurationErrorsExceptionMulticastNotSupportedExceptionOutOfMemoryExceptionUriFormatExceptionInvalidCastExceptionNotSupportedExceptionMissingMethodExceptionTargetInvocationExceptionpublic DsmlSoapHttpConnection(DsmlDirectoryIdentifier identifier, NetworkCredential credential) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, PlatformNotSupportedException, ConfigurationErrorsException, MulticastNotSupportedException, OutOfMemoryException, IndexOutOfRangeException, UriFormatException, InvalidCastException, CultureNotFoundException, NotSupportedException, MissingMethodException, TargetInvocationException, CryptographicException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionPlatformNotSupportedExceptionConfigurationErrorsExceptionMulticastNotSupportedExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionUriFormatExceptionInvalidCastExceptionCultureNotFoundExceptionNotSupportedExceptionMissingMethodExceptionTargetInvocationExceptionCryptographicExceptionpublic DsmlSoapHttpConnection(DsmlDirectoryIdentifier identifier, NetworkCredential credential, AuthType authType) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, PlatformNotSupportedException, ConfigurationErrorsException, MulticastNotSupportedException, OutOfMemoryException, IndexOutOfRangeException, UriFormatException, InvalidCastException, CultureNotFoundException, NotSupportedException, MissingMethodException, TargetInvocationException, CryptographicException, InvalidEnumArgumentException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionPlatformNotSupportedExceptionConfigurationErrorsExceptionMulticastNotSupportedExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionUriFormatExceptionInvalidCastExceptionCultureNotFoundExceptionNotSupportedExceptionMissingMethodExceptionTargetInvocationExceptionCryptographicExceptionInvalidEnumArgumentExceptionpublic DsmlSoapHttpConnection(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic DsmlSoapHttpConnection(Uri uri) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, ConfigurationErrorsException, MulticastNotSupportedException, OutOfMemoryException, UriFormatException, InvalidCastException, MissingMethodException, TargetInvocationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionConfigurationErrorsExceptionMulticastNotSupportedExceptionOutOfMemoryExceptionUriFormatExceptionInvalidCastExceptionMissingMethodExceptionTargetInvocationExceptionpublic void Abort(IAsyncResult asyncResult) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionpublic IAsyncResult BeginSendRequest(DsmlRequestDocument request, AsyncCallback callback, NetObject state) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, ConfigurationException, ConfigurationErrorsException, IndexOutOfRangeException, MulticastNotSupportedException, InvalidOperationException, OutOfMemoryException, UriFormatException, InvalidCastException, ObjectDisposedException, CultureNotFoundException, NotSupportedException, MissingMethodException, TargetInvocationException, NotImplementedException, WaitHandleCannotBeOpenedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, ThreadAbortException, TaskSchedulerException, TaskCanceledException, AggregateException, SemaphoreFullException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionConfigurationExceptionConfigurationErrorsExceptionIndexOutOfRangeExceptionMulticastNotSupportedExceptionInvalidOperationExceptionOutOfMemoryExceptionUriFormatExceptionInvalidCastExceptionObjectDisposedExceptionCultureNotFoundExceptionNotSupportedExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionThreadAbortExceptionTaskSchedulerExceptionTaskCanceledExceptionAggregateExceptionSemaphoreFullExceptionpublic void BeginSession()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
FormatException,
IndexOutOfRangeException,
PlatformNotSupportedException,
XmlException,
XmlSchemaException,
DsmlInvalidDocumentException,
XPathException,
ConfigurationException,
ConfigurationErrorsException,
MulticastNotSupportedException,
OutOfMemoryException,
UriFormatException,
InvalidCastException
BeginSession in class DsmlSoapConnectionjava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionIndexOutOfRangeExceptionPlatformNotSupportedExceptionXmlExceptionXmlSchemaExceptionDsmlInvalidDocumentExceptionXPathExceptionConfigurationExceptionConfigurationErrorsExceptionMulticastNotSupportedExceptionOutOfMemoryExceptionUriFormatExceptionInvalidCastExceptionpublic static DsmlSoapHttpConnection cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into DsmlSoapHttpConnection, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedDsmlSoapHttpConnection instancejava.lang.Throwable - in case of error during cast operationpublic DsmlResponseDocument EndSendRequest(IAsyncResult asyncResult) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException, AbandonedMutexException, IndexOutOfRangeException, XmlException, XmlSchemaException, PlatformNotSupportedException, DsmlInvalidDocumentException, XPathException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionAbandonedMutexExceptionIndexOutOfRangeExceptionXmlExceptionXmlSchemaExceptionPlatformNotSupportedExceptionDsmlInvalidDocumentExceptionXPathExceptionpublic void EndSession()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
FormatException,
IndexOutOfRangeException,
PlatformNotSupportedException,
ConfigurationException,
ConfigurationErrorsException,
MulticastNotSupportedException,
OutOfMemoryException,
UriFormatException,
InvalidCastException
EndSession in class DsmlSoapConnectionjava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionIndexOutOfRangeExceptionPlatformNotSupportedExceptionConfigurationExceptionConfigurationErrorsExceptionMulticastNotSupportedExceptionOutOfMemoryExceptionUriFormatExceptionInvalidCastExceptionpublic AuthType getAuthType() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class DsmlSoapConnectionString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class DsmlSoapConnectionString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class DsmlSoapConnectionObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class DsmlSoapConnectionString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class DsmlSoapConnectionJCType representing the CLR Type of the instantiated Classpublic java.lang.String getSoapActionHeader()
throws java.lang.Throwable
java.lang.Throwablepublic DirectoryResponse SendRequest(DirectoryRequest request) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, PlatformNotSupportedException, NotSupportedException, FormatException, XmlException, XmlSchemaException, DsmlInvalidDocumentException, XPathException, ConfigurationErrorsException, MulticastNotSupportedException, OutOfMemoryException, UriFormatException, InvalidCastException, MissingMethodException, ErrorResponseException, OverflowException, DirectoryOperationException
SendRequest in class DirectoryConnectionjava.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionPlatformNotSupportedExceptionNotSupportedExceptionFormatExceptionXmlExceptionXmlSchemaExceptionDsmlInvalidDocumentExceptionXPathExceptionConfigurationErrorsExceptionMulticastNotSupportedExceptionOutOfMemoryExceptionUriFormatExceptionInvalidCastExceptionMissingMethodExceptionErrorResponseExceptionOverflowExceptionDirectoryOperationExceptionpublic DsmlResponseDocument SendRequest(DsmlRequestDocument request) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, ObjectDisposedException, MissingManifestResourceException, InvalidOperationException, CultureNotFoundException, XmlException, XmlSchemaException, PlatformNotSupportedException, DsmlInvalidDocumentException, XPathException, ConfigurationErrorsException, MulticastNotSupportedException, OutOfMemoryException, UriFormatException, InvalidCastException, MissingMethodException, TargetInvocationException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionNotImplementedExceptionNotSupportedExceptionIndexOutOfRangeExceptionObjectDisposedExceptionMissingManifestResourceExceptionInvalidOperationExceptionCultureNotFoundExceptionXmlExceptionXmlSchemaExceptionPlatformNotSupportedExceptionDsmlInvalidDocumentExceptionXPathExceptionConfigurationErrorsExceptionMulticastNotSupportedExceptionOutOfMemoryExceptionUriFormatExceptionInvalidCastExceptionMissingMethodExceptionTargetInvocationExceptionpublic void setAuthType(AuthType AuthType) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException
java.lang.ThrowableArgumentNullExceptionTypeLoadExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionFormatExceptionInvalidEnumArgumentExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class DsmlSoapConnectionpublic void setSoapActionHeader(java.lang.String SoapActionHeader)
throws java.lang.Throwable
java.lang.Throwable