AuthenticationType Class

  • java.lang.Object
    • com.microsoft.rest.ExpandableStringEnum
      • com.microsoft.azure.management.digitaltwins.v2020_12_01.AuthenticationType

public final class AuthenticationType
extends com.microsoft.rest.ExpandableStringEnum<AuthenticationType>

Defines values for AuthenticationType.

Field Summary

Modifier and Type Field and Description
static final AuthenticationType IDENTITY_BASED

Static value IdentityBased for AuthenticationType.

static final AuthenticationType KEY_BASED

Static value KeyBased for AuthenticationType.

Constructor Summary

Constructor Description
AuthenticationType()

Method Summary

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

Creates or finds a AuthenticationType from its string representation.

static java.util.Collection<AuthenticationType> values()

Methods inherited from com.microsoft.rest.ExpandableStringEnum

com.microsoft.rest.ExpandableStringEnum.<T>fromString com.microsoft.rest.ExpandableStringEnum.<T>values com.microsoft.rest.ExpandableStringEnum.equals com.microsoft.rest.ExpandableStringEnum.hashCode com.microsoft.rest.ExpandableStringEnum.toString com.microsoft.rest.ExpandableStringEnum.withNameValue

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Field Details

IDENTITY_BASED

public static final AuthenticationType IDENTITY_BASED

Static value IdentityBased for AuthenticationType.

KEY_BASED

public static final AuthenticationType KEY_BASED

Static value KeyBased for AuthenticationType.

Constructor Details

AuthenticationType

public AuthenticationType()

Method Details

fromString

public static AuthenticationType fromString(String name)

Creates or finds a AuthenticationType from its string representation.

Parameters:

name - a name to look for

Returns:

the corresponding AuthenticationType

values

public static Collection values()

Returns:

known AuthenticationType values

Applies to