Package system.security
Class IPermissionImplementation
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.security.IPermissionImplementation
-
- All Implemented Interfaces:
IJCOBridgeReflected,IPermission,ISecurityEncodable
public class IPermissionImplementation extends NetObject implements IPermission
The base .NET class managing System.Security.IPermission, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Security.IPermission
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.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798estatic java.lang.StringassemblyShortNameAssembly name: System.Private.CoreLibstatic java.lang.StringclassNameQualified class name: System.Security.IPermissionstatic org.mases.jcobridge.JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description IPermissionImplementation(java.lang.Object instance)Internal constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description IPermissionCopy()voidDemand()voidFromXml(SecurityElement e)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 TypeIPermissionIntersect(IPermission target)booleanIsSubsetOf(IPermission target)static IPermissionToIPermission(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoIPermission, a cast assert is made to check if types are compatible.SecurityElementToXml()IPermissionUnion(IPermission target)-
Methods inherited from class org.mases.jcobridge.netreflection.NetObject
cast, Equals, Equals, GetHashCode, GetType, hashCode, setJCOInstance, toString, ToString
-
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System.Private.CoreLib- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Security.IPermission- 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- Specified by:
getJCOAssemblyNamein interfaceIPermission- Specified by:
getJCOAssemblyNamein interfaceISecurityEncodable- 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- Specified by:
getJCOClassNamein interfaceIPermission- Specified by:
getJCOClassNamein interfaceISecurityEncodable- 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- Specified by:
getJCOObjectNamein interfaceIPermission- Specified by:
getJCOObjectNamein interfaceISecurityEncodable- 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- Specified by:
getJCOInstancein interfaceIPermission- Specified by:
getJCOInstancein interfaceISecurityEncodable- Overrides:
getJCOInstancein classNetObject- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
getJCOType
public org.mases.jcobridge.JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Specified by:
getJCOTypein interfaceIPermission- Specified by:
getJCOTypein interfaceISecurityEncodable- Overrides:
getJCOTypein classNetObject- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
ToIPermission
public static IPermission ToIPermission(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoIPermission, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
IPermissioninstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
IsSubsetOf
public boolean IsSubsetOf(IPermission target) throws java.lang.Throwable
- Specified by:
IsSubsetOfin interfaceIPermission- Throws:
java.lang.Throwable
-
Copy
public IPermission Copy() throws java.lang.Throwable
- Specified by:
Copyin interfaceIPermission- Throws:
java.lang.Throwable
-
Intersect
public IPermission Intersect(IPermission target) throws java.lang.Throwable
- Specified by:
Intersectin interfaceIPermission- Throws:
java.lang.Throwable
-
Union
public IPermission Union(IPermission target) throws java.lang.Throwable
- Specified by:
Unionin interfaceIPermission- Throws:
java.lang.Throwable
-
ToXml
public SecurityElement ToXml() throws java.lang.Throwable
- Specified by:
ToXmlin interfaceISecurityEncodable- Throws:
java.lang.Throwable
-
Demand
public void Demand() throws java.lang.Throwable- Specified by:
Demandin interfaceIPermission- Throws:
java.lang.Throwable
-
FromXml
public void FromXml(SecurityElement e) throws java.lang.Throwable
- Specified by:
FromXmlin interfaceISecurityEncodable- Throws:
java.lang.Throwable
-
-