Class SchemaFactory

java.lang.Object
com.onelogin.saml2.util.SchemaFactory

public abstract class SchemaFactory extends 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
  • Field Details

    • 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 URL SAML_SCHEMA_METADATA_2_0
    • SAML_SCHEMA_PROTOCOL_2_0

      public static final URL SAML_SCHEMA_PROTOCOL_2_0
  • Constructor Details

    • SchemaFactory

      private SchemaFactory()
  • Method Details