ServerKeyType Class

public final class ServerKeyType
extends ExpandableStringEnum<ServerKeyType>

Defines values for ServerKeyType.

Field Summary

Modifier and Type Field and Description
static final ServerKeyType AZURE_KEY_VAULT

Static value AzureKeyVault for ServerKeyType.

Constructor Summary

Constructor Description
ServerKeyType()

Method Summary

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

Creates or finds a ServerKeyType from its string representation.

static Collection<ServerKeyType> values()

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

AZURE_KEY_VAULT

public static final ServerKeyType AZURE_KEY_VAULT

Static value AzureKeyVault for ServerKeyType.

Constructor Details

ServerKeyType

public ServerKeyType()

Method Details

fromString

public static ServerKeyType fromString(String name)

Creates or finds a ServerKeyType from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding ServerKeyType.

values

public static Collection<ServerKeyType> values()

Returns:

known ServerKeyType values.

Applies to