public static enum ClientAuthnDTO.AuthenticatorType extends Enum<ClientAuthnDTO.AuthenticatorType>
| Enum Constant and Description |
|---|
EXTERNALBROWSER |
OAUTH |
OKTA |
SNOWFLAKE |
SNOWFLAKE_JWT |
| Modifier and Type | Method and Description |
|---|---|
static ClientAuthnDTO.AuthenticatorType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClientAuthnDTO.AuthenticatorType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ClientAuthnDTO.AuthenticatorType SNOWFLAKE
public static final ClientAuthnDTO.AuthenticatorType OKTA
public static final ClientAuthnDTO.AuthenticatorType EXTERNALBROWSER
public static final ClientAuthnDTO.AuthenticatorType OAUTH
public static final ClientAuthnDTO.AuthenticatorType SNOWFLAKE_JWT
public static ClientAuthnDTO.AuthenticatorType[] values()
for (ClientAuthnDTO.AuthenticatorType c : ClientAuthnDTO.AuthenticatorType.values()) System.out.println(c);
public static ClientAuthnDTO.AuthenticatorType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2020. All rights reserved.