com.sun.xml.ws.security.trust.impl.elements
Class RequestSecurityTokenResponseImpl

java.lang.Object
  extended by com.sun.xml.ws.security.trust.impl.bindings.RequestSecurityTokenResponseType
      extended by com.sun.xml.ws.security.trust.impl.elements.RequestSecurityTokenResponseImpl
All Implemented Interfaces:
BaseSTSResponse, RequestSecurityTokenResponse, WSTrustElementBase

public class RequestSecurityTokenResponseImpl
extends com.sun.xml.ws.security.trust.impl.bindings.RequestSecurityTokenResponseType
implements RequestSecurityTokenResponse

Implementation of a RequestSecurityTokenResponse.


Field Summary
 
Fields inherited from class com.sun.xml.ws.security.trust.impl.bindings.RequestSecurityTokenResponseType
any, context
 
Constructor Summary
RequestSecurityTokenResponseImpl()
           
RequestSecurityTokenResponseImpl(com.sun.xml.ws.security.trust.impl.bindings.RequestSecurityTokenResponseType rstrType)
           
RequestSecurityTokenResponseImpl(java.net.URI tokenType, java.net.URI context, RequestedSecurityToken token, com.sun.xml.ws.policy.impl.bindings.AppliesTo scopes, RequestedAttachedReference attached, RequestedUnattachedReference unattached, RequestedProofToken proofToken, Entropy entropy, Lifetime lifetime, Status status)
           
 
Method Summary
 AllowPostdating getAllowPostdating()
          Get the AllowPostdating element for the token if specified, null otherwise NOTE: Although this is an issue with the WSTrust spec, leaving it here for now.
 com.sun.xml.ws.policy.impl.bindings.AppliesTo getAppliesTo()
          Get the desired AppliesTo policy settings for the token if specified, null otherwise
 java.net.URI getAuthenticationType()
          get Authentication Type parameter if set, null otherwise
 Authenticator getAuthenticator()
          get Authenticator if set, null otherwise
 BinaryExchange getBinaryExchange()
          get BinaryExchange element if any, null otherwise
 java.net.URI getCanonicalizationAlgorithm()
          get CanonicalizationAlgorithm value if set, return default otherwise
 java.net.URI getComputedKeyAlgorithm()
          get CanonicalizationAlgorithm value if set, return default otherwise
 boolean getDelegatable()
          Get the value of the Delegatable flag NOTE: default value of this flag is false
 DelegateTo getDelegateTo()
          get the DelegateTo value if set, null otherwise
 Encryption getEncryption()
          get Encryption value if set, return null otherwise
 java.net.URI getEncryptionAlgorithm()
          get EncryptionAlgorithm value if set, return default otherwise
 java.net.URI getEncryptWith()
          Get the Encryption Algorithm to be used with the token if set, null otherwise
 Entropy getEntropy()
          Get the entropy for the requested token
 boolean getForwardable()
          Get the value of the Forwardable flag NOTE: default value of this flag is true
 Issuer getIssuer()
          get Issuer of the SecurityToken Presented in the Message, null otherwise
 long getKeySize()
          get the KeySize parameter if specified, 0 otherwise
 java.net.URI getKeyType()
          get KeyType Parameter if set, null otherwise
 java.net.URI getKeyWrapAlgorithm()
          get KeyWrapAlgorithm value if set, return default otherwise
 Lifetime getLifetime()
          Get the desired LifeTime settings for the token if specified, null otherwise
 OnBehalfOf getOnBehalfOf()
          Get the value of OnBehalfOf for the token if specified, null otherwise
 com.sun.xml.ws.policy.Policy getPolicy()
          Get the desired policy settings for the token if specified, null otherwise
 com.sun.xml.ws.policy.impl.bindings.PolicyReference getPolicyReference()
          Get the desired policyReference settings for the token if specified, null otherwise
 ProofEncryption getProofEncryption()
          Get the desired proofEncryption settings for the token if specified, null otherwise
 Renewing getRenewable()
          get the
 RequestedAttachedReference getRequestedAttachedReference()
          Get the requestedAttachedReference.
 RequestedProofToken getRequestedProofToken()
          Get the requestedProofToken
 RequestedSecurityToken getRequestedSecurityToken()
          Get the requested Security Token
 RequestedTokenCancelled getRequestedTokenCancelled()
           
 RequestedUnattachedReference getRequestedUnattachedReference()
          Get the requestedUnattachedReference.
 java.net.URI getSignatureAlgorithm()
          get SignatureAlgorithm value if set, return default otherwise
 SignChallenge getSignChallenge()
          get SignChallenge element if any, null otherwise
 SignChallengeResponse getSignChallengeResponse()
          get SignChallengeResponse element if any, null otherwise
 java.net.URI getSignWith()
          Get the Signature Algorithm to be used with the token if set, null otherwise
 Status getStatus()
           
 java.net.URI getTokenType()
          Get the type of security token, specified as a URI.
 UseKey getUseKey()
          Get the desired useKey settings for the token if specified, null otherwise
 void setAllowPostdating(AllowPostdating allowPostdating)
          Set the desired policyReference settings for the requested token
 void setAppliesTo(com.sun.xml.ws.policy.impl.bindings.AppliesTo appliesTo)
          Set the desired policy settings for the requested token
 void setAuthenticationType(java.net.URI uri)
          set AuthenticationType
 void setAuthenticator(Authenticator authenticator)
          set an Authenticator
 void setBinaryExchange(BinaryExchange exchange)
          set a BinaryExchange
 void setCanonicalizationAlgorithm(java.net.URI algorithm)
          set CanonicalizationAlgorithm
 void setComputedKeyAlgorithm(java.net.URI algorithm)
          set ComputedKeyAlgorithm
 void setDelegatable(boolean flag)
          Set if the requested token be delegatable
 void setDelegateTo(DelegateTo to)
          set the Delegate to which the issued token be delegated
 void setEncryption(Encryption enc)
          set Encryption
 void setEncryptionAlgorithm(java.net.URI algorithm)
          set EncryptionAlgorithm
 void setEncryptWith(java.net.URI algorithm)
          Set the Encryption Algorithm to be used with the issued token
 void setEntropy(Entropy entropy)
          Set the entropy for the requested token
 void setForwardable(boolean flag)
          Set if the requested token be forwardable
 void setIssuer(Issuer issuer)
          set Issuer of the SecurityToken Presented in the message
 void setKeySize(long size)
          set the KeySize parameter
 void setKeyType(java.net.URI keytype)
          set KeyType parameter
 void setKeyWrapAlgorithm(java.net.URI algorithm)
          set KeyWrapAlgorithm
 void setLifetime(Lifetime lifetime)
          Set the desired lifetime settings for the requested token
 void setOnBehalfOf(OnBehalfOf onBehalfOf)
          Set the value of OnBehalfOf for the requested token
 void setPolicy(com.sun.xml.ws.policy.Policy policy)
          Set the desired policy settings for the requested token
 void setPolicyReference(com.sun.xml.ws.policy.impl.bindings.PolicyReference policyRef)
          Set the desired policyReference settings for the requested token
 void setProofEncryption(ProofEncryption proofEncryption)
          Set the desired proofEncryption settings for the requested token
 void setRenewable(Renewing renew)
          set a
 void setRequestedAttachedReference(RequestedAttachedReference reference)
          Set the requestedAttachedReference on the security token response
 void setRequestedProofToken(RequestedProofToken proofToken)
          Set the requestedProofToken on the security token response
 void setRequestedSecurityToken(RequestedSecurityToken securityToken)
          Set the requestedSecurityToken on the security token response
 void setRequestedTokenCancelled(RequestedTokenCancelled rtc)
           
 void setRequestedUnattachedReference(RequestedUnattachedReference reference)
          Set the requestedUnattachedReference on the security token response
 void setSignatureAlgorithm(java.net.URI algorithm)
          set SignatureAlgorithm
 void setSignChallenge(SignChallenge challenge)
          Set a SignChallenge
 void setSignChallengeResponse(SignChallengeResponse challenge)
          set a SignChallengeResponse
 void setSignWith(java.net.URI algorithm)
          Set the Signature Algorithm to be used with the issued token
 void setStatus(Status status)
           
 void setTokenType(java.net.URI tokenType)
          Set the type of security token, specified as a URI.
 void setUseKey(UseKey useKey)
          Set the desired useKey settings for the requested token
 
