Class SubjectConfirmationUnmarshaller
- java.lang.Object
-
- org.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller
-
- org.opensaml.saml.common.AbstractSAMLObjectUnmarshaller
-
- org.opensaml.saml.saml2.core.impl.SubjectConfirmationUnmarshaller
-
- All Implemented Interfaces:
Unmarshaller
public class SubjectConfirmationUnmarshaller extends AbstractSAMLObjectUnmarshaller
A thread-safe Unmarshaller forSubjectConfirmationobjects.
-
-
Constructor Summary
Constructors Constructor Description SubjectConfirmationUnmarshaller()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidprocessAttribute(XMLObject samlObject, Attr attribute)protected voidprocessChildElement(XMLObject parentObject, XMLObject childObject)-
Methods inherited from class org.opensaml.saml.common.AbstractSAMLObjectUnmarshaller
parseSAMLVersion
-
Methods inherited from class org.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller
buildXMLObject, checkIDAttribute, processElementContent, processUnknownAttribute, unmarshall, unmarshallAttribute, unmarshallChildElement, unmarshallNamespaceAttribute, unmarshallSchemaInstanceAttributes, unmarshallTextContent
-
-
-
-
Method Detail
-
processChildElement
protected void processChildElement(XMLObject parentObject, XMLObject childObject) throws UnmarshallingException
- Overrides:
processChildElementin classAbstractXMLObjectUnmarshaller- Throws:
UnmarshallingException
-
processAttribute
protected void processAttribute(XMLObject samlObject, Attr attribute) throws UnmarshallingException
- Overrides:
processAttributein classAbstractXMLObjectUnmarshaller- Throws:
UnmarshallingException
-
-