com.sun.xml.ws.security.trust
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GenericToken
public GenericToken(Element token)
- Creates a new instance of GenericToken
GenericToken
public GenericToken(JAXBElement token)
GenericToken
public GenericToken(Element token,
String tokenType)
GenericToken
public GenericToken(SecurityHeaderElement headerElement)
getType
public String getType()
- Description copied from interface:
Token
- The type of the Token
- Specified by:
getType in interface Token
getTokenValue
public Object getTokenValue()
- Description copied from interface:
Token
- The token Value
- Specified by:
getTokenValue in interface Token
getElement
public SecurityHeaderElement getElement()
getId
public String getId()
setId
public void setId(String id)
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.