Class GenericToken

  • All Implemented Interfaces:
    com.sun.xml.ws.security.Token

    public class GenericToken
    extends Object
    implements com.sun.xml.ws.security.Token
    Author:
    Jiandong Guo
    • Constructor Detail

      • 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)
    • Method Detail

      • getType

        public String getType()
        Specified by:
        getType in interface com.sun.xml.ws.security.Token
      • getTokenValue

        public Object getTokenValue()
        Specified by:
        getTokenValue in interface com.sun.xml.ws.security.Token
      • getId

        public String getId()
      • setId

        public void setId​(String id)