Class SchemaFactory


  • public abstract class SchemaFactory
    extends java.lang.Object
    SchemaFactory class of OneLogin's Java Toolkit. A class that read SAML schemas that will be used to validate XMLs of the OneLogin's Java Toolkit
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private SchemaFactory()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static javax.xml.validation.Schema loadFromUrl​(java.net.URL schemaUrl)  
      • Methods inherited from class java.lang.Object

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

      • LOGGER

        private static final org.slf4j.Logger LOGGER
        Private property to construct a logger for this class.
      • SAML_SCHEMA_METADATA_2_0

        public static final java.net.URL SAML_SCHEMA_METADATA_2_0
      • SAML_SCHEMA_PROTOCOL_2_0

        public static final java.net.URL SAML_SCHEMA_PROTOCOL_2_0
    • Constructor Detail

      • SchemaFactory

        private SchemaFactory()
    • Method Detail

      • loadFromUrl

        public static javax.xml.validation.Schema loadFromUrl​(java.net.URL schemaUrl)
                                                       throws org.xml.sax.SAXException
        Throws:
        org.xml.sax.SAXException