Class ActiveDirectorySchemaClass
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.directoryservices.activedirectory.ActiveDirectorySchemaClass
-
- All Implemented Interfaces:
java.lang.AutoCloseable,IJCOBridgeReflected
public class ActiveDirectorySchemaClass extends NetObject implements java.lang.AutoCloseable
The base .NET class managing System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass, System.DirectoryServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass
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, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3astatic java.lang.StringassemblyShortNameAssembly name: System.DirectoryServicesstatic java.lang.StringclassNameQualified class name: System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClassstatic JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description ActiveDirectorySchemaClass()ActiveDirectorySchemaClass(java.lang.Object instance)Internal constructor.ActiveDirectorySchemaClass(DirectoryContext context, java.lang.String ldapDisplayName)
-
Method Summary
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.DirectoryServices, 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- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ActiveDirectorySchemaClass
public ActiveDirectorySchemaClass(java.lang.Object instance) throws java.lang.ThrowableInternal constructor. Use with caution- Throws:
java.lang.Throwable
-
ActiveDirectorySchemaClass
public ActiveDirectorySchemaClass() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
ActiveDirectorySchemaClass
public ActiveDirectorySchemaClass(DirectoryContext context, java.lang.String ldapDisplayName) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, OutOfMemoryException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, MissingMethodException, TargetInvocationException, NotSupportedException, AccessViolationException, SecurityException, CultureNotFoundException, IndexOutOfRangeException, ActiveDirectoryOperationException, SocketException, FormatException, CryptographicException, InvalidEnumArgumentException, PlatformNotSupportedException, ActiveDirectoryObjectNotFoundException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionOutOfMemoryExceptionArgumentExceptionMissingManifestResourceExceptionObjectDisposedExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionAccessViolationExceptionSecurityExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionActiveDirectoryOperationExceptionSocketExceptionFormatExceptionCryptographicExceptionInvalidEnumArgumentExceptionPlatformNotSupportedExceptionActiveDirectoryObjectNotFoundException
-
-
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 ActiveDirectorySchemaClass cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoActiveDirectorySchemaClass, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
ActiveDirectorySchemaClassinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
FindByName
public static ActiveDirectorySchemaClass FindByName(DirectoryContext context, java.lang.String ldapDisplayName) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, OutOfMemoryException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, MissingMethodException, TargetInvocationException, NotSupportedException, AccessViolationException, SecurityException, CultureNotFoundException, IndexOutOfRangeException, ActiveDirectoryOperationException, SocketException, FormatException, CryptographicException, InvalidEnumArgumentException, PlatformNotSupportedException, ActiveDirectoryObjectNotFoundException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionOutOfMemoryExceptionArgumentExceptionMissingManifestResourceExceptionObjectDisposedExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionAccessViolationExceptionSecurityExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionActiveDirectoryOperationExceptionSocketExceptionFormatExceptionCryptographicExceptionInvalidEnumArgumentExceptionPlatformNotSupportedExceptionActiveDirectoryObjectNotFoundException
-
GetAllProperties
public ReadOnlyActiveDirectorySchemaPropertyCollection GetAllProperties() throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, FormatException, InvalidOperationException, NotSupportedException, MissingManifestResourceException, ActiveDirectoryOperationException, InvalidEnumArgumentException, IndexOutOfRangeException, AccessViolationException, PlatformNotSupportedException, OutOfMemoryException, ActiveDirectoryObjectNotFoundException
- Throws:
java.lang.ThrowableObjectDisposedExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionFormatExceptionInvalidOperationExceptionNotSupportedExceptionMissingManifestResourceExceptionActiveDirectoryOperationExceptionInvalidEnumArgumentExceptionIndexOutOfRangeExceptionAccessViolationExceptionPlatformNotSupportedExceptionOutOfMemoryExceptionActiveDirectoryObjectNotFoundException
-
GetDirectoryEntry
public DirectoryEntry GetDirectoryEntry() throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, InvalidEnumArgumentException, ActiveDirectoryObjectNotFoundException, OutOfMemoryException, ActiveDirectoryOperationException
- Throws:
java.lang.ThrowableObjectDisposedExceptionArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionInvalidEnumArgumentExceptionActiveDirectoryObjectNotFoundExceptionOutOfMemoryExceptionActiveDirectoryOperationException
-
Dispose
public void Dispose() throws java.lang.Throwable, ArgumentException, ArgumentNullException- Throws:
java.lang.ThrowableArgumentExceptionArgumentNullException
-
Save
public void Save() throws java.lang.Throwable, ObjectDisposedException, ArgumentOutOfRangeException, ArgumentException, NotSupportedException, ArgumentNullException, ActiveDirectoryOperationException, InvalidEnumArgumentException, FormatException, PlatformNotSupportedException, ActiveDirectoryObjectNotFoundException, OutOfMemoryException, InvalidOperationException, IndexOutOfRangeException- Throws:
java.lang.ThrowableObjectDisposedExceptionArgumentOutOfRangeExceptionArgumentExceptionNotSupportedExceptionArgumentNullExceptionActiveDirectoryOperationExceptionInvalidEnumArgumentExceptionFormatExceptionPlatformNotSupportedExceptionActiveDirectoryObjectNotFoundExceptionOutOfMemoryExceptionInvalidOperationExceptionIndexOutOfRangeException
-
close
public void close() throws java.lang.Exception- Specified by:
closein interfacejava.lang.AutoCloseable- Throws:
java.lang.Exception
-
getIsDefunct
public boolean getIsDefunct() throws java.lang.Throwable, ObjectDisposedException- Throws:
java.lang.ThrowableObjectDisposedException
-
setIsDefunct
public void setIsDefunct(boolean IsDefunct) throws java.lang.Throwable, ObjectDisposedException, ArgumentException, ActiveDirectoryOperationException, ActiveDirectoryObjectNotFoundException, OutOfMemoryException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, IndexOutOfRangeException, NotSupportedException, ArgumentOutOfRangeException- Throws:
java.lang.ThrowableObjectDisposedExceptionArgumentExceptionActiveDirectoryOperationExceptionActiveDirectoryObjectNotFoundExceptionOutOfMemoryExceptionArgumentNullExceptionInvalidEnumArgumentExceptionInvalidOperationExceptionIndexOutOfRangeExceptionNotSupportedExceptionArgumentOutOfRangeException
-
getSubClassOf
public ActiveDirectorySchemaClass getSubClassOf() throws java.lang.Throwable, ObjectDisposedException, InvalidEnumArgumentException, ArgumentNullException, ArgumentException, NotSupportedException, MissingManifestResourceException, ActiveDirectoryObjectNotFoundException, OutOfMemoryException, ActiveDirectoryOperationException, ArgumentOutOfRangeException
-
setSubClassOf
public void setSubClassOf(ActiveDirectorySchemaClass SubClassOf) throws java.lang.Throwable, ObjectDisposedException, ArgumentException, ActiveDirectoryOperationException, ActiveDirectoryObjectNotFoundException, OutOfMemoryException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, IndexOutOfRangeException, NotSupportedException, ArgumentOutOfRangeException
- Throws:
java.lang.ThrowableObjectDisposedExceptionArgumentExceptionActiveDirectoryOperationExceptionActiveDirectoryObjectNotFoundExceptionOutOfMemoryExceptionArgumentNullExceptionInvalidEnumArgumentExceptionInvalidOperationExceptionIndexOutOfRangeExceptionNotSupportedExceptionArgumentOutOfRangeException
-
getAuxiliaryClasses
public ActiveDirectorySchemaClassCollection getAuxiliaryClasses() throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, FormatException, NotSupportedException, IndexOutOfRangeException, MissingManifestResourceException, ActiveDirectoryOperationException, InvalidEnumArgumentException, SocketException, AccessViolationException, PlatformNotSupportedException, OutOfMemoryException, ActiveDirectoryObjectNotFoundException, NotImplementedException
- Throws:
java.lang.ThrowableObjectDisposedExceptionArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionArgumentOutOfRangeExceptionFormatExceptionNotSupportedExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionActiveDirectoryOperationExceptionInvalidEnumArgumentExceptionSocketExceptionAccessViolationExceptionPlatformNotSupportedExceptionOutOfMemoryExceptionActiveDirectoryObjectNotFoundExceptionNotImplementedException
-
getPossibleSuperiors
public ActiveDirectorySchemaClassCollection getPossibleSuperiors() throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, FormatException, NotSupportedException, IndexOutOfRangeException, MissingManifestResourceException, ActiveDirectoryOperationException, InvalidEnumArgumentException, SocketException, AccessViolationException, PlatformNotSupportedException, OutOfMemoryException, ActiveDirectoryObjectNotFoundException, NotImplementedException
- Throws:
java.lang.ThrowableObjectDisposedExceptionArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionArgumentOutOfRangeExceptionFormatExceptionNotSupportedExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionActiveDirectoryOperationExceptionInvalidEnumArgumentExceptionSocketExceptionAccessViolationExceptionPlatformNotSupportedExceptionOutOfMemoryExceptionActiveDirectoryObjectNotFoundExceptionNotImplementedException
-
getMandatoryProperties
public ActiveDirectorySchemaPropertyCollection getMandatoryProperties() throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, FormatException, NotSupportedException, IndexOutOfRangeException, MissingManifestResourceException, ActiveDirectoryOperationException, InvalidEnumArgumentException, SocketException, AccessViolationException, PlatformNotSupportedException, OutOfMemoryException, ActiveDirectoryObjectNotFoundException, NotImplementedException
- Throws:
java.lang.ThrowableObjectDisposedExceptionArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionArgumentOutOfRangeExceptionFormatExceptionNotSupportedExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionActiveDirectoryOperationExceptionInvalidEnumArgumentExceptionSocketExceptionAccessViolationExceptionPlatformNotSupportedExceptionOutOfMemoryExceptionActiveDirectoryObjectNotFoundExceptionNotImplementedException
-
getOptionalProperties
public ActiveDirectorySchemaPropertyCollection getOptionalProperties() throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, FormatException, NotSupportedException, IndexOutOfRangeException, MissingManifestResourceException, ActiveDirectoryOperationException, InvalidEnumArgumentException, SocketException, AccessViolationException, PlatformNotSupportedException, OutOfMemoryException, ActiveDirectoryObjectNotFoundException, NotImplementedException
- Throws:
java.lang.ThrowableObjectDisposedExceptionArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionArgumentOutOfRangeExceptionFormatExceptionNotSupportedExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionActiveDirectoryOperationExceptionInvalidEnumArgumentExceptionSocketExceptionAccessViolationExceptionPlatformNotSupportedExceptionOutOfMemoryExceptionActiveDirectoryObjectNotFoundExceptionNotImplementedException
-
getPossibleInferiors
public ReadOnlyActiveDirectorySchemaClassCollection getPossibleInferiors() throws java.lang.Throwable, ObjectDisposedException, InvalidEnumArgumentException, ArgumentNullException, ArgumentException, NotSupportedException, MissingManifestResourceException, ActiveDirectoryObjectNotFoundException, OutOfMemoryException, ActiveDirectoryOperationException, ArgumentOutOfRangeException, InvalidOperationException, CryptographicException
- Throws:
java.lang.ThrowableObjectDisposedExceptionInvalidEnumArgumentExceptionArgumentNullExceptionArgumentExceptionNotSupportedExceptionMissingManifestResourceExceptionActiveDirectoryObjectNotFoundExceptionOutOfMemoryExceptionActiveDirectoryOperationExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionCryptographicException
-
getType
public SchemaClassType getType() throws java.lang.Throwable, ObjectDisposedException, InvalidEnumArgumentException, ArgumentNullException, ArgumentException, NotSupportedException, MissingManifestResourceException, ActiveDirectoryObjectNotFoundException, OutOfMemoryException, ActiveDirectoryOperationException, ArgumentOutOfRangeException
-
setType
public void setType(SchemaClassType Type) throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException, NotImplementedException, MissingManifestResourceException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException, ActiveDirectoryOperationException, ActiveDirectoryObjectNotFoundException, OutOfMemoryException
- Throws:
java.lang.ThrowableObjectDisposedExceptionArgumentNullExceptionTypeLoadExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionMissingManifestResourceExceptionIndexOutOfRangeExceptionFormatExceptionInvalidEnumArgumentExceptionActiveDirectoryOperationExceptionActiveDirectoryObjectNotFoundExceptionOutOfMemoryException
-
getDefaultObjectSecurityDescriptor
public ActiveDirectorySecurity getDefaultObjectSecurityDescriptor() throws java.lang.Throwable, ObjectDisposedException, InvalidEnumArgumentException, ArgumentNullException, ArgumentException, NotSupportedException, MissingManifestResourceException, ActiveDirectoryObjectNotFoundException, OutOfMemoryException, ActiveDirectoryOperationException, ArgumentOutOfRangeException, InvalidOperationException, OverflowException, SystemException
- Throws:
java.lang.ThrowableObjectDisposedExceptionInvalidEnumArgumentExceptionArgumentNullExceptionArgumentExceptionNotSupportedExceptionMissingManifestResourceExceptionActiveDirectoryObjectNotFoundExceptionOutOfMemoryExceptionActiveDirectoryOperationExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionOverflowExceptionSystemException
-
setDefaultObjectSecurityDescriptor
public void setDefaultObjectSecurityDescriptor(ActiveDirectorySecurity DefaultObjectSecurityDescriptor) throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, OutOfMemoryException, ActiveDirectoryOperationException, ActiveDirectoryObjectNotFoundException, InvalidEnumArgumentException, IndexOutOfRangeException, NotSupportedException
- Throws:
java.lang.ThrowableObjectDisposedExceptionArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionInvalidOperationExceptionOutOfMemoryExceptionActiveDirectoryOperationExceptionActiveDirectoryObjectNotFoundExceptionInvalidEnumArgumentExceptionIndexOutOfRangeExceptionNotSupportedException
-
getSchemaGuid
public Guid getSchemaGuid() throws java.lang.Throwable, ObjectDisposedException, InvalidEnumArgumentException, ArgumentNullException, ArgumentException, NotSupportedException, MissingManifestResourceException, ActiveDirectoryObjectNotFoundException, OutOfMemoryException, ActiveDirectoryOperationException, ArgumentOutOfRangeException
-
setSchemaGuid
public void setSchemaGuid(Guid SchemaGuid) throws java.lang.Throwable, ObjectDisposedException, ArgumentException, ActiveDirectoryOperationException, ActiveDirectoryObjectNotFoundException, OutOfMemoryException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, IndexOutOfRangeException, NotSupportedException, ArgumentOutOfRangeException
- Throws:
java.lang.ThrowableObjectDisposedExceptionArgumentExceptionActiveDirectoryOperationExceptionActiveDirectoryObjectNotFoundExceptionOutOfMemoryExceptionArgumentNullExceptionInvalidEnumArgumentExceptionInvalidOperationExceptionIndexOutOfRangeExceptionNotSupportedExceptionArgumentOutOfRangeException
-
getCommonName
public java.lang.String getCommonName() throws java.lang.Throwable, ObjectDisposedException, InvalidEnumArgumentException, ArgumentNullException, ArgumentException, NotSupportedException, MissingManifestResourceException, ActiveDirectoryObjectNotFoundException, OutOfMemoryException, ActiveDirectoryOperationException, ArgumentOutOfRangeException
-
setCommonName
public void setCommonName(java.lang.String CommonName) throws java.lang.Throwable, ObjectDisposedException, ArgumentException, ActiveDirectoryOperationException, ActiveDirectoryObjectNotFoundException, OutOfMemoryException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, IndexOutOfRangeException, NotSupportedException, ArgumentOutOfRangeException- Throws:
java.lang.ThrowableObjectDisposedExceptionArgumentExceptionActiveDirectoryOperationExceptionActiveDirectoryObjectNotFoundExceptionOutOfMemoryExceptionArgumentNullExceptionInvalidEnumArgumentExceptionInvalidOperationExceptionIndexOutOfRangeExceptionNotSupportedExceptionArgumentOutOfRangeException
-
getDescription
public java.lang.String getDescription() throws java.lang.Throwable, ObjectDisposedException, InvalidEnumArgumentException, ArgumentNullException, ArgumentException, NotSupportedException, MissingManifestResourceException, ActiveDirectoryObjectNotFoundException, OutOfMemoryException, ActiveDirectoryOperationException, ArgumentOutOfRangeException
-
setDescription
public void setDescription(java.lang.String Description) throws java.lang.Throwable, ObjectDisposedException, ArgumentException, ActiveDirectoryOperationException, ActiveDirectoryObjectNotFoundException, OutOfMemoryException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, IndexOutOfRangeException, NotSupportedException, ArgumentOutOfRangeException- Throws:
java.lang.ThrowableObjectDisposedExceptionArgumentExceptionActiveDirectoryOperationExceptionActiveDirectoryObjectNotFoundExceptionOutOfMemoryExceptionArgumentNullExceptionInvalidEnumArgumentExceptionInvalidOperationExceptionIndexOutOfRangeExceptionNotSupportedExceptionArgumentOutOfRangeException
-
getName
public java.lang.String getName() throws java.lang.Throwable, ObjectDisposedException- Throws:
java.lang.ThrowableObjectDisposedException
-
getOid
public java.lang.String getOid() throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, FormatException, NotSupportedException, IndexOutOfRangeException, MissingManifestResourceException, ActiveDirectoryOperationException, InvalidEnumArgumentException, SocketException, AccessViolationException, PlatformNotSupportedException, OutOfMemoryException, ActiveDirectoryObjectNotFoundException, NotImplementedException- Throws:
java.lang.ThrowableObjectDisposedExceptionArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionArgumentOutOfRangeExceptionFormatExceptionNotSupportedExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionActiveDirectoryOperationExceptionInvalidEnumArgumentExceptionSocketExceptionAccessViolationExceptionPlatformNotSupportedExceptionOutOfMemoryExceptionActiveDirectoryObjectNotFoundExceptionNotImplementedException
-
setOid
public void setOid(java.lang.String Oid) throws java.lang.Throwable, ObjectDisposedException, ArgumentException, ActiveDirectoryOperationException, ActiveDirectoryObjectNotFoundException, OutOfMemoryException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, IndexOutOfRangeException, NotSupportedException, ArgumentOutOfRangeException- Throws:
java.lang.ThrowableObjectDisposedExceptionArgumentExceptionActiveDirectoryOperationExceptionActiveDirectoryObjectNotFoundExceptionOutOfMemoryExceptionArgumentNullExceptionInvalidEnumArgumentExceptionInvalidOperationExceptionIndexOutOfRangeExceptionNotSupportedExceptionArgumentOutOfRangeException
-
-