Udostępnij za pośrednictwem


PartnerClientAuthenticationType Class

public final class PartnerClientAuthenticationType
extends ExpandableStringEnum<PartnerClientAuthenticationType>

Type of client authentication.

Field Summary

Modifier and Type Field and Description
static final PartnerClientAuthenticationType AZURE_AD

Static value AzureAD for PartnerClientAuthenticationType.

Constructor Summary

Constructor Description
PartnerClientAuthenticationType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of PartnerClientAuthenticationType value.

Method Summary

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

Creates or finds a PartnerClientAuthenticationType from its string representation.

static Collection<PartnerClientAuthenticationType> values()

Gets known PartnerClientAuthenticationType values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

AZURE_AD

public static final PartnerClientAuthenticationType AZURE_AD

Static value AzureAD for PartnerClientAuthenticationType.

Constructor Details

PartnerClientAuthenticationType

@Deprecated
public PartnerClientAuthenticationType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of PartnerClientAuthenticationType value.

Method Details

fromString

public static PartnerClientAuthenticationType fromString(String name)

Creates or finds a PartnerClientAuthenticationType from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding PartnerClientAuthenticationType.

values

public static Collection<PartnerClientAuthenticationType> values()

Gets known PartnerClientAuthenticationType values.

Returns:

known PartnerClientAuthenticationType values.

Applies to