Package | org.igniterealtime.xiff.auth |
Class | public class External |
Inheritance | External ![]() ![]() |
Implements | ISASLAuth |
See also
Method | Defined By | ||
---|---|---|---|
External(connection:IXMPPConnection)
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 [override]
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] | SASLAuth | |
![]() | RESPONSE_SUCCESS : String = success [static] | SASLAuth |
External | () | Constructor |
public function External(connection:IXMPPConnection)
Creates a new External authentication object.
Parametersconnection:IXMPPConnection |
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 = EXTERNAL