Methods inherited from class com.sun.xml.ws.security.trust.impl.bindings.RequestSecurityTokenResponseType
getAny, getContext, getOtherAttributes, setContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.sun.xml.ws.security.trust.elements.RequestSecurityTokenResponse
getAny, getContext, getOtherAttributes
 

Constructor Detail

RequestSecurityTokenResponseImpl

public RequestSecurityTokenResponseImpl()

RequestSecurityTokenResponseImpl

public RequestSecurityTokenResponseImpl(java.net.URI tokenType,
                                        java.net.URI context,
                                        RequestedSecurityToken token,
                                        com.sun.xml.ws.policy.impl.bindings.AppliesTo scopes,
                                        RequestedAttachedReference attached,
                                        RequestedUnattachedReference unattached,
                                        RequestedProofToken proofToken,
                                        Entropy entropy,
                                        Lifetime lifetime,
                                        Status status)

RequestSecurityTokenResponseImpl

public RequestSecurityTokenResponseImpl(com.sun.xml.ws.security.trust.impl.bindings.RequestSecurityTokenResponseType rstrType)
                                 throws java.net.URISyntaxException,
                                        WSTrustException
Throws:
java.net.URISyntaxException
WSTrustException
Method Detail

getTokenType

public java.net.URI getTokenType()
Description copied from interface: WSTrustElementBase
Get the type of security token, specified as a URI.

