FileDocCategorySizeDatePackage
RequestedProofToken.javaAPI DocExample4444Tue May 29 16:56:56 BST 2007com.sun.xml.ws.security.trust.elements

RequestedProofToken

public interface RequestedProofToken
author
WS-Trust Implementation Team.

Fields Summary
public static final String
COMPUTED_KEY_TYPE
constants indicating type of Proof Token
public static final String
TOKEN_REF_TYPE
public static final String
ENCRYPTED_KEY_TYPE
public static final String
BINARY_SECRET_TYPE
public static final String
CUSTOM_TYPE
Constructors Summary
Methods Summary
public java.lang.ObjectgetAny()
Gets the value of the any property.

return
possible object is {@link Element } {@link Object }

public BinarySecretgetBinarySecret()
Gets the BinarySecret proof Token if set

return
BinarySecret if set, null otherwise

public java.net.URIgetComputedKey()
Get the Computed Key URI (describing how to compute the Key)

return
computed key URI or null if none is set

public java.lang.StringgetProofTokenType()
Get the type of ProofToken present in this RequestedProofToken Instance

public com.sun.xml.ws.security.trust.elements.str.SecurityTokenReferencegetSecurityTokenReference()
Gets the SecrityTokenReference if set

return
SecurityTokenReference if set, null otherwise

public voidsetAny(java.lang.Object value)
Sets the value of the any property.

param
value allowed object is {@link Element } {@link Object }

public voidsetBinarySecret(BinarySecret secret)
Sets a wst:BinarySecret as the Proof Token

public voidsetComputedKey(java.net.URI computedKey)
Sets the Computed Key URI (describing how to compute the Key)

public voidsetProofTokenType(java.lang.String proofTokenType)
Set the type of ProofToken present in this RequestedProofToken Instance

see
getProofTokenType

public voidsetSecurityTokenReference(com.sun.xml.ws.security.trust.elements.str.SecurityTokenReference reference)
Set a SecurityTokenReference as the Proof Token