Package | Description |
---|---|
org.postgresql.plugin |
Modifier and Type | Method and Description |
---|---|
static AuthenticationRequestType |
AuthenticationRequestType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AuthenticationRequestType[] |
AuthenticationRequestType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
char[] |
AuthenticationPlugin.getPassword(AuthenticationRequestType type)
Callback method to provide the password to use for authentication.
|
Copyright © 2024 PostgreSQL Global Development Group. All rights reserved.