| Package | Description | 
|---|---|
| weblogic.wsee.security.saml | 
 Provides interfaces and classes for Security Assertion Markup Language (SAML). 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected static SecurityTokenContextHandler | 
SAMLTrustCredentialProvider.getSecurityCtxHandler(ContextHandler ctxHandler)  | 
| Modifier and Type | Method and Description | 
|---|---|
Object | 
AbstractSAMLCredentialProvider.getKeyInfoCredential(String tokenType,
                    String issuerName,
                    SecurityTokenContextHandler ctxHandler,
                    Purpose p)
Deprecated.  
  | 
Object | 
AbstractSAMLCredentialProvider.getKeyInfoCredential(String tokenType,
                    String issuerName,
                    SecurityTokenContextHandler ctxHandler,
                    Purpose p,
                    Node claims)
Deprecated.  
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)
Deprecated.  
This will get the crednetial object array of Element assertions from CM. 
 | 
static Object | 
CSSUtils.getSAMLCredential(boolean isSAML2,
                 String tokenType,
                 SecurityTokenContextHandler samlCtxHandler,
                 Object keyInfoCredential)
Deprecated.  
Get the saml credential from CredentialManager 
 | 
static boolean | 
CSSUtils.isHolderOfKey(boolean isSAML2,
             SecurityTokenContextHandler samlCtxHandler)
Deprecated.  
  | 
static void | 
CSSUtils.setupSAMLAttributesContextElements(boolean isSAML2,
                                  SecurityTokenContextHandler samlCtxHandler,
                                  boolean attributesOnly,
                                  SAMLAttributeStatementData samlAttributes)
Deprecated.  
Set up contexthandler properties for SAML Attributes 
 | 
static void | 
CSSUtils.setupSAMLContextElements(boolean isSAML2,
                        SecurityTokenContextHandler samlCtxHandler,
                        ContextHandler ctxHandler)
Deprecated.  
Set up contexthandler properties required by SAMLCredMapper 
 |