| Package | Description | 
|---|---|
| weblogic.wsee.security.saml | 
 Provides interfaces and classes for Security Assertion Markup Language (SAML). 
 | 
| weblogic.xml.crypto.common.keyinfo | |
| weblogic.xml.crypto.wss | |
| weblogic.xml.crypto.wss.provider | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SAMLSecurityTokenReference
Deprecated.   
 | 
| Modifier and Type | Method and Description | 
|---|---|
SecurityTokenReference | 
SAMLCredentialImpl.getSecurityTokenReference()
Deprecated.  
  | 
SecurityTokenReference | 
AbstractSAMLTokenHandler.getSTR(QName STRType,
      String valueType,
      SecurityToken token)
Deprecated.  
new saml token reference 
 | 
SecurityTokenReference | 
AbstractSAMLTokenHandler.newSecurityTokenReference(Node node)
Deprecated.  
Create a new securityTokenReference of given saml assertion 
 | 
| Modifier and Type | Method and Description | 
|---|---|
SecurityToken | 
AbstractSAMLTokenHandler.getSecurityToken(SecurityTokenReference str,
                MessageContext ctx)
Deprecated.  
get security token based on referenece 
 | 
| Modifier and Type | Method and Description | 
|---|---|
KeySelectorResult | 
KeyProvider.getKeyBySTR(SecurityTokenReference str,
           String alg,
           KeySelector.Purpose purpose)  | 
KeySelectorResult | 
BaseKeyProvider.getKeyBySTR(SecurityTokenReference str,
           String alg,
           KeySelector.Purpose purpose)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SecurityTokenReferenceImpl  | 
| Modifier and Type | Method and Description | 
|---|---|
static SecurityTokenReference | 
SecurityTokenReferenceImpl.createAndUnmarshal(Node node)  | 
| Modifier and Type | Method and Description | 
|---|---|
static Node | 
SecurityTokenReferenceImpl.getStrNode(SecurityTokenReference str)  | 
| Modifier and Type | Method and Description | 
|---|---|
SecurityTokenReference | 
SecurityTokenHandler.getSTR(QName STRType,
      String valueType,
      SecurityToken token)
Deprecated.  
Creates a SecurityTokenReference from a SecurityToken or Credential. 
 | 
SecurityTokenReference | 
SecurityTokenHandler.newSecurityTokenReference(Node node)
Deprecated.  
  | 
| Modifier and Type | Method and Description | 
|---|---|
SecurityToken | 
SecurityTokenHandler.getSecurityToken(SecurityTokenReference str,
                MessageContext ctx)
Deprecated.  
  |