Specified by:
getTokenType in interface WSTrustElementBase
Returns:
URI

setTokenType

public final void setTokenType(java.net.URI tokenType)
Description copied from interface: WSTrustElementBase
Set the type of security token, specified as a URI.

Specified by:
setTokenType in interface WSTrustElementBase
Parameters:
tokenType - URI

getLifetime

public Lifetime getLifetime()
Description copied from interface: WSTrustElementBase
Get the desired LifeTime settings for the token if specified, null otherwise

Specified by:
getLifetime in interface WSTrustElementBase

setLifetime

public final void setLifetime(Lifetime lifetime)
Description copied from interface: WSTrustElementBase
Set the desired lifetime settings for the requested token

Specified by:
setLifetime in interface WSTrustElementBase

getRequestedTokenCancelled

public RequestedTokenCancelled getRequestedTokenCancelled()
Specified by:
getRequestedTokenCancelled in interface RequestSecurityTokenResponse

setRequestedTokenCancelled

public final void setRequestedTokenCancelled(RequestedTokenCancelled rtc)
Specified by:
setRequestedTokenCancelled in interface RequestSecurityTokenResponse

getStatus

public Status getStatus()
Specified by:
getStatus in interface RequestSecurityTokenResponse

setStatus

public final void setStatus(Status status)
Specified by:
setStatus in interface RequestSecurityTokenResponse

getEntropy

public Entropy getEntropy()
Description copied from interface: WSTrustElementBase
Get the entropy for the requested token

Specified by:
getEntropy in interface WSTrustElementBase
Returns:
Entropy

setEntropy

public final void setEntropy(Entropy entropy)
Description copied from interface: WSTrustElementBase
Set the entropy for the requested token

Specified by:
setEntropy in interface WSTrustElementBase
Parameters:
entropy - Entropy

