Class GlobalCatalog
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.directoryservices.activedirectory.DirectoryServer
-
- system.directoryservices.activedirectory.DomainController
-
- system.directoryservices.activedirectory.GlobalCatalog
-
- All Implemented Interfaces:
java.lang.AutoCloseable
,IJCOBridgeReflected
public class GlobalCatalog extends DomainController
The base .NET class managing System.DirectoryServices.ActiveDirectory.GlobalCatalog, System.DirectoryServices, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.DirectoryServices.ActiveDirectory.GlobalCatalog
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=8.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.GlobalCatalogstatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description GlobalCatalog()
GlobalCatalog(java.lang.Object instance)
Internal constructor.
-
Method Summary
-
Methods inherited from class system.directoryservices.activedirectory.DomainController
CheckReplicationConsistency, FindAll, FindAll, FindOne, FindOne, FindOne, FindOne, GetAllReplicationNeighbors, getCurrentTime, getDomain, GetDomainController, getForest, getHighestCommittedUsn, getOSVersion, GetReplicationConnectionFailures, GetReplicationCursors, GetReplicationMetadata, GetReplicationNeighbors, GetReplicationOperationInformation, getRoles, SeizeRoleOwnership, SyncReplicaFromAllServers, SyncReplicaFromServer, TransferRoleOwnership, TriggerSyncReplicaFromNeighbors
-
Methods inherited from class system.directoryservices.activedirectory.DirectoryServer
close, Dispose, GetDirectoryEntry, getInboundConnections, getIPAddress, getName, getOutboundConnections, getPartitions, getSiteName, getSyncFromAllServersCallback, MoveToAnotherSite, setSyncFromAllServersCallback
-
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.DirectoryServices, Version=8.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.GlobalCatalog- 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 classDomainController
- 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 classDomainController
- 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 classDomainController
- 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 classDomainController
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classDomainController
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classDomainController
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static GlobalCatalog cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoGlobalCatalog
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
GlobalCatalog
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
IsGlobalCatalog
public boolean IsGlobalCatalog() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException
- Overrides:
IsGlobalCatalog
in classDomainController
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
NotSupportedException
ObjectDisposedException
RankException
IndexOutOfRangeException
-
DisableGlobalCatalog
public DomainController DisableGlobalCatalog() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, OutOfMemoryException, ActiveDirectoryOperationException, ActiveDirectoryObjectNotFoundException, InvalidEnumArgumentException, AccessViolationException, LockRecursionException, SynchronizationLockException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
NotSupportedException
ObjectDisposedException
RankException
IndexOutOfRangeException
OutOfMemoryException
ActiveDirectoryOperationException
ActiveDirectoryObjectNotFoundException
InvalidEnumArgumentException
AccessViolationException
LockRecursionException
SynchronizationLockException
-
EnableGlobalCatalog
public GlobalCatalog EnableGlobalCatalog() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException
- Overrides:
EnableGlobalCatalog
in classDomainController
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
NotSupportedException
ObjectDisposedException
RankException
IndexOutOfRangeException
-
FindOneNewGlobalCatalog
public static GlobalCatalog FindOneNewGlobalCatalog(DirectoryContext context, LocatorOptions flag) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, MethodAccessException, MissingMethodException, MemberAccessException, TargetInvocationException, OutOfMemoryException, AccessViolationException, SecurityException, ActiveDirectoryOperationException, ActiveDirectoryObjectNotFoundException, CryptographicException, NullReferenceException, OverflowException, FormatException, InvalidEnumArgumentException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
NotSupportedException
CultureNotFoundException
ObjectDisposedException
MethodAccessException
MissingMethodException
MemberAccessException
TargetInvocationException
OutOfMemoryException
AccessViolationException
SecurityException
ActiveDirectoryOperationException
ActiveDirectoryObjectNotFoundException
CryptographicException
NullReferenceException
OverflowException
FormatException
InvalidEnumArgumentException
-
FindOneNewGlobalCatalog
public static GlobalCatalog FindOneNewGlobalCatalog(DirectoryContext context, java.lang.String siteName, LocatorOptions flag) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, MethodAccessException, MissingMethodException, MemberAccessException, TargetInvocationException, OutOfMemoryException, AccessViolationException, SecurityException, ActiveDirectoryOperationException, ActiveDirectoryObjectNotFoundException, CryptographicException, NullReferenceException, OverflowException, FormatException, InvalidEnumArgumentException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
NotSupportedException
CultureNotFoundException
ObjectDisposedException
MethodAccessException
MissingMethodException
MemberAccessException
TargetInvocationException
OutOfMemoryException
AccessViolationException
SecurityException
ActiveDirectoryOperationException
ActiveDirectoryObjectNotFoundException
CryptographicException
NullReferenceException
OverflowException
FormatException
InvalidEnumArgumentException
-
FindOneNewGlobalCatalog
public static GlobalCatalog FindOneNewGlobalCatalog(DirectoryContext context, java.lang.String siteName) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, MethodAccessException, MissingMethodException, MemberAccessException, TargetInvocationException, OutOfMemoryException, AccessViolationException, SecurityException, ActiveDirectoryOperationException, ActiveDirectoryObjectNotFoundException, CryptographicException, NullReferenceException, OverflowException, FormatException, InvalidEnumArgumentException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
NotSupportedException
CultureNotFoundException
ObjectDisposedException
MethodAccessException
MissingMethodException
MemberAccessException
TargetInvocationException
OutOfMemoryException
AccessViolationException
SecurityException
ActiveDirectoryOperationException
ActiveDirectoryObjectNotFoundException
CryptographicException
NullReferenceException
OverflowException
FormatException
InvalidEnumArgumentException
-
FindOneNewGlobalCatalog
public static GlobalCatalog FindOneNewGlobalCatalog(DirectoryContext context) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, MethodAccessException, MissingMethodException, MemberAccessException, TargetInvocationException, OutOfMemoryException, AccessViolationException, SecurityException, ActiveDirectoryOperationException, ActiveDirectoryObjectNotFoundException, CryptographicException, NullReferenceException, OverflowException, FormatException, InvalidEnumArgumentException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
NotSupportedException
CultureNotFoundException
ObjectDisposedException
MethodAccessException
MissingMethodException
MemberAccessException
TargetInvocationException
OutOfMemoryException
AccessViolationException
SecurityException
ActiveDirectoryOperationException
ActiveDirectoryObjectNotFoundException
CryptographicException
NullReferenceException
OverflowException
FormatException
InvalidEnumArgumentException
-
GetGlobalCatalog
public static GlobalCatalog GetGlobalCatalog(DirectoryContext context) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, MethodAccessException, MissingMethodException, MemberAccessException, TargetInvocationException, OutOfMemoryException, AccessViolationException, SecurityException, ActiveDirectoryOperationException, IndexOutOfRangeException, FormatException, CryptographicException, NullReferenceException, OverflowException, InvalidEnumArgumentException, ActiveDirectoryObjectNotFoundException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
NotSupportedException
CultureNotFoundException
ObjectDisposedException
MethodAccessException
MissingMethodException
MemberAccessException
TargetInvocationException
OutOfMemoryException
AccessViolationException
SecurityException
ActiveDirectoryOperationException
IndexOutOfRangeException
FormatException
CryptographicException
NullReferenceException
OverflowException
InvalidEnumArgumentException
ActiveDirectoryObjectNotFoundException
-
FindAllNewGlobalCatalog
public static GlobalCatalogCollection FindAllNewGlobalCatalog(DirectoryContext context, java.lang.String siteName) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, ActiveDirectoryOperationException, InvalidEnumArgumentException, ActiveDirectoryObjectNotFoundException, IndexOutOfRangeException, OutOfMemoryException, SecurityException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
NotSupportedException
CultureNotFoundException
ObjectDisposedException
ActiveDirectoryOperationException
InvalidEnumArgumentException
ActiveDirectoryObjectNotFoundException
IndexOutOfRangeException
OutOfMemoryException
SecurityException
-
FindAllNewGlobalCatalog
public static GlobalCatalogCollection FindAllNewGlobalCatalog(DirectoryContext context) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, ActiveDirectoryOperationException, InvalidEnumArgumentException, ActiveDirectoryObjectNotFoundException, IndexOutOfRangeException, OutOfMemoryException, SecurityException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
NotSupportedException
CultureNotFoundException
ObjectDisposedException
ActiveDirectoryOperationException
InvalidEnumArgumentException
ActiveDirectoryObjectNotFoundException
IndexOutOfRangeException
OutOfMemoryException
SecurityException
-
FindAllProperties
public ReadOnlyActiveDirectorySchemaPropertyCollection FindAllProperties() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, CultureNotFoundException, OutOfMemoryException, ExternalException, ActiveDirectoryOperationException, FormatException, ActiveDirectoryObjectNotFoundException, InvalidEnumArgumentException, CryptographicException, NullReferenceException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
NotSupportedException
ObjectDisposedException
RankException
IndexOutOfRangeException
CultureNotFoundException
OutOfMemoryException
ExternalException
ActiveDirectoryOperationException
FormatException
ActiveDirectoryObjectNotFoundException
InvalidEnumArgumentException
CryptographicException
NullReferenceException
-
GetDirectorySearcher
public DirectorySearcher GetDirectorySearcher() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, OutOfMemoryException, NullReferenceException, CryptographicException, InvalidEnumArgumentException
- Overrides:
GetDirectorySearcher
in classDomainController
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
NotSupportedException
ObjectDisposedException
RankException
IndexOutOfRangeException
OutOfMemoryException
NullReferenceException
CryptographicException
InvalidEnumArgumentException
-
-