BEA Systems, Inc.

BEA WebLogic Server 9.1 API Reference


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

Copyright © 2005 BEA Systems, Inc. All Rights Reserved.

Method Summary
 String getId()
           
 weblogic.xml.crypto.dsig.api.keyinfo.X509IssuerSerial getIssuerSerial()
           
 weblogic.xml.crypto.wss.api.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

public String getId()

getIssuerSerial

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

getKeyIdentifier

public weblogic.xml.crypto.wss.api.KeyIdentifier getKeyIdentifier()

getReferenceURI

public String getReferenceURI()

getSecurityToken

public SecurityToken getSecurityToken()

getSTRType

public QName getSTRType()

getValueType

public String getValueType()

setId

public void setId(String id)

setReferenceURI

public void setReferenceURI(String uri)

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