com.sun.xml.ws.security.trust.impl.wssx.elements
Class RequestedProofTokenImpl
java.lang.Object
com.sun.xml.ws.security.trust.impl.wssx.bindings.RequestedProofTokenType
com.sun.xml.ws.security.trust.impl.wssx.elements.RequestedProofTokenImpl
- All Implemented Interfaces:
- RequestedProofToken
public class RequestedProofTokenImpl
- extends RequestedProofTokenType
- implements RequestedProofToken
- Author:
- Manveen Kaur
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RequestedProofTokenImpl
public RequestedProofTokenImpl()
RequestedProofTokenImpl
public RequestedProofTokenImpl(java.lang.String proofTokenType)
RequestedProofTokenImpl
public RequestedProofTokenImpl(RequestedProofTokenType rptType)
getProofTokenType
public java.lang.String getProofTokenType()
- Specified by:
getProofTokenType in interface RequestedProofToken
setProofTokenType
public void setProofTokenType(java.lang.String proofTokenType)
- Specified by:
setProofTokenType in interface RequestedProofToken
setSecurityTokenReference
public void setSecurityTokenReference(SecurityTokenReference reference)
- Specified by:
setSecurityTokenReference in interface RequestedProofToken
getSecurityTokenReference
public SecurityTokenReference getSecurityTokenReference()
- Specified by:
getSecurityTokenReference in interface RequestedProofToken
setComputedKey
public void setComputedKey(java.net.URI computedKey)
- Specified by:
setComputedKey in interface RequestedProofToken
getComputedKey
public java.net.URI getComputedKey()
- Specified by:
getComputedKey in interface RequestedProofToken
setBinarySecret
public void setBinarySecret(BinarySecret secret)
- Specified by:
setBinarySecret in interface RequestedProofToken
getBinarySecret
public BinarySecret getBinarySecret()
- Specified by:
getBinarySecret in interface RequestedProofToken
fromElement
public static RequestedProofTokenType fromElement(org.w3c.dom.Element element)
throws WSTrustException
- Throws:
WSTrustException
Copyright © 2005-2011 Oracle Corporation. All Rights Reserved.