Package | org.igniterealtime.xiff.auth |
Class | public class Anonymous |
Inheritance | Anonymous ![]() ![]() |
See also
Method | Defined By | ||
---|---|---|---|
Anonymous(connection:IXMPPConnection)
Creates a new Anonymous authentication object. | Anonymous | ||
![]() | handleChallenge(stage:int, challenge:XML):XML
Called when a challenge to this authentication is received. | SASLAuth | |
handleResponse(stage:int, response:XML):Object [override]
Called when a response to this authentication is received. | Anonymous |
Constant | Defined By | ||
---|---|---|---|
MECHANISM : String = ANONYMOUS [static] | Anonymous | ||
![]() | NS : String = urn:ietf:params:xml:ns:xmpp-sasl [static] | SASLAuth | |
![]() | RESPONSE_SUCCESS : String = success [static] | SASLAuth |
Anonymous | () | Constructor |
public function Anonymous(connection:IXMPPConnection)
Creates a new Anonymous authentication object.
Parametersconnection:IXMPPConnection — A reference to the XMPPConnection instance to use.
|
handleResponse | () | method |
override public function handleResponse(stage:int, response:XML):Object
Called when a response to this authentication is received.
Parameters
stage:int — The current stage in the authentication process.
| |
response:XML — The XML of the actual authentication response.
|
Object — An object specifying the current state of the authentication.
|
MECHANISM | Constant |
public static const MECHANISM:String = ANONYMOUS