| Package | Description |
|---|---|
| org.postgresql.core | |
| org.postgresql.plugin |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
AuthenticationPluginManager.getEncodedPassword(AuthenticationRequestType type,
java.util.Properties info)
Helper that wraps getPassword(...), checks that it is not-null, and encodes
it as a byte array.
|
static java.lang.String |
AuthenticationPluginManager.getPassword(AuthenticationRequestType type,
java.util.Properties info)
If a password is requested by the server during connection initiation, this
method will be invoked to supply the password.
|
| 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 |
|---|---|
java.lang.String |
AuthenticationPlugin.getPassword(AuthenticationRequestType type) |