|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.xml.wss.impl.misc.SOAPElementExtension
com.sun.xml.wss.impl.misc.SecurityHeaderBlockImpl
com.sun.xml.wss.core.SamlAssertionHeaderBlock
public class SamlAssertionHeaderBlock
The schema definition for a SAML Assertion is as follows:
| Field Summary |
|---|
| Fields inherited from class com.sun.xml.wss.impl.misc.SecurityHeaderBlockImpl |
|---|
delegateElement |
| Constructor Summary | |
|---|---|
SamlAssertionHeaderBlock(Element assertion,
Document doc)
Constructs code>SamlAssertionHeaderBlock from an existing SAML Assertion. |
|
SamlAssertionHeaderBlock(SOAPElement element)
Constructs a SAML Assertion header block from an existing
SOAPElement. |
|
| Method Summary | |
|---|---|
static SecurityHeaderBlock |
fromSoapElement(SOAPElement element)
|
SOAPElement |
getAsSoapElement()
|
Document |
getContextDocument()
|
Element |
getDelegateAssertion()
|
| Methods inherited from class com.sun.xml.wss.impl.misc.SOAPElementExtension |
|---|
addAttribute, addChildElement, createQName, getAttributeValue, getChildElements, getElementQName, removeAttribute, setElementQName |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.sun.xml.wss.core.SecurityHeaderBlock |
|---|
getId |
| Methods inherited from interface javax.xml.soap.Node |
|---|
detachNode, getParentElement, getValue, recycleNode, setParentElement, setValue |
| Methods inherited from interface org.w3c.dom.Element |
|---|
getAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getElementsByTagName, getElementsByTagNameNS, getSchemaTypeInfo, getTagName, hasAttribute, hasAttributeNS, removeAttribute, removeAttributeNode, removeAttributeNS, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS, setIdAttribute, setIdAttributeNode, setIdAttributeNS |
| Methods inherited from interface org.w3c.dom.Node |
|---|
appendChild, cloneNode, compareDocumentPosition, getAttributes, getBaseURI, getChildNodes, getFeature, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, getTextContent, getUserData, hasAttributes, hasChildNodes, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, normalize, removeChild, replaceChild, setNodeValue, setPrefix, setTextContent, setUserData |
| Constructor Detail |
|---|
public SamlAssertionHeaderBlock(Element assertion,
Document doc)
throws XWSSecurityException
Assertion.
assertion -
XWSSecurityException
public SamlAssertionHeaderBlock(SOAPElement element)
throws XWSSecurityException
Assertion header block from an existing
SOAPElement.
element - an existing SAML assertion element.
XWSSecurityException - when the element is not a valid template
for a SAML Assertion.| Method Detail |
|---|
public static SecurityHeaderBlock fromSoapElement(SOAPElement element)
throws XWSSecurityException
element -
XWSSecurityException
public SOAPElement getAsSoapElement()
throws XWSSecurityException
getAsSoapElement in interface SecurityHeaderBlockgetAsSoapElement in class SecurityHeaderBlockImplXWSSecurityExceptionpublic Document getContextDocument()
public Element getDelegateAssertion()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||