org.eclipse.higgins.sts
Class RequestSecurityTokenResponse

java.lang.Object
  extended by org.eclipse.higgins.sts.RequestSecurityTokenResponse

public class RequestSecurityTokenResponse
extends java.lang.Object

Framework independent encapsulation of the WS-Trust RequestSecurityToken contents

Author:
mikemci@us.ibm.com

Constructor Summary
RequestSecurityTokenResponse()
           
 
Method Summary
 org.w3c.dom.Element getAllowPostdating()
          Returns the AllowPostdating element associated with the RequestSecurityTokenResponse element
 org.w3c.dom.Element getAppliesTo()
          Returns the AppliesTo element associated with the RequestSecurityTokenResponse element
 org.w3c.dom.Element getAuthenticationType()
          Returns the AuthenticationType element associated with the RequestSecurityTokenResponse element
 org.w3c.dom.Element getAuthenticator()
          Returns the Authenticator element associated with the RequestSecurityTokenResponse element
 org.w3c.dom.Element getCanonicalizationAlgorithm()
          Returns the CanonicalizationAlgorithm element associated with the RequestSecurityTokenResponse element
 java.lang.String getContextURI()
          Returns the value of the Context attribute associated with the RequestSecurityTokenResponse element
 org.w3c.dom.Element getDelegatable()
          Returns the Delegatable element associated with the RequestSecurityTokenResponse element
 org.w3c.dom.Element getDelegateTo()
          Returns the DelegateTo element associated with the RequestSecurityTokenResponse element
 org.w3c.dom.Element getEncryption()
          Returns the Encryption element associated with the RequestSecurityTokenResponse element
 org.w3c.dom.Element getEncryptionAlgorithm()
          Returns the EncryptionAlgorithm element associated with the RequestSecurityTokenResponse element
 org.w3c.dom.Element getEncryptWith()
          Returns the EncryptWith element associated with the RequestSecurityTokenResponse element
 org.w3c.dom.Element getEntropy()
          Returns the Entropy element associated with the RequestSecurityTokenResponse element
 org.w3c.dom.Element getForwardable()
          Returns the Forwardable element associated with the RequestSecurityTokenResponse element
 org.w3c.dom.Element getIssuer()
          Returns the Issuer element associated with the RequestSecurityTokenResponse element
 org.w3c.dom.Element getKeySize()
          Returns the KeySize element associated with the RequestSecurityTokenResponse element
 org.w3c.dom.Element getKeyType()
          Returns the KeyType element associated with the RequestSecurityTokenResponse element
 org.w3c.dom.Element getLifetime()
          Returns the Lifetime element associated with the RequestSecurityTokenResponse element
 org.w3c.dom.Element getOnBehalfOf()
          Returns the OnBehalfOf element associated with the RequestSecurityTokenResponse element
 org.w3c.dom.Element getPolicy()
          Returns the Policy element associated with the RequestSecurityTokenResponse element
 org.w3c.dom.Element getPolicyReference()
          Returns the PolicyReference element associated with the RequestSecurityTokenResponse element
 org.w3c.dom.Element getProofEncryption()
          Returns the ProofEncryption element associated with the RequestSecurityTokenResponse element
 org.w3c.dom.Element getRenewing()
          Returns the Renewing element associated with the RequestSecurityTokenResponse element
 org.w3c.dom.Element getRequestedAttachedReference()
          Returns the RequestedAttachedReference element associated with the RequestSecurityTokenResponse element
 org.w3c.dom.Element getRequestedProofToken()
          Returns the RequestedProofToken element associated with the RequestSecurityTokenResponse element
 org.w3c.dom.Element getRequestedSecurityToken()
          Returns the RequestedSecurityToken element associated with the RequestSecurityTokenResponse element
 org.w3c.dom.Element getRequestedUnattachedReference()
          Returns the RequestedUnattachedReference element associated with the RequestSecurityTokenResponse element
 org.w3c.dom.Element getRequestType()
          Returns the RequestType element associated with the RequestSecurityTokenResponse element
 java.util.Set<org.w3c.dom.Element> getSetAnyOther()
          Returns the set of any other miscellaneous elements associated with the RequestSecurityTokenResponse element
 org.w3c.dom.Element getSignatureAlgorithm()
          Returns the SignatureAlgorithm element associated with the RequestSecurityTokenResponse element
 org.w3c.dom.Element getSignWith()
          Returns the SignWith element associated with the RequestSecurityTokenResponse element
 org.w3c.dom.Element getStatus()
          Returns the Status element associated with the RequestSecurityTokenResponse element
 org.w3c.dom.Element getTokenType()
          Returns the TokenType element associated with the RequestSecurityTokenResponse element
 org.w3c.dom.Element getUseKey()
          Returns the UseKey element associated with the RequestSecurityTokenResponse element
 void setAllowPostdating(org.w3c.dom.Element elemAllowPostdating)
          Sets the AllowPostdating element to be associated with the RequestSecurityToken element
 void setAppliesTo(org.w3c.dom.Element elemAppliesTo)
          Sets the AppliesTo element to be associated with the RequestSecurityToken element
 void setAuthenticationType(org.w3c.dom.Element elemAuthenticationType)
          Sets the AuthenticationType element to be associated with the RequestSecurityToken element
 void setAuthenticator(org.w3c.dom.Element elemAuthenticator)
          Sets the Authenticator element to be associated with the RequestSecurityToken element
 void setCanonicalizationAlgorithm(org.w3c.dom.Element elemCanonicalizationAlgorithm)
          Sets the CanonicalizationAlgorithm element to be associated with the RequestSecurityToken element
 void setContextURI(java.lang.String strContextURI)
          Sets the value of the Context attribute to be associated with the RequestSecurityTokenResponse element
 void setDelegatable(org.w3c.dom.Element elemDelegatable)
          Sets the Delegatable element to be associated with the RequestSecurityToken element
 void setDelegateTo(org.w3c.dom.Element elemDelegateTo)
          Sets the DelegateTo element to be associated with the RequestSecurityToken element
 void setEncryption(org.w3c.dom.Element elemEncryption)
          Sets the Encryptio element to be associated with the RequestSecurityToken element
 void setEncryptionAlgorithm(org.w3c.dom.Element elemEncryptionAlgorithm)
          Sets the EncryptionAlgorithm element to be associated with the RequestSecurityToken element
 void setEncryptWith(org.w3c.dom.Element elemEncryptWith)
          Sets the EncryptWith element to be associated with the RequestSecurityToken element
 void setEntropy(org.w3c.dom.Element elemEntropy)
          Sets the Entropy element to be associated with the RequestSecurityToken element
 void setForwardable(org.w3c.dom.Element elemForwardable)
          Sets the Forwardable element to be associated with the RequestSecurityToken element
 void setIssuer(org.w3c.dom.Element elemIssuer)
          Sets the Issuer element to be associated with the RequestSecurityToken element
 void setKeySize(org.w3c.dom.Element elemKeySize)
          Sets the KeySize element to be associated with the RequestSecurityToken element
 void setKeyType(org.w3c.dom.Element elemKeyType)
          Sets the KeyType element to be associated with the RequestSecurityToken element
 void setLifetime(org.w3c.dom.Element elemLifetime)
          Sets the Lifetime element to be associated with the RequestSecurityToken element
 void setOnBehalfOf(org.w3c.dom.Element elemOnBehalfOf)
          Sets the OnBehalfOf element to be associated with the RequestSecurityToken element
 void setPolicy(org.w3c.dom.Element elemPolicy)
          Sets the Policy element to be associated with the RequestSecurityToken element
 void setPolicyReference(org.w3c.dom.Element elemPolicyReference)
          Sets the PolicyReference element to be associated with the RequestSecurityToken element
 void setProofEncryption(org.w3c.dom.Element elemProofEncryption)
          Sets the ProofEncryption element to be associated with the RequestSecurityToken element
 void setRenewing(org.w3c.dom.Element elemRenewing)
          Sets the Renewing element to be associated with the RequestSecurityToken element
 void setRequestedAttachedReference(org.w3c.dom.Element elemRequestedAttachedReference)
          Sets the RequestedAttachedReference element to be associated with the RequestSecurityToken element
 void setRequestedProofToken(org.w3c.dom.Element elemRequestedProofToken)
          Sets the RequestedProofToken element to be associated with the RequestSecurityToken element
 void setRequestedSecurityToken(org.w3c.dom.Element elemRequestedSecurityToken)
          Sets the RequestedSecurityToken element to be associated with the RequestSecurityToken element
 void setRequestedUnattachedReference(org.w3c.dom.Element elemRequestedUnattachedReference)
          Sets the RequestedUnattachedReference element to be associated with the RequestSecurityToken element
 void setRequestType(org.w3c.dom.Element elemRequestType)
          Sets the RequestType element to be associated with the RequestSecurityToken element
 void setSignatureAlgorithm(org.w3c.dom.Element elemSignatureAlgorithm)
          Sets the SignatureAlgorithm element to be associated with the RequestSecurityToken element
 void setSignWith(org.w3c.dom.Element elemSignWith)
          Sets the SignWith element to be associated with the RequestSecurityToken element
 void setStatus(org.w3c.dom.Element elemStatus)
          Sets the Status element to be associated with the RequestSecurityToken element
 void setTokenType(org.w3c.dom.Element elemTokenType)
          Sets the TokenType element to be associated with the RequestSecurityToken element
 void setUseKey(org.w3c.dom.Element elemUseKey)
          Sets the UseKey element to be associated with the RequestSecurityToken element
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RequestSecurityTokenResponse

