Class StringBasedMdsAttributeValueUnmarshaller
- java.lang.Object
-
- org.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller
-
- org.opensaml.saml.common.AbstractSAMLObjectUnmarshaller
-
- uk.gov.ida.saml.core.extensions.impl.BaseMdsSamlObjectUnmarshaller
-
- uk.gov.ida.saml.core.extensions.impl.StringBasedMdsAttributeValueUnmarshaller
-
- All Implemented Interfaces:
org.opensaml.core.xml.io.Unmarshaller
- Direct Known Subclasses:
LocalisableStringBasedMdsAttributeValueUnmarshaller
public class StringBasedMdsAttributeValueUnmarshaller extends BaseMdsSamlObjectUnmarshaller
-
-
Constructor Summary
Constructors Constructor Description StringBasedMdsAttributeValueUnmarshaller()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidprocessElementContent(org.opensaml.core.xml.XMLObject samlObject, java.lang.String elementContent)-
Methods inherited from class uk.gov.ida.saml.core.extensions.impl.BaseMdsSamlObjectUnmarshaller
processAttribute
-
Methods inherited from class org.opensaml.saml.common.AbstractSAMLObjectUnmarshaller
parseSAMLVersion
-
Methods inherited from class org.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller
buildXMLObject, checkIDAttribute, processChildElement, processUnknownAttribute, unmarshall, unmarshallAttribute, unmarshallChildElement, unmarshallNamespaceAttribute, unmarshallSchemaInstanceAttributes, unmarshallTextContent
-
-