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

Part Number E41849-02

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, TrustToken, XMLStructure, SecurityToken, WLDOMStructure

Deprecated.

public class SAMLTrustToken
extends SAMLTokenImpl
implements TrustToken

See Also:
Serialized Form

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

getTrustCredential

public TrustCredential getTrustCredential()
Deprecated. 
Specified by:
getTrustCredential in interface TrustToken
Returns:
TrustCredential

Copyright 1996, 2014, 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.3)

Part Number E41849-02