Uses of Enum
org.postgresql.plugin.AuthenticationRequestType
Packages that use AuthenticationRequestType
-
Uses of AuthenticationRequestType in org.postgresql.plugin
Methods in org.postgresql.plugin that return AuthenticationRequestTypeModifier and TypeMethodDescriptionstatic AuthenticationRequestType
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.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.