Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.2)

Part Number E27170-01

weblogic.wsee.security.wst.framework
Interface TrustToken

All Superinterfaces:
SecurityToken, WLDOMStructure, XMLStructure
All Known Implementing Classes:
SAMLTrustToken

public interface TrustToken
extends SecurityToken

A Trust Token contains TrustCredential User: jlee Date: Oct 16, 2005 Time: 3:19:23 PM


Method Summary
 TrustCredential getTrustCredential()
           
 
Methods inherited from interface weblogic.xml.crypto.wss.provider.SecurityToken
getCredential, getId, getPrivateKey, getPublicKey, getSecretKey, getValueType, setId
 
Methods inherited from interface weblogic.xml.dom.marshal.WLDOMStructure
marshal, unmarshal
 
Methods inherited from interface weblogic.xml.crypto.api.XMLStructure
isFeatureSupported
 

Method Detail

getTrustCredential

TrustCredential getTrustCredential()
Returns:
TrustCredential

Copyright 1996, 2013, 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
Java API Reference for Oracle WebLogic Server
12c (12.1.2)

Part Number E27170-01