public class RequestSecurityTokenResponse extends WSTrustMessage
.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
| 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.RequestSecurityTokenResponse
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
RequestSecurityTokenResponse() |
RequestSecurityTokenResponse(java.lang.Object instance)
Internal constructor.
|
RequestSecurityTokenResponse(WSTrustMessage message) |
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, setUseKeypublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public RequestSecurityTokenResponse()
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionpublic RequestSecurityTokenResponse(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic RequestSecurityTokenResponse(WSTrustMessage message) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, IndexOutOfRangeException, ArgumentNullException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, OverflowException, OutOfMemoryException
public static RequestSecurityTokenResponse cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into RequestSecurityTokenResponse, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedRequestSecurityTokenResponse instancejava.lang.Throwable - in case of error during cast operationpublic boolean getIsFinal()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class WSTrustMessageString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class WSTrustMessageString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class WSTrustMessageObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class WSTrustMessageString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class WSTrustMessageJCType representing the CLR Type of the instantiated Classpublic SecurityKeyIdentifierClause getRequestedAttachedReference() throws java.lang.Throwable
java.lang.Throwablepublic RequestedProofToken getRequestedProofToken() throws java.lang.Throwable
java.lang.Throwablepublic RequestedSecurityToken getRequestedSecurityToken() throws java.lang.Throwable
java.lang.Throwablepublic boolean getRequestedTokenCancelled()
throws java.lang.Throwable
java.lang.Throwablepublic SecurityKeyIdentifierClause getRequestedUnattachedReference() throws java.lang.Throwable
java.lang.Throwablepublic Status getStatus() throws java.lang.Throwable
java.lang.Throwablepublic void setIsFinal(boolean IsFinal)
throws java.lang.Throwable
java.lang.Throwablepublic void setJCOInstance(JCObject instance)
setJCOInstance in class WSTrustMessagepublic void setRequestedAttachedReference(SecurityKeyIdentifierClause RequestedAttachedReference) throws java.lang.Throwable
java.lang.Throwablepublic void setRequestedProofToken(RequestedProofToken RequestedProofToken) throws java.lang.Throwable
java.lang.Throwablepublic void setRequestedSecurityToken(RequestedSecurityToken RequestedSecurityToken) throws java.lang.Throwable
java.lang.Throwablepublic void setRequestedTokenCancelled(boolean RequestedTokenCancelled)
throws java.lang.Throwable
java.lang.Throwablepublic void setRequestedUnattachedReference(SecurityKeyIdentifierClause RequestedUnattachedReference) throws java.lang.Throwable
java.lang.Throwablepublic void setStatus(Status Status) throws java.lang.Throwable
java.lang.Throwable