Partager via


OpenAuthenticationProviderType Class

public final class OpenAuthenticationProviderType
extends ExpandableStringEnum<OpenAuthenticationProviderType>

Open authentication policy provider type.

Field Summary

Modifier and Type Field and Description
static final OpenAuthenticationProviderType AAD

Static value AAD for OpenAuthenticationProviderType.

Constructor Summary

Constructor Description
OpenAuthenticationProviderType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of OpenAuthenticationProviderType value.

Method Summary

Modifier and Type Method and Description
static OpenAuthenticationProviderType fromString(String name)

Creates or finds a OpenAuthenticationProviderType from its string representation.

static Collection<OpenAuthenticationProviderType> values()

Gets known OpenAuthenticationProviderType values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

AAD

public static final OpenAuthenticationProviderType AAD

Static value AAD for OpenAuthenticationProviderType.

Constructor Details

OpenAuthenticationProviderType

@Deprecated
public OpenAuthenticationProviderType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of OpenAuthenticationProviderType value.

Method Details

fromString

public static OpenAuthenticationProviderType fromString(String name)

Creates or finds a OpenAuthenticationProviderType from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding OpenAuthenticationProviderType.

values

public static Collection values()

Gets known OpenAuthenticationProviderType values.

Returns:

known OpenAuthenticationProviderType values.

Applies to