Class MatchValueUnmarshaller
java.lang.Object
org.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller
org.opensaml.core.xml.schema.impl.XSStringUnmarshaller
se.swedenconnect.opensaml.sweid.saml2.authn.psc.impl.MatchValueUnmarshaller
- All Implemented Interfaces:
org.opensaml.core.xml.io.Unmarshaller
public class MatchValueUnmarshaller
extends org.opensaml.core.xml.schema.impl.XSStringUnmarshaller
Unmarshaller for
MatchValue
.- 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
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
processAttribute
(org.opensaml.core.xml.XMLObject xmlObject, Attr attribute) Methods inherited from class org.opensaml.core.xml.schema.impl.XSStringUnmarshaller
processElementContent
Methods inherited from class org.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller
buildXMLObject, checkIDAttribute, processChildElement, processUnknownAttribute, unmarshall, unmarshallAttribute, unmarshallChildElement, unmarshallNamespaceAttribute, unmarshallSchemaInstanceAttributes, unmarshallTextContent
-
Constructor Details
-
MatchValueUnmarshaller
public MatchValueUnmarshaller()
-
-
Method Details
-
processAttribute
protected void processAttribute(org.opensaml.core.xml.XMLObject xmlObject, Attr attribute) throws org.opensaml.core.xml.io.UnmarshallingException - Overrides:
processAttribute
in classorg.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller
- Throws:
org.opensaml.core.xml.io.UnmarshallingException
-