public RequestSecurityTokenResponse()
Method Detail

getContextURI

public java.lang.String getContextURI()
Returns the value of the Context attribute associated with the RequestSecurityTokenResponse element

Returns:
the value of the Context attribute associated with the RequestSecurityTokenResponse element

getTokenType

public org.w3c.dom.Element getTokenType()
Returns the TokenType element associated with the RequestSecurityTokenResponse element

Returns:
the TokenType element associated with the RequestSecurityTokenResponse element

getRequestType

public org.w3c.dom.Element getRequestType()
Returns the RequestType element associated with the RequestSecurityTokenResponse element

Returns:
the RequestType element associated with the RequestSecurityTokenResponse element

getRequestedSecurityToken

public org.w3c.dom.Element getRequestedSecurityToken()
Returns the RequestedSecurityToken element associated with the RequestSecurityTokenResponse element

Returns:
the RequestedSecurityToken element associated with the RequestSecurityTokenResponse element

getAppliesTo

public org.w3c.dom.Element getAppliesTo()
Returns the AppliesTo element associated with the RequestSecurityTokenResponse element

Returns:
the AppliesTo element associated with the RequestSecurityTokenResponse element

getRequestedAttachedReference

public org.w3c.dom.Element getRequestedAttachedReference()
Returns the RequestedAttachedReference element associated with the RequestSecurityTokenResponse element

