|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Authorization | |
|---|---|
| tigase.server.bosh | |
| tigase.xmpp | |
| tigase.xmpp.impl | |
| Uses of Authorization in tigase.server.bosh |
|---|
| Methods in tigase.server.bosh with parameters of type Authorization | |
|---|---|
void |
BoshIOService.sendErrorAndStop(Authorization errorCode,
Packet packet,
String errorMsg)
Method description |
| Uses of Authorization in tigase.xmpp |
|---|
| Fields in tigase.xmpp declared as Authorization | |
|---|---|
protected Authorization |
RepositoryAccess.authState
Current authorization state - initialy session i NOT_AUTHORIZED. |
| Methods in tigase.xmpp that return Authorization | |
|---|---|
Authorization |
XMPPImplIfc.canHandle(Packet packet,
XMPPResourceConnection conn)
By default the method uses XMPPImplIfc.supElementNamePaths() and
XMPPImplIfc.supTypes() method results to determine whether the plugin would process
given packet. |
Authorization |
XMPPProcessor.canHandle(Packet packet,
XMPPResourceConnection conn)
Method description |
Authorization |
RepositoryAccess.getAuthState()
Gets the value of authState |
Authorization |
RepositoryAccess.loginDigest(tigase.xmpp.BareJID userId,
String digest,
String id,
String alg)
Deprecated. |
Authorization |
XMPPResourceConnection.loginDigest(String user,
String digest,
String id,
String alg)
Deprecated. |
Authorization |
RepositoryAccess.loginOther(Map<String,Object> props)
Deprecated. |
Authorization |
XMPPResourceConnection.loginOther(Map<String,Object> props)
Deprecated. |
Authorization |
RepositoryAccess.loginPlain(tigase.xmpp.BareJID userId,
String password)
Deprecated. |
Authorization |
XMPPResourceConnection.loginPlain(String user,
String password)
Deprecated. |
Authorization |
RepositoryAccess.loginToken(tigase.xmpp.BareJID userId,
String xmpp_sessionId,
String token)
Deprecated. |
Authorization |
RepositoryAccess.register(String name_param,
String pass_param,
Map<String,String> reg_params)
Method description |
Authorization |
RepositoryAccess.register(String name_param,
String pass_param,
String email_param)
Deprecated. |
Authorization |
RepositoryAccess.unregister(String name_param)
Method description |
Authorization |
XMPPResourceConnection.unregister(String name_param)
Method description |
static Authorization |
Authorization.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Authorization[] |
Authorization.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Uses of Authorization in tigase.xmpp.impl |
|---|
| Methods in tigase.xmpp.impl that return Authorization | |
|---|---|
protected Authorization |
JabberIqAuth.doAuth(NonAuthUserRepository repo,
Map<String,Object> settings,
XMPPResourceConnection session,
tigase.xmpp.BareJID user_id,
String password,
String digest)
Method description |
static Authorization |
JabberIqPrivacy.validateList(XMPPResourceConnection session,
List<tigase.xml.Element> items)
Method description |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||