public class KnownAce extends GenericAce
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Security.AccessControl.KnownAce
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: System.Security.AccessControl, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
|
static java.lang.String |
assemblyShortName
Assembly name: System.Security.AccessControl
|
static java.lang.String |
className
Qualified class name: System.Security.AccessControl.KnownAce
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
KnownAce() |
KnownAce(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static KnownAce |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into KnownAce, a cast assert is made to check if types are compatible. |
int |
getAccessMask() |
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
|
SecurityIdentifier |
getSecurityIdentifier() |
void |
setAccessMask(int AccessMask) |
void |
setJCOInstance(JCObject instance) |
void |
setSecurityIdentifier(SecurityIdentifier SecurityIdentifier) |
Copy, CreateFromBinaryForm, CreateFromBinaryForm, getAceFlags, getAceType, getAuditFlags, GetBinaryForm, GetBinaryForm, getBinaryLength, getInheritanceFlags, getIsInherited, getPropagationFlags, setAceFlagspublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public KnownAce()
throws java.lang.Throwable
java.lang.Throwablepublic KnownAce(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static KnownAce cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into KnownAce, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedKnownAce instancejava.lang.Throwable - in case of error during cast operationpublic int getAccessMask()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class GenericAceString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class GenericAceString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class GenericAceObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class GenericAceString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class GenericAceJCType representing the CLR Type of the instantiated Classpublic SecurityIdentifier getSecurityIdentifier() throws java.lang.Throwable
java.lang.Throwablepublic void setAccessMask(int AccessMask)
throws java.lang.Throwable
java.lang.Throwablepublic void setJCOInstance(JCObject instance)
setJCOInstance in class GenericAcepublic void setSecurityIdentifier(SecurityIdentifier SecurityIdentifier) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException