|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.vysper.xmpp.authorization.Plain
@SpecCompliance(compliant={@SpecCompliant(spec="rfc4616",status=IN_PROGRESS,coverage=PARTIAL),@SpecCompliant(spec="rfc3920bis-09",section="15.6.",status=IN_PROGRESS,coverage=PARTIAL,comment="PLAIN is mandatory now")})
public class Plainhandles SASL PLAIN mechanism. this mechanism is standardized in RFC4616
| Constructor Summary | |
|---|---|
Plain()
|
|
| 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 Plain()
| 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 | ||||||||