Interface RequestedProofToken

All Known Implementing Classes:
RequestedProofTokenImpl, RequestedProofTokenImpl

public interface RequestedProofToken
Author:
WS-Trust Implementation Team.
  • Field Details

  • Method Details

    • getProofTokenType

      String getProofTokenType()
      Get the type of ProofToken present in this RequestedProofToken Instance
    • setProofTokenType

      void setProofTokenType(String proofTokenType)
      Set the type of ProofToken present in this RequestedProofToken Instance
      See Also:
    • getAny

      Object getAny()
      Gets the value of the any property.
      Returns:
      possible object is Element Object
    • setAny

      void setAny(Object value)
      Sets the value of the any property.
      Parameters:
      value - allowed object is Element Object
    • setSecurityTokenReference

      void setSecurityTokenReference(SecurityTokenReference reference)
      Set a SecurityTokenReference as the Proof Token
    • getSecurityTokenReference

      SecurityTokenReference getSecurityTokenReference()
      Gets the SecrityTokenReference if set
      Returns:
      SecurityTokenReference if set, null otherwise
    • setComputedKey

      void setComputedKey(URI computedKey)
      Sets the Computed Key URI (describing how to compute the Key)
    • getComputedKey

      URI getComputedKey()
      Get the Computed Key URI (describing how to compute the Key)
      Returns:
      computed key URI or null if none is set
    • setBinarySecret

      void setBinarySecret(BinarySecret secret)
      Sets a wst:BinarySecret as the Proof Token
    • getBinarySecret

      BinarySecret getBinarySecret()
      Gets the BinarySecret proof Token if set
      Returns:
      BinarySecret if set, null otherwise