public final class AuthenticationSASL extends Object implements AuthenticationMessage
Constructor and Description |
---|
AuthenticationSASL(List<String> authenticationMechanisms)
Creates 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 null
Copyright © 2020. All rights reserved.