public class WSSecurityTokenSerializer extends SecurityTokenSerializer
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.ServiceModel.Security.WSSecurityTokenSerializer
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.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
|
static java.lang.String |
assemblyShortName
Assembly name: System.ServiceModel
|
static java.lang.String |
className
Qualified class name: System.ServiceModel.Security.WSSecurityTokenSerializer
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
WSSecurityTokenSerializer() |
WSSecurityTokenSerializer(boolean emitBspRequiredAttributes) |
WSSecurityTokenSerializer(java.lang.Object instance)
Internal constructor.
|
WSSecurityTokenSerializer(SecurityVersion securityVersion) |
WSSecurityTokenSerializer(SecurityVersion securityVersion,
boolean emitBspRequiredAttributes) |
WSSecurityTokenSerializer(SecurityVersion securityVersion,
boolean emitBspRequiredAttributes,
SamlSerializer samlSerializer) |
CanReadKeyIdentifier, CanReadKeyIdentifierClause, CanReadToken, CanWriteKeyIdentifier, CanWriteKeyIdentifierClause, CanWriteToken, ReadKeyIdentifier, ReadKeyIdentifierClause, ReadToken, WriteKeyIdentifier, WriteKeyIdentifierClause, WriteTokenpublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public WSSecurityTokenSerializer()
throws java.lang.Throwable,
ArgumentNullException,
MissingManifestResourceException,
InvalidOperationException,
ArgumentOutOfRangeException,
NotSupportedException,
ArgumentException
public WSSecurityTokenSerializer(boolean emitBspRequiredAttributes)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
OutOfMemoryException,
ArgumentOutOfRangeException,
NotSupportedException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionOutOfMemoryExceptionArgumentOutOfRangeExceptionNotSupportedExceptionpublic WSSecurityTokenSerializer(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic WSSecurityTokenSerializer(SecurityVersion securityVersion) throws java.lang.Throwable, ArgumentException, ArgumentNullException, OutOfMemoryException, ArgumentOutOfRangeException, NotSupportedException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionOutOfMemoryExceptionArgumentOutOfRangeExceptionNotSupportedExceptionpublic WSSecurityTokenSerializer(SecurityVersion securityVersion, boolean emitBspRequiredAttributes) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, OutOfMemoryException, ArgumentOutOfRangeException, NotSupportedException, InvalidOperationException
public WSSecurityTokenSerializer(SecurityVersion securityVersion, boolean emitBspRequiredAttributes, SamlSerializer samlSerializer) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, OutOfMemoryException, ArgumentOutOfRangeException, NotSupportedException
public static WSSecurityTokenSerializer cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into WSSecurityTokenSerializer, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedWSSecurityTokenSerializer instancejava.lang.Throwable - in case of error during cast operationpublic SecurityKeyIdentifierClause CreateKeyIdentifierClauseFromTokenXml(XmlElement element, SecurityTokenReferenceStyle tokenReferenceStyle) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException
public static WSSecurityTokenSerializer getDefaultInstance() throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, ArgumentOutOfRangeException, NotSupportedException, ArgumentException
java.lang.ThrowableArgumentNullExceptionMissingManifestResourceExceptionArgumentOutOfRangeExceptionNotSupportedExceptionArgumentExceptionpublic boolean getEmitBspRequiredAttributes()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class SecurityTokenSerializerString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class SecurityTokenSerializerString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class SecurityTokenSerializerObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class SecurityTokenSerializerString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class SecurityTokenSerializerJCType representing the CLR Type of the instantiated Classpublic int getMaximumKeyDerivationLabelLength()
throws java.lang.Throwable
java.lang.Throwablepublic int getMaximumKeyDerivationNonceLength()
throws java.lang.Throwable
java.lang.Throwablepublic int getMaximumKeyDerivationOffset()
throws java.lang.Throwable
java.lang.Throwablepublic SecurityVersion getSecurityVersion() throws java.lang.Throwable
java.lang.Throwablepublic void setJCOInstance(JCObject instance)
setJCOInstance in class SecurityTokenSerializerpublic boolean TryCreateKeyIdentifierClauseFromTokenXml(XmlElement element, SecurityTokenReferenceStyle tokenReferenceStyle, JCORefOut<SecurityKeyIdentifierClause> securityKeyIdentifierClause) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException, NotSupportedException, KeyNotFoundException
java.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionArgumentNullExceptionFormatExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionOverflowExceptionOutOfMemoryExceptionNotSupportedExceptionKeyNotFoundException