org.apache.ws.sandbox.security.trust.message.token
Class TokenType
java.lang.Object
org.apache.ws.sandbox.security.trust.message.token.AbstractToken
org.apache.ws.sandbox.security.trust.message.token.ValueElement
org.apache.ws.sandbox.security.trust.message.token.TokenType
- public class TokenType
- extends ValueElement
- Author:
- Malinda Kaushalye, Ruchith Fernando
TokenType element
Field Summary |
static java.lang.String |
SCT
|
static javax.xml.namespace.QName |
TOKEN
|
static java.lang.String |
UNT
|
Constructor Summary |
TokenType(org.w3c.dom.Document doc)
Constructor for TokenType |
TokenType(org.w3c.dom.Element elem)
Constructor for TokenType |
Method Summary |
protected javax.xml.namespace.QName |
getToken()
Returns the QName of this type |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
UNT
public static final java.lang.String UNT
- See Also:
- Constant Field Values
SCT
public static final java.lang.String SCT
- See Also:
- Constant Field Values
TOKEN
public static final javax.xml.namespace.QName TOKEN
TokenType
public TokenType(org.w3c.dom.Element elem)
throws WSTrustException
- Constructor for TokenType
- Parameters:
elem
-
- Throws:
WSSecurityException
WSTrustException
TokenType
public TokenType(org.w3c.dom.Document doc)
- Constructor for TokenType
- Parameters:
doc
-
getToken
protected javax.xml.namespace.QName getToken()
- Returns the QName of this type
- Specified by:
getToken
in class AbstractToken
- Returns:
- See Also:
AbstractToken.getToken()
Copyright © 2004-2008 Apache Web Services. All Rights Reserved.