Methods Summary |
---|
public java.lang.Object | getAny()Gets the value of the any property.
|
public BinarySecret | getBinarySecret()Gets the BinarySecret proof Token if set
|
public java.net.URI | getComputedKey()Get the Computed Key URI (describing how to compute the Key)
|
public java.lang.String | getProofTokenType()Get the type of ProofToken present in this RequestedProofToken Instance
|
public com.sun.xml.ws.security.trust.elements.str.SecurityTokenReference | getSecurityTokenReference()Gets the SecrityTokenReference if set
|
public void | setAny(java.lang.Object value)Sets the value of the any property.
|
public void | setBinarySecret(BinarySecret secret)Sets a wst:BinarySecret as the Proof Token
|
public void | setComputedKey(java.net.URI computedKey)Sets the Computed Key URI (describing how to compute the Key)
|
public void | setProofTokenType(java.lang.String proofTokenType)Set the type of ProofToken present in this RequestedProofToken Instance
|
public void | setSecurityTokenReference(com.sun.xml.ws.security.trust.elements.str.SecurityTokenReference reference)Set a SecurityTokenReference as the Proof Token
|