- java.lang.Object
-
- com.sun.xml.ws.security.trust.GenericToken
-
-
Constructor Summary
Constructors Constructor Description GenericToken(SecurityHeaderElement headerElement)GenericToken(jakarta.xml.bind.JAXBElement token)GenericToken(Element token)Creates a new instance of GenericTokenGenericToken(Element token, String tokenType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SecurityHeaderElementgetElement()StringgetId()ObjectgetTokenValue()The token ValueStringgetType()The type of the TokenvoidsetId(String id)
-
-
-
Constructor Detail
-
GenericToken
public GenericToken(Element token)
Creates a new instance of GenericToken
-
GenericToken
public GenericToken(jakarta.xml.bind.JAXBElement token)
-
GenericToken
public GenericToken(SecurityHeaderElement headerElement)
-
-
Method Detail
-
getTokenValue
public Object getTokenValue()
Description copied from interface:TokenThe token Value- Specified by:
getTokenValuein interfaceToken
-
getElement
public SecurityHeaderElement getElement()
-
getId
public String getId()
-
setId
public void setId(String id)
-
-