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

Part Number E27170-01

Uses of Class
weblogic.xml.crypto.wss.SecurityTokenContextHandler

Packages that use SecurityTokenContextHandler
weblogic.wsee.security.saml Provides interfaces and classes for Security Assertion Markup Language (SAML). 
 

Uses of SecurityTokenContextHandler in weblogic.wsee.security.saml
 

Methods in weblogic.wsee.security.saml that return SecurityTokenContextHandler
protected static SecurityTokenContextHandler SAMLTrustCredentialProvider.getSecurityCtxHandler(ContextHandler ctxHandler)
           
 

Methods in weblogic.wsee.security.saml with parameters of type SecurityTokenContextHandler
 Object AbstractSAMLCredentialProvider.getKeyInfoCredential(String tokenType, String issuerName, SecurityTokenContextHandler ctxHandler, Purpose p)
           
 Object AbstractSAMLCredentialProvider.getKeyInfoCredential(String tokenType, String issuerName, SecurityTokenContextHandler ctxHandler, Purpose p, Node claims)
          To be To be overridden by the subclass that supports the symmetric SAML Holder of Key.
protected static MessageContext SAMLTrustCredentialProvider.getMessageContext(SecurityTokenContextHandler securityCtxHandler)
           
static Object[] CSSUtils.getSAMLAssertionFromCredMapper(SecurityTokenContextHandler samlCtxHandler, String assertionType)
          This will get the crednetial object array of Element assertions from CM.
static Object CSSUtils.getSAMLCredential(boolean isSAML2, String tokenType, SecurityTokenContextHandler samlCtxHandler, Object keyInfoCredential)
          Get the saml credential from CredentialManager
static boolean CSSUtils.isHolderOfKey(boolean isSAML2, SecurityTokenContextHandler samlCtxHandler)
           
static void CSSUtils.setupSAMLAttributesContextElements(boolean isSAML2, SecurityTokenContextHandler samlCtxHandler, boolean attributesOnly, SAMLAttributeStatementData samlAttributes)
          Set up contexthandler properties for SAML Attributes
static void CSSUtils.setupSAMLContextElements(boolean isSAML2, SecurityTokenContextHandler samlCtxHandler, ContextHandler ctxHandler)
          Set up contexthandler properties required by SAMLCredMapper
 


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