setAppliesTo

public final void setAppliesTo(com.sun.xml.ws.policy.impl.bindings.AppliesTo appliesTo)
Description copied from interface: WSTrustElementBase
Set the desired policy settings for the requested token

Specified by:
setAppliesTo in interface WSTrustElementBase
Parameters:
appliesTo - AppliesTo

getAppliesTo

public com.sun.xml.ws.policy.impl.bindings.AppliesTo getAppliesTo()
Description copied from interface: WSTrustElementBase
Get the desired AppliesTo policy settings for the token if specified, null otherwise

Specified by:
getAppliesTo in interface WSTrustElementBase
Returns:
AppliesTo

setOnBehalfOf

public final void setOnBehalfOf(OnBehalfOf onBehalfOf)
Description copied from interface: WSTrustElementBase
Set the value of OnBehalfOf for the requested token

Specified by:
setOnBehalfOf in interface WSTrustElementBase

getOnBehalfOf

public OnBehalfOf getOnBehalfOf()
Description copied from interface: WSTrustElementBase
Get the value of OnBehalfOf for the token if specified, null otherwise

Specified by:
getOnBehalfOf in interface WSTrustElementBase
Returns:
OnBehalfOf

setIssuer

public final void setIssuer(Issuer issuer)
Description copied from interface: WSTrustElementBase
set Issuer of the SecurityToken Presented in the message

Specified by:
setIssuer in interface WSTrustElementBase

getIssuer

public Issuer getIssuer()
Description copied from interface: WSTrustElementBase
get Issuer of the SecurityToken Presented in the Message, null otherwise

Specified by:
getIssuer in interface WSTrustElementBase

setRenewable

public final void setRenewable(Renewing renew)
Description copied from interface: WSTrustElementBase
set a
Specified by:
setRenewable in interface WSTrustElementBase

getRenewable

public Renewing getRenewable()
Description copied from interface: WSTrustElementBase
get the
Specified by:
getRenewable in interface WSTrustElementBase

setSignChallenge

public final void setSignChallenge(SignChallenge challenge)
Description copied from interface: WSTrustElementBase
Set a SignChallenge

Specified by:
setSignChallenge in interface WSTrustElementBase

getSignChallenge

public SignChallenge getSignChallenge()
Description copied from interface: WSTrustElementBase
get SignChallenge element if any, null otherwise

Specified by:
getSignChallenge in interface WSTrustElementBase

setBinaryExchange

public final void setBinaryExchange(BinaryExchange exchange)
Description copied from interface: WSTrustElementBase
set a BinaryExchange

Specified by:
setBinaryExchange in interface WSTrustElementBase

getBinaryExchange

public BinaryExchange getBinaryExchange()
Description copied from interface: WSTrustElementBase
get BinaryExchange element if any, null otherwise

Specified by:
getBinaryExchange in interface WSTrustElementBase

setAuthenticationType

public final void setAuthenticationType(java.net.URI uri)
Description copied from interface: WSTrustElementBase
set AuthenticationType

Specified by:
setAuthenticationType in interface WSTrustElementBase

getAuthenticationType

public java.net.URI getAuthenticationType()
Description copied from interface: WSTrustElementBase
get Authentication Type parameter if set, null otherwise

Specified by:
getAuthenticationType in interface WSTrustElementBase

setKeyType

public final void setKeyType(@NotNull
                             java.net.URI keytype)
                      throws WSTrustException
Description copied from interface: WSTrustElementBase
set KeyType parameter

Specified by:
setKeyType in interface WSTrustElementBase
Throws:
WSTrustException

getKeyType

public java.net.URI getKeyType()
Description copied from interface: WSTrustElementBase
get KeyType Parameter if set, null otherwise

Specified by:
getKeyType in interface WSTrustElementBase

setKeySize

public final void setKeySize(@NotNull
                             long size)
