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
 Object getCredential()
          Deprecated. can not be used directly by customers
 String getId()
           
 PrivateKey getPrivateKey()
          Deprecated. can not be used directly by customers
 PublicKey getPublicKey()
          Deprecated. can not be used directly by customers
 Key getSecretKey()
          Deprecated. can not be used directly by customers
 String getValueType()
           
 void setId(String id)
          Deprecated. can not be used directly by customers
 
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.

setId

void setId(String id)
Deprecated. can not be used directly by customers


getPrivateKey

PrivateKey getPrivateKey()
Deprecated. can not be used directly by customers


getPublicKey

PublicKey getPublicKey()
Deprecated. can not be used directly by customers


getSecretKey

Key getSecretKey()
Deprecated. can not be used directly by customers


getCredential

Object getCredential()
Deprecated. can not be used directly by customers


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