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

Part Number E13941-04

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

Packages that use SecurityTokenContextHandler
weblogic.wsee.security.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.getSAMLAssertionFromCredMapper(SecurityTokenContextHandler samlCtxHandler, String assertionType, AuthenticatedSubject as)
           
static Object CSSUtils.getSAMLCredential(boolean isSAML2, String tokenType, SecurityTokenContextHandler samlCtxHandler, Object keyInfoCredential)
          Get the saml credential from CredentialManager
static Object CSSUtils.getSAMLCredential(boolean isSAML2, String tokenType, SecurityTokenContextHandler samlCtxHandler, Object keyInfoCredential, AuthenticatedSubject as)
           
static X509Credential CSSUtils.getX509CredFromPKICredMapper(SecurityTokenContextHandler samlCtxHandler)
          load pki keypair
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, 2010, 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.4)

Part Number E13941-04