Class RequestSecurityToken
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.identitymodel.OpenObject
-
- system.identitymodel.protocols.wstrust.WSTrustMessage
-
- system.identitymodel.protocols.wstrust.RequestSecurityToken
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class RequestSecurityToken extends WSTrustMessage
The base .NET class managing System.IdentityModel.Protocols.WSTrust.RequestSecurityToken, 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.RequestSecurityToken
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.RequestSecurityTokenstatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description RequestSecurityToken()
RequestSecurityToken(java.lang.Object instance)
Internal constructor.RequestSecurityToken(java.lang.String requestType)
RequestSecurityToken(java.lang.String requestType, java.lang.String keyType)
-
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.RequestSecurityToken- See Also:
- Constant Field Values
-
-
Constructor Detail
-
RequestSecurityToken
public RequestSecurityToken(java.lang.Object instance) throws java.lang.Throwable
Internal constructor. Use with caution- Throws:
java.lang.Throwable
-
RequestSecurityToken
public RequestSecurityToken() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, IndexOutOfRangeException, ArgumentNullException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, FormatException, OutOfMemoryException
-
RequestSecurityToken
public RequestSecurityToken(java.lang.String requestType) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, IndexOutOfRangeException, ArgumentNullException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, FormatException, OutOfMemoryException
-
RequestSecurityToken
public RequestSecurityToken(java.lang.String requestType, java.lang.String keyType) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, IndexOutOfRangeException, ArgumentNullException, NotImplementedException, CultureNotFoundException, MissingManifestResourceException, 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(JCObject instance)
- Overrides:
setJCOInstance
in classWSTrustMessage
-
getJCOType
public 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 RequestSecurityToken cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoRequestSecurityToken
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
RequestSecurityToken
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
getAdditionalContext
public AdditionalContext getAdditionalContext() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setAdditionalContext
public void setAdditionalContext(AdditionalContext AdditionalContext) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getIssuer
public EndpointReference getIssuer() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setIssuer
public void setIssuer(EndpointReference Issuer) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getParticipants
public Participants getParticipants() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setParticipants
public void setParticipants(Participants Participants) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getRenewing
public Renewing getRenewing() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setRenewing
public void setRenewing(Renewing Renewing) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getClaims
public RequestClaimCollection getClaims() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getSecondaryParameters
public RequestSecurityToken getSecondaryParameters() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setSecondaryParameters
public void setSecondaryParameters(RequestSecurityToken SecondaryParameters) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getActAs
public SecurityTokenElement getActAs() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setActAs
public void setActAs(SecurityTokenElement ActAs) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getCancelTarget
public SecurityTokenElement getCancelTarget() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setCancelTarget
public void setCancelTarget(SecurityTokenElement CancelTarget) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getDelegateTo
public SecurityTokenElement getDelegateTo() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setDelegateTo
public void setDelegateTo(SecurityTokenElement DelegateTo) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getEncryption
public SecurityTokenElement getEncryption() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setEncryption
public void setEncryption(SecurityTokenElement Encryption) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getOnBehalfOf
public SecurityTokenElement getOnBehalfOf() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setOnBehalfOf
public void setOnBehalfOf(SecurityTokenElement OnBehalfOf) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getProofEncryption
public SecurityTokenElement getProofEncryption() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setProofEncryption
public void setProofEncryption(SecurityTokenElement ProofEncryption) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getRenewTarget
public SecurityTokenElement getRenewTarget() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setRenewTarget
public void setRenewTarget(SecurityTokenElement RenewTarget) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getValidateTarget
public SecurityTokenElement getValidateTarget() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setValidateTarget
public void setValidateTarget(SecurityTokenElement ValidateTarget) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getComputedKeyAlgorithm
public java.lang.String getComputedKeyAlgorithm() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setComputedKeyAlgorithm
public void setComputedKeyAlgorithm(java.lang.String ComputedKeyAlgorithm) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-