|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.xml.ws.security.trust.impl.wssx.bindings.RequestedProofTokenType
com.sun.xml.ws.security.trust.impl.wssx.elements.RequestedProofTokenImpl
public class RequestedProofTokenImpl
Field Summary |
---|
Fields inherited from class com.sun.xml.ws.security.trust.impl.wssx.bindings.RequestedProofTokenType |
---|
any |
Fields inherited from interface com.sun.xml.ws.security.trust.elements.RequestedProofToken |
---|
BINARY_SECRET_TYPE, COMPUTED_KEY_TYPE, CUSTOM_TYPE, ENCRYPTED_KEY_TYPE, TOKEN_REF_TYPE |
Constructor Summary | |
---|---|
RequestedProofTokenImpl()
|
|
RequestedProofTokenImpl(com.sun.xml.ws.security.trust.impl.wssx.bindings.RequestedProofTokenType rptType)
|
|
RequestedProofTokenImpl(java.lang.String proofTokenType)
|
Method Summary | |
---|---|
static com.sun.xml.ws.security.trust.impl.wssx.bindings.RequestedProofTokenType |
fromElement(org.w3c.dom.Element element)
|
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 |
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 |
Methods inherited from class com.sun.xml.ws.security.trust.impl.wssx.bindings.RequestedProofTokenType |
---|
getAny, setAny |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.sun.xml.ws.security.trust.elements.RequestedProofToken |
---|
getAny, setAny |
Constructor Detail |
---|
public RequestedProofTokenImpl()
public RequestedProofTokenImpl(java.lang.String proofTokenType)
public RequestedProofTokenImpl(com.sun.xml.ws.security.trust.impl.wssx.bindings.RequestedProofTokenType rptType)
Method Detail |
---|
public java.lang.String getProofTokenType()
RequestedProofToken
getProofTokenType
in interface RequestedProofToken
public void setProofTokenType(java.lang.String proofTokenType)
RequestedProofToken
setProofTokenType
in interface RequestedProofToken
getProofTokenType
public void setSecurityTokenReference(SecurityTokenReference reference)
RequestedProofToken
setSecurityTokenReference
in interface RequestedProofToken
public SecurityTokenReference getSecurityTokenReference()
RequestedProofToken
getSecurityTokenReference
in interface RequestedProofToken
public void setComputedKey(java.net.URI computedKey)
RequestedProofToken
setComputedKey
in interface RequestedProofToken
public java.net.URI getComputedKey()
RequestedProofToken
getComputedKey
in interface RequestedProofToken
public void setBinarySecret(BinarySecret secret)
RequestedProofToken
setBinarySecret
in interface RequestedProofToken
public BinarySecret getBinarySecret()
RequestedProofToken
getBinarySecret
in interface RequestedProofToken
public static com.sun.xml.ws.security.trust.impl.wssx.bindings.RequestedProofTokenType fromElement(org.w3c.dom.Element element) throws WSTrustException
WSTrustException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |