Class SamlObjectParser


  • public class SamlObjectParser
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <T extends org.opensaml.core.xml.XMLObject>
      T
      getSamlObject​(java.lang.String xmlString)  
      <T extends org.opensaml.core.xml.XMLObject>
      T
      getSamlObject​(org.w3c.dom.Element samlRootElement)  
      • Methods inherited from class java.lang.Object

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

      • SamlObjectParser

        public SamlObjectParser()
    • Method Detail

      • getSamlObject

        public <T extends org.opensaml.core.xml.XMLObject> T getSamlObject​(java.lang.String xmlString)
                                                                    throws org.opensaml.core.xml.io.UnmarshallingException,
                                                                           net.shibboleth.utilities.java.support.xml.XMLParserException
        Throws:
        org.opensaml.core.xml.io.UnmarshallingException
        net.shibboleth.utilities.java.support.xml.XMLParserException
      • getSamlObject

        public <T extends org.opensaml.core.xml.XMLObject> T getSamlObject​(org.w3c.dom.Element samlRootElement)
                                                                    throws org.opensaml.core.xml.io.UnmarshallingException
        Throws:
        org.opensaml.core.xml.io.UnmarshallingException