Class AdamInstance
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.directoryservices.activedirectory.DirectoryServer
-
- system.directoryservices.activedirectory.AdamInstance
-
- All Implemented Interfaces:
java.lang.AutoCloseable,IJCOBridgeReflected
public class AdamInstance extends DirectoryServer
The base .NET class managing System.DirectoryServices.ActiveDirectory.AdamInstance, System.DirectoryServices, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.DirectoryServices.ActiveDirectory.AdamInstance
Powered by JCOBridge: more info at https://www.jcobridge.com
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringassemblyFullNameFully assembly qualified name: System.DirectoryServices, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3astatic java.lang.StringassemblyShortNameAssembly name: System.DirectoryServicesstatic java.lang.StringclassNameQualified class name: System.DirectoryServices.ActiveDirectory.AdamInstancestatic org.mases.jcobridge.JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description AdamInstance()AdamInstance(java.lang.Object instance)Internal constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AdamInstancecast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoAdamInstance, a cast assert is made to check if types are compatible.voidCheckReplicationConsistency()static AdamInstanceCollectionFindAll(DirectoryContext context, java.lang.String partitionName)static AdamInstanceFindOne(DirectoryContext context, java.lang.String partitionName)static AdamInstanceGetAdamInstance(DirectoryContext context)ReplicationNeighborCollectionGetAllReplicationNeighbors()ConfigurationSetgetConfigurationSet()java.lang.StringgetDefaultPartition()java.lang.StringgetHostName()java.lang.StringgetJCOAssemblyName()Returns the reflected Assembly namejava.lang.StringgetJCOClassName()Returns the reflected Class namejava.lang.ObjectgetJCOInstance()Returns the instantiated classjava.lang.StringgetJCOObjectName()Returns the reflected Class name used to build the objectorg.mases.jcobridge.JCTypegetJCOType()Returns the instantiated class TypeintgetLdapPort()ReplicationFailureCollectionGetReplicationConnectionFailures()ReplicationCursorCollectionGetReplicationCursors(java.lang.String partition)ActiveDirectoryReplicationMetadataGetReplicationMetadata(java.lang.String objectPath)ReplicationNeighborCollectionGetReplicationNeighbors(java.lang.String partition)ReplicationOperationInformationGetReplicationOperationInformation()AdamRoleCollectiongetRoles()intgetSslPort()voidSave()voidSeizeRoleOwnership(AdamRole role)voidsetDefaultPartition(java.lang.String DefaultPartition)voidsetJCOInstance(org.mases.jcobridge.JCObject instance)voidSyncReplicaFromAllServers(java.lang.String partition, SyncFromAllServersOptions options)voidSyncReplicaFromServer(java.lang.String partition, java.lang.String sourceServer)voidTransferRoleOwnership(AdamRole role)voidTriggerSyncReplicaFromNeighbors(java.lang.String partition)-
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=10.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.AdamInstance- See Also:
- Constant Field Values
-
classType
public static org.mases.jcobridge.JCType classType
The type managed from JCOBridge. SeeJCType
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Overrides:
getJCOAssemblyNamein classDirectoryServer- Returns:
- A
Stringrepresenting the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name- Specified by:
getJCOClassNamein interfaceIJCOBridgeReflected- Overrides:
getJCOClassNamein classDirectoryServer- Returns:
- A
Stringrepresenting the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name used to build the object- Specified by:
getJCOObjectNamein interfaceIJCOBridgeReflected- Overrides:
getJCOObjectNamein classDirectoryServer- Returns:
- A
Stringrepresenting the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class- Specified by:
getJCOInstancein interfaceIJCOBridgeReflected- Overrides:
getJCOInstancein classDirectoryServer- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(org.mases.jcobridge.JCObject instance)
- Overrides:
setJCOInstancein classDirectoryServer
-
getJCOType
public org.mases.jcobridge.JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classDirectoryServer- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static AdamInstance cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoAdamInstance, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
AdamInstanceinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
GetReplicationMetadata
public ActiveDirectoryReplicationMetadata GetReplicationMetadata(java.lang.String objectPath) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, ArgumentNullException, ArgumentOutOfRangeException, OutOfMemoryException, IndexOutOfRangeException, InvalidOperationException, CryptographicException, ActiveDirectoryOperationException, ActiveDirectoryObjectNotFoundException, InvalidEnumArgumentException, NullReferenceException, OverflowException
- Overrides:
GetReplicationMetadatain classDirectoryServer- Throws:
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionObjectDisposedExceptionArgumentNullExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionInvalidOperationExceptionCryptographicExceptionActiveDirectoryOperationExceptionActiveDirectoryObjectNotFoundExceptionInvalidEnumArgumentExceptionNullReferenceExceptionOverflowException
-
FindOne
public static AdamInstance FindOne(DirectoryContext context, java.lang.String partitionName) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, InvalidEnumArgumentException, ActiveDirectoryObjectNotFoundException, OutOfMemoryException, ActiveDirectoryOperationException
- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionIndexOutOfRangeExceptionInvalidEnumArgumentExceptionActiveDirectoryObjectNotFoundExceptionOutOfMemoryExceptionActiveDirectoryOperationException
-
GetAdamInstance
public static AdamInstance GetAdamInstance(DirectoryContext context) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, MissingMethodException, TargetInvocationException, OutOfMemoryException, AccessViolationException, SecurityException, CultureNotFoundException, ActiveDirectoryOperationException, IndexOutOfRangeException, FormatException, CryptographicException, NullReferenceException, OverflowException, InvalidEnumArgumentException, ActiveDirectoryObjectNotFoundException
- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionMissingMethodExceptionTargetInvocationExceptionOutOfMemoryExceptionAccessViolationExceptionSecurityExceptionCultureNotFoundExceptionActiveDirectoryOperationExceptionIndexOutOfRangeExceptionFormatExceptionCryptographicExceptionNullReferenceExceptionOverflowExceptionInvalidEnumArgumentExceptionActiveDirectoryObjectNotFoundException
-
FindAll
public static AdamInstanceCollection FindAll(DirectoryContext context, java.lang.String partitionName) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, ActiveDirectoryOperationException, InvalidEnumArgumentException, ActiveDirectoryObjectNotFoundException, OutOfMemoryException, SecurityException
- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionIndexOutOfRangeExceptionActiveDirectoryOperationExceptionInvalidEnumArgumentExceptionActiveDirectoryObjectNotFoundExceptionOutOfMemoryExceptionSecurityException
-
GetReplicationCursors
public ReplicationCursorCollection GetReplicationCursors(java.lang.String partition) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, ArgumentNullException, ArgumentOutOfRangeException, OutOfMemoryException, IndexOutOfRangeException, InvalidOperationException, CryptographicException, ActiveDirectoryOperationException, ActiveDirectoryObjectNotFoundException, InvalidEnumArgumentException, NullReferenceException, OverflowException
- Overrides:
GetReplicationCursorsin classDirectoryServer- Throws:
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionObjectDisposedExceptionArgumentNullExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionInvalidOperationExceptionCryptographicExceptionActiveDirectoryOperationExceptionActiveDirectoryObjectNotFoundExceptionInvalidEnumArgumentExceptionNullReferenceExceptionOverflowException
-
GetReplicationConnectionFailures
public ReplicationFailureCollection GetReplicationConnectionFailures() throws java.lang.Throwable, PlatformNotSupportedException, ObjectDisposedException, ArgumentOutOfRangeException, ArgumentException, OutOfMemoryException, IndexOutOfRangeException, ArgumentNullException, CryptographicException, InvalidEnumArgumentException, InvalidOperationException, NotSupportedException, OverflowException, FormatException, ActiveDirectoryOperationException, ActiveDirectoryObjectNotFoundException
- Overrides:
GetReplicationConnectionFailuresin classDirectoryServer- Throws:
java.lang.ThrowablePlatformNotSupportedExceptionObjectDisposedExceptionArgumentOutOfRangeExceptionArgumentExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionArgumentNullExceptionCryptographicExceptionInvalidEnumArgumentExceptionInvalidOperationExceptionNotSupportedExceptionOverflowExceptionFormatExceptionActiveDirectoryOperationExceptionActiveDirectoryObjectNotFoundException
-
GetAllReplicationNeighbors
public ReplicationNeighborCollection GetAllReplicationNeighbors() throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, ArgumentOutOfRangeException, OutOfMemoryException, IndexOutOfRangeException, ArgumentNullException, InvalidOperationException, CryptographicException, ActiveDirectoryOperationException, ActiveDirectoryObjectNotFoundException, InvalidEnumArgumentException, NullReferenceException, OverflowException
- Overrides:
GetAllReplicationNeighborsin classDirectoryServer- Throws:
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionObjectDisposedExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionArgumentNullExceptionInvalidOperationExceptionCryptographicExceptionActiveDirectoryOperationExceptionActiveDirectoryObjectNotFoundExceptionInvalidEnumArgumentExceptionNullReferenceExceptionOverflowException
-
GetReplicationNeighbors
public ReplicationNeighborCollection GetReplicationNeighbors(java.lang.String partition) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, ArgumentNullException, ArgumentOutOfRangeException, OutOfMemoryException, IndexOutOfRangeException, InvalidOperationException, CryptographicException, ActiveDirectoryOperationException, ActiveDirectoryObjectNotFoundException, InvalidEnumArgumentException, NullReferenceException, OverflowException
- Overrides:
GetReplicationNeighborsin classDirectoryServer- Throws:
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionObjectDisposedExceptionArgumentNullExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionInvalidOperationExceptionCryptographicExceptionActiveDirectoryOperationExceptionActiveDirectoryObjectNotFoundExceptionInvalidEnumArgumentExceptionNullReferenceExceptionOverflowException
-
GetReplicationOperationInformation
public ReplicationOperationInformation GetReplicationOperationInformation() throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, ArgumentOutOfRangeException, OutOfMemoryException, IndexOutOfRangeException, ArgumentNullException, InvalidOperationException, CryptographicException, ActiveDirectoryOperationException, ActiveDirectoryObjectNotFoundException, InvalidEnumArgumentException, NullReferenceException, OverflowException
- Overrides:
GetReplicationOperationInformationin classDirectoryServer- Throws:
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionObjectDisposedExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionArgumentNullExceptionInvalidOperationExceptionCryptographicExceptionActiveDirectoryOperationExceptionActiveDirectoryObjectNotFoundExceptionInvalidEnumArgumentExceptionNullReferenceExceptionOverflowException
-
CheckReplicationConsistency
public void CheckReplicationConsistency() throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, ArgumentOutOfRangeException, OutOfMemoryException, IndexOutOfRangeException, ArgumentNullException, InvalidOperationException, CryptographicException, ActiveDirectoryOperationException, ActiveDirectoryObjectNotFoundException, InvalidEnumArgumentException, NullReferenceException- Overrides:
CheckReplicationConsistencyin classDirectoryServer- Throws:
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionObjectDisposedExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionArgumentNullExceptionInvalidOperationExceptionCryptographicExceptionActiveDirectoryOperationExceptionActiveDirectoryObjectNotFoundExceptionInvalidEnumArgumentExceptionNullReferenceException
-
Save
public void Save() throws java.lang.Throwable, PlatformNotSupportedException, ObjectDisposedException, ArgumentOutOfRangeException, ArgumentException, ActiveDirectoryOperationException, InvalidEnumArgumentException, ArgumentNullException, ActiveDirectoryObjectNotFoundException, IndexOutOfRangeException, NotSupportedException, OutOfMemoryException, InvalidOperationException, SecurityException, LockRecursionException, SynchronizationLockException, RankException, ArrayTypeMismatchException, FormatException- Throws:
java.lang.ThrowablePlatformNotSupportedExceptionObjectDisposedExceptionArgumentOutOfRangeExceptionArgumentExceptionActiveDirectoryOperationExceptionInvalidEnumArgumentExceptionArgumentNullExceptionActiveDirectoryObjectNotFoundExceptionIndexOutOfRangeExceptionNotSupportedExceptionOutOfMemoryExceptionInvalidOperationExceptionSecurityExceptionLockRecursionExceptionSynchronizationLockExceptionRankExceptionArrayTypeMismatchExceptionFormatException
-
SeizeRoleOwnership
public void SeizeRoleOwnership(AdamRole role) throws java.lang.Throwable, PlatformNotSupportedException, ObjectDisposedException, ArgumentException, CultureNotFoundException, NullReferenceException, NotSupportedException, OutOfMemoryException, ExternalException, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, IndexOutOfRangeException, ActiveDirectoryOperationException, FormatException, ActiveDirectoryObjectNotFoundException, InvalidEnumArgumentException, RankException, ArrayTypeMismatchException, InvalidCastException, LockRecursionException, SynchronizationLockException
- Throws:
java.lang.ThrowablePlatformNotSupportedExceptionObjectDisposedExceptionArgumentExceptionCultureNotFoundExceptionNullReferenceExceptionNotSupportedExceptionOutOfMemoryExceptionExternalExceptionArgumentNullExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionIndexOutOfRangeExceptionActiveDirectoryOperationExceptionFormatExceptionActiveDirectoryObjectNotFoundExceptionInvalidEnumArgumentExceptionRankExceptionArrayTypeMismatchExceptionInvalidCastExceptionLockRecursionExceptionSynchronizationLockException
-
SyncReplicaFromAllServers
public void SyncReplicaFromAllServers(java.lang.String partition, SyncFromAllServersOptions options) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, ArgumentNullException, ArgumentOutOfRangeException, OutOfMemoryException, IndexOutOfRangeException, InvalidOperationException, CryptographicException, ActiveDirectoryOperationException, ActiveDirectoryObjectNotFoundException, InvalidEnumArgumentException, NullReferenceException, AccessViolationException, SyncFromAllServersOperationException- Overrides:
SyncReplicaFromAllServersin classDirectoryServer- Throws:
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionObjectDisposedExceptionArgumentNullExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionInvalidOperationExceptionCryptographicExceptionActiveDirectoryOperationExceptionActiveDirectoryObjectNotFoundExceptionInvalidEnumArgumentExceptionNullReferenceExceptionAccessViolationExceptionSyncFromAllServersOperationException
-
SyncReplicaFromServer
public void SyncReplicaFromServer(java.lang.String partition, java.lang.String sourceServer) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, ArgumentNullException, ArgumentOutOfRangeException, OutOfMemoryException, IndexOutOfRangeException, InvalidOperationException, CryptographicException, ActiveDirectoryOperationException, ActiveDirectoryObjectNotFoundException, InvalidEnumArgumentException, NullReferenceException, AccessViolationException- Overrides:
SyncReplicaFromServerin classDirectoryServer- Throws:
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionObjectDisposedExceptionArgumentNullExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionInvalidOperationExceptionCryptographicExceptionActiveDirectoryOperationExceptionActiveDirectoryObjectNotFoundExceptionInvalidEnumArgumentExceptionNullReferenceExceptionAccessViolationException
-
TransferRoleOwnership
public void TransferRoleOwnership(AdamRole role) throws java.lang.Throwable, PlatformNotSupportedException, ObjectDisposedException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, CultureNotFoundException, ArrayTypeMismatchException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException, NullReferenceException, OutOfMemoryException, ExternalException, ActiveDirectoryOperationException, ActiveDirectoryObjectNotFoundException, SecurityException, RankException, InvalidCastException, LockRecursionException, SynchronizationLockException
- Throws:
java.lang.ThrowablePlatformNotSupportedExceptionObjectDisposedExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionArrayTypeMismatchExceptionInvalidOperationExceptionNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionInvalidEnumArgumentExceptionNullReferenceExceptionOutOfMemoryExceptionExternalExceptionActiveDirectoryOperationExceptionActiveDirectoryObjectNotFoundExceptionSecurityExceptionRankExceptionInvalidCastExceptionLockRecursionExceptionSynchronizationLockException
-
TriggerSyncReplicaFromNeighbors
public void TriggerSyncReplicaFromNeighbors(java.lang.String partition) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, ArgumentNullException, ArgumentOutOfRangeException, OutOfMemoryException, IndexOutOfRangeException, InvalidOperationException, CryptographicException, ActiveDirectoryOperationException, ActiveDirectoryObjectNotFoundException, InvalidEnumArgumentException, NullReferenceException, AccessViolationException- Overrides:
TriggerSyncReplicaFromNeighborsin classDirectoryServer- Throws:
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionObjectDisposedExceptionArgumentNullExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionInvalidOperationExceptionCryptographicExceptionActiveDirectoryOperationExceptionActiveDirectoryObjectNotFoundExceptionInvalidEnumArgumentExceptionNullReferenceExceptionAccessViolationException
-
getLdapPort
public int getLdapPort() throws java.lang.Throwable, PlatformNotSupportedException, ObjectDisposedException, ArgumentOutOfRangeException, ArgumentException, ActiveDirectoryOperationException, InvalidEnumArgumentException, ArgumentNullException, ActiveDirectoryObjectNotFoundException, IndexOutOfRangeException, NotSupportedException, OutOfMemoryException, InvalidOperationException, SecurityException- Throws:
java.lang.ThrowablePlatformNotSupportedExceptionObjectDisposedExceptionArgumentOutOfRangeExceptionArgumentExceptionActiveDirectoryOperationExceptionInvalidEnumArgumentExceptionArgumentNullExceptionActiveDirectoryObjectNotFoundExceptionIndexOutOfRangeExceptionNotSupportedExceptionOutOfMemoryExceptionInvalidOperationExceptionSecurityException
-
getSslPort
public int getSslPort() throws java.lang.Throwable, PlatformNotSupportedException, ObjectDisposedException, ArgumentOutOfRangeException, ArgumentException, ActiveDirectoryOperationException, InvalidEnumArgumentException, ArgumentNullException, ActiveDirectoryObjectNotFoundException, IndexOutOfRangeException, NotSupportedException, OutOfMemoryException, InvalidOperationException, SecurityException- Throws:
java.lang.ThrowablePlatformNotSupportedExceptionObjectDisposedExceptionArgumentOutOfRangeExceptionArgumentExceptionActiveDirectoryOperationExceptionInvalidEnumArgumentExceptionArgumentNullExceptionActiveDirectoryObjectNotFoundExceptionIndexOutOfRangeExceptionNotSupportedExceptionOutOfMemoryExceptionInvalidOperationExceptionSecurityException
-
getRoles
public AdamRoleCollection getRoles() throws java.lang.Throwable, PlatformNotSupportedException, ObjectDisposedException, ArgumentException, CultureNotFoundException, NullReferenceException, NotSupportedException, OutOfMemoryException, ExternalException, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, IndexOutOfRangeException, ActiveDirectoryOperationException, FormatException, ActiveDirectoryObjectNotFoundException, InvalidEnumArgumentException
- Throws:
java.lang.ThrowablePlatformNotSupportedExceptionObjectDisposedExceptionArgumentExceptionCultureNotFoundExceptionNullReferenceExceptionNotSupportedExceptionOutOfMemoryExceptionExternalExceptionArgumentNullExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionIndexOutOfRangeExceptionActiveDirectoryOperationExceptionFormatExceptionActiveDirectoryObjectNotFoundExceptionInvalidEnumArgumentException
-
getConfigurationSet
public ConfigurationSet getConfigurationSet() throws java.lang.Throwable, PlatformNotSupportedException, ObjectDisposedException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, CultureNotFoundException, MissingMethodException, TargetInvocationException, OutOfMemoryException, InvalidOperationException, AccessViolationException, SecurityException, ActiveDirectoryOperationException, FormatException, CryptographicException, NotSupportedException, NullReferenceException, OverflowException, InvalidEnumArgumentException, ActiveDirectoryObjectNotFoundException
- Throws:
java.lang.ThrowablePlatformNotSupportedExceptionObjectDisposedExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingMethodExceptionTargetInvocationExceptionOutOfMemoryExceptionInvalidOperationExceptionAccessViolationExceptionSecurityExceptionActiveDirectoryOperationExceptionFormatExceptionCryptographicExceptionNotSupportedExceptionNullReferenceExceptionOverflowExceptionInvalidEnumArgumentExceptionActiveDirectoryObjectNotFoundException
-
getDefaultPartition
public java.lang.String getDefaultPartition() throws java.lang.Throwable, PlatformNotSupportedException, ObjectDisposedException, ArgumentOutOfRangeException, ArgumentException, ActiveDirectoryOperationException, InvalidEnumArgumentException, ArgumentNullException, ActiveDirectoryObjectNotFoundException, IndexOutOfRangeException, NotSupportedException, OutOfMemoryException, InvalidOperationException, SecurityException, FormatException- Throws:
java.lang.ThrowablePlatformNotSupportedExceptionObjectDisposedExceptionArgumentOutOfRangeExceptionArgumentExceptionActiveDirectoryOperationExceptionInvalidEnumArgumentExceptionArgumentNullExceptionActiveDirectoryObjectNotFoundExceptionIndexOutOfRangeExceptionNotSupportedExceptionOutOfMemoryExceptionInvalidOperationExceptionSecurityExceptionFormatException
-
setDefaultPartition
public void setDefaultPartition(java.lang.String DefaultPartition) throws java.lang.Throwable, PlatformNotSupportedException, ObjectDisposedException, ArgumentOutOfRangeException, ArgumentException, ActiveDirectoryOperationException, InvalidEnumArgumentException, ArgumentNullException, ActiveDirectoryObjectNotFoundException, IndexOutOfRangeException, NotSupportedException, OutOfMemoryException, InvalidOperationException, SecurityException, FormatException, RankException, ArrayTypeMismatchException, InvalidCastException, LockRecursionException, SynchronizationLockException- Throws:
java.lang.ThrowablePlatformNotSupportedExceptionObjectDisposedExceptionArgumentOutOfRangeExceptionArgumentExceptionActiveDirectoryOperationExceptionInvalidEnumArgumentExceptionArgumentNullExceptionActiveDirectoryObjectNotFoundExceptionIndexOutOfRangeExceptionNotSupportedExceptionOutOfMemoryExceptionInvalidOperationExceptionSecurityExceptionFormatExceptionRankExceptionArrayTypeMismatchExceptionInvalidCastExceptionLockRecursionExceptionSynchronizationLockException
-
getHostName
public java.lang.String getHostName() throws java.lang.Throwable, PlatformNotSupportedException, ObjectDisposedException, ArgumentOutOfRangeException, ArgumentException, ActiveDirectoryOperationException, InvalidEnumArgumentException, ArgumentNullException, ActiveDirectoryObjectNotFoundException, IndexOutOfRangeException, NotSupportedException, OutOfMemoryException, InvalidOperationException, SecurityException- Throws:
java.lang.ThrowablePlatformNotSupportedExceptionObjectDisposedExceptionArgumentOutOfRangeExceptionArgumentExceptionActiveDirectoryOperationExceptionInvalidEnumArgumentExceptionArgumentNullExceptionActiveDirectoryObjectNotFoundExceptionIndexOutOfRangeExceptionNotSupportedExceptionOutOfMemoryExceptionInvalidOperationExceptionSecurityException
-
-