public class RawSecurityDescriptor extends GenericSecurityDescriptor
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Security.AccessControl.RawSecurityDescriptor
Powered by JCOBridge: more info at https://www.jcobridge.com
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
|
static java.lang.String |
assemblyShortName
Assembly name: mscorlib
|
static java.lang.String |
className
Qualified class name: System.Security.AccessControl.RawSecurityDescriptor
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
RawSecurityDescriptor() |
RawSecurityDescriptor(byte[] binaryForm,
int offset) |
RawSecurityDescriptor(ControlFlags flags,
SecurityIdentifier owner,
SecurityIdentifier group,
RawAcl systemAcl,
RawAcl discretionaryAcl) |
RawSecurityDescriptor(java.lang.Object instance)
Internal constructor.
|
RawSecurityDescriptor(java.lang.String sddlForm) |
| Modifier and Type | Method and Description |
|---|---|
static RawSecurityDescriptor |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into RawSecurityDescriptor, a cast assert is made to check if types are compatible. |
RawAcl |
getDiscretionaryAcl() |
java.lang.String |
getJCOAssemblyName()
Returns the reflected Assembly name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
JCType |
getJCOType()
Returns the instantiated class Type
|
byte |
getResourceManagerControl() |
RawAcl |
getSystemAcl() |
void |
setDiscretionaryAcl(RawAcl DiscretionaryAcl) |
void |
SetFlags(ControlFlags flags) |
void |
setJCOInstance(JCObject instance) |
void |
setResourceManagerControl(byte ResourceManagerControl) |
void |
setSystemAcl(RawAcl SystemAcl) |
GetBinaryForm, GetBinaryForm, getBinaryLength, getControlFlags, getGroup, getOwner, getRevision, GetSddlForm, IsSddlConversionSupported, setGroup, setOwnerpublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public RawSecurityDescriptor()
throws java.lang.Throwable
java.lang.Throwablepublic RawSecurityDescriptor(byte[] binaryForm,
int offset)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentOutOfRangeException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
FormatException,
SystemException
public RawSecurityDescriptor(ControlFlags flags, SecurityIdentifier owner, SecurityIdentifier group, RawAcl systemAcl, RawAcl discretionaryAcl) throws java.lang.Throwable
java.lang.Throwablepublic RawSecurityDescriptor(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic RawSecurityDescriptor(java.lang.String sddlForm)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
OutOfMemoryException,
SystemException,
ArgumentOutOfRangeException,
FormatException
public static RawSecurityDescriptor cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into RawSecurityDescriptor, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedRawSecurityDescriptor instancejava.lang.Throwable - in case of error during cast operationpublic RawAcl getDiscretionaryAcl() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class GenericSecurityDescriptorString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class GenericSecurityDescriptorString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class GenericSecurityDescriptorObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class GenericSecurityDescriptorString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class GenericSecurityDescriptorJCType representing the CLR Type of the instantiated Classpublic byte getResourceManagerControl()
throws java.lang.Throwable
java.lang.Throwablepublic RawAcl getSystemAcl() throws java.lang.Throwable
java.lang.Throwablepublic void setDiscretionaryAcl(RawAcl DiscretionaryAcl) throws java.lang.Throwable
java.lang.Throwablepublic void SetFlags(ControlFlags flags) throws java.lang.Throwable
java.lang.Throwablepublic void setJCOInstance(JCObject instance)
setJCOInstance in class GenericSecurityDescriptorpublic void setResourceManagerControl(byte ResourceManagerControl)
throws java.lang.Throwable
java.lang.Throwablepublic void setSystemAcl(RawAcl SystemAcl) throws java.lang.Throwable
java.lang.Throwable