public interface RequestedProofToken
| Modifier and Type | Field and Description |
|---|---|
static String |
BINARY_SECRET_TYPE |
static String |
COMPUTED_KEY_TYPE
constants indicating type of Proof Token
|
static String |
CUSTOM_TYPE |
static String |
ENCRYPTED_KEY_TYPE |
static String |
TOKEN_REF_TYPE |
| Modifier and Type | Method and Description |
|---|---|
Object |
getAny()
Gets the value of the any property.
|
BinarySecret |
getBinarySecret()
Gets the BinarySecret proof Token if set
|
URI |
getComputedKey()
Get the Computed Key URI (describing how to compute the Key)
|
String |
getProofTokenType()
Get the type of ProofToken present in this RequestedProofToken Instance
|
SecurityTokenReference |
getSecurityTokenReference()
Gets the SecrityTokenReference if set
|
void |
setAny(Object value)
Sets the value of the any property.
|
void |
setBinarySecret(BinarySecret secret)
Sets a wst:BinarySecret as the Proof Token
|
void |
setComputedKey(URI computedKey)
Sets the Computed Key URI (describing how to compute the Key)
|
void |
setProofTokenType(String proofTokenType)
Set the type of ProofToken present in this RequestedProofToken Instance
|
void |
setSecurityTokenReference(SecurityTokenReference reference)
Set a SecurityTokenReference as the Proof Token
|
static final String COMPUTED_KEY_TYPE
getProofTokenType,
Constant Field Valuesstatic final String TOKEN_REF_TYPE
static final String ENCRYPTED_KEY_TYPE
static final String BINARY_SECRET_TYPE
static final String CUSTOM_TYPE
String getProofTokenType()
void setProofTokenType(String proofTokenType)
getProofTokenTypeObject getAny()
Element
Objectvoid setAny(Object value)
value - allowed object is
Element
Objectvoid setSecurityTokenReference(SecurityTokenReference reference)
SecurityTokenReference getSecurityTokenReference()
void setComputedKey(URI computedKey)
URI getComputedKey()
void setBinarySecret(BinarySecret secret)
BinarySecret getBinarySecret()
Copyright © 2005–2017 Oracle Corporation. All rights reserved.