Class LdapSessionOptions
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.directoryservices.protocols.LdapSessionOptions
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class LdapSessionOptions extends NetObject
The base .NET class managing System.DirectoryServices.Protocols.LdapSessionOptions, System.DirectoryServices.Protocols, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a..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
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringassemblyFullNameFully assembly qualified name: System.DirectoryServices.Protocols, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3astatic java.lang.StringassemblyShortNameAssembly name: System.DirectoryServices.Protocolsstatic java.lang.StringclassNameQualified class name: System.DirectoryServices.Protocols.LdapSessionOptionsstatic JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description LdapSessionOptions()LdapSessionOptions(java.lang.Object instance)Internal constructor.
-
Method Summary
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.DirectoryServices.Protocols, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System.DirectoryServices.Protocols- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.DirectoryServices.Protocols.LdapSessionOptions- See Also:
- Constant Field Values
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Overrides:
getJCOAssemblyNamein classNetObject- Returns:
- A
Stringrepresenting the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name- Specified by:
getJCOClassNamein interfaceIJCOBridgeReflected- Overrides:
getJCOClassNamein classNetObject- Returns:
- A
Stringrepresenting the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name used to build the object- Specified by:
getJCOObjectNamein interfaceIJCOBridgeReflected- Overrides:
getJCOObjectNamein classNetObject- Returns:
- A
Stringrepresenting the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class- Specified by:
getJCOInstancein interfaceIJCOBridgeReflected- Overrides:
getJCOInstancein classNetObject- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classNetObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classNetObject- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static LdapSessionOptions cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoLdapSessionOptions, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
LdapSessionOptionsinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
FastConcurrentBind
public void FastConcurrentBind() throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, AbandonedMutexException, MissingManifestResourceException, InvalidOperationException, PlatformNotSupportedException, DirectoryOperationException, LdapException
-
StartTransportLayerSecurity
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
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionPlatformNotSupportedExceptionOutOfMemoryExceptionAccessViolationExceptionFormatExceptionSecurityExceptionMemberAccessExceptionIndexOutOfRangeExceptionNullReferenceExceptionConfigurationExceptionUriFormatExceptionTlsOperationExceptionLdapException
-
StopTransportLayerSecurity
public void StopTransportLayerSecurity() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, PlatformNotSupportedException, TlsOperationException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionPlatformNotSupportedExceptionTlsOperationException
-
getAutoReconnect
public boolean getAutoReconnect() throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, AbandonedMutexException, ArgumentException, MissingManifestResourceException, InvalidOperationException, PlatformNotSupportedException, DirectoryOperationException, LdapException
-
setAutoReconnect
public void setAutoReconnect(boolean AutoReconnect) throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, AbandonedMutexException, ArgumentException, MissingManifestResourceException, InvalidOperationException, PlatformNotSupportedException, DirectoryOperationException, LdapException
-
getHostReachable
public boolean getHostReachable() throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, AbandonedMutexException, ArgumentException, MissingManifestResourceException, InvalidOperationException, PlatformNotSupportedException, DirectoryOperationException, LdapException
-
getRootDseCache
public boolean getRootDseCache() throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, AbandonedMutexException, ArgumentException, MissingManifestResourceException, InvalidOperationException, PlatformNotSupportedException, DirectoryOperationException, LdapException
-
setRootDseCache
public void setRootDseCache(boolean RootDseCache) throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, AbandonedMutexException, ArgumentException, MissingManifestResourceException, InvalidOperationException, PlatformNotSupportedException, DirectoryOperationException, LdapException
-
getSealing
public boolean getSealing() throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, AbandonedMutexException, ArgumentException, MissingManifestResourceException, InvalidOperationException, PlatformNotSupportedException, DirectoryOperationException, LdapException
-
setSealing
public void setSealing(boolean Sealing) throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, AbandonedMutexException, ArgumentException, MissingManifestResourceException, InvalidOperationException, PlatformNotSupportedException, DirectoryOperationException, LdapException
-
getSecureSocketLayer
public boolean getSecureSocketLayer() throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, AbandonedMutexException, ArgumentException, MissingManifestResourceException, InvalidOperationException, PlatformNotSupportedException, DirectoryOperationException, LdapException
-
setSecureSocketLayer
public void setSecureSocketLayer(boolean SecureSocketLayer) throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, AbandonedMutexException, ArgumentException, MissingManifestResourceException, InvalidOperationException, PlatformNotSupportedException, DirectoryOperationException, LdapException
-
getSigning
public boolean getSigning() throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, AbandonedMutexException, ArgumentException, MissingManifestResourceException, InvalidOperationException, PlatformNotSupportedException, DirectoryOperationException, LdapException
-
setSigning
public void setSigning(boolean Signing) throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, AbandonedMutexException, ArgumentException, MissingManifestResourceException, InvalidOperationException, PlatformNotSupportedException, DirectoryOperationException, LdapException
-
getTcpKeepAlive
public boolean getTcpKeepAlive() throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, AbandonedMutexException, ArgumentException, MissingManifestResourceException, InvalidOperationException, PlatformNotSupportedException, DirectoryOperationException, LdapException
-
setTcpKeepAlive
public void setTcpKeepAlive(boolean TcpKeepAlive) throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, AbandonedMutexException, ArgumentException, MissingManifestResourceException, InvalidOperationException, PlatformNotSupportedException, DirectoryOperationException, LdapException
-
getPingLimit
public int getPingLimit() throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, AbandonedMutexException, ArgumentException, MissingManifestResourceException, InvalidOperationException, PlatformNotSupportedException, DirectoryOperationException, LdapException
-
setPingLimit
public void setPingLimit(int PingLimit) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, PlatformNotSupportedException, DirectoryOperationException, LdapException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionPlatformNotSupportedExceptionDirectoryOperationExceptionLdapException
-
getProtocolVersion
public int getProtocolVersion() throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, AbandonedMutexException, ArgumentException, MissingManifestResourceException, InvalidOperationException, PlatformNotSupportedException, DirectoryOperationException, LdapException
-
setProtocolVersion
public void setProtocolVersion(int ProtocolVersion) throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, AbandonedMutexException, ArgumentException, MissingManifestResourceException, InvalidOperationException, PlatformNotSupportedException, DirectoryOperationException, LdapException
-
getReferralHopLimit
public int getReferralHopLimit() throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, AbandonedMutexException, ArgumentException, MissingManifestResourceException, InvalidOperationException, PlatformNotSupportedException, DirectoryOperationException, LdapException
-
setReferralHopLimit
public void setReferralHopLimit(int ReferralHopLimit) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, PlatformNotSupportedException, DirectoryOperationException, LdapException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionPlatformNotSupportedExceptionDirectoryOperationExceptionLdapException
-
getSspiFlag
public int getSspiFlag() throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, AbandonedMutexException, ArgumentException, MissingManifestResourceException, InvalidOperationException, PlatformNotSupportedException, DirectoryOperationException, LdapException
-
setSspiFlag
public void setSspiFlag(int SspiFlag) throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, AbandonedMutexException, ArgumentException, MissingManifestResourceException, InvalidOperationException, PlatformNotSupportedException, DirectoryOperationException, LdapException
-
getLocatorFlag
public LocatorFlags getLocatorFlag() throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, AbandonedMutexException, ArgumentException, MissingManifestResourceException, InvalidOperationException, PlatformNotSupportedException, DirectoryOperationException, LdapException
-
setLocatorFlag
public void setLocatorFlag(LocatorFlags LocatorFlag) throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, AbandonedMutexException, ArgumentException, MissingManifestResourceException, InvalidOperationException, PlatformNotSupportedException, DirectoryOperationException, LdapException
-
getReferralCallback
public ReferralCallback getReferralCallback() throws java.lang.Throwable, ObjectDisposedException
- Throws:
java.lang.ThrowableObjectDisposedException
-
setReferralCallback
public void setReferralCallback(ReferralCallback ReferralCallback) throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, InvalidOperationException, PlatformNotSupportedException, DirectoryOperationException, LdapException
- Throws:
java.lang.ThrowableObjectDisposedExceptionArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionInvalidOperationExceptionPlatformNotSupportedExceptionDirectoryOperationExceptionLdapException
-
getReferralChasing
public ReferralChasingOptions getReferralChasing() throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, AbandonedMutexException, ArgumentException, MissingManifestResourceException, InvalidOperationException, PlatformNotSupportedException, DirectoryOperationException, LdapException
-
setReferralChasing
public 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
- Throws:
java.lang.ThrowableArgumentNullExceptionTypeLoadExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionFormatExceptionInvalidEnumArgumentExceptionPlatformNotSupportedExceptionDirectoryOperationExceptionLdapException
-
getSslInformation
public SecurityPackageContextConnectionInformation getSslInformation() throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, AbandonedMutexException, ArgumentException, MissingManifestResourceException, NotImplementedException, InvalidOperationException, PlatformNotSupportedException, DirectoryOperationException, LdapException
-
getVerifyServerCertificate
public VerifyServerCertificateCallback getVerifyServerCertificate() throws java.lang.Throwable, ObjectDisposedException
- Throws:
java.lang.ThrowableObjectDisposedException
-
setVerifyServerCertificate
public void setVerifyServerCertificate(VerifyServerCertificateCallback VerifyServerCertificate) throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, AbandonedMutexException, ArgumentException, MissingManifestResourceException, NotImplementedException, InvalidOperationException, PlatformNotSupportedException, DirectoryOperationException, LdapException
-
getSecurityContext
public NetObject getSecurityContext() throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, AbandonedMutexException, ArgumentException, MissingManifestResourceException, NotImplementedException, InvalidOperationException, PlatformNotSupportedException, DirectoryOperationException, LdapException
-
getDomainName
public java.lang.String getDomainName() throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, AbandonedMutexException, ArgumentException, MissingManifestResourceException, InvalidOperationException, PlatformNotSupportedException, DirectoryOperationException, LdapException
-
setDomainName
public void setDomainName(java.lang.String DomainName) throws java.lang.Throwable, ObjectDisposedException, ArgumentOutOfRangeException, InvalidOperationException, OutOfMemoryException, ArgumentNullException, AbandonedMutexException, ArgumentException, MissingManifestResourceException, PlatformNotSupportedException, DirectoryOperationException, LdapException
-
getHostName
public java.lang.String getHostName() throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, AbandonedMutexException, ArgumentException, MissingManifestResourceException, InvalidOperationException, PlatformNotSupportedException, DirectoryOperationException, LdapException
-
setHostName
public void setHostName(java.lang.String HostName) throws java.lang.Throwable, ObjectDisposedException, ArgumentOutOfRangeException, InvalidOperationException, OutOfMemoryException, ArgumentNullException, AbandonedMutexException, ArgumentException, MissingManifestResourceException, PlatformNotSupportedException, DirectoryOperationException, LdapException
-
getSaslMethod
public java.lang.String getSaslMethod() throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, AbandonedMutexException, ArgumentException, MissingManifestResourceException, InvalidOperationException, PlatformNotSupportedException, DirectoryOperationException, LdapException
-
setSaslMethod
public void setSaslMethod(java.lang.String SaslMethod) throws java.lang.Throwable, ObjectDisposedException, ArgumentOutOfRangeException, InvalidOperationException, OutOfMemoryException, ArgumentNullException, AbandonedMutexException, ArgumentException, MissingManifestResourceException, PlatformNotSupportedException, DirectoryOperationException, LdapException
-
getPingKeepAliveTimeout
public TimeSpan getPingKeepAliveTimeout() throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, AbandonedMutexException, ArgumentException, MissingManifestResourceException, InvalidOperationException, PlatformNotSupportedException, DirectoryOperationException, LdapException
-
setPingKeepAliveTimeout
public void setPingKeepAliveTimeout(TimeSpan PingKeepAliveTimeout) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, PlatformNotSupportedException, DirectoryOperationException, LdapException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionPlatformNotSupportedExceptionDirectoryOperationExceptionLdapException
-
getPingWaitTimeout
public TimeSpan getPingWaitTimeout() throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, AbandonedMutexException, ArgumentException, MissingManifestResourceException, InvalidOperationException, PlatformNotSupportedException, DirectoryOperationException, LdapException
-
setPingWaitTimeout
public void setPingWaitTimeout(TimeSpan PingWaitTimeout) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, PlatformNotSupportedException, DirectoryOperationException, LdapException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionPlatformNotSupportedExceptionDirectoryOperationExceptionLdapException
-
getSendTimeout
public TimeSpan getSendTimeout() throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, AbandonedMutexException, ArgumentException, MissingManifestResourceException, InvalidOperationException, PlatformNotSupportedException, DirectoryOperationException, LdapException
-
setSendTimeout
public void setSendTimeout(TimeSpan SendTimeout) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, PlatformNotSupportedException, DirectoryOperationException, LdapException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionPlatformNotSupportedExceptionDirectoryOperationExceptionLdapException
-
-