Class ConfigurationSet
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.directoryservices.activedirectory.ConfigurationSet
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class ConfigurationSet extends NetObject
The base .NET class managing System.DirectoryServices.ActiveDirectory.ConfigurationSet, 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.ConfigurationSet
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.ConfigurationSetstatic org.mases.jcobridge.JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description ConfigurationSet()ConfigurationSet(java.lang.Object instance)Internal constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ConfigurationSetcast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoConfigurationSet, a cast assert is made to check if types are compatible.voidDispose()AdamInstanceFindAdamInstance()AdamInstanceFindAdamInstance(java.lang.String partitionName)AdamInstanceFindAdamInstance(java.lang.String partitionName, java.lang.String siteName)AdamInstanceCollectionFindAllAdamInstances()AdamInstanceCollectionFindAllAdamInstances(java.lang.String partitionName)AdamInstanceCollectionFindAllAdamInstances(java.lang.String partitionName, java.lang.String siteName)AdamInstanceCollectiongetAdamInstances()ApplicationPartitionCollectiongetApplicationPartitions()static ConfigurationSetGetConfigurationSet(DirectoryContext context)DirectoryEntryGetDirectoryEntry()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 Typejava.lang.StringgetName()AdamInstancegetNamingRoleOwner()ActiveDirectorySchemagetSchema()AdamInstancegetSchemaRoleOwner()ReplicationSecurityLevelGetSecurityLevel()ReadOnlySiteCollectiongetSites()voidsetJCOInstance(org.mases.jcobridge.JCObject instance)voidSetSecurityLevel(ReplicationSecurityLevel securityLevel)
-
-
-
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.ConfigurationSet- 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 classNetObject- 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 classNetObject- 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 classNetObject- 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 classNetObject- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(org.mases.jcobridge.JCObject instance)
- Overrides:
setJCOInstancein classNetObject
-
getJCOType
public org.mases.jcobridge.JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classNetObject- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static ConfigurationSet cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoConfigurationSet, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
ConfigurationSetinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
FindAdamInstance
public AdamInstance FindAdamInstance() throws java.lang.Throwable, PlatformNotSupportedException, ObjectDisposedException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, CultureNotFoundException, ActiveDirectoryOperationException, InvalidEnumArgumentException, ActiveDirectoryObjectNotFoundException, IndexOutOfRangeException, NotSupportedException, OutOfMemoryException, InvalidOperationException, SecurityException, ArrayTypeMismatchException, RankException, InvalidCastException
- Throws:
java.lang.ThrowablePlatformNotSupportedExceptionObjectDisposedExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionActiveDirectoryOperationExceptionInvalidEnumArgumentExceptionActiveDirectoryObjectNotFoundExceptionIndexOutOfRangeExceptionNotSupportedExceptionOutOfMemoryExceptionInvalidOperationExceptionSecurityExceptionArrayTypeMismatchExceptionRankExceptionInvalidCastException
-
FindAdamInstance
public AdamInstance FindAdamInstance(java.lang.String partitionName, java.lang.String siteName) throws java.lang.Throwable, PlatformNotSupportedException, ObjectDisposedException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, CultureNotFoundException, ActiveDirectoryOperationException, InvalidEnumArgumentException, ActiveDirectoryObjectNotFoundException, IndexOutOfRangeException, NotSupportedException, OutOfMemoryException, InvalidOperationException, SecurityException, ArrayTypeMismatchException, RankException, InvalidCastException
- Throws:
java.lang.ThrowablePlatformNotSupportedExceptionObjectDisposedExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionActiveDirectoryOperationExceptionInvalidEnumArgumentExceptionActiveDirectoryObjectNotFoundExceptionIndexOutOfRangeExceptionNotSupportedExceptionOutOfMemoryExceptionInvalidOperationExceptionSecurityExceptionArrayTypeMismatchExceptionRankExceptionInvalidCastException
-
FindAdamInstance
public AdamInstance FindAdamInstance(java.lang.String partitionName) throws java.lang.Throwable, PlatformNotSupportedException, ObjectDisposedException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, CultureNotFoundException, ActiveDirectoryOperationException, InvalidEnumArgumentException, ActiveDirectoryObjectNotFoundException, IndexOutOfRangeException, NotSupportedException, OutOfMemoryException, InvalidOperationException, SecurityException, ArrayTypeMismatchException, RankException, InvalidCastException
- Throws:
java.lang.ThrowablePlatformNotSupportedExceptionObjectDisposedExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionActiveDirectoryOperationExceptionInvalidEnumArgumentExceptionActiveDirectoryObjectNotFoundExceptionIndexOutOfRangeExceptionNotSupportedExceptionOutOfMemoryExceptionInvalidOperationExceptionSecurityExceptionArrayTypeMismatchExceptionRankExceptionInvalidCastException
-
FindAllAdamInstances
public AdamInstanceCollection FindAllAdamInstances() throws java.lang.Throwable, PlatformNotSupportedException, ObjectDisposedException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, CultureNotFoundException, ActiveDirectoryOperationException, InvalidEnumArgumentException, ActiveDirectoryObjectNotFoundException, IndexOutOfRangeException, NotSupportedException, OutOfMemoryException, InvalidOperationException, SecurityException, ArrayTypeMismatchException, RankException, InvalidCastException
- Throws:
java.lang.ThrowablePlatformNotSupportedExceptionObjectDisposedExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionActiveDirectoryOperationExceptionInvalidEnumArgumentExceptionActiveDirectoryObjectNotFoundExceptionIndexOutOfRangeExceptionNotSupportedExceptionOutOfMemoryExceptionInvalidOperationExceptionSecurityExceptionArrayTypeMismatchExceptionRankExceptionInvalidCastException
-
FindAllAdamInstances
public AdamInstanceCollection FindAllAdamInstances(java.lang.String partitionName, java.lang.String siteName) throws java.lang.Throwable, PlatformNotSupportedException, ObjectDisposedException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, CultureNotFoundException, ActiveDirectoryOperationException, InvalidEnumArgumentException, ActiveDirectoryObjectNotFoundException, IndexOutOfRangeException, NotSupportedException, OutOfMemoryException, InvalidOperationException, SecurityException, ArrayTypeMismatchException, RankException, InvalidCastException
- Throws:
java.lang.ThrowablePlatformNotSupportedExceptionObjectDisposedExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionActiveDirectoryOperationExceptionInvalidEnumArgumentExceptionActiveDirectoryObjectNotFoundExceptionIndexOutOfRangeExceptionNotSupportedExceptionOutOfMemoryExceptionInvalidOperationExceptionSecurityExceptionArrayTypeMismatchExceptionRankExceptionInvalidCastException
-
FindAllAdamInstances
public AdamInstanceCollection FindAllAdamInstances(java.lang.String partitionName) throws java.lang.Throwable, PlatformNotSupportedException, ObjectDisposedException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, CultureNotFoundException, ActiveDirectoryOperationException, InvalidEnumArgumentException, ActiveDirectoryObjectNotFoundException, IndexOutOfRangeException, NotSupportedException, OutOfMemoryException, InvalidOperationException, SecurityException, ArrayTypeMismatchException, RankException, InvalidCastException
- Throws:
java.lang.ThrowablePlatformNotSupportedExceptionObjectDisposedExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionActiveDirectoryOperationExceptionInvalidEnumArgumentExceptionActiveDirectoryObjectNotFoundExceptionIndexOutOfRangeExceptionNotSupportedExceptionOutOfMemoryExceptionInvalidOperationExceptionSecurityExceptionArrayTypeMismatchExceptionRankExceptionInvalidCastException
-
GetConfigurationSet
public static ConfigurationSet GetConfigurationSet(DirectoryContext context) throws java.lang.Throwable, ArgumentException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, InvalidOperationException, NotSupportedException, ArrayTypeMismatchException, CultureNotFoundException, ObjectDisposedException, MissingMethodException, TargetInvocationException, OutOfMemoryException, AccessViolationException, SecurityException, ActiveDirectoryOperationException, IndexOutOfRangeException, FormatException, CryptographicException, NullReferenceException, OverflowException, InvalidEnumArgumentException, ActiveDirectoryObjectNotFoundException
- Throws:
java.lang.ThrowableArgumentExceptionArgumentNullExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionNotSupportedExceptionArrayTypeMismatchExceptionCultureNotFoundExceptionObjectDisposedExceptionMissingMethodExceptionTargetInvocationExceptionOutOfMemoryExceptionAccessViolationExceptionSecurityExceptionActiveDirectoryOperationExceptionIndexOutOfRangeExceptionFormatExceptionCryptographicExceptionNullReferenceExceptionOverflowExceptionInvalidEnumArgumentExceptionActiveDirectoryObjectNotFoundException
-
GetSecurityLevel
public ReplicationSecurityLevel GetSecurityLevel() throws java.lang.Throwable, PlatformNotSupportedException, ObjectDisposedException, ArgumentException, NullReferenceException, NotSupportedException, OutOfMemoryException, ExternalException, ArgumentNullException, InvalidOperationException, CultureNotFoundException, ArgumentOutOfRangeException, IndexOutOfRangeException, ActiveDirectoryOperationException, ActiveDirectoryObjectNotFoundException, InvalidEnumArgumentException, SecurityException
- Throws:
java.lang.ThrowablePlatformNotSupportedExceptionObjectDisposedExceptionArgumentExceptionNullReferenceExceptionNotSupportedExceptionOutOfMemoryExceptionExternalExceptionArgumentNullExceptionInvalidOperationExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionActiveDirectoryOperationExceptionActiveDirectoryObjectNotFoundExceptionInvalidEnumArgumentExceptionSecurityException
-
GetDirectoryEntry
public DirectoryEntry GetDirectoryEntry() throws java.lang.Throwable, PlatformNotSupportedException, ObjectDisposedException, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, ActiveDirectoryOperationException, InvalidEnumArgumentException, FormatException, ActiveDirectoryObjectNotFoundException, OutOfMemoryException, IndexOutOfRangeException, NotSupportedException
- Throws:
java.lang.ThrowablePlatformNotSupportedExceptionObjectDisposedExceptionArgumentOutOfRangeExceptionArgumentExceptionArgumentNullExceptionActiveDirectoryOperationExceptionInvalidEnumArgumentExceptionFormatExceptionActiveDirectoryObjectNotFoundExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionNotSupportedException
-
Dispose
public void Dispose() throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException- Throws:
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedException
-
SetSecurityLevel
public void SetSecurityLevel(ReplicationSecurityLevel securityLevel) 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
-
getSchema
public ActiveDirectorySchema getSchema() throws java.lang.Throwable, PlatformNotSupportedException, ObjectDisposedException, ArgumentException, CultureNotFoundException, NullReferenceException, NotSupportedException, OutOfMemoryException, ExternalException, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, IndexOutOfRangeException, ActiveDirectoryOperationException, FormatException, ActiveDirectoryObjectNotFoundException, InvalidEnumArgumentException
- Throws:
java.lang.ThrowablePlatformNotSupportedExceptionObjectDisposedExceptionArgumentExceptionCultureNotFoundExceptionNullReferenceExceptionNotSupportedExceptionOutOfMemoryExceptionExternalExceptionArgumentNullExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionIndexOutOfRangeExceptionActiveDirectoryOperationExceptionFormatExceptionActiveDirectoryObjectNotFoundExceptionInvalidEnumArgumentException
-
getNamingRoleOwner
public AdamInstance getNamingRoleOwner() throws java.lang.Throwable, PlatformNotSupportedException, ObjectDisposedException, ArgumentException, NotSupportedException, ArgumentNullException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, ActiveDirectoryOperationException, ActiveDirectoryObjectNotFoundException, OutOfMemoryException, FormatException, InvalidEnumArgumentException, InvalidOperationException
- Throws:
java.lang.ThrowablePlatformNotSupportedExceptionObjectDisposedExceptionArgumentExceptionNotSupportedExceptionArgumentNullExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionActiveDirectoryOperationExceptionActiveDirectoryObjectNotFoundExceptionOutOfMemoryExceptionFormatExceptionInvalidEnumArgumentExceptionInvalidOperationException
-
getSchemaRoleOwner
public AdamInstance getSchemaRoleOwner() throws java.lang.Throwable, PlatformNotSupportedException, ObjectDisposedException, ArgumentException, NotSupportedException, ArgumentNullException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, ActiveDirectoryOperationException, ActiveDirectoryObjectNotFoundException, OutOfMemoryException, FormatException, InvalidEnumArgumentException, InvalidOperationException
- Throws:
java.lang.ThrowablePlatformNotSupportedExceptionObjectDisposedExceptionArgumentExceptionNotSupportedExceptionArgumentNullExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionActiveDirectoryOperationExceptionActiveDirectoryObjectNotFoundExceptionOutOfMemoryExceptionFormatExceptionInvalidEnumArgumentExceptionInvalidOperationException
-
getAdamInstances
public AdamInstanceCollection getAdamInstances() throws java.lang.Throwable, PlatformNotSupportedException, ObjectDisposedException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, CultureNotFoundException, IndexOutOfRangeException, InvalidEnumArgumentException, ActiveDirectoryObjectNotFoundException, OutOfMemoryException, ActiveDirectoryOperationException, InvalidOperationException, NotSupportedException, ArrayTypeMismatchException, RankException, InvalidCastException
- Throws:
java.lang.ThrowablePlatformNotSupportedExceptionObjectDisposedExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionInvalidEnumArgumentExceptionActiveDirectoryObjectNotFoundExceptionOutOfMemoryExceptionActiveDirectoryOperationExceptionInvalidOperationExceptionNotSupportedExceptionArrayTypeMismatchExceptionRankExceptionInvalidCastException
-
getApplicationPartitions
public ApplicationPartitionCollection getApplicationPartitions() throws java.lang.Throwable, PlatformNotSupportedException, ObjectDisposedException, ArgumentException, NotSupportedException, ArgumentNullException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, ActiveDirectoryOperationException, ActiveDirectoryObjectNotFoundException, OutOfMemoryException, FormatException, InvalidEnumArgumentException, ArrayTypeMismatchException, InvalidOperationException
- Throws:
java.lang.ThrowablePlatformNotSupportedExceptionObjectDisposedExceptionArgumentExceptionNotSupportedExceptionArgumentNullExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionActiveDirectoryOperationExceptionActiveDirectoryObjectNotFoundExceptionOutOfMemoryExceptionFormatExceptionInvalidEnumArgumentExceptionArrayTypeMismatchExceptionInvalidOperationException
-
getSites
public ReadOnlySiteCollection getSites() throws java.lang.Throwable, PlatformNotSupportedException, ObjectDisposedException, ArgumentException, NotSupportedException, ArgumentNullException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, ActiveDirectoryOperationException, ActiveDirectoryObjectNotFoundException, OutOfMemoryException, FormatException, InvalidEnumArgumentException
- Throws:
java.lang.ThrowablePlatformNotSupportedExceptionObjectDisposedExceptionArgumentExceptionNotSupportedExceptionArgumentNullExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionActiveDirectoryOperationExceptionActiveDirectoryObjectNotFoundExceptionOutOfMemoryExceptionFormatExceptionInvalidEnumArgumentException
-
getName
public java.lang.String getName() throws java.lang.Throwable, PlatformNotSupportedException, ObjectDisposedException- Throws:
java.lang.ThrowablePlatformNotSupportedExceptionObjectDisposedException
-
-