Description copied from interface: WSTrustElementBase
set the KeySize parameter

Specified by:
setKeySize in interface WSTrustElementBase

getKeySize

public long getKeySize()
Description copied from interface: WSTrustElementBase
get the KeySize parameter if specified, 0 otherwise

Specified by:
getKeySize in interface WSTrustElementBase

setSignatureAlgorithm

public final void setSignatureAlgorithm(@NotNull
                                        java.net.URI algorithm)
Description copied from interface: WSTrustElementBase
set SignatureAlgorithm

Specified by:
setSignatureAlgorithm in interface WSTrustElementBase

getSignatureAlgorithm

public java.net.URI getSignatureAlgorithm()
Description copied from interface: WSTrustElementBase
get SignatureAlgorithm value if set, return default otherwise

Specified by:
getSignatureAlgorithm in interface WSTrustElementBase

setEncryptionAlgorithm

public final void setEncryptionAlgorithm(@NotNull
                                         java.net.URI algorithm)
Description copied from interface: WSTrustElementBase
set EncryptionAlgorithm

Specified by:
setEncryptionAlgorithm in interface WSTrustElementBase

getEncryptionAlgorithm

public java.net.URI getEncryptionAlgorithm()
Description copied from interface: WSTrustElementBase
get EncryptionAlgorithm value if set, return default otherwise

Specified by:
getEncryptionAlgorithm in interface WSTrustElementBase

setCanonicalizationAlgorithm

public final void setCanonicalizationAlgorithm(@NotNull
                                               java.net.URI algorithm)
Description copied from interface: WSTrustElementBase
set CanonicalizationAlgorithm

Specified by:
setCanonicalizationAlgorithm in interface WSTrustElementBase

getCanonicalizationAlgorithm

public java.net.URI getCanonicalizationAlgorithm()
Description copied from interface: WSTrustElementBase
get CanonicalizationAlgorithm value if set, return default otherwise

Specified by:
getCanonicalizationAlgorithm in interface WSTrustElementBase

setUseKey

public final void setUseKey(UseKey useKey)
Description copied from interface: WSTrustElementBase
Set the desired useKey settings for the requested token

Specified by:
setUseKey in interface WSTrustElementBase

getUseKey

public UseKey getUseKey()
Description copied from interface: WSTrustElementBase
Get the desired useKey settings for the token if specified, null otherwise

Specified by:
getUseKey in interface WSTrustElementBase

setProofEncryption

public final void setProofEncryption(ProofEncryption proofEncryption)
Description copied from interface: WSTrustElementBase
Set the desired proofEncryption settings for the requested token

Specified by:
setProofEncryption in interface WSTrustElementBase

getProofEncryption

public ProofEncryption getProofEncryption()
Description copied from interface: WSTrustElementBase
Get the desired proofEncryption settings for the token if specified, null otherwise

Specified by:
getProofEncryption in interface WSTrustElementBase

setComputedKeyAlgorithm

public final void setComputedKeyAlgorithm(@NotNull
                                          java.net.URI algorithm)
Description copied from interface: WSTrustElementBase
set ComputedKeyAlgorithm

Specified by:
setComputedKeyAlgorithm in interface WSTrustElementBase

getComputedKeyAlgorithm

public java.net.URI getComputedKeyAlgorithm()
Description copied from interface: WSTrustElementBase
get CanonicalizationAlgorithm value if set, return default otherwise

Specified by:
getComputedKeyAlgorithm in interface WSTrustElementBase

setEncryption

public final void setEncryption(Encryption enc)
Description copied from interface: WSTrustElementBase
set Encryption

Specified by:
setEncryption in interface WSTrustElementBase

getEncryption

public Encryption getEncryption()
Description copied from interface: WSTrustElementBase
get Encryption value if set, return null otherwise

Specified by:
getEncryption in interface WSTrustElementBase

setSignWith

