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:
com.sun.xml.ws.security.trust.elements.RequestedProofToken

public class RequestedProofTokenImpl extends RequestedProofTokenType implements com.sun.xml.ws.security.trust.elements.RequestedProofToken
Author:
Manveen Kaur
  • Constructor Details

    • RequestedProofTokenImpl

      public RequestedProofTokenImpl()
    • RequestedProofTokenImpl

      public RequestedProofTokenImpl(String proofTokenType)
    • RequestedProofTokenImpl

      public RequestedProofTokenImpl(RequestedProofTokenType rptType)
  • Method Details

    • getProofTokenType

      public String getProofTokenType()
      Specified by:
      getProofTokenType in interface com.sun.xml.ws.security.trust.elements.RequestedProofToken
    • setProofTokenType

      public void setProofTokenType(String proofTokenType)
      Specified by:
      setProofTokenType in interface com.sun.xml.ws.security.trust.elements.RequestedProofToken
    • setSecurityTokenReference

      public void setSecurityTokenReference(com.sun.xml.ws.security.trust.elements.str.SecurityTokenReference reference)
      Specified by:
      setSecurityTokenReference in interface com.sun.xml.ws.security.trust.elements.RequestedProofToken
    • getSecurityTokenReference

      public com.sun.xml.ws.security.trust.elements.str.SecurityTokenReference getSecurityTokenReference()
      Specified by:
      getSecurityTokenReference in interface com.sun.xml.ws.security.trust.elements.RequestedProofToken
    • setComputedKey

      public void setComputedKey(URI computedKey)
      Specified by:
      setComputedKey in interface com.sun.xml.ws.security.trust.elements.RequestedProofToken
    • getComputedKey

      public URI getComputedKey()
      Specified by:
      getComputedKey in interface com.sun.xml.ws.security.trust.elements.RequestedProofToken
    • setBinarySecret

      public void setBinarySecret(com.sun.xml.ws.security.trust.elements.BinarySecret secret)
      Specified by:
      setBinarySecret in interface com.sun.xml.ws.security.trust.elements.RequestedProofToken
    • getBinarySecret

      public com.sun.xml.ws.security.trust.elements.BinarySecret getBinarySecret()
      Specified by:
      getBinarySecret in interface com.sun.xml.ws.security.trust.elements.RequestedProofToken
    • fromElement

      public static RequestedProofTokenType fromElement(Element element) throws com.sun.xml.ws.api.security.trust.WSTrustException
      Throws:
      com.sun.xml.ws.api.security.trust.WSTrustException