Uses of Enum Class
org.postgresql.plugin.AuthenticationRequestType
Packages that use AuthenticationRequestType
-
Uses of AuthenticationRequestType in org.postgresql.core.v3
Methods in org.postgresql.core.v3 with parameters of type AuthenticationRequestTypeModifier 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. -
Uses of AuthenticationRequestType in org.postgresql.plugin
Methods in org.postgresql.plugin that return AuthenticationRequestTypeModifier and TypeMethodDescriptionstatic AuthenticationRequestTypeReturns the enum constant of this class with the specified name.static AuthenticationRequestType[]AuthenticationRequestType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.postgresql.plugin with parameters of type AuthenticationRequestTypeModifier and TypeMethodDescriptionchar[]AuthenticationPlugin.getPassword(AuthenticationRequestType type) Callback method to provide the password to use for authentication.