Class RequestUnmarshaller

java.lang.Object
org.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller
org.opensaml.saml.common.AbstractSAMLObjectUnmarshaller
ddf.security.liberty.paos.impl.RequestUnmarshaller
All Implemented Interfaces:
org.opensaml.core.xml.io.Unmarshaller

public class RequestUnmarshaller extends org.opensaml.saml.common.AbstractSAMLObjectUnmarshaller
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    processAttribute(org.opensaml.core.xml.XMLObject samlObject, Attr attribute)

    Methods inherited from class org.opensaml.saml.common.AbstractSAMLObjectUnmarshaller

    parseSAMLVersion

    Methods inherited from class org.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller

    buildXMLObject, checkIDAttribute, processChildElement, processElementContent, processUnknownAttribute, unmarshall, unmarshallAttribute, unmarshallChildElement, unmarshallNamespaceAttribute, unmarshallSchemaInstanceAttributes, unmarshallTextContent

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • RequestUnmarshaller

      public RequestUnmarshaller()
  • Method Details

    • processAttribute

      protected void processAttribute(@Nonnull org.opensaml.core.xml.XMLObject samlObject, @Nonnull Attr attribute) throws org.opensaml.core.xml.io.UnmarshallingException
      Overrides:
      processAttribute in class org.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller
      Throws:
      org.opensaml.core.xml.io.UnmarshallingException