| Package | Description |
|---|---|
| org.postgresql.core |
| Modifier and Type | Method and Description |
|---|---|
static AuthMethod |
AuthMethod.fromString(java.lang.String method) |
static AuthMethod |
AuthMethod.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AuthMethod[] |
AuthMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static java.util.EnumSet<AuthMethod> |
AuthMethod.parseRequireAuth(java.lang.String requireAuth) |
| Modifier and Type | Method and Description |
|---|---|
static void |
AuthMethod.checkAuth(java.util.EnumSet<AuthMethod> allowedMethods,
AuthMethod authMethod) |
| Modifier and Type | Method and Description |
|---|---|
static void |
AuthMethod.checkAuth(java.util.EnumSet<AuthMethod> allowedMethods,
AuthMethod authMethod) |
Copyright © 2026 PostgreSQL Global Development Group. All rights reserved.