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 Summary
FieldsModifier and TypeFieldDescriptionstatic final IdentityProviderTypeStatic value aad for IdentityProviderType.static final IdentityProviderTypeStatic value aadB2C for IdentityProviderType.static final IdentityProviderTypeStatic value facebook for IdentityProviderType.static final IdentityProviderTypeStatic value google for IdentityProviderType.static final IdentityProviderTypeStatic value microsoft for IdentityProviderType.static final IdentityProviderTypeStatic value twitter for IdentityProviderType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IdentityProviderTypefromString(String name) Creates or finds a IdentityProviderType from its string representation.static Collection<IdentityProviderType> values()Gets known IdentityProviderType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
FACEBOOK
Static value facebook for IdentityProviderType. -
GOOGLE
Static value google for IdentityProviderType. -
MICROSOFT
Static value microsoft for IdentityProviderType. -
TWITTER
Static value twitter for IdentityProviderType. -
AAD
Static value aad for IdentityProviderType. -
AAD_B2C
Static value aadB2C for IdentityProviderType.
-
-
Constructor Details
-
IdentityProviderType
Deprecated.Use thefromString(String)factory method.Creates a new instance of IdentityProviderType value.
-
-
Method Details
-
fromString
Creates or finds a IdentityProviderType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding IdentityProviderType.
-
values
Gets known IdentityProviderType values.- Returns:
- known IdentityProviderType values.
-
fromString(String)factory method.