|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RequestedProofToken
| Field Summary | |
|---|---|
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
|
| Method Summary | |
|---|---|
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 |
| Field Detail |
|---|
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
| Method Detail |
|---|
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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||