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.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.RequestSecurityTokenResponsestatic org.mases.jcobridge.JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description RequestSecurityTokenResponse()
RequestSecurityTokenResponse(java.lang.Object instance)
Internal constructor.RequestSecurityTokenResponse(WSTrustMessage message)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RequestSecurityTokenResponse
cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoRequestSecurityTokenResponse
, a cast assert is made to check if types are compatible.boolean
getIsFinal()
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 objectorg.mases.jcobridge.JCType
getJCOType()
Returns the instantiated class TypeSecurityKeyIdentifierClause
getRequestedAttachedReference()
RequestedProofToken
getRequestedProofToken()
RequestedSecurityToken
getRequestedSecurityToken()
boolean
getRequestedTokenCancelled()
SecurityKeyIdentifierClause
getRequestedUnattachedReference()
Status
getStatus()
void
setIsFinal(boolean IsFinal)
void
setJCOInstance(org.mases.jcobridge.JCObject instance)
void
setRequestedAttachedReference(SecurityKeyIdentifierClause RequestedAttachedReference)
void
setRequestedProofToken(RequestedProofToken RequestedProofToken)
void
setRequestedSecurityToken(RequestedSecurityToken RequestedSecurityToken)
void
setRequestedTokenCancelled(boolean RequestedTokenCancelled)
void
setRequestedUnattachedReference(SecurityKeyIdentifierClause RequestedUnattachedReference)
void
setStatus(Status Status)
-
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
-
classType
public static org.mases.jcobridge.JCType classType
The type managed from JCOBridge. SeeJCType
-
-
Constructor Detail
-
RequestSecurityTokenResponse
public RequestSecurityTokenResponse(java.lang.Object instance) throws java.lang.Throwable
Internal constructor. Use with caution- Throws:
java.lang.Throwable
-
RequestSecurityTokenResponse
public RequestSecurityTokenResponse() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
ArgumentException
-
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:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classWSTrustMessage
- 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 classWSTrustMessage
- 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 classWSTrustMessage
- 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 classWSTrustMessage
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(org.mases.jcobridge.JCObject instance)
- Overrides:
setJCOInstance
in classWSTrustMessage
-
getJCOType
public org.mases.jcobridge.JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classWSTrustMessage
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static RequestSecurityTokenResponse cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoRequestSecurityTokenResponse
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
RequestSecurityTokenResponse
instance- 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
-
-