Oracle Security Developer Tools Web Services Security Java API Reference
10g Release 2 (10.1.2.0.2)

B15570-01


oracle.security.xmlsec.wss
Interface WSSecurityTokenReferenceType

All Known Implementing Classes:
WSSEmbedded, WSSKeyIdentifier, WSSReference, X509IssuerSerial

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

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

getNode

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

getSecurityToken

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

getKey

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

Oracle Security Developer Tools Web Services Security Java API Reference
10g Release 2 (10.1.2.0.2)

B15570-01


Copyright © 2005 , Oracle. All rights reserved.