Returns:
the RequestedAttachedReference element associated with the RequestSecurityTokenResponse element

getRequestedUnattachedReference

public org.w3c.dom.Element getRequestedUnattachedReference()
Returns the RequestedUnattachedReference element associated with the RequestSecurityTokenResponse element

Returns:
the RequestedUnattachedReference element associated with the RequestSecurityTokenResponse element

getRequestedProofToken

public org.w3c.dom.Element getRequestedProofToken()
Returns the RequestedProofToken element associated with the RequestSecurityTokenResponse element

Returns:
the RequestedProofToken element associated with the RequestSecurityTokenResponse element

getEntropy

public org.w3c.dom.Element getEntropy()
Returns the Entropy element associated with the RequestSecurityTokenResponse element

Returns:
the Entropy element associated with the RequestSecurityTokenResponse element

getLifetime

public org.w3c.dom.Element getLifetime()
Returns the Lifetime element associated with the RequestSecurityTokenResponse element

Returns:
the Lifetime element associated with the RequestSecurityTokenResponse element

getStatus

public org.w3c.dom.Element getStatus()
Returns the Status element associated with the RequestSecurityTokenResponse element

Returns:
the Status element associated with the RequestSecurityTokenResponse element

getAllowPostdating

public org.w3c.dom.Element getAllowPostdating()
Returns the AllowPostdating element associated with the RequestSecurityTokenResponse element

Returns:
the AllowPostdating element associated with the RequestSecurityTokenResponse element

getRenewing

public org.w3c.dom.Element getRenewing()
Returns the Renewing element associated with the RequestSecurityTokenResponse element

Returns:
the Renewing element associated with the RequestSecurityTokenResponse element

getOnBehalfOf

public org.w3c.dom.Element getOnBehalfOf()
Returns the OnBehalfOf element associated with the RequestSecurityTokenResponse element

Returns:
the OnBehalfOf element associated with the RequestSecurityTokenResponse element

getIssuer

