Class ActiveDirectorySchema
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.directoryservices.activedirectory.ActiveDirectoryPartition
-
- system.directoryservices.activedirectory.ActiveDirectorySchema
-
- All Implemented Interfaces:
java.lang.AutoCloseable
,IJCOBridgeReflected
public class ActiveDirectorySchema extends ActiveDirectoryPartition
The base .NET class managing System.DirectoryServices.ActiveDirectory.ActiveDirectorySchema, 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.ActiveDirectorySchema
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.ActiveDirectorySchemastatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description ActiveDirectorySchema()
ActiveDirectorySchema(java.lang.Object instance)
Internal constructor.
-
Method Summary
-
Methods inherited from class system.directoryservices.activedirectory.ActiveDirectoryPartition
close, Dispose, getName
-
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.DirectoryServices, Version=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.ActiveDirectorySchema- See Also:
- Constant Field Values
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classActiveDirectoryPartition
- Returns:
- A
String
representing the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOClassName
in classActiveDirectoryPartition
- Returns:
- A
String
representing the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name used to build the object- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOObjectName
in classActiveDirectoryPartition
- Returns:
- A
String
representing the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Overrides:
getJCOInstance
in classActiveDirectoryPartition
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classActiveDirectoryPartition
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classActiveDirectoryPartition
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static ActiveDirectorySchema cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoActiveDirectorySchema
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
ActiveDirectorySchema
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
GetCurrentSchema
public static ActiveDirectorySchema GetCurrentSchema() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, NotSupportedException, MethodAccessException, MissingMethodException, MemberAccessException, TargetInvocationException, OutOfMemoryException, AccessViolationException, SecurityException, ActiveDirectoryOperationException, FormatException, CryptographicException, NullReferenceException, OverflowException, InvalidEnumArgumentException, ActiveDirectoryObjectNotFoundException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
CultureNotFoundException
ObjectDisposedException
NotSupportedException
MethodAccessException
MissingMethodException
MemberAccessException
TargetInvocationException
OutOfMemoryException
AccessViolationException
SecurityException
ActiveDirectoryOperationException
FormatException
CryptographicException
NullReferenceException
OverflowException
InvalidEnumArgumentException
ActiveDirectoryObjectNotFoundException
-
GetSchema
public static ActiveDirectorySchema GetSchema(DirectoryContext context) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, MethodAccessException, MissingMethodException, MemberAccessException, TargetInvocationException, OutOfMemoryException, AccessViolationException, SecurityException, CultureNotFoundException, ActiveDirectoryOperationException, IndexOutOfRangeException, FormatException, CryptographicException, NullReferenceException, OverflowException, InvalidEnumArgumentException, ActiveDirectoryObjectNotFoundException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
ArgumentNullException
MethodAccessException
MissingMethodException
MemberAccessException
TargetInvocationException
OutOfMemoryException
AccessViolationException
SecurityException
CultureNotFoundException
ActiveDirectoryOperationException
IndexOutOfRangeException
FormatException
CryptographicException
NullReferenceException
OverflowException
InvalidEnumArgumentException
ActiveDirectoryObjectNotFoundException
-
FindClass
public ActiveDirectorySchemaClass FindClass(java.lang.String ldapDisplayName) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, MethodAccessException, MissingMethodException, MemberAccessException, TargetInvocationException, OutOfMemoryException, AccessViolationException, SecurityException, ActiveDirectoryOperationException, FormatException, CryptographicException, NullReferenceException, OverflowException, InvalidEnumArgumentException, ActiveDirectoryObjectNotFoundException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
NotSupportedException
ObjectDisposedException
RankException
IndexOutOfRangeException
MethodAccessException
MissingMethodException
MemberAccessException
TargetInvocationException
OutOfMemoryException
AccessViolationException
SecurityException
ActiveDirectoryOperationException
FormatException
CryptographicException
NullReferenceException
OverflowException
InvalidEnumArgumentException
ActiveDirectoryObjectNotFoundException
-
FindDefunctClass
public ActiveDirectorySchemaClass FindDefunctClass(java.lang.String commonName) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, OutOfMemoryException, InvalidEnumArgumentException, OverflowException, FormatException, NotImplementedException, AccessViolationException, ActiveDirectoryObjectNotFoundException, ActiveDirectoryOperationException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
NotSupportedException
ObjectDisposedException
RankException
IndexOutOfRangeException
OutOfMemoryException
InvalidEnumArgumentException
OverflowException
FormatException
NotImplementedException
AccessViolationException
ActiveDirectoryObjectNotFoundException
ActiveDirectoryOperationException
-
FindDefunctProperty
public ActiveDirectorySchemaProperty FindDefunctProperty(java.lang.String commonName) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, OutOfMemoryException, InvalidEnumArgumentException, OverflowException, FormatException, NotImplementedException, AccessViolationException, ActiveDirectoryObjectNotFoundException, ActiveDirectoryOperationException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
NotSupportedException
ObjectDisposedException
RankException
IndexOutOfRangeException
OutOfMemoryException
InvalidEnumArgumentException
OverflowException
FormatException
NotImplementedException
AccessViolationException
ActiveDirectoryObjectNotFoundException
ActiveDirectoryOperationException
-
FindProperty
public ActiveDirectorySchemaProperty FindProperty(java.lang.String ldapDisplayName) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, MethodAccessException, MissingMethodException, MemberAccessException, TargetInvocationException, OutOfMemoryException, AccessViolationException, SecurityException, ActiveDirectoryOperationException, FormatException, CryptographicException, NullReferenceException, OverflowException, InvalidEnumArgumentException, ActiveDirectoryObjectNotFoundException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
NotSupportedException
ObjectDisposedException
RankException
IndexOutOfRangeException
MethodAccessException
MissingMethodException
MemberAccessException
TargetInvocationException
OutOfMemoryException
AccessViolationException
SecurityException
ActiveDirectoryOperationException
FormatException
CryptographicException
NullReferenceException
OverflowException
InvalidEnumArgumentException
ActiveDirectoryObjectNotFoundException
-
FindAllClasses
public ReadOnlyActiveDirectorySchemaClassCollection FindAllClasses() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, OutOfMemoryException, InvalidEnumArgumentException, OverflowException, FormatException, NotImplementedException, AccessViolationException, ActiveDirectoryOperationException, ActiveDirectoryObjectNotFoundException, SecurityException, NullReferenceException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
NotSupportedException
ObjectDisposedException
RankException
IndexOutOfRangeException
OutOfMemoryException
InvalidEnumArgumentException
OverflowException
FormatException
NotImplementedException
AccessViolationException
ActiveDirectoryOperationException
ActiveDirectoryObjectNotFoundException
SecurityException
NullReferenceException
-
FindAllClasses
public ReadOnlyActiveDirectorySchemaClassCollection FindAllClasses(SchemaClassType type) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException, CultureNotFoundException, OutOfMemoryException, OverflowException, NotImplementedException, AccessViolationException, ActiveDirectoryOperationException, ActiveDirectoryObjectNotFoundException, SecurityException, NullReferenceException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
NotSupportedException
ObjectDisposedException
RankException
IndexOutOfRangeException
FormatException
InvalidEnumArgumentException
CultureNotFoundException
OutOfMemoryException
OverflowException
NotImplementedException
AccessViolationException
ActiveDirectoryOperationException
ActiveDirectoryObjectNotFoundException
SecurityException
NullReferenceException
-
FindAllDefunctClasses
public ReadOnlyActiveDirectorySchemaClassCollection FindAllDefunctClasses() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, OutOfMemoryException, InvalidEnumArgumentException, OverflowException, FormatException, NotImplementedException, AccessViolationException, ActiveDirectoryOperationException, ActiveDirectoryObjectNotFoundException, SecurityException, NullReferenceException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
NotSupportedException
ObjectDisposedException
RankException
IndexOutOfRangeException
OutOfMemoryException
InvalidEnumArgumentException
OverflowException
FormatException
NotImplementedException
AccessViolationException
ActiveDirectoryOperationException
ActiveDirectoryObjectNotFoundException
SecurityException
NullReferenceException
-
FindAllDefunctProperties
public ReadOnlyActiveDirectorySchemaPropertyCollection FindAllDefunctProperties() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, OutOfMemoryException, InvalidEnumArgumentException, OverflowException, FormatException, NotImplementedException, AccessViolationException, ActiveDirectoryOperationException, ActiveDirectoryObjectNotFoundException, SecurityException, NullReferenceException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
NotSupportedException
ObjectDisposedException
RankException
IndexOutOfRangeException
OutOfMemoryException
InvalidEnumArgumentException
OverflowException
FormatException
NotImplementedException
AccessViolationException
ActiveDirectoryOperationException
ActiveDirectoryObjectNotFoundException
SecurityException
NullReferenceException
-
FindAllProperties
public ReadOnlyActiveDirectorySchemaPropertyCollection FindAllProperties() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, OutOfMemoryException, InvalidEnumArgumentException, OverflowException, FormatException, NotImplementedException, AccessViolationException, ActiveDirectoryOperationException, ActiveDirectoryObjectNotFoundException, SecurityException, NullReferenceException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
NotSupportedException
ObjectDisposedException
RankException
IndexOutOfRangeException
OutOfMemoryException
InvalidEnumArgumentException
OverflowException
FormatException
NotImplementedException
AccessViolationException
ActiveDirectoryOperationException
ActiveDirectoryObjectNotFoundException
SecurityException
NullReferenceException
-
FindAllProperties
public ReadOnlyActiveDirectorySchemaPropertyCollection FindAllProperties(PropertyTypes type) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, OutOfMemoryException, InvalidEnumArgumentException, OverflowException, FormatException, NotImplementedException, AccessViolationException, ActiveDirectoryOperationException, ActiveDirectoryObjectNotFoundException, SecurityException, NullReferenceException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
NotSupportedException
ObjectDisposedException
RankException
IndexOutOfRangeException
OutOfMemoryException
InvalidEnumArgumentException
OverflowException
FormatException
NotImplementedException
AccessViolationException
ActiveDirectoryOperationException
ActiveDirectoryObjectNotFoundException
SecurityException
NullReferenceException
-
GetDirectoryEntry
public DirectoryEntry GetDirectoryEntry() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, ActiveDirectoryOperationException, InvalidEnumArgumentException, FormatException, AccessViolationException, OutOfMemoryException, ActiveDirectoryObjectNotFoundException, NotImplementedException
- Overrides:
GetDirectoryEntry
in classActiveDirectoryPartition
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
NotSupportedException
ObjectDisposedException
RankException
IndexOutOfRangeException
ActiveDirectoryOperationException
InvalidEnumArgumentException
FormatException
AccessViolationException
OutOfMemoryException
ActiveDirectoryObjectNotFoundException
NotImplementedException
-
RefreshSchema
public void RefreshSchema() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, ActiveDirectoryOperationException, InvalidEnumArgumentException, FormatException, ActiveDirectoryObjectNotFoundException, OutOfMemoryException, LockRecursionException, SynchronizationLockException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
NotSupportedException
ObjectDisposedException
RankException
IndexOutOfRangeException
ActiveDirectoryOperationException
InvalidEnumArgumentException
FormatException
ActiveDirectoryObjectNotFoundException
OutOfMemoryException
LockRecursionException
SynchronizationLockException
-
getSchemaRoleOwner
public DirectoryServer getSchemaRoleOwner() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, OutOfMemoryException, OverflowException, FormatException, MethodAccessException, MissingMethodException, MemberAccessException, TargetInvocationException, AccessViolationException, SecurityException, ActiveDirectoryOperationException, NullReferenceException, InvalidEnumArgumentException, ActiveDirectoryObjectNotFoundException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
NotSupportedException
ObjectDisposedException
RankException
IndexOutOfRangeException
OutOfMemoryException
OverflowException
FormatException
MethodAccessException
MissingMethodException
MemberAccessException
TargetInvocationException
AccessViolationException
SecurityException
ActiveDirectoryOperationException
NullReferenceException
InvalidEnumArgumentException
ActiveDirectoryObjectNotFoundException
-
-