public final class AuthenticationSASL extends Object implements AuthenticationMessage
| Constructor and Description |
|---|
AuthenticationSASL(List<String> authenticationMechanisms)
Create a new message.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<String> |
getAuthenticationMechanisms()
Returns the names of SASL authentication mechanisms.
|
int |
hashCode() |
String |
toString() |
public AuthenticationSASL(List<String> authenticationMechanisms)
authenticationMechanisms - the names of SASL authentication mechanismsIllegalArgumentException - if authenticationMechanisms is nullCopyright © 2023. All rights reserved.