Class PrincipalSelectionUnmarshaller
java.lang.Object
org.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller
org.opensaml.saml.common.AbstractSAMLObjectUnmarshaller
se.swedenconnect.opensaml.sweid.saml2.authn.psc.impl.PrincipalSelectionUnmarshaller
- All Implemented Interfaces:
Unmarshaller
An unmarshaller for
PrincipalSelection
.- Author:
- Martin Lindström (martin@idsec.se)
-
Field Summary
Fields inherited from class org.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller
CONFIG_PROPERTY_XML_STRICT_MODE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
processChildElement
(XMLObject parentXMLObject, XMLObject childXMLObject) Methods inherited from class org.opensaml.saml.common.AbstractSAMLObjectUnmarshaller
parseSAMLVersion
Methods inherited from class org.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller
buildXMLObject, checkIDAttribute, processAttribute, processElementContent, processUnknownAttribute, unmarshall, unmarshallAttribute, unmarshallChildElement, unmarshallNamespaceAttribute, unmarshallSchemaInstanceAttributes, unmarshallTextContent
-
Constructor Details
-
PrincipalSelectionUnmarshaller
public PrincipalSelectionUnmarshaller()
-
-
Method Details
-
processChildElement
protected void processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) throws UnmarshallingException - Overrides:
processChildElement
in classAbstractXMLObjectUnmarshaller
- Throws:
UnmarshallingException
-