Oracle

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 setKeyIdentifier(KeyIdentifier keyIdentifier)
           
 void setReferenceURI(String uri)
           
 void setSTRType(QName qname)
           
 void setValueType(String valueType)
           
 
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()

setKeyIdentifier

void setKeyIdentifier(KeyIdentifier keyIdentifier)

getReferenceURI

String getReferenceURI()

setReferenceURI

void setReferenceURI(String uri)

getSecurityToken

SecurityToken getSecurityToken()

getValueType

String getValueType()

setValueType

void setValueType(String valueType)

getSTRType

QName getSTRType()

setSTRType

void setSTRType(QName qname)

getIssuerSerial

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

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs103
Copyright 1996,2008, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.