public final void setSignWith(java.net.URI algorithm)
Description copied from interface: WSTrustElementBase
Set the Signature Algorithm to be used with the issued token

Specified by:
setSignWith in interface WSTrustElementBase

getSignWith

public java.net.URI getSignWith()
Description copied from interface: WSTrustElementBase
Get the Signature Algorithm to be used with the token if set, null otherwise

Specified by:
getSignWith in interface WSTrustElementBase

setEncryptWith

public final void setEncryptWith(@NotNull
                                 java.net.URI algorithm)
Description copied from interface: WSTrustElementBase
Set the Encryption Algorithm to be used with the issued token

Specified by:
setEncryptWith in interface WSTrustElementBase

getEncryptWith

public java.net.URI getEncryptWith()
Description copied from interface: WSTrustElementBase
Get the Encryption Algorithm to be used with the token if set, null otherwise

Specified by:
getEncryptWith in interface WSTrustElementBase

setKeyWrapAlgorithm

public void setKeyWrapAlgorithm(java.net.URI algorithm)
Description copied from interface: WSTrustElementBase
set KeyWrapAlgorithm

Specified by:
setKeyWrapAlgorithm in interface WSTrustElementBase

getKeyWrapAlgorithm

public java.net.URI getKeyWrapAlgorithm()
Description copied from interface: WSTrustElementBase
get KeyWrapAlgorithm value if set, return default otherwise

Specified by:
getKeyWrapAlgorithm in interface WSTrustElementBase

setDelegateTo

public final void setDelegateTo(DelegateTo to)
Description copied from interface: WSTrustElementBase
set the Delegate to which the issued token be delegated

Specified by:
setDelegateTo in interface WSTrustElementBase

getDelegateTo

public DelegateTo getDelegateTo()
Description copied from interface: WSTrustElementBase
get the DelegateTo value if set, null otherwise

Specified by:
getDelegateTo in interface WSTrustElementBase

setForwardable

public final void setForwardable(boolean flag)
Description copied from interface: WSTrustElementBase
Set if the requested token be forwardable

Specified by:
setForwardable in interface WSTrustElementBase

getForwardable

public boolean getForwardable()
Description copied from interface: WSTrustElementBase
Get the value of the Forwardable flag NOTE: default value of this flag is true

Specified by:
getForwardable in interface WSTrustElementBase

setDelegatable

public final void setDelegatable(boolean flag)
Description copied from interface: WSTrustElementBase
Set if the requested token be delegatable

Specified by:
setDelegatable in interface WSTrustElementBase

getDelegatable

public boolean getDelegatable()
Description copied from interface: WSTrustElementBase
Get the value of the Delegatable flag NOTE: default value of this flag is false

Specified by:
getDelegatable in interface WSTrustElementBase

setPolicy

public final void setPolicy(com.sun.xml.ws.policy.Policy policy)
Description copied from interface: WSTrustElementBase
Set the desired policy settings for the requested token

Specified by:
setPolicy in interface WSTrustElementBase

getPolicy

public com.sun.xml.ws.policy.Policy getPolicy()
Description copied from interface: WSTrustElementBase
Get the desired policy settings for the token if specified, null otherwise

Specified by:
getPolicy in interface WSTrustElementBase

setPolicyReference

public final void setPolicyReference(com.sun.xml.ws.policy.impl.bindings.PolicyReference policyRef)
Description copied from interface: WSTrustElementBase
Set the desired policyReference settings for the requested token

Specified by:
setPolicyReference in interface WSTrustElementBase

getPolicyReference

public com.sun.xml.ws.policy.impl.bindings.PolicyReference getPolicyReference()
Description copied from interface: WSTrustElementBase
Get the desired policyReference settings for the token if specified, null otherwise

Specified by:
getPolicyReference in interface WSTrustElementBase

getAllowPostdating

