public class X509SecurityTokenHandler extends SecurityTokenHandler
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.IdentityModel.Tokens.X509SecurityTokenHandler
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.IdentityModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
|
static java.lang.String |
assemblyShortName
Assembly name: System.IdentityModel
|
static java.lang.String |
className
Qualified class name: System.IdentityModel.Tokens.X509SecurityTokenHandler
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
X509SecurityTokenHandler() |
X509SecurityTokenHandler(boolean mapToWindows) |
X509SecurityTokenHandler(boolean mapToWindows,
X509CertificateValidator certificateValidator) |
X509SecurityTokenHandler(java.lang.Object instance)
Internal constructor.
|
X509SecurityTokenHandler(X509CertificateValidator certificateValidator) |
CanReadToken, CreateSecurityTokenReference, CreateToken, getCanValidateToken, getCanWriteToken, getConfiguration, getContainingCollection, getTokenType, ReadToken, ReadToken, setConfiguration, setContainingCollection, WriteTokenpublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public X509SecurityTokenHandler()
throws java.lang.Throwable
java.lang.Throwablepublic X509SecurityTokenHandler(boolean mapToWindows)
throws java.lang.Throwable
java.lang.Throwablepublic X509SecurityTokenHandler(boolean mapToWindows,
X509CertificateValidator certificateValidator)
throws java.lang.Throwable
java.lang.Throwablepublic X509SecurityTokenHandler(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic X509SecurityTokenHandler(X509CertificateValidator certificateValidator) throws java.lang.Throwable
java.lang.Throwablepublic boolean CanReadKeyIdentifierClause(XmlReader reader) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException
CanReadKeyIdentifierClause in class SecurityTokenHandlerjava.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionArgumentNullExceptionFormatExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionOverflowExceptionOutOfMemoryExceptionpublic boolean CanReadToken(XmlReader reader) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException
CanReadToken in class SecurityTokenHandlerjava.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionArgumentNullExceptionFormatExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionOverflowExceptionOutOfMemoryExceptionpublic boolean CanWriteKeyIdentifierClause(SecurityKeyIdentifierClause securityKeyIdentifierClause) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException
CanWriteKeyIdentifierClause in class SecurityTokenHandlerjava.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionArgumentNullExceptionFormatExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionOverflowExceptionOutOfMemoryExceptionpublic static X509SecurityTokenHandler cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into X509SecurityTokenHandler, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedX509SecurityTokenHandler instancejava.lang.Throwable - in case of error during cast operationpublic X509CertificateValidator getCertificateValidator() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class SecurityTokenHandlerString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class SecurityTokenHandlerString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class SecurityTokenHandlerObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class SecurityTokenHandlerString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class SecurityTokenHandlerJCType representing the CLR Type of the instantiated Classpublic boolean getMapToWindows()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String[] GetTokenTypeIdentifiers()
throws java.lang.Throwable
GetTokenTypeIdentifiers in class SecurityTokenHandlerjava.lang.Throwablepublic boolean getWriteXmlDSigDefinedClauseTypes()
throws java.lang.Throwable
java.lang.Throwablepublic X509NTAuthChainTrustValidator getX509NTAuthChainTrustValidator() throws java.lang.Throwable
java.lang.Throwablepublic void LoadCustomConfiguration(XmlNodeList customConfigElements) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException, CultureNotFoundException, NotSupportedException, TypeLoadException, KeyNotFoundException, AmbiguousMatchException, ConfigurationErrorsException, NullReferenceException, ConfigurationException, MissingMethodException, TargetInvocationException
LoadCustomConfiguration in class SecurityTokenHandlerjava.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionArgumentNullExceptionFormatExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionOverflowExceptionOutOfMemoryExceptionCultureNotFoundExceptionNotSupportedExceptionTypeLoadExceptionKeyNotFoundExceptionAmbiguousMatchExceptionConfigurationErrorsExceptionNullReferenceExceptionConfigurationExceptionMissingMethodExceptionTargetInvocationExceptionpublic SecurityKeyIdentifierClause ReadKeyIdentifierClause(XmlReader reader) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException
ReadKeyIdentifierClause in class SecurityTokenHandlerjava.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionArgumentNullExceptionFormatExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionOverflowExceptionOutOfMemoryExceptionpublic SecurityToken ReadToken(XmlReader reader) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException, XmlException, NotSupportedException, RemotingException, CryptographicException, AccessViolationException
ReadToken in class SecurityTokenHandlerjava.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionArgumentNullExceptionFormatExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionOverflowExceptionOutOfMemoryExceptionXmlExceptionNotSupportedExceptionRemotingExceptionCryptographicExceptionAccessViolationExceptionpublic void setCertificateValidator(X509CertificateValidator CertificateValidator) throws java.lang.Throwable
java.lang.Throwablepublic void setJCOInstance(JCObject instance)
setJCOInstance in class SecurityTokenHandlerpublic void setMapToWindows(boolean MapToWindows)
throws java.lang.Throwable
java.lang.Throwablepublic void setWriteXmlDSigDefinedClauseTypes(boolean WriteXmlDSigDefinedClauseTypes)
throws java.lang.Throwable
java.lang.Throwablepublic void setX509NTAuthChainTrustValidator(X509NTAuthChainTrustValidator X509NTAuthChainTrustValidator) throws java.lang.Throwable
java.lang.Throwablepublic void WriteKeyIdentifierClause(XmlWriter writer, SecurityKeyIdentifierClause securityKeyIdentifierClause) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException
WriteKeyIdentifierClause in class SecurityTokenHandlerjava.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionArgumentNullExceptionFormatExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionOverflowExceptionOutOfMemoryExceptionpublic void WriteToken(XmlWriter writer, SecurityToken token) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException, CryptographicException
WriteToken in class SecurityTokenHandlerjava.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionArgumentNullExceptionFormatExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionOverflowExceptionOutOfMemoryExceptionCryptographicException