public org.w3c.dom.Element getIssuer()
Returns the Issuer element associated with the RequestSecurityTokenResponse element

Returns:
the Issuer element associated with the RequestSecurityTokenResponse element

getAuthenticationType

public org.w3c.dom.Element getAuthenticationType()
Returns the AuthenticationType element associated with the RequestSecurityTokenResponse element

Returns:
the AuthenticationType element associated with the RequestSecurityTokenResponse element

getAuthenticator

public org.w3c.dom.Element getAuthenticator()
Returns the Authenticator element associated with the RequestSecurityTokenResponse element

Returns:
the Authenticator element associated with the RequestSecurityTokenResponse element

getKeyType

public org.w3c.dom.Element getKeyType()
Returns the KeyType element associated with the RequestSecurityTokenResponse element

Returns:
the KeyType element associated with the RequestSecurityTokenResponse element

getKeySize

public org.w3c.dom.Element getKeySize()
Returns the KeySize element associated with the RequestSecurityTokenResponse element

Returns:
the KeySize element associated with the RequestSecurityTokenResponse element

getSignatureAlgorithm

public org.w3c.dom.Element getSignatureAlgorithm()
Returns the SignatureAlgorithm element associated with the RequestSecurityTokenResponse element

Returns:
the SignatureAlgorithm element associated with the RequestSecurityTokenResponse element

getEncryption

public org.w3c.dom.Element getEncryption()
Returns the Encryption element associated with the RequestSecurityTokenResponse element

Returns:
the Encryption element associated with the RequestSecurityTokenResponse element

getEncryptionAlgorithm

public org.w3c.dom.Element getEncryptionAlgorithm()
Returns the EncryptionAlgorithm element associated with the RequestSecurityTokenResponse element

Returns:
the EncryptionAlgorithm element associated with the RequestSecurityTokenResponse element

getCanonicalizationAlgorithm

public org.w3c.dom.Element getCanonicalizationAlgorithm()
Returns the CanonicalizationAlgorithm element associated with the RequestSecurityTokenResponse element

Returns:
the CanonicalizationAlgorithm element associated with the RequestSecurityTokenResponse element

getProofEncryption

public org.w3c.dom.Element getProofEncryption()
Returns the ProofEncryption element associated with the RequestSecurityTokenResponse element

Returns:
the ProofEncryption element associated with the RequestSecurityTokenResponse element

getUseKey

public org.w3c.dom.Element getUseKey()
Returns the UseKey element associated with the RequestSecurityTokenResponse element

Returns:
the UseKey element associated with the RequestSecurityTokenResponse element

getSignWith

public org.w3c.dom.Element getSignWith()
Returns the SignWith element associated with the RequestSecurityTokenResponse element

Returns:
the SignWith element associated with the RequestSecurityTokenResponse element

getEncryptWith

public org.w3c.dom.Element getEncryptWith()
Returns the EncryptWith element associated with the RequestSecurityTokenResponse element

Returns:
the EncryptWith element associated with the RequestSecurityTokenResponse element

getDelegateTo

public org.w3c.dom.Element getDelegateTo()
Returns the DelegateTo element associated with the RequestSecurityTokenResponse element

Returns:
the DelegateTo element associated with the RequestSecurityTokenResponse element

getForwardable

public org.w3c.dom.Element getForwardable()
Returns the Forwardable element associated with the RequestSecurityTokenResponse element

Returns:
the Forwardable element associated with the RequestSecurityTokenResponse element

getDelegatable

public org.w3c.dom.Element getDelegatable()
Returns the Delegatable element associated with the RequestSecurityTokenResponse element

Returns:
the Delegatable element associated with the RequestSecurityTokenResponse element

getPolicy

public org.w3c.dom.Element getPolicy()
Returns the Policy element associated with the RequestSecurityTokenResponse element

Returns:
the Policy element associated with the RequestSecurityTokenResponse element

getPolicyReference

public org.w3c.dom.Element getPolicyReference()
Returns the PolicyReference element associated with the RequestSecurityTokenResponse element

Returns:
the PolicyReference element associated with the RequestSecurityTokenResponse element

getSetAnyOther

public java.util.Set<org.w3c.dom.Element> getSetAnyOther()
Returns the set of any other miscellaneous elements associated with the RequestSecurityTokenResponse element

Returns:
the set of any other miscellaneous elements associated with the RequestSecurityTokenResponse element

