Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.6)

Part Number E13941-06

weblogic.xml.crypto.wss.provider
Interface SecurityTokenReference

All Superinterfaces:
weblogic.xml.dom.marshal.WLDOMStructure, weblogic.xml.crypto.api.XMLStructure
All Known Implementing Classes:
SAMLSecurityTokenReference, SecurityTokenReferenceImpl

Deprecated. can not be used directly by customers *

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


Method Summary
 String getId()
          Deprecated.  
 weblogic.xml.crypto.dsig.api.keyinfo.X509IssuerSerial getIssuerSerial()
          Deprecated.  
 KeyIdentifier getKeyIdentifier()
          Deprecated.  
 String getReferenceURI()
          Deprecated.  
 SecurityToken getSecurityToken()
          Deprecated.  
 QName getSTRType()
          Deprecated.  
 String getValueType()
          Deprecated.  
 void setId(String id)
          Deprecated.  
 void setKeyIdentifier(KeyIdentifier keyIdentifier)
          Deprecated.  
 void setReferenceURI(String uri)
          Deprecated.  
 void setSTRType(QName qname)
          Deprecated.  
 void setValueType(String valueType)
          Deprecated.  
 
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()
Deprecated. 

setId

void setId(String id)
Deprecated. 

getKeyIdentifier

KeyIdentifier getKeyIdentifier()
Deprecated. 

setKeyIdentifier

void setKeyIdentifier(KeyIdentifier keyIdentifier)
Deprecated. 

getReferenceURI

String getReferenceURI()
Deprecated. 

setReferenceURI

void setReferenceURI(String uri)
Deprecated. 

getSecurityToken

SecurityToken getSecurityToken()
Deprecated. 

getValueType

String getValueType()
Deprecated. 

setValueType

void setValueType(String valueType)
Deprecated. 

getSTRType

QName getSTRType()
Deprecated. 

setSTRType

void setSTRType(QName qname)
Deprecated. 

getIssuerSerial

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

Copyright 1996, 2011, 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.

Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.6)

Part Number E13941-06