com.rabbitmq.client.impl
public class ExternalMechanism extends java.lang.Object implements SaslMechanism
| Constructor and Description |
|---|
ExternalMechanism() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
The name of this mechanism (e.g.
|
LongString |
handleChallenge(LongString challenge,
java.lang.String username,
java.lang.String password)
Handle one round of challenge-response
|
public java.lang.String getName()
SaslMechanismgetName in interface SaslMechanismpublic LongString handleChallenge(LongString challenge, java.lang.String username, java.lang.String password)
SaslMechanismhandleChallenge in interface SaslMechanismchallenge - the challenge this round, or null on first round.username - name of userpassword - for username