public class AnonymousMechanism extends Object implements SaslMechanism
Requires RabbitMQ 4.0 or more.
| Constructor and Description |
|---|
AnonymousMechanism() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
The name of this mechanism (e.g.
|
LongString |
handleChallenge(LongString challenge,
String username,
String password)
Handle one round of challenge-response
|
public String getName()
SaslMechanismgetName in interface SaslMechanismpublic LongString handleChallenge(LongString challenge, String username, String password)
SaslMechanismhandleChallenge in interface SaslMechanismchallenge - the challenge this round, or null on first round.username - name of userpassword - for usernameCopyright © 2025 Broadcom Inc. and its subsidiaries.. All rights reserved.