BEA Systems, Inc.

weblogic.xml.crypto.wss.provider
Interface SecurityTokenReference

All Superinterfaces:
weblogic.xml.dom.marshal.WLDOMStructure, weblogic.xml.crypto.api.XMLStructure

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


Method Summary
 String getId()
           
 weblogic.xml.crypto.dsig.api.keyinfo.X509IssuerSerial getIssuerSerial()
           
 KeyIdentifier getKeyIdentifier()
           
 String getReferenceURI()
           
 SecurityToken getSecurityToken()
           
 QName getSTRType()
           
 String getValueType()
           
 void setId(String id)
           
 void setReferenceURI(String uri)
           
 
Methods inherited from interface weblogic.xml.dom.marshal.WLDOMStructure
marshal, unmarshal
 
Methods inherited from interface weblogic.xml.crypto.api.XMLStructure
isFeatureSupported
 

Method Detail

getId

String getId()

setId

void setId(String id)

getKeyIdentifier

KeyIdentifier getKeyIdentifier()

getReferenceURI

String getReferenceURI()

setReferenceURI

void setReferenceURI(String uri)

getSecurityToken

SecurityToken getSecurityToken()

getValueType

String getValueType()

getSTRType

QName getSTRType()

getIssuerSerial

weblogic.xml.crypto.dsig.api.keyinfo.X509IssuerSerial getIssuerSerial()

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