@Generated public enum RoleAuthMethod extends Enum<RoleAuthMethod>
| Enum Constant and Description |
|---|
LAKEBASE_OAUTH_V1 |
NO_LOGIN |
PG_PASSWORD_SCRAM_SHA_256 |
| Modifier and Type | Method and Description |
|---|---|
static RoleAuthMethod |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RoleAuthMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RoleAuthMethod LAKEBASE_OAUTH_V1
public static final RoleAuthMethod NO_LOGIN
public static final RoleAuthMethod PG_PASSWORD_SCRAM_SHA_256
public static RoleAuthMethod[] values()
for (RoleAuthMethod c : RoleAuthMethod.values()) System.out.println(c);
public static RoleAuthMethod 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 © 2026. All rights reserved.