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

Part Number E13941-06

Uses of Interface
weblogic.xml.crypto.wss.provider.SecurityTokenReference

Packages that use SecurityTokenReference
weblogic.wsee.security.saml   
weblogic.xml.crypto.wss Provides a Helper class for weblogic.xml.crypto.wss.provider.SecurityToken operation. 
weblogic.xml.crypto.wss.provider Provides interfaces and a class for Web Services security providers. 
 

Uses of SecurityTokenReference in weblogic.wsee.security.saml
 

Classes in weblogic.wsee.security.saml that implement SecurityTokenReference
 class SAMLSecurityTokenReference
          SAML Token Reference for Token Profile 1.1.
 

Methods in weblogic.wsee.security.saml that return SecurityTokenReference
 SecurityTokenReference SAMLTrustTokenProvider.createSecurityTokenReference(weblogic.wsee.security.wst.framework.WSTContext wstCtx, weblogic.wsee.security.wst.framework.TrustToken st)
           
 SecurityTokenReference SAMLCredentialImpl.getSecurityTokenReference()
           
 SecurityTokenReference AbstractSAMLTokenHandler.getSTR(QName STRType, String valueType, SecurityToken token)
          new saml token reference
 SecurityTokenReference AbstractSAMLTokenHandler.newSecurityTokenReference(Node node)
          Create a new securityTokenReference of given saml assertion
 

Methods in weblogic.wsee.security.saml with parameters of type SecurityTokenReference
 SecurityToken AbstractSAMLTokenHandler.getSecurityToken(SecurityTokenReference str, MessageContext ctx)
          get security token based on referenece
 weblogic.wsee.security.wst.framework.TrustToken SAMLTrustTokenProvider.resolveTrustToken(weblogic.wsee.security.wst.framework.WSTContext wstCtx, SecurityTokenReference str)
           
 

Uses of SecurityTokenReference in weblogic.xml.crypto.wss
 

Classes in weblogic.xml.crypto.wss that implement SecurityTokenReference
 class SecurityTokenReferenceImpl
           
 

Uses of SecurityTokenReference in weblogic.xml.crypto.wss.provider
 

Methods in weblogic.xml.crypto.wss.provider that return SecurityTokenReference
 SecurityTokenReference SecurityTokenHandler.getSTR(QName STRType, String valueType, SecurityToken token)
          Deprecated. Creates a SecurityTokenReference from a SecurityToken or Credential.
 SecurityTokenReference SecurityTokenHandler.newSecurityTokenReference(Node node)
          Deprecated.  
 

Methods in weblogic.xml.crypto.wss.provider with parameters of type SecurityTokenReference
 SecurityToken SecurityTokenHandler.getSecurityToken(SecurityTokenReference str, MessageContext ctx)
          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