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.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.RequestSecurityTokenstatic JCTypeclassTypeThe 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.ThrowableInternal 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: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 RequestSecurityToken cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoRequestSecurityToken, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
RequestSecurityTokeninstance- 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
-
-