Skip navigation links

Oracle Security Developer Tools Web Services Security Java API Reference
11g (11.1.1)

E10678-02


oracle.security.xmlsec.wss
Interface WSSecurityToken

All Known Subinterfaces:
WSSXMLSecurityToken
All Known Implementing Classes:
KerberosBinarySecurityToken, SAML2AssertionToken, SAMLAssertionToken, UsernameToken, WSCDerivedKeyToken, WSCDerivedKeyToken.WSCDerivedKeyToken12, WSCDerivedKeyToken.WSCDerivedKeyToken13, WSCSecurityContextToken, WSCSecurityContextToken.WSCSecurityContextToken12, WSCSecurityContextToken.WSCSecurityContextToken13, WSSBinarySecurityToken, X509BinarySecurityToken

public interface WSSecurityToken

This interface represents a generic WSS security token.


Method Summary
 org.w3c.dom.Node getNode()
          Returns this security token formatted as an XML Node.
 java.lang.Object getToken()
          Returns the underlying token.
 oracle.security.xmlsec.util.QName getTokenName()
          Returns the QName of the security token.

 

Method Detail

getTokenName

oracle.security.xmlsec.util.QName getTokenName()
Returns the QName of the security token.
Returns:
The QName of the token.

getNode

org.w3c.dom.Node getNode()
Returns this security token formatted as an XML Node.
Returns:
The org.w3c.dom.Node.

getToken

java.lang.Object getToken()
                          throws WSSException
Returns the underlying token.

Please see sub-classes for information about the Java Object returned.

Returns:
The underlying token.
Throws:
WSSException

Skip navigation links

Oracle Security Developer Tools Web Services Security Java API Reference
11g (11.1.1)

E10678-02


Copyright © 2005, 2009, Oracle. All rights reserved.