Skip navigation links

Oracle Fusion Middleware Web Services Security Java API Reference for Oracle Security Developer Tools
11g Release 1 (11.1.1.9)

E56326-01


oracle.security.xmlsec.wss
Interface WSSecurityTokenReferenceType

All Known Implementing Classes:
KerberosKeyIdentifier, SAML2AssertionKeyIdentifier, SAMLAssertionKeyIdentifier, WSSEmbedded, WSSEncryptedKeyIdentifier, WSSKeyIdentifier, WSSReference, X509IssuerSerial, X509KeyIdentifier

public interface WSSecurityTokenReferenceType

Interface representing a security token reference mechanism.


Method Summary
 java.lang.Object getKey()
          Returns the key (symmetric or asymmetric) corresponding to the underlying WSS SecurityToken.
 oracle.security.xmlsec.util.QName getName()
          Returns the QName of this reference.
 org.w3c.dom.Node getNode()
          Returns this reference formatted as an XML Node.
 WSSecurityToken getSecurityToken()
          Returns the underlying WSS SecurityToken.

 

Method Detail

getName

oracle.security.xmlsec.util.QName getName()
Returns the QName of this reference.
Returns:
The QName of the WSSecurityTokenReference type.

getNode

org.w3c.dom.Node getNode()
Returns this reference formatted as an XML Node.
Returns:
The <ocde>org.w3c.dom.Node.

getSecurityToken

WSSecurityToken getSecurityToken()
                                 throws WSSException
Returns the underlying WSS SecurityToken.
Returns:
The underlying WSSecurityToken.
Throws:
WSSException

getKey

java.lang.Object getKey()
                        throws WSSException
Returns the key (symmetric or asymmetric) corresponding to the underlying WSS SecurityToken.
Returns:
The Key.
Throws:
WSSException

Skip navigation links

Oracle Fusion Middleware Web Services Security Java API Reference for Oracle Security Developer Tools
11g Release 1 (11.1.1.9)

E56326-01


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