Uses of Class
org.postgresql.plugin.AuthenticationRequestType
-
Packages that use AuthenticationRequestType Package Description org.postgresql.plugin -
-
Uses of AuthenticationRequestType in org.postgresql.plugin
Methods in org.postgresql.plugin that return AuthenticationRequestType Modifier and Type Method 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.Methods in org.postgresql.plugin with parameters of type AuthenticationRequestType Modifier and Type Method Description char[]
AuthenticationPlugin. getPassword(AuthenticationRequestType type)
Callback method to provide the password to use for authentication.
-