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

Part Number E13941-06

weblogic.wsee.security.saml
Class SAMLTrustToken

java.lang.Object
  extended by weblogic.xml.crypto.wss.SecurityTokenImpl
      extended by weblogic.wsee.security.saml.SAMLTokenImpl
          extended by weblogic.wsee.security.saml.SAMLTrustToken
All Implemented Interfaces:
Serializable, SAMLToken, weblogic.wsee.security.wst.framework.TrustToken, weblogic.xml.crypto.api.XMLStructure, SecurityToken, weblogic.xml.dom.marshal.WLDOMStructure

public class SAMLTrustToken
extends SAMLTokenImpl
implements weblogic.wsee.security.wst.framework.TrustToken

See Also:
Serialized Form

Constructor Summary
SAMLTrustToken(SAMLTrustCredential cred)
           
 
Method Summary
 weblogic.wsee.security.wst.framework.TrustCredential getTrustCredential()
           
 
Methods inherited from class weblogic.wsee.security.saml.SAMLTokenImpl
equals, getAssertionID, getCredential, getHolderOfCert, getId, getPrivateKey, getPublicKey, getSecretKey, getSubject, getValueType, isFeatureSupported, isHolderOfKey, isSaml2, marshal, setId, setSubject, unmarshal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
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
 

Constructor Detail

SAMLTrustToken

public SAMLTrustToken(SAMLTrustCredential cred)
Method Detail

getTrustCredential

public weblogic.wsee.security.wst.framework.TrustCredential getTrustCredential()
Specified by:
getTrustCredential in interface weblogic.wsee.security.wst.framework.TrustToken
Returns:
TrustCredential

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