| Package | Description |
|---|---|
| tigase.jaxmpp.core.client.connector |
Classes for implementing Connectors.
|
| tigase.jaxmpp.core.client.xmpp.modules.auth |
Support for SASL and non-SASL authentication .
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
BoshXmppSessionLogic.processAuthFail(SessionObject sessionObject,
SaslModule.SaslError error) |
protected void |
AbstractSocketXmppSessionLogic.processAuthFailed(SaslModule.SaslError error) |
| Modifier and Type | Method and Description |
|---|---|
SaslModule.SaslError |
SaslModule.SaslAuthFailedHandler.SaslAuthFailedEvent.getError() |
SaslModule.SaslError |
AuthModule.AuthFailedHandler.AuthFailedEvent.getError() |
static SaslModule.SaslError |
SaslModule.SaslError.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SaslModule.SaslError[] |
SaslModule.SaslError.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SaslModule.SaslAuthFailedHandler.onAuthFailed(SessionObject sessionObject,
SaslModule.SaslError error) |
void |
AuthModule.AuthFailedHandler.onAuthFailed(SessionObject sessionObject,
SaslModule.SaslError error) |
void |
SaslModule.SaslAuthFailedHandler.SaslAuthFailedEvent.setError(SaslModule.SaslError error) |
void |
AuthModule.AuthFailedHandler.AuthFailedEvent.setError(SaslModule.SaslError error) |
| Constructor and Description |
|---|
AuthFailedEvent(SessionObject sessionObject,
SaslModule.SaslError error) |
SaslAuthFailedEvent(SessionObject sessionObject,
SaslModule.SaslError error) |
Copyright © 2006–2020 Tigase. All rights reserved.