Class AuthenticationSASL
java.lang.Object
io.r2dbc.postgresql.message.backend.AuthenticationSASL
- All Implemented Interfaces:
AuthenticationMessage, BackendMessage
The AuthenticationSASL message.
-
Constructor Summary
ConstructorsConstructorDescriptionAuthenticationSASL(List<String> authenticationMechanisms) Create a new message. -
Method Summary
-
Constructor Details
-
AuthenticationSASL
Create a new message.- Parameters:
authenticationMechanisms- the names of SASL authentication mechanisms- Throws:
IllegalArgumentException- ifauthenticationMechanismsisnull
-
-
Method Details
-
equals
-
getAuthenticationMechanisms
-
hashCode
-
toString
-