مشاركة عبر


AuthenticationName Class

public final class AuthenticationName
extends ExpandableStringEnum<AuthenticationName>

Defines values for AuthenticationName.

Field Summary

Modifier and Type Field and Description
static final AuthenticationName DEFAULT

Static value Default for AuthenticationName.

Constructor Summary

Constructor Description
AuthenticationName()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of AuthenticationName value.

Method Summary

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

Creates or finds a AuthenticationName from its string representation.

static Collection<AuthenticationName> values()

Gets known AuthenticationName values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

DEFAULT

public static final AuthenticationName DEFAULT

Static value Default for AuthenticationName.

Constructor Details

AuthenticationName

@Deprecated
public AuthenticationName()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of AuthenticationName value.

Method Details

fromString

public static AuthenticationName fromString(String name)

Creates or finds a AuthenticationName from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding AuthenticationName.

values

public static Collection<AuthenticationName> values()

Gets known AuthenticationName values.

Returns:

known AuthenticationName values.

Applies to