Share via


SsoSecretType Class

public final class SsoSecretType
extends ExpandableStringEnum<SsoSecretType>

The type of single sign on Secret Type.

Field Summary

Modifier and Type Field and Description
static final SsoSecretType CERTIFICATE

Static value Certificate for SsoSecretType.

static final SsoSecretType CERTIFICATE_IN_KEY_VAULT

Static value CertificateInKeyVault for SsoSecretType.

static final SsoSecretType SHARED_KEY

Static value SharedKey for SsoSecretType.

static final SsoSecretType SHARED_KEY_IN_KEY_VAULT

Static value SharedKeyInKeyVault for SsoSecretType.

Constructor Summary

Constructor Description
SsoSecretType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of SsoSecretType value.

Method Summary

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

Creates or finds a SsoSecretType from its string representation.

static Collection<SsoSecretType> values()

Gets known SsoSecretType values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

CERTIFICATE

public static final SsoSecretType CERTIFICATE

Static value Certificate for SsoSecretType.

CERTIFICATE_IN_KEY_VAULT

public static final SsoSecretType CERTIFICATE_IN_KEY_VAULT

Static value CertificateInKeyVault for SsoSecretType.

SHARED_KEY

public static final SsoSecretType SHARED_KEY

Static value SharedKey for SsoSecretType.

SHARED_KEY_IN_KEY_VAULT

public static final SsoSecretType SHARED_KEY_IN_KEY_VAULT

Static value SharedKeyInKeyVault for SsoSecretType.

Constructor Details

SsoSecretType

@Deprecated
public SsoSecretType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of SsoSecretType value.

Method Details

fromString

public static SsoSecretType fromString(String name)

Creates or finds a SsoSecretType from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding SsoSecretType.

values

public static Collection<SsoSecretType> values()

Gets known SsoSecretType values.

Returns:

known SsoSecretType values.

Applies to