org.apache.vysper.xmpp.authorization
Class Anonymous

java.lang.Object
  extended by org.apache.vysper.xmpp.authorization.Anonymous
All Implemented Interfaces:
SASLMechanism

@SpecCompliant(spec="rfc4505",
               status=FINISHED,
               coverage=COMPLETE)
public class Anonymous
extends java.lang.Object
implements SASLMechanism

handles 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

Anonymous

public Anonymous()
Method Detail

getName

public java.lang.String getName()
Description copied from interface: SASLMechanism
name of the mechanism, used to uniquely identify the mechanism in server/client communication

Specified by:
getName in interface SASLMechanism

started

public Stanza started(SessionContext sessionContext,
                      SessionStateHolder sessionStateHolder,
                      Stanza authStanza)
Description copied from interface: SASLMechanism
called by the server to handle mechanism specific logic as client issues a auth-stanza.

Specified by:
started in interface SASLMechanism