Package | Description |
---|---|
tigase.db | |
tigase.db.jdbc | |
tigase.db.ldap | |
tigase.db.xml | |
tigase.server.amp | |
tigase.xmpp.impl |
Modifier and Type | Method and Description |
---|---|
void |
UserRepositoryMDImpl.addDataList(tigase.xmpp.BareJID user,
String subnode,
String key,
String[] list)
Method description
|
void |
UserRepositoryPool.addDataList(tigase.xmpp.BareJID user,
String subnode,
String key,
String[] list)
Method description
|
void |
UserRepository.addDataList(tigase.xmpp.BareJID user,
String subnode,
String key,
String[] list)
addDataList method adds mode entries to existing data list
associated with given key in repository under given node path. |
void |
NonAuthUserRepositoryImpl.addOfflineData(tigase.xmpp.BareJID user,
String subnode,
String key,
String value)
Method description
|
void |
NonAuthUserRepository.addOfflineData(tigase.xmpp.BareJID user,
String subnode,
String key,
String value)
addDataList method adds mode entries to existing data list
associated with given key in repository under given node path. |
void |
NonAuthUserRepositoryImpl.addOfflineDataList(tigase.xmpp.BareJID user,
String subnode,
String key,
String[] list)
Method description
|
void |
NonAuthUserRepository.addOfflineDataList(tigase.xmpp.BareJID user,
String subnode,
String key,
String[] list)
addDataList method adds mode entries to existing data list
associated with given key in repository under given node path. |
boolean |
DummyRepository.digestAuth(tigase.xmpp.BareJID user,
String digest,
String id,
String alg)
Deprecated.
|
boolean |
AuthRepositoryPool.digestAuth(tigase.xmpp.BareJID user,
String digest,
String id,
String alg)
Deprecated.
|
boolean |
AuthRepository.digestAuth(tigase.xmpp.BareJID user,
String digest,
String id,
String alg)
Deprecated.
|
boolean |
AuthRepositoryMDImpl.digestAuth(tigase.xmpp.BareJID user,
String digest,
String id,
String alg)
Deprecated.
|
boolean |
AuthRepositoryImpl.digestAuth(tigase.xmpp.BareJID user,
String digest,
String id,
String alg)
Deprecated.
|
String |
UserRepositoryMDImpl.getData(tigase.xmpp.BareJID user,
String key)
Method description
|
String |
UserRepositoryPool.getData(tigase.xmpp.BareJID user,
String key)
Method description
|
String |
UserRepository.getData(tigase.xmpp.BareJID user,
String key)
getData method returns a value associated with given key for
user repository in default subnode. |
String |
UserRepositoryMDImpl.getData(tigase.xmpp.BareJID user,
String subnode,
String key)
Method description
|
String |
UserRepositoryPool.getData(tigase.xmpp.BareJID user,
String subnode,
String key)
Method description
|
String |
UserRepository.getData(tigase.xmpp.BareJID user,
String subnode,
String key)
getData method returns a value associated with given key for
user repository in given subnode. |
String |
UserRepositoryMDImpl.getData(tigase.xmpp.BareJID user,
String subnode,
String key,
String def)
Method description
|
String |
UserRepositoryPool.getData(tigase.xmpp.BareJID user,
String subnode,
String key,
String def)
Method description
|
String |
UserRepository.getData(tigase.xmpp.BareJID user,
String subnode,
String key,
String def)
getData method returns a value associated with given key for
user repository in given subnode. |
String[] |
UserRepositoryMDImpl.getDataList(tigase.xmpp.BareJID user,
String subnode,
String key)
Method description
|
String[] |
UserRepositoryPool.getDataList(tigase.xmpp.BareJID user,
String subnode,
String key)
Method description
|
String[] |
UserRepository.getDataList(tigase.xmpp.BareJID user,
String subnode,
String key)
getDataList method returns array of values associated with
given key or null if given key does not exist for given user
ID in given node path. |
String[] |
UserRepositoryMDImpl.getKeys(tigase.xmpp.BareJID user)
Method description
|
String[] |
UserRepositoryPool.getKeys(tigase.xmpp.BareJID user)
Method description
|
String[] |
UserRepository.getKeys(tigase.xmpp.BareJID user)
getKeys method returns list of all keys stored in default user
repository node. |
String[] |
UserRepositoryMDImpl.getKeys(tigase.xmpp.BareJID user,
String subnode)
Method description
|
String[] |
UserRepositoryPool.getKeys(tigase.xmpp.BareJID user,
String subnode)
Method description
|
String[] |
UserRepository.getKeys(tigase.xmpp.BareJID user,
String subnode)
getKeys method returns list of all keys stored in given
subnode in user repository. |
String |
NonAuthUserRepositoryImpl.getPublicData(tigase.xmpp.BareJID user,
String subnode,
String key,
String def)
Method description
|
String |
NonAuthUserRepository.getPublicData(tigase.xmpp.BareJID user,
String subnode,
String key,
String def)
getPublicData method returns a value associated with given key for
user repository in given subnode. |
String[] |
NonAuthUserRepositoryImpl.getPublicDataList(tigase.xmpp.BareJID user,
String subnode,
String key)
Method description
|
String[] |
NonAuthUserRepository.getPublicDataList(tigase.xmpp.BareJID user,
String subnode,
String key)
getPublicDataList method returns array of values associated with
given key or null if given key does not exist for given user
ID in given node path. |
String[] |
UserRepositoryMDImpl.getSubnodes(tigase.xmpp.BareJID user)
Method description
|
String[] |
UserRepositoryPool.getSubnodes(tigase.xmpp.BareJID user)
Method description
|
String[] |
UserRepository.getSubnodes(tigase.xmpp.BareJID user)
getSubnodes method returns list of all root nodes for
given user. |
String[] |
UserRepositoryMDImpl.getSubnodes(tigase.xmpp.BareJID user,
String subnode)
Method description
|
String[] |
UserRepositoryPool.getSubnodes(tigase.xmpp.BareJID user,
String subnode)
Method description
|
String[] |
UserRepository.getSubnodes(tigase.xmpp.BareJID user,
String subnode)
getSubnodes method returns list of all direct subnodes from
given node. |
Queue<tigase.xml.Element> |
MsgRepositoryIfc.loadMessagesToJID(tigase.xmpp.JID to,
boolean delete) |
void |
DummyRepository.logout(tigase.xmpp.BareJID user)
Method description
|
void |
AuthRepositoryPool.logout(tigase.xmpp.BareJID user)
Method description
|
void |
AuthRepository.logout(tigase.xmpp.BareJID user)
Describe
logout method here. |
void |
AuthRepositoryMDImpl.logout(tigase.xmpp.BareJID user)
Method description
|
boolean |
DummyRepository.otherAuth(Map<String,Object> authProps)
Method description
|
boolean |
AuthRepositoryPool.otherAuth(Map<String,Object> authProps)
Method description
|
boolean |
AuthRepository.otherAuth(Map<String,Object> authProps)
Describe
otherAuth method here. |
boolean |
AuthRepositoryMDImpl.otherAuth(Map<String,Object> authProps)
Method description
|
boolean |
AuthRepositoryImpl.otherAuth(Map<String,Object> props)
Describe
otherAuth method here. |
boolean |
DummyRepository.plainAuth(tigase.xmpp.BareJID user,
String password)
Deprecated.
|
boolean |
AuthRepositoryPool.plainAuth(tigase.xmpp.BareJID user,
String password)
Deprecated.
|
boolean |
AuthRepository.plainAuth(tigase.xmpp.BareJID user,
String password)
Deprecated.
use method
AuthRepository.otherAuth(Map)
because this method is preferred. In a long term plans all authentication
methods should use otherAuth(...) calls.
|
boolean |
AuthRepositoryMDImpl.plainAuth(tigase.xmpp.BareJID user,
String password)
Deprecated.
|
boolean |
AuthRepositoryImpl.plainAuth(tigase.xmpp.BareJID user,
String password)
Deprecated.
|
void |
UserRepositoryMDImpl.removeData(tigase.xmpp.BareJID user,
String key)
Method description
|
void |
UserRepositoryPool.removeData(tigase.xmpp.BareJID user,
String key)
Method description
|
void |
UserRepository.removeData(tigase.xmpp.BareJID user,
String key)
removeData method removes pair (key, value) from user
repository in default repository node. |
void |
UserRepositoryMDImpl.removeData(tigase.xmpp.BareJID user,
String subnode,
String key)
Method description
|
void |
UserRepositoryPool.removeData(tigase.xmpp.BareJID user,
String subnode,
String key)
Method description
|
void |
UserRepository.removeData(tigase.xmpp.BareJID user,
String subnode,
String key)
removeData method removes pair (key, value) from user
repository in given subnode. |
void |
UserRepositoryMDImpl.removeSubnode(tigase.xmpp.BareJID user,
String subnode)
Method description
|
void |
UserRepositoryPool.removeSubnode(tigase.xmpp.BareJID user,
String subnode)
Method description
|
void |
UserRepository.removeSubnode(tigase.xmpp.BareJID user,
String subnode)
removeSubnode method removes given subnode with all subnodes
in this node and all data stored in this node and in all subnodes. |
void |
UserRepositoryMDImpl.removeUser(tigase.xmpp.BareJID user)
Method description
|
void |
UserRepositoryPool.removeUser(tigase.xmpp.BareJID user)
Method description
|
void |
AuthRepositoryPool.removeUser(tigase.xmpp.BareJID user)
Method description
|
void |
AuthRepository.removeUser(tigase.xmpp.BareJID user)
Describe
removeUser method here. |
void |
AuthRepositoryMDImpl.removeUser(tigase.xmpp.BareJID user)
Method description
|
void |
UserRepository.removeUser(tigase.xmpp.BareJID user)
This
removeUser method allows to remove user and all his data
from user repository. |
void |
AuthRepositoryImpl.removeUser(tigase.xmpp.BareJID user)
Describe
removeUser method here. |
void |
UserRepositoryMDImpl.setData(tigase.xmpp.BareJID user,
String key,
String value)
Method description
|
void |
UserRepositoryPool.setData(tigase.xmpp.BareJID user,
String key,
String value)
Method description
|
void |
UserRepository.setData(tigase.xmpp.BareJID user,
String key,
String value)
This
setData method sets data value for given user ID
associated with given key in default repository node. |
void |
UserRepositoryMDImpl.setData(tigase.xmpp.BareJID user,
String subnode,
String key,
String value)
Method description
|
void |
UserRepositoryPool.setData(tigase.xmpp.BareJID user,
String subnode,
String key,
String value)
Method description
|
void |
UserRepository.setData(tigase.xmpp.BareJID user,
String subnode,
String key,
String value)
setData method sets data value for given user ID in repository
under given node path and associates it with given key. |
void |
UserRepositoryMDImpl.setDataList(tigase.xmpp.BareJID user,
String subnode,
String key,
String[] list)
Method description
|
void |
UserRepositoryPool.setDataList(tigase.xmpp.BareJID user,
String subnode,
String key,
String[] list)
Method description
|
void |
UserRepository.setDataList(tigase.xmpp.BareJID user,
String subnode,
String key,
String[] list)
setDataList method sets list of values for given user
associated given key in repository under given node path. |
void |
MsgRepositoryIfc.storeMessage(tigase.xmpp.JID from,
tigase.xmpp.JID to,
Date expired,
tigase.xml.Element msg) |
void |
DummyRepository.updatePassword(tigase.xmpp.BareJID user,
String password)
Method description
|
void |
AuthRepositoryPool.updatePassword(tigase.xmpp.BareJID user,
String password)
Method description
|
void |
AuthRepository.updatePassword(tigase.xmpp.BareJID user,
String password)
Describe
updatePassword method here. |
void |
AuthRepositoryMDImpl.updatePassword(tigase.xmpp.BareJID user,
String password)
Method description
|
Modifier and Type | Method and Description |
---|---|
void |
JDBCRepository.addDataList(tigase.xmpp.BareJID user_id,
String subnode,
String key,
String[] list)
Describe
addDataList method here. |
boolean |
DrupalWPAuth.digestAuth(tigase.xmpp.BareJID user,
String digest,
String id,
String alg)
Deprecated.
|
boolean |
TigaseCustomAuth.digestAuth(tigase.xmpp.BareJID user,
String digest,
String id,
String alg)
Deprecated.
|
boolean |
TigaseAuth.digestAuth(tigase.xmpp.BareJID user,
String digest,
String id,
String alg)
Deprecated.
|
boolean |
JDBCRepository.digestAuth(tigase.xmpp.BareJID user,
String digest,
String id,
String alg)
Deprecated.
|
String |
JDBCRepository.getData(tigase.xmpp.BareJID user_id,
String key)
Describe
getData method here. |
String |
JDBCRepository.getData(tigase.xmpp.BareJID user_id,
String subnode,
String key)
Describe
getData method here. |
String |
JDBCRepository.getData(tigase.xmpp.BareJID user_id,
String subnode,
String key,
String def)
Describe
getData method here. |
String[] |
JDBCRepository.getDataList(tigase.xmpp.BareJID user_id,
String subnode,
String key)
Describe
getDataList method here. |
String[] |
JDBCRepository.getKeys(tigase.xmpp.BareJID user_id)
Describe
getKeys method here. |
String[] |
JDBCRepository.getKeys(tigase.xmpp.BareJID user_id,
String subnode)
Describe
getKeys method here. |
String[] |
JDBCRepository.getSubnodes(tigase.xmpp.BareJID user_id)
Describe
getSubnodes method here. |
String[] |
JDBCRepository.getSubnodes(tigase.xmpp.BareJID user_id,
String subnode)
Describe
getSubnodes method here. |
void |
DrupalWPAuth.logout(tigase.xmpp.BareJID user)
Method description
|
void |
TigaseCustomAuth.logout(tigase.xmpp.BareJID user)
Method description
|
void |
TigaseAuth.logout(tigase.xmpp.BareJID user)
Method description
|
void |
JDBCRepository.logout(tigase.xmpp.BareJID user)
Method description
|
boolean |
DrupalWPAuth.otherAuth(Map<String,Object> props)
Describe
otherAuth method here. |
boolean |
TigaseCustomAuth.otherAuth(Map<String,Object> props)
Describe
otherAuth method here. |
boolean |
TigaseAuth.otherAuth(Map<String,Object> props)
Describe
otherAuth method here. |
boolean |
JDBCRepository.otherAuth(Map<String,Object> props)
Describe
otherAuth method here. |
boolean |
DrupalWPAuth.plainAuth(tigase.xmpp.BareJID user,
String password)
Deprecated.
|
boolean |
TigaseCustomAuth.plainAuth(tigase.xmpp.BareJID user,
String password)
Deprecated.
|
boolean |
TigaseAuth.plainAuth(tigase.xmpp.BareJID user,
String password)
Deprecated.
|
boolean |
JDBCRepository.plainAuth(tigase.xmpp.BareJID user,
String password)
Deprecated.
|
void |
JDBCRepository.removeData(tigase.xmpp.BareJID user_id,
String key)
Describe
removeData method here. |
void |
JDBCRepository.removeData(tigase.xmpp.BareJID user_id,
String subnode,
String key)
Describe
removeData method here. |
void |
JDBCRepository.removeSubnode(tigase.xmpp.BareJID user_id,
String subnode)
Describe
removeSubnode method here. |
void |
DrupalWPAuth.removeUser(tigase.xmpp.BareJID user)
Describe
removeUser method here. |
void |
TigaseCustomAuth.removeUser(tigase.xmpp.BareJID user)
Describe
removeUser method here. |
void |
TigaseAuth.removeUser(tigase.xmpp.BareJID user)
Describe
removeUser method here. |
void |
JDBCRepository.removeUser(tigase.xmpp.BareJID user_id)
removeUser method is thread safe. |
void |
JDBCRepository.setData(tigase.xmpp.BareJID user_id,
String key,
String value)
Describe
setData method here. |
void |
JDBCRepository.setData(tigase.xmpp.BareJID user_id,
String subnode,
String key,
String value)
Describe
setData method here. |
void |
JDBCRepository.setDataList(tigase.xmpp.BareJID user_id,
String subnode,
String key,
String[] list)
Describe
setDataList method here. |
void |
DrupalWPAuth.updatePassword(tigase.xmpp.BareJID user,
String password)
Describe
updatePassword method here. |
void |
TigaseCustomAuth.updatePassword(tigase.xmpp.BareJID user,
String password)
Describe
updatePassword method here. |
void |
TigaseAuth.updatePassword(tigase.xmpp.BareJID user,
String password)
Describe
updatePassword method here. |
Modifier and Type | Method and Description |
---|---|
boolean |
LdapAuthProvider.digestAuth(tigase.xmpp.BareJID user,
String digest,
String id,
String alg)
Deprecated.
|
void |
LdapAuthProvider.logout(tigase.xmpp.BareJID user) |
boolean |
LdapAuthProvider.otherAuth(Map<String,Object> props) |
boolean |
LdapAuthProvider.plainAuth(tigase.xmpp.BareJID user,
String password)
Deprecated.
|
void |
LdapAuthProvider.removeUser(tigase.xmpp.BareJID user) |
void |
LdapAuthProvider.updatePassword(tigase.xmpp.BareJID user,
String password) |
Modifier and Type | Method and Description |
---|---|
void |
XMLRepository.addDataList(tigase.xmpp.BareJID user,
String subnode,
String key,
String[] list)
addDataList method adds mode entries to existing data list
associated with given key in repository under given node path. |
boolean |
XMLRepository.digestAuth(tigase.xmpp.BareJID user,
String digest,
String id,
String alg)
Deprecated.
|
String |
XMLRepository.getData(tigase.xmpp.BareJID user,
String key)
getData method returns a value associated with given key for
user repository in default subnode. |
String |
XMLRepository.getData(tigase.xmpp.BareJID user,
String subnode,
String key)
getData method returns a value associated with given key for
user repository in given subnode. |
String |
XMLRepository.getData(tigase.xmpp.BareJID user,
String subnode,
String key,
String def)
getData method returns a value associated with given key for
user repository in given subnode. |
String[] |
XMLRepository.getDataList(tigase.xmpp.BareJID user,
String subnode,
String key)
getDataList method returns array of values associated with
given key or null if given key does not exist for given user
ID in given node path. |
String[] |
XMLRepository.getKeys(tigase.xmpp.BareJID user)
getKeys method returns list of all keys stored in default user
repository node. |
String[] |
XMLRepository.getKeys(tigase.xmpp.BareJID user,
String subnode)
getKeys method returns list of all keys stored in given
subnode in user repository. |
String[] |
XMLRepository.getSubnodes(tigase.xmpp.BareJID user)
getSubnodes method returns list of all root nodes for
given user. |
String[] |
XMLRepository.getSubnodes(tigase.xmpp.BareJID user,
String subnode)
getSubnodes method returns list of all direct subnodes from
given node. |
void |
XMLRepository.logout(tigase.xmpp.BareJID user)
Method description
|
boolean |
XMLRepository.otherAuth(Map<String,Object> props)
Describe
otherAuth method here. |
boolean |
XMLRepository.plainAuth(tigase.xmpp.BareJID user,
String password)
Deprecated.
|
void |
XMLRepository.removeData(tigase.xmpp.BareJID user,
String key)
removeData method removes pair (key, value) from user
repository in default repository node. |
void |
XMLRepository.removeData(tigase.xmpp.BareJID user,
String subnode,
String key)
removeData method removes pair (key, value) from user
repository in given subnode. |
void |
XMLRepository.removeSubnode(tigase.xmpp.BareJID user,
String subnode)
removeSubnode method removes given subnode with all subnodes
in this node and all data stored in this node and in all subnodes. |
void |
XMLRepository.removeUser(tigase.xmpp.BareJID user)
This
removeUser method allows to remove user and all his data
from user repository. |
void |
XMLRepository.setData(tigase.xmpp.BareJID user,
String key,
String value)
This
setData method sets data value for given user ID
associated with given key in default repository node. |
void |
XMLRepository.setData(tigase.xmpp.BareJID user,
String subnode,
String key,
String value)
setData method sets data value for
given user ID in repository under given node path and associates it with
given key. |
void |
XMLRepository.setDataList(tigase.xmpp.BareJID user,
String subnode,
String key,
String[] list)
setDataList method sets list of values for given user
associated given key in repository under given node path. |
Modifier and Type | Method and Description |
---|---|
Queue<tigase.xml.Element> |
MsgRepository.loadMessagesToJID(tigase.xmpp.JID to,
boolean delete)
Method description
|
void |
MsgRepository.storeMessage(tigase.xmpp.JID from,
tigase.xmpp.JID to,
Date expired,
tigase.xml.Element msg)
Method description
|
Modifier and Type | Method and Description |
---|---|
Queue<Packet> |
OfflineMessages.restorePacketForOffLineUser(XMPPResourceConnection conn,
MsgRepositoryIfc repo)
Method description
|
boolean |
OfflineMessages.savePacketForOffLineUser(Packet pac,
MsgRepositoryIfc repo)
Method description
|
Copyright © 2013 Tigase. All rights reserved.