Class Domain
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.directoryservices.activedirectory.ActiveDirectoryPartition
-
- system.directoryservices.activedirectory.Domain
-
- All Implemented Interfaces:
java.lang.AutoCloseable
,IJCOBridgeReflected
public class Domain extends ActiveDirectoryPartition
The base .NET class managing System.DirectoryServices.ActiveDirectory.Domain, 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.Domain
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.Domainstatic JCType
classType
The type managed from JCOBridge.
-
Method Summary
-
Methods inherited from class system.directoryservices.activedirectory.ActiveDirectoryPartition
close, Dispose, getName
-
-
-
-
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.Domain- 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 classActiveDirectoryPartition
- 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 classActiveDirectoryPartition
- 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 classActiveDirectoryPartition
- 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 classActiveDirectoryPartition
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classActiveDirectoryPartition
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classActiveDirectoryPartition
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static Domain cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoDomain
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
Domain
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
GetSelectiveAuthenticationStatus
public boolean GetSelectiveAuthenticationStatus(java.lang.String targetDomainName) 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 targetDomainName) 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
-
GetComputerDomain
public static Domain GetComputerDomain() throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, ActiveDirectoryObjectNotFoundException, InvalidEnumArgumentException, PlatformNotSupportedException, NotSupportedException, OutOfMemoryException, CryptographicException, MissingMethodException, TargetInvocationException, AccessViolationException, SecurityException, CultureNotFoundException, ActiveDirectoryOperationException, SocketException, FormatException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentOutOfRangeException
ArgumentException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
InvalidOperationException
IndexOutOfRangeException
ActiveDirectoryObjectNotFoundException
InvalidEnumArgumentException
PlatformNotSupportedException
NotSupportedException
OutOfMemoryException
CryptographicException
MissingMethodException
TargetInvocationException
AccessViolationException
SecurityException
CultureNotFoundException
ActiveDirectoryOperationException
SocketException
FormatException
-
GetCurrentDomain
public static Domain GetCurrentDomain() 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
-
GetDomain
public static Domain GetDomain(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
-
FindDomainController
public DomainController FindDomainController() 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
-
FindDomainController
public DomainController FindDomainController(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
-
FindDomainController
public DomainController FindDomainController(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
-
FindDomainController
public DomainController FindDomainController(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
-
FindAllDiscoverableDomainControllers
public DomainControllerCollection FindAllDiscoverableDomainControllers() 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
-
FindAllDiscoverableDomainControllers
public DomainControllerCollection FindAllDiscoverableDomainControllers(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
-
FindAllDomainControllers
public DomainControllerCollection FindAllDomainControllers() throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, OutOfMemoryException, AccessViolationException, SecurityException, IndexOutOfRangeException, ActiveDirectoryOperationException, InvalidEnumArgumentException, PlatformNotSupportedException, ActiveDirectoryObjectNotFoundException, NotSupportedException
- Throws:
java.lang.Throwable
ObjectDisposedException
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
OutOfMemoryException
AccessViolationException
SecurityException
IndexOutOfRangeException
ActiveDirectoryOperationException
InvalidEnumArgumentException
PlatformNotSupportedException
ActiveDirectoryObjectNotFoundException
NotSupportedException
-
FindAllDomainControllers
public DomainControllerCollection FindAllDomainControllers(java.lang.String siteName) throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, OutOfMemoryException, AccessViolationException, SecurityException, IndexOutOfRangeException, ActiveDirectoryOperationException, InvalidEnumArgumentException, PlatformNotSupportedException, ActiveDirectoryObjectNotFoundException, NotSupportedException
- Throws:
java.lang.Throwable
ObjectDisposedException
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
OutOfMemoryException
AccessViolationException
SecurityException
IndexOutOfRangeException
ActiveDirectoryOperationException
InvalidEnumArgumentException
PlatformNotSupportedException
ActiveDirectoryObjectNotFoundException
NotSupportedException
-
GetTrustRelationship
public TrustRelationshipInformation GetTrustRelationship(java.lang.String targetDomainName) throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, OutOfMemoryException, FormatException, AccessViolationException, SecurityException, ActiveDirectoryOperationException, SocketException, IndexOutOfRangeException, InvalidEnumArgumentException, PlatformNotSupportedException, ActiveDirectoryObjectNotFoundException
- Throws:
java.lang.Throwable
ObjectDisposedException
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
OutOfMemoryException
FormatException
AccessViolationException
SecurityException
ActiveDirectoryOperationException
SocketException
IndexOutOfRangeException
InvalidEnumArgumentException
PlatformNotSupportedException
ActiveDirectoryObjectNotFoundException
-
GetAllTrustRelationships
public TrustRelationshipInformationCollection GetAllTrustRelationships() throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, OutOfMemoryException, MissingManifestResourceException, ArgumentException, MissingMethodException, TargetInvocationException, AccessViolationException, SecurityException, CultureNotFoundException, NotSupportedException, ActiveDirectoryOperationException, SocketException, IndexOutOfRangeException, FormatException, AbandonedMutexException, InvalidEnumArgumentException, PlatformNotSupportedException, ActiveDirectoryObjectNotFoundException
- Throws:
java.lang.Throwable
ObjectDisposedException
ArgumentNullException
ArgumentOutOfRangeException
InvalidOperationException
OutOfMemoryException
MissingManifestResourceException
ArgumentException
MissingMethodException
TargetInvocationException
AccessViolationException
SecurityException
CultureNotFoundException
NotSupportedException
ActiveDirectoryOperationException
SocketException
IndexOutOfRangeException
FormatException
AbandonedMutexException
InvalidEnumArgumentException
PlatformNotSupportedException
ActiveDirectoryObjectNotFoundException
-
GetDirectoryEntry
public DirectoryEntry GetDirectoryEntry() throws java.lang.Throwable, ObjectDisposedException, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, ArgumentOutOfRangeException, MissingManifestResourceException, IndexOutOfRangeException, ActiveDirectoryOperationException, FormatException, PlatformNotSupportedException, ActiveDirectoryObjectNotFoundException, OutOfMemoryException, InvalidEnumArgumentException
- Overrides:
GetDirectoryEntry
in classActiveDirectoryPartition
- Throws:
java.lang.Throwable
ObjectDisposedException
ArgumentException
ArgumentNullException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotSupportedException
ArgumentOutOfRangeException
MissingManifestResourceException
IndexOutOfRangeException
ActiveDirectoryOperationException
FormatException
PlatformNotSupportedException
ActiveDirectoryObjectNotFoundException
OutOfMemoryException
InvalidEnumArgumentException
-
CreateLocalSideOfTrustRelationship
public void CreateLocalSideOfTrustRelationship(java.lang.String targetDomainName, 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(Domain targetDomain, 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 targetDomainName) 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(Domain targetDomain) 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
-
RaiseDomainFunctionality
public void RaiseDomainFunctionality(DomainMode domainMode) 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
-
RaiseDomainFunctionalityLevel
public void RaiseDomainFunctionalityLevel(int domainMode) 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(Domain targetDomain) throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, OutOfMemoryException, AccessViolationException, SecurityException, ActiveDirectoryOperationException, SocketException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException, ActiveDirectoryObjectNotFoundException, NotSupportedException
- Throws:
java.lang.Throwable
ObjectDisposedException
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
OutOfMemoryException
AccessViolationException
SecurityException
ActiveDirectoryOperationException
SocketException
IndexOutOfRangeException
FormatException
InvalidEnumArgumentException
ActiveDirectoryObjectNotFoundException
NotSupportedException
-
SetSelectiveAuthenticationStatus
public void SetSelectiveAuthenticationStatus(java.lang.String targetDomainName, 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 targetDomainName, 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 targetDomainName, 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 targetDomainName, 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(Domain targetDomain, 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 targetDomainName) 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(Domain targetDomain, 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
-
getDomainModeLevel
public int getDomainModeLevel() 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
-
getParent
public Domain getParent() throws java.lang.Throwable, ObjectDisposedException, ArgumentException, ArgumentNullException, CultureNotFoundException, ArgumentOutOfRangeException, NotSupportedException, MissingManifestResourceException, ActiveDirectoryOperationException, ActiveDirectoryObjectNotFoundException, OutOfMemoryException, InvalidEnumArgumentException, InvalidOperationException
- Throws:
java.lang.Throwable
ObjectDisposedException
ArgumentException
ArgumentNullException
CultureNotFoundException
ArgumentOutOfRangeException
NotSupportedException
MissingManifestResourceException
ActiveDirectoryOperationException
ActiveDirectoryObjectNotFoundException
OutOfMemoryException
InvalidEnumArgumentException
InvalidOperationException
-
getChildren
public DomainCollection getChildren() throws java.lang.Throwable, ObjectDisposedException, ArgumentException, ArgumentNullException, CultureNotFoundException, ArgumentOutOfRangeException, NotSupportedException, MissingManifestResourceException, ActiveDirectoryOperationException, ActiveDirectoryObjectNotFoundException, OutOfMemoryException, InvalidEnumArgumentException, InvalidOperationException
- Throws:
java.lang.Throwable
ObjectDisposedException
ArgumentException
ArgumentNullException
CultureNotFoundException
ArgumentOutOfRangeException
NotSupportedException
MissingManifestResourceException
ActiveDirectoryOperationException
ActiveDirectoryObjectNotFoundException
OutOfMemoryException
InvalidEnumArgumentException
InvalidOperationException
-
getInfrastructureRoleOwner
public DomainController getInfrastructureRoleOwner() 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
-
getPdcRoleOwner
public DomainController getPdcRoleOwner() 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
-
getRidRoleOwner
public DomainController getRidRoleOwner() 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
-
getDomainControllers
public DomainControllerCollection getDomainControllers() throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, InvalidOperationException, OutOfMemoryException, AccessViolationException, SecurityException, NotSupportedException, ActiveDirectoryOperationException, InvalidEnumArgumentException, ActiveDirectoryObjectNotFoundException
- Throws:
java.lang.Throwable
ObjectDisposedException
ArgumentNullException
ArgumentException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
InvalidOperationException
OutOfMemoryException
AccessViolationException
SecurityException
NotSupportedException
ActiveDirectoryOperationException
InvalidEnumArgumentException
ActiveDirectoryObjectNotFoundException
-
getDomainMode
public DomainMode getDomainMode() throws java.lang.Throwable, ObjectDisposedException, ArgumentException, ActiveDirectoryOperationException, ActiveDirectoryObjectNotFoundException, OutOfMemoryException, ArgumentNullException, InvalidEnumArgumentException, ArgumentOutOfRangeException, FormatException, OverflowException
-
getForest
public Forest getForest() 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
-
-