Class AuthenticationMD5Password
java.lang.Object
io.r2dbc.postgresql.message.backend.AuthenticationMD5Password
- All Implemented Interfaces:
AuthenticationMessage, BackendMessage
The AuthenticationMD5Password message.
-
Constructor Summary
ConstructorsConstructorDescriptionAuthenticationMD5Password(io.netty.buffer.ByteBuf salt) Create a new message. -
Method Summary
-
Constructor Details
-
AuthenticationMD5Password
public AuthenticationMD5Password(io.netty.buffer.ByteBuf salt) Create a new message.- Parameters:
salt- the salt to use when encrypting the password- Throws:
IllegalArgumentException- ifsaltisnull
-
-
Method Details
-
equals
-
getSalt
Returns the salt to use when encrypting the password.- Returns:
- the salt to use when encrypting the password
-
hashCode
-
toString
-