public class WSTrustMessage extends OpenObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.IdentityModel.Protocols.WSTrust.WSTrustMessage
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.Protocols.WSTrust.WSTrustMessage
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
WSTrustMessage() |
WSTrustMessage(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static WSTrustMessage |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into WSTrustMessage, a cast assert is made to check if types are compatible. |
boolean |
getAllowPostdating() |
EndpointReference |
getAppliesTo() |
java.lang.String |
getAuthenticationType() |
BinaryExchange |
getBinaryExchange() |
java.lang.String |
getCanonicalizationAlgorithm() |
java.lang.String |
getContext() |
java.lang.String |
getEncryptionAlgorithm() |
java.lang.String |
getEncryptWith() |
Entropy |
getEntropy() |
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
|
java.lang.String |
getKeyType() |
java.lang.String |
getKeyWrapAlgorithm() |
Lifetime |
getLifetime() |
java.lang.String |
getReplyTo() |
java.lang.String |
getRequestType() |
java.lang.String |
getSignatureAlgorithm() |
java.lang.String |
getSignWith() |
java.lang.String |
getTokenType() |
UseKey |
getUseKey() |
void |
setAllowPostdating(boolean AllowPostdating) |
void |
setAppliesTo(EndpointReference AppliesTo) |
void |
setAuthenticationType(java.lang.String AuthenticationType) |
void |
setBinaryExchange(BinaryExchange BinaryExchange) |
void |
setCanonicalizationAlgorithm(java.lang.String CanonicalizationAlgorithm) |
void |
setContext(java.lang.String Context) |
void |
setEncryptionAlgorithm(java.lang.String EncryptionAlgorithm) |
void |
setEncryptWith(java.lang.String EncryptWith) |
void |
setEntropy(Entropy Entropy) |
void |
setJCOInstance(JCObject instance) |
void |
setKeyType(java.lang.String KeyType) |
void |
setKeyWrapAlgorithm(java.lang.String KeyWrapAlgorithm) |
void |
setLifetime(Lifetime Lifetime) |
void |
setReplyTo(java.lang.String ReplyTo) |
void |
setRequestType(java.lang.String RequestType) |
void |
setSignatureAlgorithm(java.lang.String SignatureAlgorithm) |
void |
setSignWith(java.lang.String SignWith) |
void |
setTokenType(java.lang.String TokenType) |
void |
setUseKey(UseKey UseKey) |
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public WSTrustMessage()
throws java.lang.Throwable
java.lang.Throwablepublic WSTrustMessage(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static WSTrustMessage cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into WSTrustMessage, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedWSTrustMessage instancejava.lang.Throwable - in case of error during cast operationpublic boolean getAllowPostdating()
throws java.lang.Throwable
java.lang.Throwablepublic EndpointReference getAppliesTo() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getAuthenticationType()
throws java.lang.Throwable
java.lang.Throwablepublic BinaryExchange getBinaryExchange() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getCanonicalizationAlgorithm()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getContext()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getEncryptionAlgorithm()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getEncryptWith()
throws java.lang.Throwable
java.lang.Throwablepublic Entropy getEntropy() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class OpenObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class OpenObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class OpenObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class OpenObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class OpenObjectJCType representing the CLR Type of the instantiated Classpublic java.lang.String getKeyType()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getKeyWrapAlgorithm()
throws java.lang.Throwable
java.lang.Throwablepublic Lifetime getLifetime() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getReplyTo()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getRequestType()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getSignatureAlgorithm()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getSignWith()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getTokenType()
throws java.lang.Throwable
java.lang.Throwablepublic UseKey getUseKey() throws java.lang.Throwable
java.lang.Throwablepublic void setAllowPostdating(boolean AllowPostdating)
throws java.lang.Throwable
java.lang.Throwablepublic void setAppliesTo(EndpointReference AppliesTo) throws java.lang.Throwable
java.lang.Throwablepublic void setAuthenticationType(java.lang.String AuthenticationType)
throws java.lang.Throwable
java.lang.Throwablepublic void setBinaryExchange(BinaryExchange BinaryExchange) throws java.lang.Throwable
java.lang.Throwablepublic void setCanonicalizationAlgorithm(java.lang.String CanonicalizationAlgorithm)
throws java.lang.Throwable
java.lang.Throwablepublic void setContext(java.lang.String Context)
throws java.lang.Throwable
java.lang.Throwablepublic void setEncryptionAlgorithm(java.lang.String EncryptionAlgorithm)
throws java.lang.Throwable
java.lang.Throwablepublic void setEncryptWith(java.lang.String EncryptWith)
throws java.lang.Throwable,
ArgumentException,
IndexOutOfRangeException,
ArgumentNullException,
FormatException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
OverflowException,
OutOfMemoryException
public void setEntropy(Entropy Entropy) throws java.lang.Throwable
java.lang.Throwablepublic void setJCOInstance(JCObject instance)
setJCOInstance in class OpenObjectpublic void setKeyType(java.lang.String KeyType)
throws java.lang.Throwable
java.lang.Throwablepublic void setKeyWrapAlgorithm(java.lang.String KeyWrapAlgorithm)
throws java.lang.Throwable
java.lang.Throwablepublic void setLifetime(Lifetime Lifetime) throws java.lang.Throwable
java.lang.Throwablepublic void setReplyTo(java.lang.String ReplyTo)
throws java.lang.Throwable
java.lang.Throwablepublic void setRequestType(java.lang.String RequestType)
throws java.lang.Throwable
java.lang.Throwablepublic void setSignatureAlgorithm(java.lang.String SignatureAlgorithm)
throws java.lang.Throwable
java.lang.Throwablepublic void setSignWith(java.lang.String SignWith)
throws java.lang.Throwable,
ArgumentException,
IndexOutOfRangeException,
ArgumentNullException,
FormatException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
OverflowException,
OutOfMemoryException
public void setTokenType(java.lang.String TokenType)
throws java.lang.Throwable
java.lang.Throwablepublic void setUseKey(UseKey UseKey) throws java.lang.Throwable
java.lang.Throwable