|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RequestedProofToken
Field Summary | |
---|---|
static java.lang.String |
BINARY_SECRET_TYPE
|
static java.lang.String |
COMPUTED_KEY_TYPE
constants indicating type of Proof Token |
static java.lang.String |
CUSTOM_TYPE
|
static java.lang.String |
ENCRYPTED_KEY_TYPE
|
static java.lang.String |
TOKEN_REF_TYPE
|
Method Summary | |
---|---|
java.lang.Object |
getAny()
Gets the value of the any property. |
BinarySecret |
getBinarySecret()
Gets the BinarySecret proof Token if set |
java.net.URI |
getComputedKey()
Get the Computed Key URI (describing how to compute the Key) |
java.lang.String |
getProofTokenType()
Get the type of ProofToken present in this RequestedProofToken Instance |
SecurityTokenReference |
getSecurityTokenReference()
Gets the SecrityTokenReference if set |
void |
setAny(java.lang.Object value)
Sets the value of the any property. |
void |
setBinarySecret(BinarySecret secret)
Sets a wst:BinarySecret as the Proof Token |
void |
setComputedKey(java.net.URI computedKey)
Sets the Computed Key URI (describing how to compute the Key) |
void |
setProofTokenType(java.lang.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 java.lang.String COMPUTED_KEY_TYPE
getProofTokenType
,
Constant Field Valuesstatic final java.lang.String TOKEN_REF_TYPE
static final java.lang.String ENCRYPTED_KEY_TYPE
static final java.lang.String BINARY_SECRET_TYPE
static final java.lang.String CUSTOM_TYPE
Method Detail |
---|
java.lang.String getProofTokenType()
void setProofTokenType(java.lang.String proofTokenType)
getProofTokenType
java.lang.Object getAny()
Element
Object
void setAny(java.lang.Object value)
value
- allowed object is
Element
Object
void setSecurityTokenReference(SecurityTokenReference reference)
SecurityTokenReference getSecurityTokenReference()
void setComputedKey(java.net.URI computedKey)
java.net.URI getComputedKey()
void setBinarySecret(BinarySecret secret)
BinarySecret getBinarySecret()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |