Uses of Enum
org.postgresql.plugin.AuthenticationRequestType
Packages that use AuthenticationRequestType
-
Uses of AuthenticationRequestType in org.postgresql.plugin
Subclasses with type arguments of type AuthenticationRequestType in org.postgresql.pluginMethods in org.postgresql.plugin that return AuthenticationRequestTypeModifier and TypeMethodDescriptionstatic AuthenticationRequestTypeReturns 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.