Package | org.igniterealtime.xiff.auth |
Class | public class Anonymous |
Inheritance | Anonymous ![]() |
See also
Method | Defined by | ||
---|---|---|---|
Anonymous(connection:XMPPConnection)
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
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]
| Anonymous |
Anonymous | () | constructor |
public function Anonymous(connection:XMPPConnection)
Creates a new Anonymous authentication object.
Parametersconnection:XMPPConnection — A reference to the XMPPConnection instance to use.
|
handleResponse | () | method |
public override function handleResponse(stage:int, response:XML):Object
Called when a response to this authentication is received.
Parametersstage: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"
NS | constant |
public static const NS:String = "urn:ietf:params:xml:ns:xmpp-sasl"