| 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 and Description | 
|---|---|
void | 
SAMLTokenImpl.marshal(Element parentElement,
       Node nextSibling,
       Map namespaces)
Deprecated.  
  | 
Node | 
SAMLSecurityTokenReference.marshalKeyIdRef(Element parent,
               Node nextSibling,
               Map namespaces,
               KeyIdentifier keyId)
Deprecated.  
  | 
SecurityTokenReference | 
AbstractSAMLTokenHandler.newSecurityTokenReference(Node node)
Deprecated.  
Create a new securityTokenReference of given saml assertion 
 | 
void | 
SAMLTokenImpl.unmarshal(Node node)
Deprecated.  
Deserializes the object from a node. 
 | 
void | 
SAMLSecurityTokenReference.unmarshalKeyIdRef(Element STRTypeNode)
Deprecated.  
  | 
| Modifier and Type | Method and Description | 
|---|---|
static SecurityTokenReference | 
SecurityTokenReferenceImpl.createAndUnmarshal(Node node)  | 
void | 
SecurityTokenReferenceImpl.marshal(Element parent,
       Node nextSibling,
       Map namespaces)  | 
Node | 
SecurityTokenReferenceImpl.marshalEmbeddedRef(Element parent,
                  Node nextSibling,
                  Map namespaces,
                  SecurityToken token)  | 
Node | 
SecurityTokenReferenceImpl.marshalKeyIdRef(Element parent,
               Node nextSibling,
               Map namespaces,
               KeyIdentifier keyId)  | 
void | 
SecurityTokenReferenceImpl.unmarshal(Node node)  | 
void | 
SecurityTokenReferenceImpl.unmarshalEmbeddedRef(Element STRTypeNode)  | 
void | 
SecurityTokenReferenceImpl.unmarshalKeyIdRef(Element STRTypeNode)  | 
| Modifier and Type | Method and Description | 
|---|---|
SecurityTokenReference | 
SecurityTokenHandler.newSecurityTokenReference(Node node)
Deprecated.  
  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
WLDOMStructure.marshal(Element parentElement,
       Node nextSibling,
       Map namespaces)
Creates a Node, serializes the object to it and adds it as a child to the
 parent element. 
 | 
void | 
WLDOMStructure.unmarshal(Node node)
Deserializes the object from a node. 
 |