Package com.mypurecloud.sdk.v2.model
Enum Class OneLogin.NameIdentifierFormatEnum
java.lang.Object
java.lang.Enum<OneLogin.NameIdentifierFormatEnum>
com.mypurecloud.sdk.v2.model.OneLogin.NameIdentifierFormatEnum
- All Implemented Interfaces:
Serializable,Comparable<OneLogin.NameIdentifierFormatEnum>,java.lang.constant.Constable
- Enclosing class:
- OneLogin
public static enum OneLogin.NameIdentifierFormatEnum
extends Enum<OneLogin.NameIdentifierFormatEnum>
Gets or Sets nameIdentifierFormat
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Method Summary
Modifier and TypeMethodDescriptionfromString(String key) toString()Returns the enum constant of this class with the specified name.static OneLogin.NameIdentifierFormatEnum[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
OUTDATEDSDKVERSION
-
URN_OASIS_NAMES_TC_SAML_1_1_NAMEID_FORMAT_UNSPECIFIED
public static final OneLogin.NameIdentifierFormatEnum URN_OASIS_NAMES_TC_SAML_1_1_NAMEID_FORMAT_UNSPECIFIED -
URN_OASIS_NAMES_TC_SAML_1_1_NAMEID_FORMAT_EMAILADDRESS
public static final OneLogin.NameIdentifierFormatEnum URN_OASIS_NAMES_TC_SAML_1_1_NAMEID_FORMAT_EMAILADDRESS -
URN_OASIS_NAMES_TC_SAML_1_1_NAMEID_FORMAT_X509SUBJECTNAME
public static final OneLogin.NameIdentifierFormatEnum URN_OASIS_NAMES_TC_SAML_1_1_NAMEID_FORMAT_X509SUBJECTNAME -
URN_OASIS_NAMES_TC_SAML_1_1_NAMEID_FORMAT_WINDOWSDOMAINQUALIFIEDNAME
public static final OneLogin.NameIdentifierFormatEnum URN_OASIS_NAMES_TC_SAML_1_1_NAMEID_FORMAT_WINDOWSDOMAINQUALIFIEDNAME -
URN_OASIS_NAMES_TC_SAML_2_0_NAMEID_FORMAT_KERBEROS
public static final OneLogin.NameIdentifierFormatEnum URN_OASIS_NAMES_TC_SAML_2_0_NAMEID_FORMAT_KERBEROS -
URN_OASIS_NAMES_TC_SAML_2_0_NAMEID_FORMAT_ENTITY
public static final OneLogin.NameIdentifierFormatEnum URN_OASIS_NAMES_TC_SAML_2_0_NAMEID_FORMAT_ENTITY -
URN_OASIS_NAMES_TC_SAML_2_0_NAMEID_FORMAT_PERSISTENT
public static final OneLogin.NameIdentifierFormatEnum URN_OASIS_NAMES_TC_SAML_2_0_NAMEID_FORMAT_PERSISTENT -
URN_OASIS_NAMES_TC_SAML_2_0_NAMEID_FORMAT_TRANSIENT
public static final OneLogin.NameIdentifierFormatEnum URN_OASIS_NAMES_TC_SAML_2_0_NAMEID_FORMAT_TRANSIENT
-
-
Method Details
-
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
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 nameNullPointerException- if the argument is null
-
fromString
-
toString
- Overrides:
toStringin classEnum<OneLogin.NameIdentifierFormatEnum>
-