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.String
assemblyFullName
Fully assembly qualified name: System.DirectoryServices.Protocols, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3astatic java.lang.String
assemblyShortName
Assembly name: System.DirectoryServices.Protocolsstatic java.lang.String
className
Qualified class name: System.DirectoryServices.Protocols.LdapSessionOptionsstatic JCType
classType
The 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:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classNetObject
- Returns:
- A
String
representing the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOClassName
in classNetObject
- Returns:
- A
String
representing the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name used to build the object- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOObjectName
in classNetObject
- Returns:
- A
String
representing the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Overrides:
getJCOInstance
in classNetObject
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classNetObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classNetObject
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static LdapSessionOptions cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoLdapSessionOptions
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
LdapSessionOptions
instance- 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.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
PlatformNotSupportedException
OutOfMemoryException
AccessViolationException
FormatException
SecurityException
MemberAccessException
IndexOutOfRangeException
NullReferenceException
ConfigurationException
UriFormatException
TlsOperationException
LdapException
-
StopTransportLayerSecurity
public void StopTransportLayerSecurity() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, PlatformNotSupportedException, TlsOperationException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
PlatformNotSupportedException
TlsOperationException
-
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.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
PlatformNotSupportedException
DirectoryOperationException
LdapException
-
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.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
PlatformNotSupportedException
DirectoryOperationException
LdapException
-
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.Throwable
ObjectDisposedException
-
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.Throwable
ObjectDisposedException
ArgumentNullException
ArgumentException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
InvalidOperationException
PlatformNotSupportedException
DirectoryOperationException
LdapException
-
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.Throwable
ArgumentNullException
TypeLoadException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotSupportedException
CultureNotFoundException
ArgumentOutOfRangeException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
IndexOutOfRangeException
FormatException
InvalidEnumArgumentException
PlatformNotSupportedException
DirectoryOperationException
LdapException
-
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.Throwable
ObjectDisposedException
-
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.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
PlatformNotSupportedException
DirectoryOperationException
LdapException
-
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.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
PlatformNotSupportedException
DirectoryOperationException
LdapException
-
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.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
PlatformNotSupportedException
DirectoryOperationException
LdapException
-
-