public class XmlSecureResolver extends XmlResolver
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Xml.XmlSecureResolver
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.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
|
static java.lang.String |
assemblyShortName
Assembly name: System.Xml
|
static java.lang.String |
className
Qualified class name: System.Xml.XmlSecureResolver
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
XmlSecureResolver() |
XmlSecureResolver(java.lang.Object instance)
Internal constructor.
|
XmlSecureResolver(XmlResolver resolver,
Evidence evidence) |
XmlSecureResolver(XmlResolver resolver,
PermissionSet permissionSet) |
XmlSecureResolver(XmlResolver resolver,
java.lang.String securityUrl) |
| Modifier and Type | Method and Description |
|---|---|
static XmlSecureResolver |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into XmlSecureResolver, a cast assert is made to check if types are compatible. |
static Evidence |
CreateEvidenceForUrl(java.lang.String securityUrl) |
NetObject |
GetEntity(Uri absoluteUri,
java.lang.String role,
NetType ofObjectToReturn) |
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
|
Uri |
ResolveUri(Uri baseUri,
java.lang.String relativeUri) |
void |
setJCOInstance(JCObject instance) |
setCredentials, SupportsTypepublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public XmlSecureResolver()
throws java.lang.Throwable
java.lang.Throwablepublic XmlSecureResolver(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic XmlSecureResolver(XmlResolver resolver, Evidence evidence) throws java.lang.Throwable, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentException, XmlSyntaxException, NotSupportedException, NullReferenceException
public XmlSecureResolver(XmlResolver resolver, PermissionSet permissionSet) throws java.lang.Throwable
java.lang.Throwablepublic XmlSecureResolver(XmlResolver resolver, java.lang.String securityUrl) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, NotSupportedException, ArgumentNullException, FormatException, OverflowException, IndexOutOfRangeException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, SecurityException, MemberAccessException, UriFormatException, OutOfMemoryException, PathTooLongException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, DriveNotFoundException, OperationCanceledException, XmlSyntaxException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionInvalidOperationExceptionNotSupportedExceptionArgumentNullExceptionFormatExceptionOverflowExceptionIndexOutOfRangeExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionSecurityExceptionMemberAccessExceptionUriFormatExceptionOutOfMemoryExceptionPathTooLongExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledExceptionXmlSyntaxExceptionpublic static XmlSecureResolver cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into XmlSecureResolver, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedXmlSecureResolver instancejava.lang.Throwable - in case of error during cast operationpublic static Evidence CreateEvidenceForUrl(java.lang.String securityUrl) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, NotSupportedException, ArgumentNullException, FormatException, OutOfMemoryException, CultureNotFoundException, IndexOutOfRangeException, PathTooLongException, NullReferenceException, OverflowException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, SecurityException, MemberAccessException, ConfigurationException, UriFormatException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, DriveNotFoundException, OperationCanceledException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionInvalidOperationExceptionNotSupportedExceptionArgumentNullExceptionFormatExceptionOutOfMemoryExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionPathTooLongExceptionNullReferenceExceptionOverflowExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionSecurityExceptionMemberAccessExceptionConfigurationExceptionUriFormatExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledExceptionpublic NetObject GetEntity(Uri absoluteUri, java.lang.String role, NetType ofObjectToReturn) throws java.lang.Throwable, SecurityException
GetEntity in class XmlResolverjava.lang.ThrowableSecurityExceptionpublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class XmlResolverString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class XmlResolverString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class XmlResolverObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class XmlResolverString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class XmlResolverJCType representing the CLR Type of the instantiated Classpublic Uri ResolveUri(Uri baseUri, java.lang.String relativeUri) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, SecurityException, MemberAccessException, NullReferenceException, UriFormatException, OutOfMemoryException, PathTooLongException, NotSupportedException
ResolveUri in class XmlResolverjava.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionSecurityExceptionMemberAccessExceptionNullReferenceExceptionUriFormatExceptionOutOfMemoryExceptionPathTooLongExceptionNotSupportedExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class XmlResolver