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'> . |
process
addExtension, getExtensionChain, getFeaturesWithExtensions, removeExtension, write, write, write
afterRegister, beforeRegister, beforeUnregister, fireEvent, getFirstChild, process, setContext
public static final Criteria CRIT
protected void fireAuthStart(IQ iq) throws JaxmppException
JaxmppException
public Criteria getCriteria()
XmppModule
public String[] getFeatures()
XmppModule
Returns features what are implemented by Module.
public void login() throws JaxmppException
JaxmppException
protected void onError(Stanza responseStanza, XMPPException.ErrorCondition error) throws JaxmppException
JaxmppException
protected void onSuccess(Stanza responseStanza) throws JaxmppException
JaxmppException
protected void onTimeout() throws JaxmppException
JaxmppException
protected void processGet(IQ element) throws JaxmppException
AbstractIQModule
<iq type='get'>
.processGet
in class AbstractIQModule
element
- incoming XMPP stanzaJaxmppException
protected void processSet(IQ element) throws JaxmppException
AbstractIQModule
<iq type='set'>
.processSet
in class AbstractIQModule
element
- incoming XMPP stanzaJaxmppException
Copyright © 2006–2022 Tigase. All rights reserved.