|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UserNotFoundException | |
|---|---|
| tigase.db | |
| tigase.db.jdbc | |
| tigase.db.ldap | |
| tigase.db.xml | |
| tigase.server.amp | |
| tigase.xmpp.impl | |
| Uses of UserNotFoundException in tigase.db |
|---|
| Methods in tigase.db that throw UserNotFoundException | |
|---|---|
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 |
UserRepositoryMDImpl.addDataList(tigase.xmpp.BareJID user,
String subnode,
String key,
String[] list)
Method description |
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 |
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 |
AuthRepositoryPool.digestAuth(tigase.xmpp.BareJID user,
String digest,
String id,
String alg)
Deprecated. |
boolean |
DummyRepository.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 |
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 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)
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.getData(tigase.xmpp.BareJID user,
String subnode,
String key,
String def)
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.getDataList(tigase.xmpp.BareJID user,
String subnode,
String key)
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)
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[] |
UserRepositoryMDImpl.getKeys(tigase.xmpp.BareJID user,
String subnode)
Method description |
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[] |
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)
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. |
String[] |
UserRepositoryMDImpl.getSubnodes(tigase.xmpp.BareJID user,
String subnode)
Method description |
Queue<tigase.xml.Element> |
MsgRepositoryIfc.loadMessagesToJID(tigase.xmpp.JID to,
boolean delete)
|
void |
AuthRepository.logout(tigase.xmpp.BareJID user)
Describe logout method here. |
void |
AuthRepositoryMDImpl.logout(tigase.xmpp.BareJID user)
Method description |
void |
AuthRepositoryPool.logout(tigase.xmpp.BareJID user)
Method description |
void |
DummyRepository.logout(tigase.xmpp.BareJID user)
Method description |
boolean |
AuthRepository.otherAuth(Map<String,Object> authProps)
Describe otherAuth method here. |
boolean |
AuthRepositoryMDImpl.otherAuth(Map<String,Object> authProps)
Method description |
boolean |
AuthRepositoryPool.otherAuth(Map<String,Object> authProps)
Method description |
boolean |
DummyRepository.otherAuth(Map<String,Object> authProps)
Method description |
boolean |
AuthRepositoryImpl.otherAuth(Map<String,Object> props)
Describe otherAuth method here. |
boolean |
AuthRepository.plainAuth(tigase.xmpp.BareJID user,
String password)
Deprecated. |
boolean |
AuthRepositoryMDImpl.plainAuth(tigase.xmpp.BareJID user,
String password)
Deprecated. |
boolean |
AuthRepositoryPool.plainAuth(tigase.xmpp.BareJID user,
String password)
Deprecated. |
boolean |
DummyRepository.plainAuth(tigase.xmpp.BareJID user,
String password)
Deprecated. |
boolean |
AuthRepositoryImpl.plainAuth(tigase.xmpp.BareJID user,
String password)
Deprecated. |
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 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.removeData(tigase.xmpp.BareJID user,
String subnode,
String key)
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.removeSubnode(tigase.xmpp.BareJID user,
String subnode)
Method description |
void |
AuthRepository.removeUser(tigase.xmpp.BareJID user)
Describe removeUser method here. |
void |
AuthRepositoryMDImpl.removeUser(tigase.xmpp.BareJID user)
Method description |
void |
AuthRepositoryPool.removeUser(tigase.xmpp.BareJID user)
Method description |
void |
AuthRepositoryImpl.removeUser(tigase.xmpp.BareJID user)
Describe removeUser method here. |
void |
UserRepositoryPool.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 |
UserRepositoryMDImpl.removeUser(tigase.xmpp.BareJID user)
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 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.setData(tigase.xmpp.BareJID user,
String subnode,
String key,
String value)
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 |
UserRepositoryMDImpl.setDataList(tigase.xmpp.BareJID user,
String subnode,
String key,
String[] list)
Method description |
void |
MsgRepositoryIfc.storeMessage(tigase.xmpp.JID from,
tigase.xmpp.JID to,
Date expired,
tigase.xml.Element msg)
|
void |
AuthRepository.updatePassword(tigase.xmpp.BareJID user,
String password)
Describe updatePassword method here. |
void |
AuthRepositoryMDImpl.updatePassword(tigase.xmpp.BareJID user,
String password)
Method description |
void |
AuthRepositoryPool.updatePassword(tigase.xmpp.BareJID user,
String password)
Method description |
void |
DummyRepository.updatePassword(tigase.xmpp.BareJID user,
String password)
Method description |
| Uses of UserNotFoundException in tigase.db.jdbc |
|---|
| Methods in tigase.db.jdbc that throw UserNotFoundException | |
|---|---|
void |
JDBCRepository.addDataList(tigase.xmpp.BareJID user_id,
String subnode,
String key,
String[] list)
Describe addDataList method here. |
boolean |
JDBCRepository.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 |
DrupalWPAuth.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. |
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 |
JDBCRepository.logout(tigase.xmpp.BareJID user)
Method description |
void |
TigaseCustomAuth.logout(tigase.xmpp.BareJID user)
Method description |
void |
DrupalWPAuth.logout(tigase.xmpp.BareJID user)
Method description |
void |
TigaseAuth.logout(tigase.xmpp.BareJID user)
Method description |
boolean |
JDBCRepository.otherAuth(Map<String,Object> props)
Describe otherAuth method here. |
boolean |
TigaseCustomAuth.otherAuth(Map<String,Object> props)
Describe otherAuth method here. |
boolean |
DrupalWPAuth.otherAuth(Map<String,Object> props)
Describe otherAuth method here. |
boolean |
TigaseAuth.otherAuth(Map<String,Object> props)
Describe otherAuth method here. |
boolean |
JDBCRepository.plainAuth(tigase.xmpp.BareJID user,
String password)
Deprecated. |
boolean |
TigaseCustomAuth.plainAuth(tigase.xmpp.BareJID user,
String password)
Deprecated. |
boolean |
DrupalWPAuth.plainAuth(tigase.xmpp.BareJID user,
String password)
Deprecated. |
boolean |
TigaseAuth.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 |
JDBCRepository.removeUser(tigase.xmpp.BareJID user_id)
removeUser method is thread safe. |
void |
TigaseCustomAuth.removeUser(tigase.xmpp.BareJID user)
Describe removeUser method here. |
void |
DrupalWPAuth.removeUser(tigase.xmpp.BareJID user)
Describe removeUser method here. |
void |
TigaseAuth.removeUser(tigase.xmpp.BareJID user)
Describe removeUser method here. |
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 |
TigaseCustomAuth.updatePassword(tigase.xmpp.BareJID user,
String password)
Describe updatePassword method here. |
void |
DrupalWPAuth.updatePassword(tigase.xmpp.BareJID user,
String password)
Describe updatePassword method here. |
void |
TigaseAuth.updatePassword(tigase.xmpp.BareJID user,
String password)
Describe updatePassword method here. |
| Uses of UserNotFoundException in tigase.db.ldap |
|---|
| Methods in tigase.db.ldap that throw UserNotFoundException | |
|---|---|
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)
|
| Uses of UserNotFoundException in tigase.db.xml |
|---|
| Methods in tigase.db.xml that throw UserNotFoundException | |
|---|---|
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. |
| Uses of UserNotFoundException in tigase.server.amp |
|---|
| Methods in tigase.server.amp that throw UserNotFoundException | |
|---|---|
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 |
| Uses of UserNotFoundException in tigase.xmpp.impl |
|---|
| Methods in tigase.xmpp.impl that throw UserNotFoundException | |
|---|---|
Queue<Packet> |
OfflineMessages.restorePacketForOffLineUser(XMPPResourceConnection conn,
MsgRepositoryIfc repo)
Method description |
boolean |
OfflineMessages.savePacketForOffLineUser(Packet pac,
MsgRepositoryIfc repo)
Method description |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||