setTokenType

public void setTokenType(org.w3c.dom.Element elemTokenType)
Sets the TokenType element to be associated with the RequestSecurityToken element

Parameters:
elemTokenType - the TokenType element to be associated with the RequestSecurityToken element

setRequestType

public void setRequestType(org.w3c.dom.Element elemRequestType)
Sets the RequestType element to be associated with the RequestSecurityToken element

Parameters:
elemRequestType - the RequestType element to be associated with the RequestSecurityToken element

setRequestedSecurityToken

public void setRequestedSecurityToken(org.w3c.dom.Element elemRequestedSecurityToken)
Sets the RequestedSecurityToken element to be associated with the RequestSecurityToken element

Parameters:
elemRequestedSecurityToken - the RequestedSecurityToken element to be associated with the RequestSecurityToken element

setAppliesTo

public void setAppliesTo(org.w3c.dom.Element elemAppliesTo)
Sets the AppliesTo element to be associated with the RequestSecurityToken element

Parameters:
elemAppliesTo - the AppliesTo element to be associated with the RequestSecurityToken element

setRequestedAttachedReference

public void setRequestedAttachedReference(org.w3c.dom.Element elemRequestedAttachedReference)
Sets the RequestedAttachedReference element to be associated with the RequestSecurityToken element

Parameters:
elemRequestedAttachedReference - the RequestedAttachedReference element to be associated with the RequestSecurityToken element

setRequestedUnattachedReference

public void setRequestedUnattachedReference(org.w3c.dom.Element elemRequestedUnattachedReference)
Sets the RequestedUnattachedReference element to be associated with the RequestSecurityToken element

Parameters:
elemRequestedUnattachedReference - the RequestedUnattachedReference element to be associated with the RequestSecurityToken element

setRequestedProofToken

public void setRequestedProofToken(org.w3c.dom.Element elemRequestedProofToken)
Sets the RequestedProofToken element to be associated with the RequestSecurityToken element

Parameters:
elemRequestedProofToken - the RequestedProofToken element to be associated with the RequestSecurityToken element

setEntropy

public void setEntropy(org.w3c.dom.Element elemEntropy)
Sets the Entropy element to be associated with the RequestSecurityToken element

Parameters:
elemEntropy - the Entropy element to be associated with the RequestSecurityToken element

setLifetime

public void setLifetime(org.w3c.dom.Element elemLifetime)
Sets the Lifetime element to be associated with the RequestSecurityToken element

Parameters:
elemLifetime - the Lifetime element to be associated with the RequestSecurityToken element

setStatus

public void setStatus(org.w3c.dom.Element elemStatus)
Sets the Status element to be associated with the RequestSecurityToken element

Parameters:
elemStatus - the Status element to be associated with the RequestSecurityToken element

setAllowPostdating

public void setAllowPostdating(org.w3c.dom.Element elemAllowPostdating)
Sets the AllowPostdating element to be associated with the RequestSecurityToken element

Parameters:
elemAllowPostdating - the AllowPostdating element to be associated with the RequestSecurityToken element

setRenewing

public void setRenewing(org.w3c.dom.Element elemRenewing)
Sets the Renewing element to be associated with the RequestSecurityToken element

Parameters:
elemRenewing - the Renewing element to be associated with the RequestSecurityToken element

setOnBehalfOf

public void setOnBehalfOf(org.w3c.dom.Element elemOnBehalfOf)
Sets the OnBehalfOf element to be associated with the RequestSecurityToken element

Parameters:
elemOnBehalfOf - the OnBehalfOf element to be associated with the RequestSecurityToken element

setIssuer

public void setIssuer(org.w3c.dom.Element elemIssuer)
Sets the Issuer element to be associated with the RequestSecurityToken element

Parameters:
elemIssuer - the Issuer element to be associated with the RequestSecurityToken element

setAuthenticationType

public void setAuthenticationType(org.w3c.dom.Element elemAuthenticationType)
Sets the AuthenticationType element to be associated with the RequestSecurityToken element

Parameters:
elemAuthenticationType - the AuthenticationType element to be associated with the RequestSecurityToken element

setAuthenticator

public void setAuthenticator(org.w3c.dom.Element elemAuthenticator)
Sets the Authenticator element to be associated with the RequestSecurityToken element

Parameters:
elemAuthenticator - the Authenticator element to be associated with the RequestSecurityToken element

