Class WSTrustMessage
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.identitymodel.OpenObject
-
- system.identitymodel.protocols.wstrust.WSTrustMessage
-
- All Implemented Interfaces:
IJCOBridgeReflected
- Direct Known Subclasses:
RequestSecurityToken,RequestSecurityTokenResponse
public class WSTrustMessage extends OpenObject
The base .NET class managing System.IdentityModel.Protocols.WSTrust.WSTrustMessage, System.IdentityModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089..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
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringassemblyFullNameFully assembly qualified name: System.IdentityModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089static java.lang.StringassemblyShortNameAssembly name: System.IdentityModelstatic java.lang.StringclassNameQualified class name: System.IdentityModel.Protocols.WSTrust.WSTrustMessagestatic JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description WSTrustMessage()WSTrustMessage(java.lang.Object instance)Internal constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static WSTrustMessagecast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoWSTrustMessage, a cast assert is made to check if types are compatible.booleangetAllowPostdating()EndpointReferencegetAppliesTo()java.lang.StringgetAuthenticationType()BinaryExchangegetBinaryExchange()java.lang.StringgetCanonicalizationAlgorithm()java.lang.StringgetContext()java.lang.StringgetEncryptionAlgorithm()java.lang.StringgetEncryptWith()EntropygetEntropy()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 objectJCTypegetJCOType()Returns the instantiated class Typejava.lang.StringgetKeyType()java.lang.StringgetKeyWrapAlgorithm()LifetimegetLifetime()java.lang.StringgetReplyTo()java.lang.StringgetRequestType()java.lang.StringgetSignatureAlgorithm()java.lang.StringgetSignWith()java.lang.StringgetTokenType()UseKeygetUseKey()voidsetAllowPostdating(boolean AllowPostdating)voidsetAppliesTo(EndpointReference AppliesTo)voidsetAuthenticationType(java.lang.String AuthenticationType)voidsetBinaryExchange(BinaryExchange BinaryExchange)voidsetCanonicalizationAlgorithm(java.lang.String CanonicalizationAlgorithm)voidsetContext(java.lang.String Context)voidsetEncryptionAlgorithm(java.lang.String EncryptionAlgorithm)voidsetEncryptWith(java.lang.String EncryptWith)voidsetEntropy(Entropy Entropy)voidsetJCOInstance(JCObject instance)voidsetKeyType(java.lang.String KeyType)voidsetKeyWrapAlgorithm(java.lang.String KeyWrapAlgorithm)voidsetLifetime(Lifetime Lifetime)voidsetReplyTo(java.lang.String ReplyTo)voidsetRequestType(java.lang.String RequestType)voidsetSignatureAlgorithm(java.lang.String SignatureAlgorithm)voidsetSignWith(java.lang.String SignWith)voidsetTokenType(java.lang.String TokenType)voidsetUseKey(UseKey UseKey)
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.IdentityModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System.IdentityModel- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.IdentityModel.Protocols.WSTrust.WSTrustMessage- See Also:
- Constant Field Values
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Overrides:
getJCOAssemblyNamein classOpenObject- 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- Overrides:
getJCOClassNamein classOpenObject- 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- Overrides:
getJCOObjectNamein classOpenObject- 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- Overrides:
getJCOInstancein classOpenObject- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classOpenObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classOpenObject- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static WSTrustMessage cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoWSTrustMessage, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
WSTrustMessageinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
getAllowPostdating
public boolean getAllowPostdating() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setAllowPostdating
public void setAllowPostdating(boolean AllowPostdating) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getBinaryExchange
public BinaryExchange getBinaryExchange() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setBinaryExchange
public void setBinaryExchange(BinaryExchange BinaryExchange) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getAppliesTo
public EndpointReference getAppliesTo() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setAppliesTo
public void setAppliesTo(EndpointReference AppliesTo) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getEntropy
public Entropy getEntropy() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setEntropy
public void setEntropy(Entropy Entropy) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getLifetime
public Lifetime getLifetime() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setLifetime
public void setLifetime(Lifetime Lifetime) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getUseKey
public UseKey getUseKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setUseKey
public void setUseKey(UseKey UseKey) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getAuthenticationType
public java.lang.String getAuthenticationType() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setAuthenticationType
public void setAuthenticationType(java.lang.String AuthenticationType) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getCanonicalizationAlgorithm
public java.lang.String getCanonicalizationAlgorithm() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setCanonicalizationAlgorithm
public void setCanonicalizationAlgorithm(java.lang.String CanonicalizationAlgorithm) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getContext
public java.lang.String getContext() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setContext
public void setContext(java.lang.String Context) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getEncryptionAlgorithm
public java.lang.String getEncryptionAlgorithm() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setEncryptionAlgorithm
public void setEncryptionAlgorithm(java.lang.String EncryptionAlgorithm) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getEncryptWith
public java.lang.String getEncryptWith() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setEncryptWith
public void setEncryptWith(java.lang.String EncryptWith) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException
-
getKeyType
public java.lang.String getKeyType() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setKeyType
public void setKeyType(java.lang.String KeyType) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getKeyWrapAlgorithm
public java.lang.String getKeyWrapAlgorithm() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setKeyWrapAlgorithm
public void setKeyWrapAlgorithm(java.lang.String KeyWrapAlgorithm) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getReplyTo
public java.lang.String getReplyTo() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setReplyTo
public void setReplyTo(java.lang.String ReplyTo) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getRequestType
public java.lang.String getRequestType() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setRequestType
public void setRequestType(java.lang.String RequestType) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getSignatureAlgorithm
public java.lang.String getSignatureAlgorithm() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setSignatureAlgorithm
public void setSignatureAlgorithm(java.lang.String SignatureAlgorithm) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getSignWith
public java.lang.String getSignWith() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setSignWith
public void setSignWith(java.lang.String SignWith) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException
-
getTokenType
public java.lang.String getTokenType() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setTokenType
public void setTokenType(java.lang.String TokenType) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
-