Oracle Fusion Middleware
Oracle WebLogic Server API Reference
12c Release 1 (12.1.1)

Part Number E24391-02

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

Packages that use SecurityTokenHandler
weblogic.wsee.security.saml Provides interfaces and classes for Security Assertion Markup Language (SAML). 
weblogic.xml.crypto.wss Provides a Helper class for weblogic.xml.crypto.wss.provider.SecurityToken operation. 
 

Uses of SecurityTokenHandler in weblogic.wsee.security.saml
 

Classes in weblogic.wsee.security.saml that implement SecurityTokenHandler
 class AbstractSAMLTokenHandler
          Token handler of both SAML 2.0 and SAML 1.1 token User: sychang Date: July 25, 2006 Time: 12:58:51 PM
 class SAML2TokenHandler
          Token Handler for SAML 2.0 assertion tokens
 class SAMLTokenHandler
          Token Handler for SAML 1.1 tokens
 

Methods in weblogic.wsee.security.saml with parameters of type SecurityTokenHandler
static SAMLCredential SAMLTrustCredentialProvider.createCredential(weblogic.wsee.security.wst.framework.TrustSoapClient soapClient, weblogic.wsee.security.wst.framework.WSTContext wstCtx, SecurityTokenHandler tokh, String tokenType)
           
 

Uses of SecurityTokenHandler in weblogic.xml.crypto.wss
 

Classes in weblogic.xml.crypto.wss that implement SecurityTokenHandler
 class BinarySecurityTokenHandler
           
 class ClientBSTHandler
          Deprecated. can not be used directly by customers
 class ClientUNTHandler
          Deprecated. can not be used directly by customer
 class UsernameTokenHandler
           
 

Methods in weblogic.xml.crypto.wss that return SecurityTokenHandler
static SecurityTokenHandler ClientUNTHandler.getInstance()
          Deprecated.  
static SecurityTokenHandler ClientBSTHandler.getInstance()
          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
12c Release 1 (12.1.1)

Part Number E24391-02