public class NonSaslAuthModule extends AbstractIQModule
| Modifier and Type | Class and Description |
|---|---|
static interface |
NonSaslAuthModule.NonSaslAuthFailedHandler |
static interface |
NonSaslAuthModule.NonSaslAuthStartHandler |
static interface |
NonSaslAuthModule.NonSaslAuthSuccessHandler |
| Modifier and Type | Field and Description |
|---|---|
static Criteria |
CRIT |
context, log| Constructor and Description |
|---|
NonSaslAuthModule() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
fireAuthStart(IQ iq) |
Criteria |
getCriteria()
Criteria
|
String[] |
getFeatures()
Returns features what are implemented by Module.
|
void |
login() |
protected void |
onError(Stanza responseStanza,
XMPPException.ErrorCondition error) |
protected void |
onSuccess(Stanza responseStanza) |
protected void |
onTimeout() |
protected void |
processGet(IQ element)
Method for processing stanza
<iq type='get'>. |
protected void |
processSet(IQ element)
Method for processing stanza
<iq type='set'>. |
processaddExtension, getExtensionChain, getFeaturesWithExtensions, removeExtension, write, write, writeafterRegister, beforeRegister, beforeUnregister, fireEvent, getFirstChild, process, setContextpublic static final Criteria CRIT
protected void fireAuthStart(IQ iq) throws JaxmppException
JaxmppExceptionpublic Criteria getCriteria()
XmppModulepublic String[] getFeatures()
XmppModuleReturns features what are implemented by Module.
public void login()
throws JaxmppException
JaxmppExceptionprotected void onError(Stanza responseStanza, XMPPException.ErrorCondition error) throws JaxmppException
JaxmppExceptionprotected void onSuccess(Stanza responseStanza) throws JaxmppException
JaxmppExceptionprotected void onTimeout()
throws JaxmppException
JaxmppExceptionprotected void processGet(IQ element) throws JaxmppException
AbstractIQModule<iq type='get'>.processGet in class AbstractIQModuleelement - incoming XMPP stanzaJaxmppExceptionprotected void processSet(IQ element) throws JaxmppException
AbstractIQModule<iq type='set'>.processSet in class AbstractIQModuleelement - incoming XMPP stanzaJaxmppExceptionCopyright © 2006–2016 Tigase. All rights reserved.