Uses of Interface
org.postgresql.core.v3.AuthenticationPluginManager.PasswordAction
Packages that use AuthenticationPluginManager.PasswordAction
-
Uses of AuthenticationPluginManager.PasswordAction in org.postgresql.core.v3
Methods in org.postgresql.core.v3 with parameters of type AuthenticationPluginManager.PasswordActionModifier and TypeMethodDescriptionstatic <T> TAuthenticationPluginManager.withEncodedPassword(AuthenticationRequestType type, Properties info, AuthenticationPluginManager.PasswordAction<byte[], T> action) Helper that wrapsAuthenticationPluginManager.withPassword(AuthenticationRequestType, Properties, PasswordAction), checks that it is not-null, and encodes it as a byte array.static <T> TAuthenticationPluginManager.withPassword(AuthenticationRequestType type, Properties info, AuthenticationPluginManager.PasswordAction<char[], T> action) If a password is requested by the server during connection initiation, this method will be invoked to supply the password.