BEA Systems, Inc.

weblogic.xml.crypto.wss.provider
Interface SecurityToken

All Superinterfaces:
weblogic.xml.dom.marshal.WLDOMStructure, weblogic.xml.crypto.api.XMLStructure
All Known Subinterfaces:
BinarySecurityToken, UsernameToken

public interface SecurityToken
extends weblogic.xml.dom.marshal.WLDOMStructure, weblogic.xml.crypto.api.XMLStructure


Method Summary
 String getId()
           
 String getValueType()
           
 
Methods inherited from interface weblogic.xml.dom.marshal.WLDOMStructure
marshal, unmarshal
 
Methods inherited from interface weblogic.xml.crypto.api.XMLStructure
isFeatureSupported
 

Method Detail

getValueType

String getValueType()
Returns:
Token type URI.

getId

String getId()
Returns:
Value of id attribute of security token element.

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs92
Copyright 2006 BEA Systems Inc.