Class RequestSecurityTokenResponse
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.identitymodel.OpenObject
-
- system.identitymodel.protocols.wstrust.WSTrustMessage
-
- system.identitymodel.protocols.wstrust.RequestSecurityTokenResponse
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class RequestSecurityTokenResponse extends WSTrustMessage
The base .NET class managing System.IdentityModel.Protocols.WSTrust.RequestSecurityTokenResponse, 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.RequestSecurityTokenResponse
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.RequestSecurityTokenResponsestatic JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description RequestSecurityTokenResponse()RequestSecurityTokenResponse(java.lang.Object instance)Internal constructor.RequestSecurityTokenResponse(WSTrustMessage message)
-
Method Summary
-
Methods inherited from class system.identitymodel.protocols.wstrust.WSTrustMessage
getAllowPostdating, getAppliesTo, getAuthenticationType, getBinaryExchange, getCanonicalizationAlgorithm, getContext, getEncryptionAlgorithm, getEncryptWith, getEntropy, getKeyType, getKeyWrapAlgorithm, getLifetime, getReplyTo, getRequestType, getSignatureAlgorithm, getSignWith, getTokenType, getUseKey, setAllowPostdating, setAppliesTo, setAuthenticationType, setBinaryExchange, setCanonicalizationAlgorithm, setContext, setEncryptionAlgorithm, setEncryptWith, setEntropy, setKeyType, setKeyWrapAlgorithm, setLifetime, setReplyTo, setRequestType, setSignatureAlgorithm, setSignWith, setTokenType, setUseKey
-
-
-
-
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.RequestSecurityTokenResponse- See Also:
- Constant Field Values
-
-
Constructor Detail
-
RequestSecurityTokenResponse
public RequestSecurityTokenResponse(java.lang.Object instance) throws java.lang.ThrowableInternal constructor. Use with caution- Throws:
java.lang.Throwable
-
RequestSecurityTokenResponse
public RequestSecurityTokenResponse() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentException
-
RequestSecurityTokenResponse
public RequestSecurityTokenResponse(WSTrustMessage message) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, IndexOutOfRangeException, ArgumentNullException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, OverflowException, OutOfMemoryException
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Overrides:
getJCOAssemblyNamein classWSTrustMessage- 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 classWSTrustMessage- 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 classWSTrustMessage- 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 classWSTrustMessage- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classWSTrustMessage
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classWSTrustMessage- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static RequestSecurityTokenResponse cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoRequestSecurityTokenResponse, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
RequestSecurityTokenResponseinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
getIsFinal
public boolean getIsFinal() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setIsFinal
public void setIsFinal(boolean IsFinal) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getRequestedTokenCancelled
public boolean getRequestedTokenCancelled() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setRequestedTokenCancelled
public void setRequestedTokenCancelled(boolean RequestedTokenCancelled) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getRequestedProofToken
public RequestedProofToken getRequestedProofToken() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setRequestedProofToken
public void setRequestedProofToken(RequestedProofToken RequestedProofToken) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getRequestedSecurityToken
public RequestedSecurityToken getRequestedSecurityToken() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setRequestedSecurityToken
public void setRequestedSecurityToken(RequestedSecurityToken RequestedSecurityToken) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getStatus
public Status getStatus() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setStatus
public void setStatus(Status Status) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getRequestedAttachedReference
public SecurityKeyIdentifierClause getRequestedAttachedReference() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setRequestedAttachedReference
public void setRequestedAttachedReference(SecurityKeyIdentifierClause RequestedAttachedReference) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getRequestedUnattachedReference
public SecurityKeyIdentifierClause getRequestedUnattachedReference() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setRequestedUnattachedReference
public void setRequestedUnattachedReference(SecurityKeyIdentifierClause RequestedUnattachedReference) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-