public class ApplicationPartition extends ActiveDirectoryPartition
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.DirectoryServices.ActiveDirectory.ApplicationPartition
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, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
|
static java.lang.String |
assemblyShortName
Assembly name: System.DirectoryServices
|
static java.lang.String |
className
Qualified class name: System.DirectoryServices.ActiveDirectory.ApplicationPartition
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
ApplicationPartition() |
ApplicationPartition(DirectoryContext context,
java.lang.String distinguishedName) |
ApplicationPartition(DirectoryContext context,
java.lang.String distinguishedName,
java.lang.String objectClass) |
ApplicationPartition(java.lang.Object instance)
Internal constructor.
|
close, Dispose, getNamepublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public ApplicationPartition()
throws java.lang.Throwable
java.lang.Throwablepublic ApplicationPartition(DirectoryContext context, java.lang.String distinguishedName) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, MissingMethodException, TargetInvocationException, PlatformNotSupportedException, OutOfMemoryException, AccessViolationException, SecurityException, CultureNotFoundException, ActiveDirectoryOperationException, FormatException, CryptographicException, NullReferenceException, ObjectDisposedException, OverflowException, InvalidEnumArgumentException, ActiveDirectoryObjectNotFoundException, IndexOutOfRangeException, SynchronizationLockException
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullExceptionMissingMethodExceptionTargetInvocationExceptionPlatformNotSupportedExceptionOutOfMemoryExceptionAccessViolationExceptionSecurityExceptionCultureNotFoundExceptionActiveDirectoryOperationExceptionFormatExceptionCryptographicExceptionNullReferenceExceptionObjectDisposedExceptionOverflowExceptionInvalidEnumArgumentExceptionActiveDirectoryObjectNotFoundExceptionIndexOutOfRangeExceptionSynchronizationLockExceptionpublic ApplicationPartition(DirectoryContext context, java.lang.String distinguishedName, java.lang.String objectClass) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, MissingMethodException, TargetInvocationException, PlatformNotSupportedException, OutOfMemoryException, AccessViolationException, SecurityException, CultureNotFoundException, ActiveDirectoryOperationException, FormatException, CryptographicException, NullReferenceException, ObjectDisposedException, OverflowException, InvalidEnumArgumentException, ActiveDirectoryObjectNotFoundException, IndexOutOfRangeException, SynchronizationLockException
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullExceptionMissingMethodExceptionTargetInvocationExceptionPlatformNotSupportedExceptionOutOfMemoryExceptionAccessViolationExceptionSecurityExceptionCultureNotFoundExceptionActiveDirectoryOperationExceptionFormatExceptionCryptographicExceptionNullReferenceExceptionObjectDisposedExceptionOverflowExceptionInvalidEnumArgumentExceptionActiveDirectoryObjectNotFoundExceptionIndexOutOfRangeExceptionSynchronizationLockExceptionpublic ApplicationPartition(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static ApplicationPartition cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into ApplicationPartition, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedApplicationPartition instancejava.lang.Throwable - in case of error during cast operationpublic void Delete()
throws java.lang.Throwable,
PlatformNotSupportedException,
ObjectDisposedException,
ArgumentNullException,
ArgumentException,
ArgumentOutOfRangeException,
NotSupportedException,
CultureNotFoundException,
InvalidOperationException,
OutOfMemoryException,
ExternalException,
IndexOutOfRangeException,
ActiveDirectoryOperationException,
FormatException,
ActiveDirectoryObjectNotFoundException,
InvalidEnumArgumentException,
CryptographicException
java.lang.ThrowablePlatformNotSupportedExceptionObjectDisposedExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionNotSupportedExceptionCultureNotFoundExceptionInvalidOperationExceptionOutOfMemoryExceptionExternalExceptionIndexOutOfRangeExceptionActiveDirectoryOperationExceptionFormatExceptionActiveDirectoryObjectNotFoundExceptionInvalidEnumArgumentExceptionCryptographicExceptionpublic ReadOnlyDirectoryServerCollection FindAllDirectoryServers() throws java.lang.Throwable, PlatformNotSupportedException, ObjectDisposedException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, ActiveDirectoryOperationException, InvalidEnumArgumentException, ActiveDirectoryObjectNotFoundException, IndexOutOfRangeException, NotSupportedException, OutOfMemoryException, SecurityException, ArrayTypeMismatchException, RankException, InvalidCastException
java.lang.ThrowablePlatformNotSupportedExceptionObjectDisposedExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionInvalidOperationExceptionActiveDirectoryOperationExceptionInvalidEnumArgumentExceptionActiveDirectoryObjectNotFoundExceptionIndexOutOfRangeExceptionNotSupportedExceptionOutOfMemoryExceptionSecurityExceptionArrayTypeMismatchExceptionRankExceptionInvalidCastExceptionpublic ReadOnlyDirectoryServerCollection FindAllDirectoryServers(java.lang.String siteName) throws java.lang.Throwable, PlatformNotSupportedException, ObjectDisposedException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, ActiveDirectoryOperationException, InvalidEnumArgumentException, ActiveDirectoryObjectNotFoundException, IndexOutOfRangeException, NotSupportedException, OutOfMemoryException, SecurityException, ArrayTypeMismatchException, RankException, InvalidCastException
java.lang.ThrowablePlatformNotSupportedExceptionObjectDisposedExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionInvalidOperationExceptionActiveDirectoryOperationExceptionInvalidEnumArgumentExceptionActiveDirectoryObjectNotFoundExceptionIndexOutOfRangeExceptionNotSupportedExceptionOutOfMemoryExceptionSecurityExceptionArrayTypeMismatchExceptionRankExceptionInvalidCastExceptionpublic ReadOnlyDirectoryServerCollection FindAllDiscoverableDirectoryServers() throws java.lang.Throwable, PlatformNotSupportedException, ObjectDisposedException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, IndexOutOfRangeException, NotSupportedException
public ReadOnlyDirectoryServerCollection FindAllDiscoverableDirectoryServers(java.lang.String siteName) throws java.lang.Throwable, PlatformNotSupportedException, ObjectDisposedException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, IndexOutOfRangeException, NotSupportedException
public static ApplicationPartition FindByName(DirectoryContext context, java.lang.String distinguishedName) throws java.lang.Throwable, ArgumentException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, InvalidOperationException, NotSupportedException, ArrayTypeMismatchException, CultureNotFoundException, ObjectDisposedException, MissingMethodException, TargetInvocationException, OutOfMemoryException, AccessViolationException, SecurityException, ActiveDirectoryOperationException, IndexOutOfRangeException, FormatException, CryptographicException, NullReferenceException, OverflowException, InvalidEnumArgumentException, ActiveDirectoryObjectNotFoundException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionNotSupportedExceptionArrayTypeMismatchExceptionCultureNotFoundExceptionObjectDisposedExceptionMissingMethodExceptionTargetInvocationExceptionOutOfMemoryExceptionAccessViolationExceptionSecurityExceptionActiveDirectoryOperationExceptionIndexOutOfRangeExceptionFormatExceptionCryptographicExceptionNullReferenceExceptionOverflowExceptionInvalidEnumArgumentExceptionActiveDirectoryObjectNotFoundExceptionpublic DirectoryServer FindDirectoryServer() throws java.lang.Throwable, PlatformNotSupportedException, ObjectDisposedException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, ActiveDirectoryObjectNotFoundException, AccessViolationException, InvalidEnumArgumentException, OutOfMemoryException, ActiveDirectoryOperationException, IndexOutOfRangeException, NotSupportedException, ArrayTypeMismatchException
java.lang.ThrowablePlatformNotSupportedExceptionObjectDisposedExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionInvalidOperationExceptionActiveDirectoryObjectNotFoundExceptionAccessViolationExceptionInvalidEnumArgumentExceptionOutOfMemoryExceptionActiveDirectoryOperationExceptionIndexOutOfRangeExceptionNotSupportedExceptionArrayTypeMismatchExceptionpublic DirectoryServer FindDirectoryServer(boolean forceRediscovery) throws java.lang.Throwable, PlatformNotSupportedException, ObjectDisposedException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, ActiveDirectoryObjectNotFoundException, AccessViolationException, InvalidEnumArgumentException, OutOfMemoryException, ActiveDirectoryOperationException, IndexOutOfRangeException, NotSupportedException, ArrayTypeMismatchException
java.lang.ThrowablePlatformNotSupportedExceptionObjectDisposedExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionInvalidOperationExceptionActiveDirectoryObjectNotFoundExceptionAccessViolationExceptionInvalidEnumArgumentExceptionOutOfMemoryExceptionActiveDirectoryOperationExceptionIndexOutOfRangeExceptionNotSupportedExceptionArrayTypeMismatchExceptionpublic DirectoryServer FindDirectoryServer(java.lang.String siteName) throws java.lang.Throwable, PlatformNotSupportedException, ObjectDisposedException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, ActiveDirectoryObjectNotFoundException, AccessViolationException, InvalidEnumArgumentException, OutOfMemoryException, ActiveDirectoryOperationException, IndexOutOfRangeException, NotSupportedException, ArrayTypeMismatchException
java.lang.ThrowablePlatformNotSupportedExceptionObjectDisposedExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionInvalidOperationExceptionActiveDirectoryObjectNotFoundExceptionAccessViolationExceptionInvalidEnumArgumentExceptionOutOfMemoryExceptionActiveDirectoryOperationExceptionIndexOutOfRangeExceptionNotSupportedExceptionArrayTypeMismatchExceptionpublic DirectoryServer FindDirectoryServer(java.lang.String siteName, boolean forceRediscovery) throws java.lang.Throwable, PlatformNotSupportedException, ObjectDisposedException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, ActiveDirectoryObjectNotFoundException, AccessViolationException, InvalidEnumArgumentException, OutOfMemoryException, ActiveDirectoryOperationException, IndexOutOfRangeException, NotSupportedException, ArrayTypeMismatchException
java.lang.ThrowablePlatformNotSupportedExceptionObjectDisposedExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionInvalidOperationExceptionActiveDirectoryObjectNotFoundExceptionAccessViolationExceptionInvalidEnumArgumentExceptionOutOfMemoryExceptionActiveDirectoryOperationExceptionIndexOutOfRangeExceptionNotSupportedExceptionArrayTypeMismatchExceptionpublic static ApplicationPartition GetApplicationPartition(DirectoryContext context) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, MissingMethodException, TargetInvocationException, OutOfMemoryException, AccessViolationException, SecurityException, CultureNotFoundException, ActiveDirectoryOperationException, IndexOutOfRangeException, FormatException, CryptographicException, NullReferenceException, OverflowException, InvalidEnumArgumentException, ActiveDirectoryObjectNotFoundException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionMissingMethodExceptionTargetInvocationExceptionOutOfMemoryExceptionAccessViolationExceptionSecurityExceptionCultureNotFoundExceptionActiveDirectoryOperationExceptionIndexOutOfRangeExceptionFormatExceptionCryptographicExceptionNullReferenceExceptionOverflowExceptionInvalidEnumArgumentExceptionActiveDirectoryObjectNotFoundExceptionpublic DirectoryEntry GetDirectoryEntry() throws java.lang.Throwable, PlatformNotSupportedException, ObjectDisposedException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, NotSupportedException, CultureNotFoundException, InvalidOperationException, IndexOutOfRangeException, OutOfMemoryException, ActiveDirectoryOperationException, InvalidEnumArgumentException, FormatException, AccessViolationException, ActiveDirectoryObjectNotFoundException, ArrayTypeMismatchException, NotImplementedException
GetDirectoryEntry in class ActiveDirectoryPartitionjava.lang.ThrowablePlatformNotSupportedExceptionObjectDisposedExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionNotSupportedExceptionCultureNotFoundExceptionInvalidOperationExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionActiveDirectoryOperationExceptionInvalidEnumArgumentExceptionFormatExceptionAccessViolationExceptionActiveDirectoryObjectNotFoundExceptionArrayTypeMismatchExceptionNotImplementedExceptionpublic DirectoryServerCollection getDirectoryServers() throws java.lang.Throwable, PlatformNotSupportedException, ObjectDisposedException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, IndexOutOfRangeException, InvalidEnumArgumentException, ActiveDirectoryObjectNotFoundException, OutOfMemoryException, ActiveDirectoryOperationException, NotSupportedException, ArrayTypeMismatchException, RankException, InvalidCastException
java.lang.ThrowablePlatformNotSupportedExceptionObjectDisposedExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionInvalidOperationExceptionIndexOutOfRangeExceptionInvalidEnumArgumentExceptionActiveDirectoryObjectNotFoundExceptionOutOfMemoryExceptionActiveDirectoryOperationExceptionNotSupportedExceptionArrayTypeMismatchExceptionRankExceptionInvalidCastExceptionpublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class ActiveDirectoryPartitionString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class ActiveDirectoryPartitionString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class ActiveDirectoryPartitionObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class ActiveDirectoryPartitionString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class ActiveDirectoryPartitionJCType representing the CLR Type of the instantiated Classpublic java.lang.String getSecurityReferenceDomain()
throws java.lang.Throwable,
PlatformNotSupportedException,
ObjectDisposedException,
ArgumentNullException,
ArgumentException,
ArgumentOutOfRangeException,
NotSupportedException,
CultureNotFoundException,
OutOfMemoryException,
ExternalException,
IndexOutOfRangeException,
ActiveDirectoryOperationException,
ActiveDirectoryObjectNotFoundException,
InvalidEnumArgumentException,
InvalidOperationException,
SecurityException,
ArrayTypeMismatchException
java.lang.ThrowablePlatformNotSupportedExceptionObjectDisposedExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionNotSupportedExceptionCultureNotFoundExceptionOutOfMemoryExceptionExternalExceptionIndexOutOfRangeExceptionActiveDirectoryOperationExceptionActiveDirectoryObjectNotFoundExceptionInvalidEnumArgumentExceptionInvalidOperationExceptionSecurityExceptionArrayTypeMismatchExceptionpublic void Save()
throws java.lang.Throwable,
PlatformNotSupportedException,
ObjectDisposedException,
ArgumentOutOfRangeException,
LockRecursionException,
ArgumentException,
InvalidOperationException,
SynchronizationLockException,
IndexOutOfRangeException,
RankException,
ArrayTypeMismatchException,
ArgumentNullException,
OutOfMemoryException,
OverflowException,
FormatException,
ActiveDirectoryOperationException,
InvalidEnumArgumentException,
AccessViolationException,
ActiveDirectoryObjectNotFoundException,
NotSupportedException,
NotImplementedException
java.lang.ThrowablePlatformNotSupportedExceptionObjectDisposedExceptionArgumentOutOfRangeExceptionLockRecursionExceptionArgumentExceptionInvalidOperationExceptionSynchronizationLockExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionOutOfMemoryExceptionOverflowExceptionFormatExceptionActiveDirectoryOperationExceptionInvalidEnumArgumentExceptionAccessViolationExceptionActiveDirectoryObjectNotFoundExceptionNotSupportedExceptionNotImplementedExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class ActiveDirectoryPartitionpublic void setSecurityReferenceDomain(java.lang.String SecurityReferenceDomain)
throws java.lang.Throwable,
PlatformNotSupportedException,
ObjectDisposedException,
ArgumentNullException,
ArgumentException,
ArgumentOutOfRangeException,
NotSupportedException,
CultureNotFoundException,
OutOfMemoryException,
ExternalException,
IndexOutOfRangeException,
ActiveDirectoryOperationException,
ActiveDirectoryObjectNotFoundException,
InvalidEnumArgumentException,
InvalidOperationException,
SecurityException,
ArrayTypeMismatchException,
RankException,
InvalidCastException,
LockRecursionException,
SynchronizationLockException
java.lang.ThrowablePlatformNotSupportedExceptionObjectDisposedExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionNotSupportedExceptionCultureNotFoundExceptionOutOfMemoryExceptionExternalExceptionIndexOutOfRangeExceptionActiveDirectoryOperationExceptionActiveDirectoryObjectNotFoundExceptionInvalidEnumArgumentExceptionInvalidOperationExceptionSecurityExceptionArrayTypeMismatchExceptionRankExceptionInvalidCastExceptionLockRecursionExceptionSynchronizationLockException