Class BooleanBasedMdsAttributeValueUnmarshaller
- 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.BooleanBasedMdsAttributeValueUnmarshaller
-
- All Implemented Interfaces:
org.opensaml.core.xml.io.Unmarshaller
public class BooleanBasedMdsAttributeValueUnmarshaller extends BaseMdsSamlObjectUnmarshaller
-
-
Constructor Summary
Constructors Constructor Description BooleanBasedMdsAttributeValueUnmarshaller()
-
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
-
-