setKeyType

public void setKeyType(org.w3c.dom.Element elemKeyType)
Sets the KeyType element to be associated with the RequestSecurityToken element

Parameters:
elemKeyType - the KeyType element to be associated with the RequestSecurityToken element

setKeySize

public void setKeySize(org.w3c.dom.Element elemKeySize)
Sets the KeySize element to be associated with the RequestSecurityToken element

Parameters:
elemKeySize - the KeySize element to be associated with the RequestSecurityToken element

setSignatureAlgorithm

public void setSignatureAlgorithm(org.w3c.dom.Element elemSignatureAlgorithm)
Sets the SignatureAlgorithm element to be associated with the RequestSecurityToken element

Parameters:
elemSignatureAlgorithm - the SignatureAlgorithm element to be associated with the RequestSecurityToken element

setEncryption

public void setEncryption(org.w3c.dom.Element elemEncryption)
Sets the Encryptio element to be associated with the RequestSecurityToken element

Parameters:
elemEncryptio - the Encryptio element to be associated with the RequestSecurityToken element

setEncryptionAlgorithm

public void setEncryptionAlgorithm(org.w3c.dom.Element elemEncryptionAlgorithm)
Sets the EncryptionAlgorithm element to be associated with the RequestSecurityToken element

Parameters:
elemEncryptionAlgorithm - the EncryptionAlgorithm element to be associated with the RequestSecurityToken element

setCanonicalizationAlgorithm

public void setCanonicalizationAlgorithm(org.w3c.dom.Element elemCanonicalizationAlgorithm)
Sets the CanonicalizationAlgorithm element to be associated with the RequestSecurityToken element

Parameters:
elemCanonicalizationAlgorithm - the CanonicalizationAlgorithm element to be associated with the RequestSecurityToken element

setProofEncryption

public void setProofEncryption(org.w3c.dom.Element elemProofEncryption)
Sets the ProofEncryption element to be associated with the RequestSecurityToken element

Parameters:
elemProofEncryption - the ProofEncryption element to be associated with the RequestSecurityToken element

setUseKey

public void setUseKey(org.w3c.dom.Element elemUseKey)
Sets the UseKey element to be associated with the RequestSecurityToken element

Parameters:
elemUseKey - the UseKey element to be associated with the RequestSecurityToken element

setSignWith

public void setSignWith(org.w3c.dom.Element elemSignWith)
Sets the SignWith element to be associated with the RequestSecurityToken element

Parameters:
elemSignWith - the SignWith element to be associated with the RequestSecurityToken element

setEncryptWith

public void setEncryptWith(org.w3c.dom.Element elemEncryptWith)
Sets the EncryptWith element to be associated with the RequestSecurityToken element

Parameters:
elemEncryptWith - the EncryptWith element to be associated with the RequestSecurityToken element

setDelegateTo

public void setDelegateTo(org.w3c.dom.Element elemDelegateTo)
Sets the DelegateTo element to be associated with the RequestSecurityToken element

Parameters:
elemDelegateTo - the DelegateTo element to be associated with the RequestSecurityToken element

setForwardable

public void setForwardable(org.w3c.dom.Element elemForwardable)
Sets the Forwardable element to be associated with the RequestSecurityToken element

Parameters:
elemForwardable - the Forwardable element to be associated with the RequestSecurityToken element

setDelegatable

public void setDelegatable(org.w3c.dom.Element elemDelegatable)
Sets the Delegatable element to be associated with the RequestSecurityToken element

Parameters:
elemDelegatable - the Delegatable element to be associated with the RequestSecurityToken element

setPolicy

public void setPolicy(org.w3c.dom.Element elemPolicy)
Sets the Policy element to be associated with the RequestSecurityToken element

Parameters:
elemPolicy - the Policy element to be associated with the RequestSecurityToken element

setPolicyReference

public void setPolicyReference(org.w3c.dom.Element elemPolicyReference)
Sets the PolicyReference element to be associated with the RequestSecurityToken element

Parameters:
elemPolicyReference - the PolicyReference element to be associated with the RequestSecurityToken element

setContextURI

public void setContextURI(java.lang.String strContextURI)
Sets the value of the Context attribute to be associated with the RequestSecurityTokenResponse element

Parameters:
strContextURI - the value of the Context attribute to be associated with the RequestSecurityTokenResponse element