|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.rabbitmq.client.impl.PlainMechanism
public class PlainMechanism
The PLAIN auth mechanism
| Constructor Summary | |
|---|---|
PlainMechanism()
|
|
| Method Summary | |
|---|---|
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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PlainMechanism()
| Method Detail |
|---|
public java.lang.String getName()
SaslMechanism
getName in interface SaslMechanism
public LongString handleChallenge(LongString challenge,
java.lang.String username,
java.lang.String password)
SaslMechanism
handleChallenge in interface SaslMechanismchallenge - the challenge this round, or null on first round.username - name of userpassword - for username
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||