java.lang.Object
com.sun.xml.ws.security.trust.impl.wssx.bindings.UseKeyType
com.sun.xml.ws.security.trust.impl.wssx.elements.UseKeyImpl
All Implemented Interfaces:
UseKey

public class UseKeyImpl extends UseKeyType implements UseKey
Author:
Manveen Kaur
  • Constructor Details

  • Method Details

    • getTargetType

      public String getTargetType()
    • setTargetType

      public void setTargetType(String ttype)
    • setSecurityTokenReference

      public void setSecurityTokenReference(SecurityTokenReference ref)
    • getSecurityTokenReference

      public SecurityTokenReference getSecurityTokenReference()
    • setToken

      public void setToken(Token token)
      Description copied from interface: UseKey
      Set the Token as the contents of UseKey
      Specified by:
      setToken in interface UseKey
    • getToken

      public Token getToken()
      Description copied from interface: UseKey
      Get the Token contained in the element, null otherwise.
      Specified by:
      getToken in interface UseKey
    • setSignatureID

      public void setSignatureID(URI sigID)
      Description copied from interface: UseKey
      Set the option Sig attribute of UseKey
      Specified by:
      setSignatureID in interface UseKey
    • getSignatureID

      public URI getSignatureID()
      Description copied from interface: UseKey
      get the Sig attribute value if set, null otherwise
      Specified by:
      getSignatureID in interface UseKey