public class RequestedSecurityTokenUnmarshaller extends AbstractXMLObjectUnmarshaller
RequestedSecurityToken
objects.Constructor and Description |
---|
RequestedSecurityTokenUnmarshaller() |
Modifier and Type | Method and Description |
---|---|
protected void |
processAttribute(XMLObject fedObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
processChildElement(XMLObject parentSAMLObject,
XMLObject childSAMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
processElementContent(XMLObject fedObject,
String content)
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
|
buildXMLObject, checkElementIsTarget, checkIDAttribute, unmarshall, unmarshallAttribute, unmarshallChildElement, unmarshallNamespaceAttribute, unmarshallSchemaInstanceAttributes, unmarshallTextContent
protected void processChildElement(XMLObject parentSAMLObject, XMLObject childSAMLObject)
processChildElement
in class AbstractXMLObjectUnmarshaller
parentSAMLObject
- the parent XMLObjectchildSAMLObject
- the child XMLObjectprotected void processAttribute(XMLObject fedObject, Attr attribute)
processAttribute
in class AbstractXMLObjectUnmarshaller
fedObject
- the XMLObjectattribute
- the attributeprotected void processElementContent(XMLObject fedObject, String content)
processElementContent
in class AbstractXMLObjectUnmarshaller
fedObject
- XMLObject the content will be given tocontent
- the Element's contentCopyright © 2018 JBoss by Red Hat. All rights reserved.