Enum Class SAMLSchemaBuilder.SAML1Version

java.lang.Object
java.lang.Enum<SAMLSchemaBuilder.SAML1Version>
org.opensaml.saml.common.xml.SAMLSchemaBuilder.SAML1Version
All Implemented Interfaces:
Serializable, Comparable<SAMLSchemaBuilder.SAML1Version>, Constable
Enclosing class:
SAMLSchemaBuilder

public static enum SAMLSchemaBuilder.SAML1Version extends Enum<SAMLSchemaBuilder.SAML1Version>
Identifies which SAML 1.x version is in use.
  • Enum Constant Details

  • Constructor Details

    • SAML1Version

      private SAML1Version()
  • Method Details

    • values

      public static SAMLSchemaBuilder.SAML1Version[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static SAMLSchemaBuilder.SAML1Version valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null