Class IdentityProviderType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<IdentityProviderType>
com.azure.resourcemanager.apimanagement.models.IdentityProviderType
All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>

public final class IdentityProviderType extends com.azure.core.util.ExpandableStringEnum<IdentityProviderType>
Defines values for IdentityProviderType.
  • Field Details

    • FACEBOOK

      public static final IdentityProviderType FACEBOOK
      Static value facebook for IdentityProviderType.
    • GOOGLE

      public static final IdentityProviderType GOOGLE
      Static value google for IdentityProviderType.
    • MICROSOFT

      public static final IdentityProviderType MICROSOFT
      Static value microsoft for IdentityProviderType.
    • TWITTER

      public static final IdentityProviderType TWITTER
      Static value twitter for IdentityProviderType.
    • AAD

      public static final IdentityProviderType AAD
      Static value aad for IdentityProviderType.
    • AAD_B2C

      public static final IdentityProviderType AAD_B2C
      Static value aadB2C for IdentityProviderType.
  • Constructor Details

    • IdentityProviderType

      @Deprecated public IdentityProviderType()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of IdentityProviderType value.
  • Method Details

    • fromString

      public static IdentityProviderType fromString(String name)
      Creates or finds a IdentityProviderType from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding IdentityProviderType.
    • values

      public static Collection<IdentityProviderType> values()
      Gets known IdentityProviderType values.
      Returns:
      known IdentityProviderType values.