| Package | Description | 
|---|---|
| weblogic.wsee.security.saml | Provides interfaces and classes for Security Assertion Markup Language (SAML). | 
| weblogic.xml.crypto.wss | |
| weblogic.xml.crypto.wss.provider | |
| weblogic.xml.dom.marshal | 
| Modifier and Type | Method | Description | 
|---|---|---|
| void | SAMLTokenImpl. marshal(org.w3c.dom.Element parentElement,
       org.w3c.dom.Node nextSibling,
       java.util.Map namespaces) | Deprecated. | 
| org.w3c.dom.Node | SAMLSecurityTokenReference. marshalKeyIdRef(org.w3c.dom.Element parent,
               org.w3c.dom.Node nextSibling,
               java.util.Map namespaces,
               KeyIdentifier keyId) | Deprecated. | 
| SecurityTokenReference | AbstractSAMLTokenHandler. newSecurityTokenReference(org.w3c.dom.Node node) | Deprecated. Create a new securityTokenReference of given saml assertion | 
| void | SAMLTokenImpl. unmarshal(org.w3c.dom.Node node) | Deprecated. Deserializes the object from a node. | 
| void | SAMLSecurityTokenReference. unmarshalKeyIdRef(org.w3c.dom.Element STRTypeNode) | Deprecated. | 
| Modifier and Type | Method | Description | 
|---|---|---|
| static SecurityTokenReference | SecurityTokenReferenceImpl. createAndUnmarshal(org.w3c.dom.Node node) | |
| void | SecurityTokenReferenceImpl. marshal(org.w3c.dom.Element parent,
       org.w3c.dom.Node nextSibling,
       java.util.Map namespaces) | |
| org.w3c.dom.Node | SecurityTokenReferenceImpl. marshalEmbeddedRef(org.w3c.dom.Element parent,
                  org.w3c.dom.Node nextSibling,
                  java.util.Map namespaces,
                  SecurityToken token) | |
| org.w3c.dom.Node | SecurityTokenReferenceImpl. marshalKeyIdRef(org.w3c.dom.Element parent,
               org.w3c.dom.Node nextSibling,
               java.util.Map namespaces,
               KeyIdentifier keyId) | |
| void | SecurityTokenReferenceImpl. unmarshal(org.w3c.dom.Node node) | |
| void | SecurityTokenReferenceImpl. unmarshalEmbeddedRef(org.w3c.dom.Element STRTypeNode) | |
| void | SecurityTokenReferenceImpl. unmarshalKeyIdRef(org.w3c.dom.Element STRTypeNode) | 
| Modifier and Type | Method | Description | 
|---|---|---|
| SecurityTokenReference | SecurityTokenHandler. newSecurityTokenReference(org.w3c.dom.Node node) | Deprecated. | 
| Modifier and Type | Method | Description | 
|---|---|---|
| void | WLDOMStructure. marshal(org.w3c.dom.Element parentElement,
       org.w3c.dom.Node nextSibling,
       java.util.Map namespaces) | Creates a Node, serializes the object to it and adds it as a child to the
 parent element. | 
| void | WLDOMStructure. unmarshal(org.w3c.dom.Node node) | Deserializes the object from a node. |