Package | org.igniterealtime.xiff.auth |
Class | public class External |
Inheritance | External ![]() |
See also
Method | Defined by | ||
---|---|---|---|
External(connection:XMPPConnection)
Creates a new External authentication object.
| External | ||
![]() |
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.
| External |
Constant | Defined by | ||
---|---|---|---|
MECHANISM : String = "EXTERNAL" [static]
| External | ||
NS : String = "urn:ietf:params:xml:ns:xmpp-sasl" [static]
| External |
External | () | constructor |
public function External(connection:XMPPConnection)
Creates a new External authentication object.
Parametersconnection:XMPPConnection — A reference to the XMPPConnection instance in 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 = "EXTERNAL"
NS | constant |
public static const NS:String = "urn:ietf:params:xml:ns:xmpp-sasl"