Class KeyAuthorityUnmarshaller
java.lang.Object
org.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller
net.shibboleth.idp.saml.xmlobject.impl.KeyAuthorityUnmarshaller
- All Implemented Interfaces:
Unmarshaller
Unmarshaller for
KeyAuthority.-
Field Summary
FieldsFields inherited from class org.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller
CONFIG_PROPERTY_XML_STRICT_MODE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidprocessAttribute(XMLObject xmlObject, Attr attribute) protected voidprocessChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Methods inherited from class org.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller
buildXMLObject, checkIDAttribute, processElementContent, processUnknownAttribute, unmarshall, unmarshallAttribute, unmarshallChildElement, unmarshallNamespaceAttribute, unmarshallSchemaInstanceAttributes, unmarshallTextContent
-
Field Details
-
log
@Nonnull private final org.slf4j.Logger logLogger.
-
-
Constructor Details
-
KeyAuthorityUnmarshaller
public KeyAuthorityUnmarshaller()
-
-
Method Details
-
processAttribute
protected void processAttribute(@Nonnull XMLObject xmlObject, @Nonnull Attr attribute) throws UnmarshallingException - Overrides:
processAttributein classAbstractXMLObjectUnmarshaller- Throws:
UnmarshallingException
-
processChildElement
protected void processChildElement(@Nonnull XMLObject parentXMLObject, @Nonnull XMLObject childXMLObject) throws UnmarshallingException - Overrides:
processChildElementin classAbstractXMLObjectUnmarshaller- Throws:
UnmarshallingException
-