public AllowPostdating getAllowPostdating()
Description copied from interface: WSTrustElementBase
Get the AllowPostdating element for the token if specified, null otherwise NOTE: Although this is an issue with the WSTrust spec, leaving it here for now. This can be removed or modified later depending on the outcome of the issue.

Specified by:
getAllowPostdating in interface WSTrustElementBase

setAllowPostdating

public final void setAllowPostdating(AllowPostdating allowPostdating)
Description copied from interface: WSTrustElementBase
Set the desired policyReference settings for the requested token

Specified by:
setAllowPostdating in interface WSTrustElementBase

setSignChallengeResponse

public final void setSignChallengeResponse(SignChallengeResponse challenge)
Description copied from interface: RequestSecurityTokenResponse
set a SignChallengeResponse

Specified by:
setSignChallengeResponse in interface RequestSecurityTokenResponse

getSignChallengeResponse

public SignChallengeResponse getSignChallengeResponse()
Description copied from interface: RequestSecurityTokenResponse
get SignChallengeResponse element if any, null otherwise

Specified by:
getSignChallengeResponse in interface RequestSecurityTokenResponse

setAuthenticator

public final void setAuthenticator(Authenticator authenticator)
Description copied from interface: RequestSecurityTokenResponse
set an Authenticator

Specified by:
setAuthenticator in interface RequestSecurityTokenResponse

getAuthenticator

public Authenticator getAuthenticator()
Description copied from interface: RequestSecurityTokenResponse
get Authenticator if set, null otherwise

Specified by:
getAuthenticator in interface RequestSecurityTokenResponse

setRequestedProofToken

public final void setRequestedProofToken(RequestedProofToken proofToken)
Description copied from interface: RequestSecurityTokenResponse
Set the requestedProofToken on the security token response

Specified by:
setRequestedProofToken in interface RequestSecurityTokenResponse

getRequestedProofToken

public RequestedProofToken getRequestedProofToken()
Description copied from interface: RequestSecurityTokenResponse
Get the requestedProofToken

Specified by:
getRequestedProofToken in interface RequestSecurityTokenResponse
Returns:
RequestedProofToken, null if none present

setRequestedSecurityToken

public final void setRequestedSecurityToken(RequestedSecurityToken securityToken)
Description copied from interface: RequestSecurityTokenResponse
Set the requestedSecurityToken on the security token response

Specified by:
setRequestedSecurityToken in interface RequestSecurityTokenResponse

getRequestedSecurityToken

public RequestedSecurityToken getRequestedSecurityToken()
Description copied from interface: RequestSecurityTokenResponse
Get the requested Security Token

Specified by:
getRequestedSecurityToken in interface RequestSecurityTokenResponse
Returns:
RequestedSecurityToken

setRequestedAttachedReference

public final void setRequestedAttachedReference(RequestedAttachedReference reference)
Description copied from interface: RequestSecurityTokenResponse
Set the requestedAttachedReference on the security token response

Specified by:
setRequestedAttachedReference in interface RequestSecurityTokenResponse

getRequestedAttachedReference

public RequestedAttachedReference getRequestedAttachedReference()
Description copied from interface: RequestSecurityTokenResponse
Get the requestedAttachedReference.

Specified by:
getRequestedAttachedReference in interface RequestSecurityTokenResponse
Returns:
RequestedAttachedReference, null if none present

setRequestedUnattachedReference

public final void setRequestedUnattachedReference(RequestedUnattachedReference reference)
Description copied from interface: RequestSecurityTokenResponse
Set the requestedUnattachedReference on the security token response

Specified by:
setRequestedUnattachedReference in interface RequestSecurityTokenResponse

getRequestedUnattachedReference

public RequestedUnattachedReference getRequestedUnattachedReference()
Description copied from interface: RequestSecurityTokenResponse
Get the requestedUnattachedReference.

Specified by:
getRequestedUnattachedReference in interface RequestSecurityTokenResponse
Returns:
RequestedUnattachedReference, null if none present