public class LdapSessionOptions extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.DirectoryServices.Protocols.LdapSessionOptions
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.LdapSessionOptions
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
LdapSessionOptions() |
LdapSessionOptions(java.lang.Object instance)
Internal constructor.
|
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public LdapSessionOptions()
throws java.lang.Throwable
java.lang.Throwablepublic LdapSessionOptions(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static LdapSessionOptions cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into LdapSessionOptions, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedLdapSessionOptions instancejava.lang.Throwable - in case of error during cast operationpublic void FastConcurrentBind()
throws java.lang.Throwable,
ObjectDisposedException,
ArgumentNullException,
AbandonedMutexException,
MissingManifestResourceException,
InvalidOperationException,
PlatformNotSupportedException,
DirectoryOperationException,
LdapException
public boolean getAutoReconnect()
throws java.lang.Throwable,
ObjectDisposedException,
ArgumentNullException,
AbandonedMutexException,
ArgumentException,
MissingManifestResourceException,
InvalidOperationException,
PlatformNotSupportedException,
DirectoryOperationException,
LdapException
public java.lang.String getDomainName()
throws java.lang.Throwable,
ObjectDisposedException,
ArgumentNullException,
AbandonedMutexException,
ArgumentException,
MissingManifestResourceException,
InvalidOperationException,
PlatformNotSupportedException,
DirectoryOperationException,
LdapException
public java.lang.String getHostName()
throws java.lang.Throwable,
ObjectDisposedException,
ArgumentNullException,
AbandonedMutexException,
ArgumentException,
MissingManifestResourceException,
InvalidOperationException,
PlatformNotSupportedException,
DirectoryOperationException,
LdapException
public boolean getHostReachable()
throws java.lang.Throwable,
ObjectDisposedException,
ArgumentNullException,
AbandonedMutexException,
ArgumentException,
MissingManifestResourceException,
InvalidOperationException,
PlatformNotSupportedException,
DirectoryOperationException,
LdapException
public java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic LocatorFlags getLocatorFlag() throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, AbandonedMutexException, ArgumentException, MissingManifestResourceException, InvalidOperationException, PlatformNotSupportedException, DirectoryOperationException, LdapException
public TimeSpan getPingKeepAliveTimeout() throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, AbandonedMutexException, ArgumentException, MissingManifestResourceException, InvalidOperationException, PlatformNotSupportedException, DirectoryOperationException, LdapException
public int getPingLimit()
throws java.lang.Throwable,
ObjectDisposedException,
ArgumentNullException,
AbandonedMutexException,
ArgumentException,
MissingManifestResourceException,
InvalidOperationException,
PlatformNotSupportedException,
DirectoryOperationException,
LdapException
public TimeSpan getPingWaitTimeout() throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, AbandonedMutexException, ArgumentException, MissingManifestResourceException, InvalidOperationException, PlatformNotSupportedException, DirectoryOperationException, LdapException
public int getProtocolVersion()
throws java.lang.Throwable,
ObjectDisposedException,
ArgumentNullException,
AbandonedMutexException,
ArgumentException,
MissingManifestResourceException,
InvalidOperationException,
PlatformNotSupportedException,
DirectoryOperationException,
LdapException
public ReferralCallback getReferralCallback() throws java.lang.Throwable, ObjectDisposedException
java.lang.ThrowableObjectDisposedExceptionpublic ReferralChasingOptions getReferralChasing() throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, AbandonedMutexException, ArgumentException, MissingManifestResourceException, InvalidOperationException, PlatformNotSupportedException, DirectoryOperationException, LdapException
public int getReferralHopLimit()
throws java.lang.Throwable,
ObjectDisposedException,
ArgumentNullException,
AbandonedMutexException,
ArgumentException,
MissingManifestResourceException,
InvalidOperationException,
PlatformNotSupportedException,
DirectoryOperationException,
LdapException
public boolean getRootDseCache()
throws java.lang.Throwable,
ObjectDisposedException,
ArgumentNullException,
AbandonedMutexException,
ArgumentException,
MissingManifestResourceException,
InvalidOperationException,
PlatformNotSupportedException,
DirectoryOperationException,
LdapException
public java.lang.String getSaslMethod()
throws java.lang.Throwable,
ObjectDisposedException,
ArgumentNullException,
AbandonedMutexException,
ArgumentException,
MissingManifestResourceException,
InvalidOperationException,
PlatformNotSupportedException,
DirectoryOperationException,
LdapException
public boolean getSealing()
throws java.lang.Throwable,
ObjectDisposedException,
ArgumentNullException,
AbandonedMutexException,
ArgumentException,
MissingManifestResourceException,
InvalidOperationException,
PlatformNotSupportedException,
DirectoryOperationException,
LdapException
public boolean getSecureSocketLayer()
throws java.lang.Throwable,
ObjectDisposedException,
ArgumentNullException,
AbandonedMutexException,
ArgumentException,
MissingManifestResourceException,
InvalidOperationException,
PlatformNotSupportedException,
DirectoryOperationException,
LdapException
public NetObject getSecurityContext() throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, AbandonedMutexException, ArgumentException, MissingManifestResourceException, NotImplementedException, InvalidOperationException, PlatformNotSupportedException, DirectoryOperationException, LdapException
public TimeSpan getSendTimeout() throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, AbandonedMutexException, ArgumentException, MissingManifestResourceException, InvalidOperationException, PlatformNotSupportedException, DirectoryOperationException, LdapException
public boolean getSigning()
throws java.lang.Throwable,
ObjectDisposedException,
ArgumentNullException,
AbandonedMutexException,
ArgumentException,
MissingManifestResourceException,
InvalidOperationException,
PlatformNotSupportedException,
DirectoryOperationException,
LdapException
public SecurityPackageContextConnectionInformation getSslInformation() throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, AbandonedMutexException, ArgumentException, MissingManifestResourceException, NotImplementedException, InvalidOperationException, PlatformNotSupportedException, DirectoryOperationException, LdapException
public int getSspiFlag()
throws java.lang.Throwable,
ObjectDisposedException,
ArgumentNullException,
AbandonedMutexException,
ArgumentException,
MissingManifestResourceException,
InvalidOperationException,
PlatformNotSupportedException,
DirectoryOperationException,
LdapException
public boolean getTcpKeepAlive()
throws java.lang.Throwable,
ObjectDisposedException,
ArgumentNullException,
AbandonedMutexException,
ArgumentException,
MissingManifestResourceException,
InvalidOperationException,
PlatformNotSupportedException,
DirectoryOperationException,
LdapException
public VerifyServerCertificateCallback getVerifyServerCertificate() throws java.lang.Throwable, ObjectDisposedException
java.lang.ThrowableObjectDisposedExceptionpublic void setAutoReconnect(boolean AutoReconnect)
throws java.lang.Throwable,
ObjectDisposedException,
ArgumentNullException,
AbandonedMutexException,
ArgumentException,
MissingManifestResourceException,
InvalidOperationException,
PlatformNotSupportedException,
DirectoryOperationException,
LdapException
public void setDomainName(java.lang.String DomainName)
throws java.lang.Throwable,
ObjectDisposedException,
ArgumentOutOfRangeException,
InvalidOperationException,
OutOfMemoryException,
ArgumentNullException,
AbandonedMutexException,
ArgumentException,
MissingManifestResourceException,
PlatformNotSupportedException,
DirectoryOperationException,
LdapException
public void setHostName(java.lang.String HostName)
throws java.lang.Throwable,
ObjectDisposedException,
ArgumentOutOfRangeException,
InvalidOperationException,
OutOfMemoryException,
ArgumentNullException,
AbandonedMutexException,
ArgumentException,
MissingManifestResourceException,
PlatformNotSupportedException,
DirectoryOperationException,
LdapException
public void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic void setLocatorFlag(LocatorFlags LocatorFlag) throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, AbandonedMutexException, ArgumentException, MissingManifestResourceException, InvalidOperationException, PlatformNotSupportedException, DirectoryOperationException, LdapException
public void setPingKeepAliveTimeout(TimeSpan PingKeepAliveTimeout) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, PlatformNotSupportedException, DirectoryOperationException, LdapException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionPlatformNotSupportedExceptionDirectoryOperationExceptionLdapExceptionpublic void setPingLimit(int PingLimit)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
PlatformNotSupportedException,
DirectoryOperationException,
LdapException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionPlatformNotSupportedExceptionDirectoryOperationExceptionLdapExceptionpublic void setPingWaitTimeout(TimeSpan PingWaitTimeout) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, PlatformNotSupportedException, DirectoryOperationException, LdapException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionPlatformNotSupportedExceptionDirectoryOperationExceptionLdapExceptionpublic void setProtocolVersion(int ProtocolVersion)
throws java.lang.Throwable,
ObjectDisposedException,
ArgumentNullException,
AbandonedMutexException,
ArgumentException,
MissingManifestResourceException,
InvalidOperationException,
PlatformNotSupportedException,
DirectoryOperationException,
LdapException
public void setReferralCallback(ReferralCallback ReferralCallback) throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, InvalidOperationException, PlatformNotSupportedException, DirectoryOperationException, LdapException
java.lang.ThrowableObjectDisposedExceptionArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionInvalidOperationExceptionPlatformNotSupportedExceptionDirectoryOperationExceptionLdapExceptionpublic void setReferralChasing(ReferralChasingOptions ReferralChasing) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException, PlatformNotSupportedException, DirectoryOperationException, LdapException
java.lang.ThrowableArgumentNullExceptionTypeLoadExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionFormatExceptionInvalidEnumArgumentExceptionPlatformNotSupportedExceptionDirectoryOperationExceptionLdapExceptionpublic void setReferralHopLimit(int ReferralHopLimit)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
PlatformNotSupportedException,
DirectoryOperationException,
LdapException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionPlatformNotSupportedExceptionDirectoryOperationExceptionLdapExceptionpublic void setRootDseCache(boolean RootDseCache)
throws java.lang.Throwable,
ObjectDisposedException,
ArgumentNullException,
AbandonedMutexException,
ArgumentException,
MissingManifestResourceException,
InvalidOperationException,
PlatformNotSupportedException,
DirectoryOperationException,
LdapException
public void setSaslMethod(java.lang.String SaslMethod)
throws java.lang.Throwable,
ObjectDisposedException,
ArgumentOutOfRangeException,
InvalidOperationException,
OutOfMemoryException,
ArgumentNullException,
AbandonedMutexException,
ArgumentException,
MissingManifestResourceException,
PlatformNotSupportedException,
DirectoryOperationException,
LdapException
public void setSealing(boolean Sealing)
throws java.lang.Throwable,
ObjectDisposedException,
ArgumentNullException,
AbandonedMutexException,
ArgumentException,
MissingManifestResourceException,
InvalidOperationException,
PlatformNotSupportedException,
DirectoryOperationException,
LdapException
public void setSecureSocketLayer(boolean SecureSocketLayer)
throws java.lang.Throwable,
ObjectDisposedException,
ArgumentNullException,
AbandonedMutexException,
ArgumentException,
MissingManifestResourceException,
InvalidOperationException,
PlatformNotSupportedException,
DirectoryOperationException,
LdapException
public void setSendTimeout(TimeSpan SendTimeout) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, PlatformNotSupportedException, DirectoryOperationException, LdapException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionPlatformNotSupportedExceptionDirectoryOperationExceptionLdapExceptionpublic void setSigning(boolean Signing)
throws java.lang.Throwable,
ObjectDisposedException,
ArgumentNullException,
AbandonedMutexException,
ArgumentException,
MissingManifestResourceException,
InvalidOperationException,
PlatformNotSupportedException,
DirectoryOperationException,
LdapException
public void setSspiFlag(int SspiFlag)
throws java.lang.Throwable,
ObjectDisposedException,
ArgumentNullException,
AbandonedMutexException,
ArgumentException,
MissingManifestResourceException,
InvalidOperationException,
PlatformNotSupportedException,
DirectoryOperationException,
LdapException
public void setTcpKeepAlive(boolean TcpKeepAlive)
throws java.lang.Throwable,
ObjectDisposedException,
ArgumentNullException,
AbandonedMutexException,
ArgumentException,
MissingManifestResourceException,
InvalidOperationException,
PlatformNotSupportedException,
DirectoryOperationException,
LdapException
public void setVerifyServerCertificate(VerifyServerCertificateCallback VerifyServerCertificate) throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, AbandonedMutexException, ArgumentException, MissingManifestResourceException, NotImplementedException, InvalidOperationException, PlatformNotSupportedException, DirectoryOperationException, LdapException
public void StartTransportLayerSecurity(DirectoryControlCollection controls) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, PlatformNotSupportedException, OutOfMemoryException, AccessViolationException, FormatException, SecurityException, MemberAccessException, IndexOutOfRangeException, NullReferenceException, ConfigurationException, UriFormatException, TlsOperationException, LdapException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionPlatformNotSupportedExceptionOutOfMemoryExceptionAccessViolationExceptionFormatExceptionSecurityExceptionMemberAccessExceptionIndexOutOfRangeExceptionNullReferenceExceptionConfigurationExceptionUriFormatExceptionTlsOperationExceptionLdapExceptionpublic void StopTransportLayerSecurity()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
PlatformNotSupportedException,
TlsOperationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionPlatformNotSupportedExceptionTlsOperationException