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=4.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.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.AdamInstancestatic org.mases.jcobridge.JCType
classType
The 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 AdamInstance
cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoAdamInstance
, a cast assert is made to check if types are compatible.void
CheckReplicationConsistency()
static AdamInstanceCollection
FindAll(DirectoryContext context, java.lang.String partitionName)
static AdamInstance
FindOne(DirectoryContext context, java.lang.String partitionName)
static AdamInstance
GetAdamInstance(DirectoryContext context)
ReplicationNeighborCollection
GetAllReplicationNeighbors()
ConfigurationSet
getConfigurationSet()
java.lang.String
getDefaultPartition()
java.lang.String
getHostName()
java.lang.String
getJCOAssemblyName()
Returns the reflected Assembly namejava.lang.String
getJCOClassName()
Returns the reflected Class namejava.lang.Object
getJCOInstance()
Returns the instantiated classjava.lang.String
getJCOObjectName()
Returns the reflected Class name used to build the objectorg.mases.jcobridge.JCType
getJCOType()
Returns the instantiated class Typeint
getLdapPort()
ReplicationFailureCollection
GetReplicationConnectionFailures()
ReplicationCursorCollection
GetReplicationCursors(java.lang.String partition)
ActiveDirectoryReplicationMetadata
GetReplicationMetadata(java.lang.String objectPath)
ReplicationNeighborCollection
GetReplicationNeighbors(java.lang.String partition)
ReplicationOperationInformation
GetReplicationOperationInformation()
AdamRoleCollection
getRoles()
int
getSslPort()
void
Save()
void
SeizeRoleOwnership(AdamRole role)
void
setDefaultPartition(java.lang.String DefaultPartition)
void
setJCOInstance(org.mases.jcobridge.JCObject instance)
void
SyncReplicaFromAllServers(java.lang.String partition, SyncFromAllServersOptions options)
void
SyncReplicaFromServer(java.lang.String partition, java.lang.String sourceServer)
void
TransferRoleOwnership(AdamRole role)
void
TriggerSyncReplicaFromNeighbors(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=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.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:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classDirectoryServer
- 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 classDirectoryServer
- 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 classDirectoryServer
- 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 classDirectoryServer
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(org.mases.jcobridge.JCObject instance)
- Overrides:
setJCOInstance
in classDirectoryServer
-
getJCOType
public org.mases.jcobridge.JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classDirectoryServer
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static AdamInstance cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoAdamInstance
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
AdamInstance
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
GetReplicationMetadata
public ActiveDirectoryReplicationMetadata GetReplicationMetadata(java.lang.String objectPath) throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, FormatException, OutOfMemoryException, CryptographicException, ActiveDirectoryOperationException, ActiveDirectoryObjectNotFoundException, InvalidEnumArgumentException, AccessViolationException, OverflowException
- Overrides:
GetReplicationMetadata
in classDirectoryServer
- Throws:
java.lang.Throwable
ObjectDisposedException
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
FormatException
OutOfMemoryException
CryptographicException
ActiveDirectoryOperationException
ActiveDirectoryObjectNotFoundException
InvalidEnumArgumentException
AccessViolationException
OverflowException
-
FindOne
public static AdamInstance FindOne(DirectoryContext context, java.lang.String partitionName) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, InvalidEnumArgumentException, ActiveDirectoryObjectNotFoundException, OutOfMemoryException, ActiveDirectoryOperationException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
InvalidEnumArgumentException
ActiveDirectoryObjectNotFoundException
OutOfMemoryException
ActiveDirectoryOperationException
-
GetAdamInstance
public static AdamInstance GetAdamInstance(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
-
FindAll
public static AdamInstanceCollection FindAll(DirectoryContext context, java.lang.String partitionName) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, ActiveDirectoryOperationException, InvalidEnumArgumentException, PlatformNotSupportedException, ActiveDirectoryObjectNotFoundException, OutOfMemoryException, SecurityException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
ActiveDirectoryOperationException
InvalidEnumArgumentException
PlatformNotSupportedException
ActiveDirectoryObjectNotFoundException
OutOfMemoryException
SecurityException
-
GetReplicationCursors
public ReplicationCursorCollection GetReplicationCursors(java.lang.String partition) throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, FormatException, OutOfMemoryException, CryptographicException, ActiveDirectoryOperationException, ActiveDirectoryObjectNotFoundException, InvalidEnumArgumentException, AccessViolationException, OverflowException
- Overrides:
GetReplicationCursors
in classDirectoryServer
- Throws:
java.lang.Throwable
ObjectDisposedException
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
FormatException
OutOfMemoryException
CryptographicException
ActiveDirectoryOperationException
ActiveDirectoryObjectNotFoundException
InvalidEnumArgumentException
AccessViolationException
OverflowException
-
GetReplicationConnectionFailures
public ReplicationFailureCollection GetReplicationConnectionFailures() throws java.lang.Throwable, ObjectDisposedException, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, IndexOutOfRangeException, OutOfMemoryException, InvalidEnumArgumentException, AbandonedMutexException, CultureNotFoundException, ActiveDirectoryOperationException, NotSupportedException, ActiveDirectoryObjectNotFoundException
- Overrides:
GetReplicationConnectionFailures
in classDirectoryServer
- Throws:
java.lang.Throwable
ObjectDisposedException
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
MissingManifestResourceException
InvalidOperationException
IndexOutOfRangeException
OutOfMemoryException
InvalidEnumArgumentException
AbandonedMutexException
CultureNotFoundException
ActiveDirectoryOperationException
NotSupportedException
ActiveDirectoryObjectNotFoundException
-
GetAllReplicationNeighbors
public ReplicationNeighborCollection GetAllReplicationNeighbors() throws java.lang.Throwable, ObjectDisposedException, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, IndexOutOfRangeException, FormatException, OutOfMemoryException, CryptographicException, ActiveDirectoryOperationException, ActiveDirectoryObjectNotFoundException, InvalidEnumArgumentException, CultureNotFoundException, AccessViolationException, NotSupportedException, OverflowException
- Overrides:
GetAllReplicationNeighbors
in classDirectoryServer
- Throws:
java.lang.Throwable
ObjectDisposedException
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
MissingManifestResourceException
InvalidOperationException
IndexOutOfRangeException
FormatException
OutOfMemoryException
CryptographicException
ActiveDirectoryOperationException
ActiveDirectoryObjectNotFoundException
InvalidEnumArgumentException
CultureNotFoundException
AccessViolationException
NotSupportedException
OverflowException
-
GetReplicationNeighbors
public ReplicationNeighborCollection GetReplicationNeighbors(java.lang.String partition) throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, FormatException, OutOfMemoryException, CryptographicException, ActiveDirectoryOperationException, ActiveDirectoryObjectNotFoundException, InvalidEnumArgumentException, AccessViolationException, OverflowException
- Overrides:
GetReplicationNeighbors
in classDirectoryServer
- Throws:
java.lang.Throwable
ObjectDisposedException
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
FormatException
OutOfMemoryException
CryptographicException
ActiveDirectoryOperationException
ActiveDirectoryObjectNotFoundException
InvalidEnumArgumentException
AccessViolationException
OverflowException
-
GetReplicationOperationInformation
public ReplicationOperationInformation GetReplicationOperationInformation() throws java.lang.Throwable, ObjectDisposedException, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, IndexOutOfRangeException, FormatException, OutOfMemoryException, CryptographicException, ActiveDirectoryOperationException, ActiveDirectoryObjectNotFoundException, InvalidEnumArgumentException, CultureNotFoundException, AccessViolationException, NotSupportedException, OverflowException
- Overrides:
GetReplicationOperationInformation
in classDirectoryServer
- Throws:
java.lang.Throwable
ObjectDisposedException
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
MissingManifestResourceException
InvalidOperationException
IndexOutOfRangeException
FormatException
OutOfMemoryException
CryptographicException
ActiveDirectoryOperationException
ActiveDirectoryObjectNotFoundException
InvalidEnumArgumentException
CultureNotFoundException
AccessViolationException
NotSupportedException
OverflowException
-
CheckReplicationConsistency
public void CheckReplicationConsistency() throws java.lang.Throwable, ObjectDisposedException, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, IndexOutOfRangeException, FormatException, OutOfMemoryException, CryptographicException, ActiveDirectoryOperationException, ActiveDirectoryObjectNotFoundException, InvalidEnumArgumentException
- Overrides:
CheckReplicationConsistency
in classDirectoryServer
- Throws:
java.lang.Throwable
ObjectDisposedException
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
MissingManifestResourceException
InvalidOperationException
IndexOutOfRangeException
FormatException
OutOfMemoryException
CryptographicException
ActiveDirectoryOperationException
ActiveDirectoryObjectNotFoundException
InvalidEnumArgumentException
-
Save
public void Save() throws java.lang.Throwable, ObjectDisposedException, ArgumentOutOfRangeException, ArgumentException, ActiveDirectoryOperationException, InvalidEnumArgumentException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, PlatformNotSupportedException, ActiveDirectoryObjectNotFoundException, NotSupportedException, OutOfMemoryException, SecurityException
- Throws:
java.lang.Throwable
ObjectDisposedException
ArgumentOutOfRangeException
ArgumentException
ActiveDirectoryOperationException
InvalidEnumArgumentException
ArgumentNullException
MissingManifestResourceException
InvalidOperationException
PlatformNotSupportedException
ActiveDirectoryObjectNotFoundException
NotSupportedException
OutOfMemoryException
SecurityException
-
SeizeRoleOwnership
public void SeizeRoleOwnership(AdamRole role) throws java.lang.Throwable, ObjectDisposedException, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, ArgumentOutOfRangeException, MissingManifestResourceException, IndexOutOfRangeException, ActiveDirectoryOperationException, FormatException, PlatformNotSupportedException, ActiveDirectoryObjectNotFoundException, OutOfMemoryException, InvalidEnumArgumentException
- Throws:
java.lang.Throwable
ObjectDisposedException
ArgumentException
ArgumentNullException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotSupportedException
ArgumentOutOfRangeException
MissingManifestResourceException
IndexOutOfRangeException
ActiveDirectoryOperationException
FormatException
PlatformNotSupportedException
ActiveDirectoryObjectNotFoundException
OutOfMemoryException
InvalidEnumArgumentException
-
SyncReplicaFromAllServers
public void SyncReplicaFromAllServers(java.lang.String partition, SyncFromAllServersOptions options) throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, FormatException, OutOfMemoryException, CryptographicException, ActiveDirectoryOperationException, ActiveDirectoryObjectNotFoundException, InvalidEnumArgumentException, AccessViolationException, SyncFromAllServersOperationException
- Overrides:
SyncReplicaFromAllServers
in classDirectoryServer
- Throws:
java.lang.Throwable
ObjectDisposedException
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
FormatException
OutOfMemoryException
CryptographicException
ActiveDirectoryOperationException
ActiveDirectoryObjectNotFoundException
InvalidEnumArgumentException
AccessViolationException
SyncFromAllServersOperationException
-
SyncReplicaFromServer
public void SyncReplicaFromServer(java.lang.String partition, java.lang.String sourceServer) throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, FormatException, OutOfMemoryException, CryptographicException, ActiveDirectoryOperationException, ActiveDirectoryObjectNotFoundException, InvalidEnumArgumentException, AccessViolationException
- Overrides:
SyncReplicaFromServer
in classDirectoryServer
- Throws:
java.lang.Throwable
ObjectDisposedException
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
FormatException
OutOfMemoryException
CryptographicException
ActiveDirectoryOperationException
ActiveDirectoryObjectNotFoundException
InvalidEnumArgumentException
AccessViolationException
-
TransferRoleOwnership
public void TransferRoleOwnership(AdamRole role) throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException, NotImplementedException, MissingManifestResourceException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException, ActiveDirectoryOperationException, PlatformNotSupportedException, ActiveDirectoryObjectNotFoundException, OutOfMemoryException, SecurityException
- Throws:
java.lang.Throwable
ObjectDisposedException
ArgumentNullException
TypeLoadException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotSupportedException
CultureNotFoundException
ArgumentOutOfRangeException
NotImplementedException
MissingManifestResourceException
IndexOutOfRangeException
FormatException
InvalidEnumArgumentException
ActiveDirectoryOperationException
PlatformNotSupportedException
ActiveDirectoryObjectNotFoundException
OutOfMemoryException
SecurityException
-
TriggerSyncReplicaFromNeighbors
public void TriggerSyncReplicaFromNeighbors(java.lang.String partition) throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, FormatException, OutOfMemoryException, CryptographicException, ActiveDirectoryOperationException, ActiveDirectoryObjectNotFoundException, InvalidEnumArgumentException, AccessViolationException
- Overrides:
TriggerSyncReplicaFromNeighbors
in classDirectoryServer
- Throws:
java.lang.Throwable
ObjectDisposedException
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
FormatException
OutOfMemoryException
CryptographicException
ActiveDirectoryOperationException
ActiveDirectoryObjectNotFoundException
InvalidEnumArgumentException
AccessViolationException
-
getLdapPort
public int getLdapPort() throws java.lang.Throwable, ObjectDisposedException, ArgumentOutOfRangeException, ArgumentException, ActiveDirectoryOperationException, InvalidEnumArgumentException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, PlatformNotSupportedException, ActiveDirectoryObjectNotFoundException, NotSupportedException, OutOfMemoryException, SecurityException
- Throws:
java.lang.Throwable
ObjectDisposedException
ArgumentOutOfRangeException
ArgumentException
ActiveDirectoryOperationException
InvalidEnumArgumentException
ArgumentNullException
MissingManifestResourceException
InvalidOperationException
PlatformNotSupportedException
ActiveDirectoryObjectNotFoundException
NotSupportedException
OutOfMemoryException
SecurityException
-
getSslPort
public int getSslPort() throws java.lang.Throwable, ObjectDisposedException, ArgumentOutOfRangeException, ArgumentException, ActiveDirectoryOperationException, InvalidEnumArgumentException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, PlatformNotSupportedException, ActiveDirectoryObjectNotFoundException, NotSupportedException, OutOfMemoryException, SecurityException
- Throws:
java.lang.Throwable
ObjectDisposedException
ArgumentOutOfRangeException
ArgumentException
ActiveDirectoryOperationException
InvalidEnumArgumentException
ArgumentNullException
MissingManifestResourceException
InvalidOperationException
PlatformNotSupportedException
ActiveDirectoryObjectNotFoundException
NotSupportedException
OutOfMemoryException
SecurityException
-
getRoles
public AdamRoleCollection getRoles() throws java.lang.Throwable, ObjectDisposedException, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, ArgumentOutOfRangeException, MissingManifestResourceException, IndexOutOfRangeException, ActiveDirectoryOperationException, FormatException, PlatformNotSupportedException, ActiveDirectoryObjectNotFoundException, OutOfMemoryException, InvalidEnumArgumentException, NullReferenceException
- Throws:
java.lang.Throwable
ObjectDisposedException
ArgumentException
ArgumentNullException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotSupportedException
ArgumentOutOfRangeException
MissingManifestResourceException
IndexOutOfRangeException
ActiveDirectoryOperationException
FormatException
PlatformNotSupportedException
ActiveDirectoryObjectNotFoundException
OutOfMemoryException
InvalidEnumArgumentException
NullReferenceException
-
getConfigurationSet
public ConfigurationSet getConfigurationSet() throws java.lang.Throwable, ObjectDisposedException, NotSupportedException, ArgumentOutOfRangeException, OutOfMemoryException, ArgumentNullException, InvalidOperationException, CryptographicException, ArgumentException, MissingMethodException, TargetInvocationException, NotImplementedException, CultureNotFoundException, MissingManifestResourceException, AccessViolationException, SecurityException, ActiveDirectoryOperationException, SocketException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException, PlatformNotSupportedException, ActiveDirectoryObjectNotFoundException
- Throws:
java.lang.Throwable
ObjectDisposedException
NotSupportedException
ArgumentOutOfRangeException
OutOfMemoryException
ArgumentNullException
InvalidOperationException
CryptographicException
ArgumentException
MissingMethodException
TargetInvocationException
NotImplementedException
CultureNotFoundException
MissingManifestResourceException
AccessViolationException
SecurityException
ActiveDirectoryOperationException
SocketException
IndexOutOfRangeException
FormatException
InvalidEnumArgumentException
PlatformNotSupportedException
ActiveDirectoryObjectNotFoundException
-
getDefaultPartition
public java.lang.String getDefaultPartition() throws java.lang.Throwable, ObjectDisposedException, ArgumentOutOfRangeException, ArgumentException, ActiveDirectoryOperationException, InvalidEnumArgumentException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, PlatformNotSupportedException, ActiveDirectoryObjectNotFoundException, NotSupportedException, OutOfMemoryException, SecurityException
- Throws:
java.lang.Throwable
ObjectDisposedException
ArgumentOutOfRangeException
ArgumentException
ActiveDirectoryOperationException
InvalidEnumArgumentException
ArgumentNullException
MissingManifestResourceException
InvalidOperationException
PlatformNotSupportedException
ActiveDirectoryObjectNotFoundException
NotSupportedException
OutOfMemoryException
SecurityException
-
setDefaultPartition
public void setDefaultPartition(java.lang.String DefaultPartition) throws java.lang.Throwable, ObjectDisposedException, ArgumentOutOfRangeException, ArgumentException, ActiveDirectoryOperationException, InvalidEnumArgumentException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, PlatformNotSupportedException, ActiveDirectoryObjectNotFoundException, NotSupportedException, OutOfMemoryException, SecurityException
- Throws:
java.lang.Throwable
ObjectDisposedException
ArgumentOutOfRangeException
ArgumentException
ActiveDirectoryOperationException
InvalidEnumArgumentException
ArgumentNullException
MissingManifestResourceException
InvalidOperationException
PlatformNotSupportedException
ActiveDirectoryObjectNotFoundException
NotSupportedException
OutOfMemoryException
SecurityException
-
getHostName
public java.lang.String getHostName() throws java.lang.Throwable, ObjectDisposedException, ArgumentOutOfRangeException, ArgumentException, ActiveDirectoryOperationException, InvalidEnumArgumentException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, PlatformNotSupportedException, ActiveDirectoryObjectNotFoundException, NotSupportedException, OutOfMemoryException, SecurityException
- Throws:
java.lang.Throwable
ObjectDisposedException
ArgumentOutOfRangeException
ArgumentException
ActiveDirectoryOperationException
InvalidEnumArgumentException
ArgumentNullException
MissingManifestResourceException
InvalidOperationException
PlatformNotSupportedException
ActiveDirectoryObjectNotFoundException
NotSupportedException
OutOfMemoryException
SecurityException
-
-