|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.vysper.xmpp.authorization.Anonymous
@SpecCompliant(spec="rfc4505",
status=FINISHED,
coverage=COMPLETE)
public class Anonymoushandles SASL ANONYMOUS mechanism, where no credentials are required
| Constructor Summary | |
|---|---|
Anonymous()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getName()
name of the mechanism, used to uniquely identify the mechanism in server/client communication |
Stanza |
started(SessionContext sessionContext,
SessionStateHolder sessionStateHolder,
Stanza authStanza)
called by the server to handle mechanism specific logic as client issues a auth-stanza. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Anonymous()
| Method Detail |
|---|
public java.lang.String getName()
SASLMechanism
getName in interface SASLMechanism
public Stanza started(SessionContext sessionContext,
SessionStateHolder sessionStateHolder,
Stanza authStanza)
SASLMechanism
started in interface SASLMechanism
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||