|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface SaslMechanism
Our own view of a SASL authentication mechanism, introduced to remove a dependency on javax.security.sasl.
| 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 |
| Method Detail |
|---|
java.lang.String getName()
LongString handleChallenge(LongString challenge,
java.lang.String username,
java.lang.String password)
challenge - the challenge this round, or null on first round.username - name of userpassword - for username
java.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||