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.String
assemblyFullName
Fully assembly qualified name: System.IdentityModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089static java.lang.String
assemblyShortName
Assembly name: System.IdentityModelstatic java.lang.String
className
Qualified class name: System.IdentityModel.Protocols.WSTrust.WSTrustMessagestatic JCType
classType
The 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 WSTrustMessage
cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoWSTrustMessage
, 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 namejava.lang.String
getJCOClassName()
Returns the reflected Class namejava.lang.Object
getJCOInstance()
Returns the instantiated classjava.lang.String
getJCOObjectName()
Returns the reflected Class name used to build the objectJCType
getJCOType()
Returns the instantiated class Typejava.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)
-
-
-
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:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classOpenObject
- Returns:
- A
String
representing the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOClassName
in classOpenObject
- Returns:
- A
String
representing the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name used to build the object- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOObjectName
in classOpenObject
- Returns:
- A
String
representing the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Overrides:
getJCOInstance
in classOpenObject
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classOpenObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classOpenObject
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static WSTrustMessage cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoWSTrustMessage
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
WSTrustMessage
instance- 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
-
-