Interface RequestedProofToken
- All Known Implementing Classes:
RequestedProofTokenImpl,RequestedProofTokenImpl
public interface RequestedProofToken
- Author:
- WS-Trust Implementation Team.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiongetAny()Gets the value of the any property.Gets the BinarySecret proof Token if setGet the Computed Key URI (describing how to compute the Key)Get the type of ProofToken present in this RequestedProofToken InstanceGets the SecrityTokenReference if setvoidSets the value of the any property.voidsetBinarySecret(BinarySecret secret) Sets a wst:BinarySecret as the Proof TokenvoidsetComputedKey(URI computedKey) Sets the Computed Key URI (describing how to compute the Key)voidsetProofTokenType(String proofTokenType) Set the type of ProofToken present in this RequestedProofToken InstancevoidsetSecurityTokenReference(SecurityTokenReference reference) Set a SecurityTokenReference as the Proof Token
-
Field Details
-
COMPUTED_KEY_TYPE
constants indicating type of Proof Token- See Also:
-
TOKEN_REF_TYPE
- See Also:
-
ENCRYPTED_KEY_TYPE
- See Also:
-
BINARY_SECRET_TYPE
- See Also:
-
CUSTOM_TYPE
- See Also:
-
-
Method Details
-
getProofTokenType
String getProofTokenType()Get the type of ProofToken present in this RequestedProofToken Instance -
setProofTokenType
Set the type of ProofToken present in this RequestedProofToken Instance- See Also:
-
getAny
Object getAny()Gets the value of the any property. -
setAny
Sets the value of the any property. -
setSecurityTokenReference
Set a SecurityTokenReference as the Proof Token -
getSecurityTokenReference
SecurityTokenReference getSecurityTokenReference()Gets the SecrityTokenReference if set- Returns:
- SecurityTokenReference if set, null otherwise
-
setComputedKey
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
Sets a wst:BinarySecret as the Proof Token -
getBinarySecret
BinarySecret getBinarySecret()Gets the BinarySecret proof Token if set- Returns:
- BinarySecret if set, null otherwise
-