Class Forest
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.directoryservices.activedirectory.Forest
-
- All Implemented Interfaces:
java.lang.AutoCloseable
,IJCOBridgeReflected
public class Forest extends NetObject implements java.lang.AutoCloseable
The base .NET class managing System.DirectoryServices.ActiveDirectory.Forest, 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.Forest
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, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3astatic java.lang.String
assemblyShortName
Assembly name: System.DirectoryServicesstatic java.lang.String
className
Qualified class name: System.DirectoryServices.ActiveDirectory.Foreststatic JCType
classType
The type managed from JCOBridge.
-
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.Forest- 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 Forest cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoForest
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
Forest
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
GetSelectiveAuthenticationStatus
public boolean GetSelectiveAuthenticationStatus(java.lang.String targetForestName) throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, OutOfMemoryException, AccessViolationException, SecurityException, ActiveDirectoryOperationException, SocketException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException, ActiveDirectoryObjectNotFoundException
- Throws:
java.lang.Throwable
ObjectDisposedException
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
OutOfMemoryException
AccessViolationException
SecurityException
ActiveDirectoryOperationException
SocketException
IndexOutOfRangeException
FormatException
InvalidEnumArgumentException
ActiveDirectoryObjectNotFoundException
-
GetSidFilteringStatus
public boolean GetSidFilteringStatus(java.lang.String targetForestName) throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, OutOfMemoryException, AccessViolationException, SecurityException, ActiveDirectoryOperationException, SocketException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException, ActiveDirectoryObjectNotFoundException
- Throws:
java.lang.Throwable
ObjectDisposedException
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
OutOfMemoryException
AccessViolationException
SecurityException
ActiveDirectoryOperationException
SocketException
IndexOutOfRangeException
FormatException
InvalidEnumArgumentException
ActiveDirectoryObjectNotFoundException
-
GetCurrentForest
public static Forest GetCurrentForest() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, PlatformNotSupportedException, NotSupportedException, OutOfMemoryException, CryptographicException, AccessViolationException, SecurityException, ActiveDirectoryOperationException, SocketException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException, ActiveDirectoryObjectNotFoundException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
PlatformNotSupportedException
NotSupportedException
OutOfMemoryException
CryptographicException
AccessViolationException
SecurityException
ActiveDirectoryOperationException
SocketException
IndexOutOfRangeException
FormatException
InvalidEnumArgumentException
ActiveDirectoryObjectNotFoundException
-
GetForest
public static Forest GetForest(DirectoryContext context) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, OutOfMemoryException, FormatException, AccessViolationException, SecurityException, ActiveDirectoryOperationException, SocketException, IndexOutOfRangeException, CryptographicException, InvalidEnumArgumentException, PlatformNotSupportedException, ActiveDirectoryObjectNotFoundException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
OutOfMemoryException
FormatException
AccessViolationException
SecurityException
ActiveDirectoryOperationException
SocketException
IndexOutOfRangeException
CryptographicException
InvalidEnumArgumentException
PlatformNotSupportedException
ActiveDirectoryObjectNotFoundException
-
GetTrustRelationship
public ForestTrustRelationshipInformation GetTrustRelationship(java.lang.String targetForestName) throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, OutOfMemoryException, AccessViolationException, SecurityException, ActiveDirectoryOperationException, SocketException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException, ActiveDirectoryObjectNotFoundException
- Throws:
java.lang.Throwable
ObjectDisposedException
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
OutOfMemoryException
AccessViolationException
SecurityException
ActiveDirectoryOperationException
SocketException
IndexOutOfRangeException
FormatException
InvalidEnumArgumentException
ActiveDirectoryObjectNotFoundException
-
FindGlobalCatalog
public GlobalCatalog FindGlobalCatalog() throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, OutOfMemoryException, AccessViolationException, SecurityException, IndexOutOfRangeException, ActiveDirectoryOperationException, ActiveDirectoryObjectNotFoundException, NotSupportedException, CryptographicException
- Throws:
java.lang.Throwable
ObjectDisposedException
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
OutOfMemoryException
AccessViolationException
SecurityException
IndexOutOfRangeException
ActiveDirectoryOperationException
ActiveDirectoryObjectNotFoundException
NotSupportedException
CryptographicException
-
FindGlobalCatalog
public GlobalCatalog FindGlobalCatalog(LocatorOptions flag) throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, OutOfMemoryException, AccessViolationException, SecurityException, IndexOutOfRangeException, ActiveDirectoryOperationException, ActiveDirectoryObjectNotFoundException, NotSupportedException, CryptographicException
- Throws:
java.lang.Throwable
ObjectDisposedException
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
OutOfMemoryException
AccessViolationException
SecurityException
IndexOutOfRangeException
ActiveDirectoryOperationException
ActiveDirectoryObjectNotFoundException
NotSupportedException
CryptographicException
-
FindGlobalCatalog
public GlobalCatalog FindGlobalCatalog(java.lang.String siteName) throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, OutOfMemoryException, AccessViolationException, SecurityException, IndexOutOfRangeException, ActiveDirectoryOperationException, ActiveDirectoryObjectNotFoundException, NotSupportedException, CryptographicException
- Throws:
java.lang.Throwable
ObjectDisposedException
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
OutOfMemoryException
AccessViolationException
SecurityException
IndexOutOfRangeException
ActiveDirectoryOperationException
ActiveDirectoryObjectNotFoundException
NotSupportedException
CryptographicException
-
FindGlobalCatalog
public GlobalCatalog FindGlobalCatalog(java.lang.String siteName, LocatorOptions flag) throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, OutOfMemoryException, AccessViolationException, SecurityException, IndexOutOfRangeException, ActiveDirectoryOperationException, ActiveDirectoryObjectNotFoundException, NotSupportedException, CryptographicException
- Throws:
java.lang.Throwable
ObjectDisposedException
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
OutOfMemoryException
AccessViolationException
SecurityException
IndexOutOfRangeException
ActiveDirectoryOperationException
ActiveDirectoryObjectNotFoundException
NotSupportedException
CryptographicException
-
FindAllDiscoverableGlobalCatalogs
public GlobalCatalogCollection FindAllDiscoverableGlobalCatalogs() throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, MissingManifestResourceException, NotImplementedException, InvalidOperationException, IndexOutOfRangeException, NotSupportedException, OutOfMemoryException, CryptographicException, AccessViolationException
- Throws:
java.lang.Throwable
ObjectDisposedException
ArgumentNullException
ArgumentOutOfRangeException
ArgumentException
MissingManifestResourceException
NotImplementedException
InvalidOperationException
IndexOutOfRangeException
NotSupportedException
OutOfMemoryException
CryptographicException
AccessViolationException
-
FindAllDiscoverableGlobalCatalogs
public GlobalCatalogCollection FindAllDiscoverableGlobalCatalogs(java.lang.String siteName) throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, FormatException, OutOfMemoryException, CryptographicException, AccessViolationException
- Throws:
java.lang.Throwable
ObjectDisposedException
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
FormatException
OutOfMemoryException
CryptographicException
AccessViolationException
-
FindAllGlobalCatalogs
public GlobalCatalogCollection FindAllGlobalCatalogs() throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ActiveDirectoryOperationException, InvalidEnumArgumentException, PlatformNotSupportedException, ActiveDirectoryObjectNotFoundException, NotSupportedException, OutOfMemoryException, SecurityException
- Throws:
java.lang.Throwable
ObjectDisposedException
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ActiveDirectoryOperationException
InvalidEnumArgumentException
PlatformNotSupportedException
ActiveDirectoryObjectNotFoundException
NotSupportedException
OutOfMemoryException
SecurityException
-
FindAllGlobalCatalogs
public GlobalCatalogCollection FindAllGlobalCatalogs(java.lang.String siteName) throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ActiveDirectoryOperationException, InvalidEnumArgumentException, PlatformNotSupportedException, ActiveDirectoryObjectNotFoundException, NotSupportedException, OutOfMemoryException, SecurityException
- Throws:
java.lang.Throwable
ObjectDisposedException
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ActiveDirectoryOperationException
InvalidEnumArgumentException
PlatformNotSupportedException
ActiveDirectoryObjectNotFoundException
NotSupportedException
OutOfMemoryException
SecurityException
-
GetAllTrustRelationships
public TrustRelationshipInformationCollection GetAllTrustRelationships() throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, OutOfMemoryException, MissingManifestResourceException, ArgumentException, MissingMethodException, TargetInvocationException, AccessViolationException, SecurityException, ActiveDirectoryOperationException, SocketException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException, ActiveDirectoryObjectNotFoundException
- Throws:
java.lang.Throwable
ObjectDisposedException
ArgumentNullException
ArgumentOutOfRangeException
InvalidOperationException
OutOfMemoryException
MissingManifestResourceException
ArgumentException
MissingMethodException
TargetInvocationException
AccessViolationException
SecurityException
ActiveDirectoryOperationException
SocketException
IndexOutOfRangeException
FormatException
InvalidEnumArgumentException
ActiveDirectoryObjectNotFoundException
-
CreateLocalSideOfTrustRelationship
public void CreateLocalSideOfTrustRelationship(java.lang.String targetForestName, TrustDirection direction, java.lang.String trustPassword) throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, FormatException, InvalidEnumArgumentException, OutOfMemoryException, CryptographicException, SecurityException, ActiveDirectoryOperationException, IndexOutOfRangeException, ActiveDirectoryObjectNotFoundException, ActiveDirectoryObjectExistsException
- Throws:
java.lang.Throwable
ObjectDisposedException
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
FormatException
InvalidEnumArgumentException
OutOfMemoryException
CryptographicException
SecurityException
ActiveDirectoryOperationException
IndexOutOfRangeException
ActiveDirectoryObjectNotFoundException
ActiveDirectoryObjectExistsException
-
CreateTrustRelationship
public void CreateTrustRelationship(Forest targetForest, TrustDirection direction) throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException, NotImplementedException, MissingManifestResourceException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException, OutOfMemoryException, SecurityException, ActiveDirectoryOperationException, ActiveDirectoryObjectNotFoundException, ActiveDirectoryObjectExistsException
- Throws:
java.lang.Throwable
ObjectDisposedException
ArgumentNullException
TypeLoadException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotSupportedException
CultureNotFoundException
ArgumentOutOfRangeException
NotImplementedException
MissingManifestResourceException
IndexOutOfRangeException
FormatException
InvalidEnumArgumentException
OutOfMemoryException
SecurityException
ActiveDirectoryOperationException
ActiveDirectoryObjectNotFoundException
ActiveDirectoryObjectExistsException
-
DeleteLocalSideOfTrustRelationship
public void DeleteLocalSideOfTrustRelationship(java.lang.String targetForestName) throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, OutOfMemoryException, AccessViolationException, SecurityException, ActiveDirectoryOperationException, SocketException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException, ActiveDirectoryObjectNotFoundException
- Throws:
java.lang.Throwable
ObjectDisposedException
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
OutOfMemoryException
AccessViolationException
SecurityException
ActiveDirectoryOperationException
SocketException
IndexOutOfRangeException
FormatException
InvalidEnumArgumentException
ActiveDirectoryObjectNotFoundException
-
DeleteTrustRelationship
public void DeleteTrustRelationship(Forest targetForest) throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, OutOfMemoryException, MissingManifestResourceException, ArgumentException, MissingMethodException, TargetInvocationException, AccessViolationException, SecurityException, ActiveDirectoryOperationException, SocketException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException, ActiveDirectoryObjectNotFoundException
- Throws:
java.lang.Throwable
ObjectDisposedException
ArgumentNullException
ArgumentOutOfRangeException
InvalidOperationException
OutOfMemoryException
MissingManifestResourceException
ArgumentException
MissingMethodException
TargetInvocationException
AccessViolationException
SecurityException
ActiveDirectoryOperationException
SocketException
IndexOutOfRangeException
FormatException
InvalidEnumArgumentException
ActiveDirectoryObjectNotFoundException
-
Dispose
public void Dispose() throws java.lang.Throwable, ArgumentException, ArgumentNullException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentNullException
-
RaiseForestFunctionality
public void RaiseForestFunctionality(ForestMode forestMode) throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException, NotImplementedException, MissingManifestResourceException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException, ActiveDirectoryOperationException, ActiveDirectoryObjectNotFoundException, OutOfMemoryException, OverflowException
- Throws:
java.lang.Throwable
ObjectDisposedException
ArgumentNullException
TypeLoadException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotSupportedException
CultureNotFoundException
ArgumentOutOfRangeException
NotImplementedException
MissingManifestResourceException
IndexOutOfRangeException
FormatException
InvalidEnumArgumentException
ActiveDirectoryOperationException
ActiveDirectoryObjectNotFoundException
OutOfMemoryException
OverflowException
-
RaiseForestFunctionalityLevel
public void RaiseForestFunctionalityLevel(int forestMode) throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, InvalidEnumArgumentException, ActiveDirectoryObjectNotFoundException, OutOfMemoryException, ActiveDirectoryOperationException, FormatException, OverflowException
- Throws:
java.lang.Throwable
ObjectDisposedException
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
InvalidEnumArgumentException
ActiveDirectoryObjectNotFoundException
OutOfMemoryException
ActiveDirectoryOperationException
FormatException
OverflowException
-
RepairTrustRelationship
public void RepairTrustRelationship(Forest targetForest) throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, OutOfMemoryException, SecurityException, ActiveDirectoryOperationException, IndexOutOfRangeException, FormatException, ActiveDirectoryObjectNotFoundException, AccessViolationException, NotSupportedException
- Throws:
java.lang.Throwable
ObjectDisposedException
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
OutOfMemoryException
SecurityException
ActiveDirectoryOperationException
IndexOutOfRangeException
FormatException
ActiveDirectoryObjectNotFoundException
AccessViolationException
NotSupportedException
-
SetSelectiveAuthenticationStatus
public void SetSelectiveAuthenticationStatus(java.lang.String targetForestName, boolean enable) throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, OutOfMemoryException, AccessViolationException, SecurityException, ActiveDirectoryOperationException, SocketException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException, ActiveDirectoryObjectNotFoundException
- Throws:
java.lang.Throwable
ObjectDisposedException
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
OutOfMemoryException
AccessViolationException
SecurityException
ActiveDirectoryOperationException
SocketException
IndexOutOfRangeException
FormatException
InvalidEnumArgumentException
ActiveDirectoryObjectNotFoundException
-
SetSidFilteringStatus
public void SetSidFilteringStatus(java.lang.String targetForestName, boolean enable) throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, OutOfMemoryException, AccessViolationException, SecurityException, ActiveDirectoryOperationException, SocketException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException, ActiveDirectoryObjectNotFoundException
- Throws:
java.lang.Throwable
ObjectDisposedException
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
OutOfMemoryException
AccessViolationException
SecurityException
ActiveDirectoryOperationException
SocketException
IndexOutOfRangeException
FormatException
InvalidEnumArgumentException
ActiveDirectoryObjectNotFoundException
-
UpdateLocalSideOfTrustRelationship
public void UpdateLocalSideOfTrustRelationship(java.lang.String targetForestName, TrustDirection newTrustDirection, java.lang.String newTrustPassword) throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, FormatException, InvalidEnumArgumentException, OutOfMemoryException, AccessViolationException, SecurityException, ActiveDirectoryOperationException, SocketException, IndexOutOfRangeException, ActiveDirectoryObjectNotFoundException
- Throws:
java.lang.Throwable
ObjectDisposedException
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
FormatException
InvalidEnumArgumentException
OutOfMemoryException
AccessViolationException
SecurityException
ActiveDirectoryOperationException
SocketException
IndexOutOfRangeException
ActiveDirectoryObjectNotFoundException
-
UpdateLocalSideOfTrustRelationship
public void UpdateLocalSideOfTrustRelationship(java.lang.String targetForestName, java.lang.String newTrustPassword) throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, OutOfMemoryException, AccessViolationException, SecurityException, ActiveDirectoryOperationException, SocketException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException, ActiveDirectoryObjectNotFoundException
- Throws:
java.lang.Throwable
ObjectDisposedException
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
OutOfMemoryException
AccessViolationException
SecurityException
ActiveDirectoryOperationException
SocketException
IndexOutOfRangeException
FormatException
InvalidEnumArgumentException
ActiveDirectoryObjectNotFoundException
-
UpdateTrustRelationship
public void UpdateTrustRelationship(Forest targetForest, TrustDirection newTrustDirection) throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException, NotImplementedException, MissingManifestResourceException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException, OutOfMemoryException, AccessViolationException, SecurityException, ActiveDirectoryOperationException, SocketException, ActiveDirectoryObjectNotFoundException
- Throws:
java.lang.Throwable
ObjectDisposedException
ArgumentNullException
TypeLoadException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotSupportedException
CultureNotFoundException
ArgumentOutOfRangeException
NotImplementedException
MissingManifestResourceException
IndexOutOfRangeException
FormatException
InvalidEnumArgumentException
OutOfMemoryException
AccessViolationException
SecurityException
ActiveDirectoryOperationException
SocketException
ActiveDirectoryObjectNotFoundException
-
VerifyOutboundTrustRelationship
public void VerifyOutboundTrustRelationship(java.lang.String targetForestName) throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, OutOfMemoryException, AccessViolationException, SecurityException, ActiveDirectoryOperationException, SocketException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException, ActiveDirectoryObjectNotFoundException
- Throws:
java.lang.Throwable
ObjectDisposedException
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
OutOfMemoryException
AccessViolationException
SecurityException
ActiveDirectoryOperationException
SocketException
IndexOutOfRangeException
FormatException
InvalidEnumArgumentException
ActiveDirectoryObjectNotFoundException
-
VerifyTrustRelationship
public void VerifyTrustRelationship(Forest targetForest, TrustDirection direction) throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException, NotImplementedException, MissingManifestResourceException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException, OutOfMemoryException, AccessViolationException, SecurityException, ActiveDirectoryOperationException, SocketException, ActiveDirectoryObjectNotFoundException
- Throws:
java.lang.Throwable
ObjectDisposedException
ArgumentNullException
TypeLoadException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotSupportedException
CultureNotFoundException
ArgumentOutOfRangeException
NotImplementedException
MissingManifestResourceException
IndexOutOfRangeException
FormatException
InvalidEnumArgumentException
OutOfMemoryException
AccessViolationException
SecurityException
ActiveDirectoryOperationException
SocketException
ActiveDirectoryObjectNotFoundException
-
close
public void close() throws java.lang.Exception
- Specified by:
close
in interfacejava.lang.AutoCloseable
- Throws:
java.lang.Exception
-
getForestModeLevel
public int getForestModeLevel() throws java.lang.Throwable, ObjectDisposedException, ArgumentOutOfRangeException, ArgumentException, ActiveDirectoryOperationException, InvalidEnumArgumentException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, PlatformNotSupportedException, ActiveDirectoryObjectNotFoundException, NotSupportedException, OutOfMemoryException, SecurityException, MissingMethodException, TargetInvocationException, FormatException, OverflowException
- Throws:
java.lang.Throwable
ObjectDisposedException
ArgumentOutOfRangeException
ArgumentException
ActiveDirectoryOperationException
InvalidEnumArgumentException
ArgumentNullException
MissingManifestResourceException
InvalidOperationException
PlatformNotSupportedException
ActiveDirectoryObjectNotFoundException
NotSupportedException
OutOfMemoryException
SecurityException
MissingMethodException
TargetInvocationException
FormatException
OverflowException
-
getSchema
public ActiveDirectorySchema getSchema() throws java.lang.Throwable, ObjectDisposedException, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, ArgumentOutOfRangeException, MissingManifestResourceException, IndexOutOfRangeException, ActiveDirectoryOperationException, FormatException, PlatformNotSupportedException, ActiveDirectoryObjectNotFoundException, OutOfMemoryException, InvalidEnumArgumentException
- Throws:
java.lang.Throwable
ObjectDisposedException
ArgumentException
ArgumentNullException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotSupportedException
ArgumentOutOfRangeException
MissingManifestResourceException
IndexOutOfRangeException
ActiveDirectoryOperationException
FormatException
PlatformNotSupportedException
ActiveDirectoryObjectNotFoundException
OutOfMemoryException
InvalidEnumArgumentException
-
getApplicationPartitions
public ApplicationPartitionCollection getApplicationPartitions() throws java.lang.Throwable, ObjectDisposedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, MissingManifestResourceException, ActiveDirectoryOperationException, PlatformNotSupportedException, ActiveDirectoryObjectNotFoundException, InvalidEnumArgumentException, OutOfMemoryException, SecurityException, NullReferenceException
- Throws:
java.lang.Throwable
ObjectDisposedException
ArgumentException
ArgumentNullException
ArgumentOutOfRangeException
IndexOutOfRangeException
CultureNotFoundException
InvalidOperationException
NotSupportedException
MissingManifestResourceException
ActiveDirectoryOperationException
PlatformNotSupportedException
ActiveDirectoryObjectNotFoundException
InvalidEnumArgumentException
OutOfMemoryException
SecurityException
NullReferenceException
-
getRootDomain
public Domain getRootDomain() throws java.lang.Throwable, ObjectDisposedException, NotSupportedException, ArgumentOutOfRangeException, OutOfMemoryException, ArgumentNullException, InvalidOperationException, CryptographicException, FormatException, ArgumentException
-
getDomains
public DomainCollection getDomains() throws java.lang.Throwable, ObjectDisposedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, MissingManifestResourceException, ActiveDirectoryOperationException, PlatformNotSupportedException, ActiveDirectoryObjectNotFoundException, InvalidEnumArgumentException, OutOfMemoryException, SecurityException
- Throws:
java.lang.Throwable
ObjectDisposedException
ArgumentException
ArgumentNullException
ArgumentOutOfRangeException
IndexOutOfRangeException
CultureNotFoundException
InvalidOperationException
NotSupportedException
MissingManifestResourceException
ActiveDirectoryOperationException
PlatformNotSupportedException
ActiveDirectoryObjectNotFoundException
InvalidEnumArgumentException
OutOfMemoryException
SecurityException
-
getNamingRoleOwner
public DomainController getNamingRoleOwner() throws java.lang.Throwable, ObjectDisposedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, MissingManifestResourceException, ActiveDirectoryOperationException, PlatformNotSupportedException, ActiveDirectoryObjectNotFoundException, InvalidEnumArgumentException, OutOfMemoryException, SecurityException
- Throws:
java.lang.Throwable
ObjectDisposedException
ArgumentException
ArgumentNullException
ArgumentOutOfRangeException
IndexOutOfRangeException
CultureNotFoundException
InvalidOperationException
NotSupportedException
MissingManifestResourceException
ActiveDirectoryOperationException
PlatformNotSupportedException
ActiveDirectoryObjectNotFoundException
InvalidEnumArgumentException
OutOfMemoryException
SecurityException
-
getSchemaRoleOwner
public DomainController getSchemaRoleOwner() throws java.lang.Throwable, ObjectDisposedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, MissingManifestResourceException, ActiveDirectoryOperationException, PlatformNotSupportedException, ActiveDirectoryObjectNotFoundException, InvalidEnumArgumentException, OutOfMemoryException, SecurityException
- Throws:
java.lang.Throwable
ObjectDisposedException
ArgumentException
ArgumentNullException
ArgumentOutOfRangeException
IndexOutOfRangeException
CultureNotFoundException
InvalidOperationException
NotSupportedException
MissingManifestResourceException
ActiveDirectoryOperationException
PlatformNotSupportedException
ActiveDirectoryObjectNotFoundException
InvalidEnumArgumentException
OutOfMemoryException
SecurityException
-
getForestMode
public ForestMode getForestMode() throws java.lang.Throwable, ObjectDisposedException, InvalidEnumArgumentException, ArgumentNullException, ArgumentException, NotSupportedException, MissingManifestResourceException, ActiveDirectoryObjectNotFoundException, OutOfMemoryException, ActiveDirectoryOperationException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, OverflowException
- Throws:
java.lang.Throwable
ObjectDisposedException
InvalidEnumArgumentException
ArgumentNullException
ArgumentException
NotSupportedException
MissingManifestResourceException
ActiveDirectoryObjectNotFoundException
OutOfMemoryException
ActiveDirectoryOperationException
InvalidOperationException
ArgumentOutOfRangeException
FormatException
OverflowException
-
getGlobalCatalogs
public GlobalCatalogCollection getGlobalCatalogs() throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, InvalidOperationException, InvalidEnumArgumentException, NotSupportedException, ActiveDirectoryObjectNotFoundException, OutOfMemoryException, ActiveDirectoryOperationException
- Throws:
java.lang.Throwable
ObjectDisposedException
ArgumentNullException
ArgumentException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
InvalidOperationException
InvalidEnumArgumentException
NotSupportedException
ActiveDirectoryObjectNotFoundException
OutOfMemoryException
ActiveDirectoryOperationException
-
getSites
public ReadOnlySiteCollection getSites() throws java.lang.Throwable, ObjectDisposedException, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, IndexOutOfRangeException, OutOfMemoryException, NotSupportedException, ActiveDirectoryOperationException, InvalidEnumArgumentException, FormatException, AccessViolationException, PlatformNotSupportedException, ActiveDirectoryObjectNotFoundException
- Throws:
java.lang.Throwable
ObjectDisposedException
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
MissingManifestResourceException
InvalidOperationException
IndexOutOfRangeException
OutOfMemoryException
NotSupportedException
ActiveDirectoryOperationException
InvalidEnumArgumentException
FormatException
AccessViolationException
PlatformNotSupportedException
ActiveDirectoryObjectNotFoundException
-
getName
public java.lang.String getName() throws java.lang.Throwable, ObjectDisposedException
- Throws:
java.lang.Throwable
ObjectDisposedException
-
-