Class GenericToken

java.lang.Object
com.sun.xml.ws.security.trust.GenericToken
All Implemented Interfaces:
Token

public class GenericToken extends Object implements Token
Author:
Jiandong Guo
  • Constructor Details

    • GenericToken

      public GenericToken(Element token)
      Creates a new instance of GenericToken
    • GenericToken

      public GenericToken(jakarta.xml.bind.JAXBElement token)
    • GenericToken

      public GenericToken(Element token, String tokenType)
    • GenericToken

      public GenericToken(SecurityHeaderElement headerElement)
  • Method Details