Enum Class ADFS.NameIdentifierFormatEnum

java.lang.Object
java.lang.Enum<ADFS.NameIdentifierFormatEnum>
com.mypurecloud.sdk.v2.model.ADFS.NameIdentifierFormatEnum
All Implemented Interfaces:
Serializable, Comparable<ADFS.NameIdentifierFormatEnum>, java.lang.constant.Constable
Enclosing class:
ADFS

public static enum ADFS.NameIdentifierFormatEnum extends Enum<ADFS.NameIdentifierFormatEnum>
Gets or Sets nameIdentifierFormat
  • Enum Constant Details

    • OUTDATEDSDKVERSION

      public static final ADFS.NameIdentifierFormatEnum OUTDATEDSDKVERSION
    • URN_OASIS_NAMES_TC_SAML_1_1_NAMEID_FORMAT_UNSPECIFIED

      public static final ADFS.NameIdentifierFormatEnum URN_OASIS_NAMES_TC_SAML_1_1_NAMEID_FORMAT_UNSPECIFIED
    • URN_OASIS_NAMES_TC_SAML_1_1_NAMEID_FORMAT_EMAILADDRESS

      public static final ADFS.NameIdentifierFormatEnum URN_OASIS_NAMES_TC_SAML_1_1_NAMEID_FORMAT_EMAILADDRESS
    • URN_OASIS_NAMES_TC_SAML_1_1_NAMEID_FORMAT_X509SUBJECTNAME

      public static final ADFS.NameIdentifierFormatEnum URN_OASIS_NAMES_TC_SAML_1_1_NAMEID_FORMAT_X509SUBJECTNAME
    • URN_OASIS_NAMES_TC_SAML_1_1_NAMEID_FORMAT_WINDOWSDOMAINQUALIFIEDNAME

      public static final ADFS.NameIdentifierFormatEnum URN_OASIS_NAMES_TC_SAML_1_1_NAMEID_FORMAT_WINDOWSDOMAINQUALIFIEDNAME
    • URN_OASIS_NAMES_TC_SAML_2_0_NAMEID_FORMAT_KERBEROS

      public static final ADFS.NameIdentifierFormatEnum URN_OASIS_NAMES_TC_SAML_2_0_NAMEID_FORMAT_KERBEROS
    • URN_OASIS_NAMES_TC_SAML_2_0_NAMEID_FORMAT_ENTITY

      public static final ADFS.NameIdentifierFormatEnum URN_OASIS_NAMES_TC_SAML_2_0_NAMEID_FORMAT_ENTITY
    • URN_OASIS_NAMES_TC_SAML_2_0_NAMEID_FORMAT_PERSISTENT

      public static final ADFS.NameIdentifierFormatEnum URN_OASIS_NAMES_TC_SAML_2_0_NAMEID_FORMAT_PERSISTENT
    • URN_OASIS_NAMES_TC_SAML_2_0_NAMEID_FORMAT_TRANSIENT

      public static final ADFS.NameIdentifierFormatEnum URN_OASIS_NAMES_TC_SAML_2_0_NAMEID_FORMAT_TRANSIENT
  • Method Details

    • values

      public static ADFS.NameIdentifierFormatEnum[] 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 ADFS.NameIdentifierFormatEnum 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
    • fromString

      public static ADFS.NameIdentifierFormatEnum fromString(String key)
    • toString

      public String toString()
      Overrides:
      toString in class Enum<ADFS.NameIdentifierFormatEnum>