public class SASLFacebookMechanism
extends org.jivesoftware.smack.sasl.SASLMechanism
org.jivesoftware.smack.sasl.SASLMechanism.AuthMechanism, org.jivesoftware.smack.sasl.SASLMechanism.Challenge, org.jivesoftware.smack.sasl.SASLMechanism.Failure, org.jivesoftware.smack.sasl.SASLMechanism.Response, org.jivesoftware.smack.sasl.SASLMechanism.Success| Constructor and Description |
|---|
SASLFacebookMechanism(org.jivesoftware.smack.SASLAuthentication arg0) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
authenticate() |
void |
authenticate(String username,
String host,
CallbackHandler cbh) |
void |
authenticate(String apiKeyAndSessionKey,
String host,
String sessionSecret) |
void |
challengeReceived(String challenge) |
protected String |
getName() |
public static String NAME
public SASLFacebookMechanism(org.jivesoftware.smack.SASLAuthentication arg0)
protected void authenticate()
throws IOException,
org.jivesoftware.smack.XMPPException
authenticate in class org.jivesoftware.smack.sasl.SASLMechanismIOExceptionorg.jivesoftware.smack.XMPPExceptionpublic void authenticate(String apiKeyAndSessionKey, String host, String sessionSecret) throws IOException, org.jivesoftware.smack.XMPPException
authenticate in class org.jivesoftware.smack.sasl.SASLMechanismIOExceptionorg.jivesoftware.smack.XMPPExceptionpublic void authenticate(String username, String host, CallbackHandler cbh) throws IOException, org.jivesoftware.smack.XMPPException
authenticate in class org.jivesoftware.smack.sasl.SASLMechanismIOExceptionorg.jivesoftware.smack.XMPPExceptionprotected String getName()
getName in class org.jivesoftware.smack.sasl.SASLMechanismpublic void challengeReceived(String challenge) throws IOException
challengeReceived in class org.jivesoftware.smack.sasl.SASLMechanismIOExceptionCopyright © 2013 LittleShoot. All Rights Reserved.