Uses of Class
tigase.db.UserNotFoundException
-
Packages that use UserNotFoundException Package Description tigase.db tigase.db.jdbc tigase.db.ldap tigase.db.xml tigase.server.amp.db tigase.server.xmppclient tigase.xmpp.impl Package containing implementation of all Session Manager plugins -
-
Uses of UserNotFoundException in tigase.db
Methods in tigase.db that throw UserNotFoundException Modifier and Type Method Description voidUserRepository. addDataList(BareJID user, java.lang.String subnode, java.lang.String key, java.lang.String[] list)addDataListmethod adds mode entries to existing data list associated with given key in repository under given node path.voidUserRepositoryMDImpl. addDataList(BareJID user, java.lang.String subnode, java.lang.String key, java.lang.String[] list)voidUserRepositoryPool. addDataList(BareJID user, java.lang.String subnode, java.lang.String key, java.lang.String[] list)voidNonAuthUserRepository. addOfflineData(BareJID user, java.lang.String subnode, java.lang.String key, java.lang.String value)addDataListmethod adds mode entries to existing data list associated with given key in repository under given node path.voidNonAuthUserRepositoryImpl. addOfflineData(BareJID user, java.lang.String subnode, java.lang.String key, java.lang.String value)voidNonAuthUserRepository. addOfflineDataList(BareJID user, java.lang.String subnode, java.lang.String key, java.lang.String[] list)addDataListmethod adds mode entries to existing data list associated with given key in repository under given node path.voidNonAuthUserRepositoryImpl. addOfflineDataList(BareJID user, java.lang.String subnode, java.lang.String key, java.lang.String[] list)intMsgRepositoryIfc. deleteMessagesToJID(java.util.List<java.lang.String> db_ids, XMPPResourceConnection session)java.lang.StringUserRepository. getData(BareJID user, java.lang.String key)getDatamethod returns a value associated with given key for user repository in default subnode.java.lang.StringUserRepository. getData(BareJID user, java.lang.String subnode, java.lang.String key)getDatamethod returns a value associated with given key for user repository in given subnode.java.lang.StringUserRepository. getData(BareJID user, java.lang.String subnode, java.lang.String key, java.lang.String def)getDatamethod returns a value associated with given key for user repository in given subnode.java.lang.StringUserRepositoryMDImpl. getData(BareJID user, java.lang.String key)java.lang.StringUserRepositoryMDImpl. getData(BareJID user, java.lang.String subnode, java.lang.String key)java.lang.StringUserRepositoryMDImpl. getData(BareJID user, java.lang.String subnode, java.lang.String key, java.lang.String def)java.lang.StringUserRepositoryPool. getData(BareJID user, java.lang.String key)java.lang.StringUserRepositoryPool. getData(BareJID user, java.lang.String subnode, java.lang.String key)java.lang.StringUserRepositoryPool. getData(BareJID user, java.lang.String subnode, java.lang.String key, java.lang.String def)java.lang.String[]UserRepository. getDataList(BareJID user, java.lang.String subnode, java.lang.String key)getDataListmethod returns array of values associated with given key ornullif given key does not exist for given user ID in given node path.java.lang.String[]UserRepositoryMDImpl. getDataList(BareJID user, java.lang.String subnode, java.lang.String key)java.lang.String[]UserRepositoryPool. getDataList(BareJID user, java.lang.String subnode, java.lang.String key)default java.util.Map<java.lang.String,java.lang.String>UserRepository. getDataMap(BareJID user, java.lang.String subnode)getDataMapmethod returns a values associated with each key for user repository in given subnode.default <T> java.util.Map<java.lang.String,T>UserRepository. getDataMap(BareJID user, java.lang.String subnode, java.util.function.Function<java.lang.String,T> converter)getDataMapmethod returns a values associated with each key for user repository in given subnode.java.lang.String[]UserRepository. getKeys(BareJID user)getKeysmethod returns list of all keys stored in default user repository node.java.lang.String[]UserRepository. getKeys(BareJID user, java.lang.String subnode)getKeysmethod returns list of all keys stored in given subnode in user repository.java.lang.String[]UserRepositoryMDImpl. getKeys(BareJID user)java.lang.String[]UserRepositoryMDImpl. getKeys(BareJID user, java.lang.String subnode)java.lang.String[]UserRepositoryPool. getKeys(BareJID user)java.lang.String[]UserRepositoryPool. getKeys(BareJID user, java.lang.String subnode)java.util.Map<java.lang.Enum,java.lang.Long>MsgRepositoryIfc. getMessagesCount(JID to)java.util.List<Element>MsgRepositoryIfc. getMessagesList(JID to)java.lang.StringAbstractAuthRepositoryWithCredentials. getPassword(BareJID user)java.lang.StringAuthRepositoryImpl. getPassword(BareJID user)java.lang.StringDummyRepository. getPassword(BareJID user)java.lang.StringNonAuthUserRepository. getPublicData(BareJID user, java.lang.String subnode, java.lang.String key, java.lang.String def)getPublicDatamethod returns a value associated with given key for user repository in given subnode.java.lang.StringNonAuthUserRepositoryImpl. getPublicData(BareJID user, java.lang.String subnode, java.lang.String key, java.lang.String def)java.lang.String[]NonAuthUserRepository. getPublicDataList(BareJID user, java.lang.String subnode, java.lang.String key)getPublicDataListmethod returns array of values associated with given key ornullif given key does not exist for given user ID in given node path.java.lang.String[]NonAuthUserRepositoryImpl. getPublicDataList(BareJID user, java.lang.String subnode, java.lang.String key)java.lang.String[]UserRepository. getSubnodes(BareJID user)getSubnodesmethod returns list of all root nodes for given user.java.lang.String[]UserRepository. getSubnodes(BareJID user, java.lang.String subnode)Deprecated.java.lang.String[]UserRepositoryMDImpl. getSubnodes(BareJID user)java.lang.String[]UserRepositoryMDImpl. getSubnodes(BareJID user, java.lang.String subnode)Deprecated.java.lang.String[]UserRepositoryPool. getSubnodes(BareJID user)java.lang.String[]UserRepositoryPool. getSubnodes(BareJID user, java.lang.String subnode)Deprecated.booleanAuthRepositoryImpl. isUserDisabled(BareJID user)booleanDummyRepository. isUserDisabled(BareJID user)java.util.Queue<Element>MsgRepositoryIfc. loadMessagesToJID(java.util.List<java.lang.String> db_ids, XMPPResourceConnection session, boolean delete, MsgRepository.OfflineMessagesProcessor proc)java.util.Queue<Element>OfflineMsgRepositoryIfc. loadMessagesToJID(XMPPResourceConnection session, boolean delete)Loads all payloads for the given user'sJIDfrom repository.voidDummyRepository. logout(BareJID user)booleanAuthRepositoryImpl. otherAuth(java.util.Map<java.lang.String,java.lang.Object> props)booleanDummyRepository. otherAuth(java.util.Map<java.lang.String,java.lang.Object> authProps)voidUserRepository. removeData(BareJID user, java.lang.String key)removeDatamethod removes pair (key, value) from user repository in default repository node.voidUserRepository. removeData(BareJID user, java.lang.String subnode, java.lang.String key)removeDatamethod removes pair (key, value) from user repository in given subnode.voidUserRepositoryMDImpl. removeData(BareJID user, java.lang.String key)voidUserRepositoryMDImpl. removeData(BareJID user, java.lang.String subnode, java.lang.String key)voidUserRepositoryPool. removeData(BareJID user, java.lang.String key)voidUserRepositoryPool. removeData(BareJID user, java.lang.String subnode, java.lang.String key)voidUserRepository. removeSubnode(BareJID user, java.lang.String subnode)removeSubnodemethod removes given subnode with all subnodes in this node and all data stored in this node and in all subnodes.voidUserRepositoryMDImpl. removeSubnode(BareJID user, java.lang.String subnode)voidUserRepositoryPool. removeSubnode(BareJID user, java.lang.String subnode)voidAuthRepositoryImpl. removeUser(BareJID user)voidUserRepository. removeUser(BareJID user)ThisremoveUsermethod allows to remove user and all his data from user repository.voidUserRepositoryMDImpl. removeUser(BareJID user)voidUserRepositoryPool. removeUser(BareJID user)voidUserRepository. setData(BareJID user, java.lang.String key, java.lang.String value)ThissetDatamethod sets data value for given user ID associated with given key in default repository node.voidUserRepository. setData(BareJID user, java.lang.String subnode, java.lang.String key, java.lang.String value)setDatamethod sets data value for given user ID in repository under given node path and associates it with given key.voidUserRepositoryMDImpl. setData(BareJID user, java.lang.String key, java.lang.String value)voidUserRepositoryMDImpl. setData(BareJID user, java.lang.String subnode, java.lang.String key, java.lang.String value)voidUserRepositoryPool. setData(BareJID user, java.lang.String key, java.lang.String value)voidUserRepositoryPool. setData(BareJID user, java.lang.String subnode, java.lang.String key, java.lang.String value)voidUserRepository. setDataList(BareJID user, java.lang.String subnode, java.lang.String key, java.lang.String[] list)setDataListmethod sets list of values for given user associated given key in repository under given node path.voidUserRepositoryMDImpl. setDataList(BareJID user, java.lang.String subnode, java.lang.String key, java.lang.String[] list)voidUserRepositoryPool. setDataList(BareJID user, java.lang.String subnode, java.lang.String key, java.lang.String[] list)voidAuthRepositoryImpl. setUserDisabled(BareJID user, java.lang.Boolean value)voidDummyRepository. setUserDisabled(BareJID user, java.lang.Boolean value)booleanOfflineMsgRepositoryIfc. storeMessage(JID from, JID to, java.util.Date expired, Element msg, NonAuthUserRepository userRepo)Saves the massage to the repositoryvoidDummyRepository. updatePassword(BareJID user, java.lang.String password) -
Uses of UserNotFoundException in tigase.db.jdbc
Methods in tigase.db.jdbc that throw UserNotFoundException Modifier and Type Method Description voidJDBCRepository. addDataList(BareJID user_id, java.lang.String subnode, java.lang.String key, java.lang.String[] list)java.lang.StringJDBCRepository. getData(BareJID user_id, java.lang.String key)java.lang.StringJDBCRepository. getData(BareJID user_id, java.lang.String subnode, java.lang.String key)java.lang.StringJDBCRepository. getData(BareJID user_id, java.lang.String subnode, java.lang.String key, java.lang.String def)java.lang.String[]JDBCRepository. getDataList(BareJID user_id, java.lang.String subnode, java.lang.String key)java.lang.String[]JDBCRepository. getKeys(BareJID user_id)java.lang.String[]JDBCRepository. getKeys(BareJID user_id, java.lang.String subnode)java.lang.StringDrupalWPAuth. getPassword(BareJID user)java.lang.StringJDBCRepository. getPassword(BareJID user)java.lang.StringTigaseAuth. getPassword(BareJID user)Deprecated.java.lang.String[]JDBCRepository. getSubnodes(BareJID user_id)java.lang.String[]JDBCRepository. getSubnodes(BareJID user_id, java.lang.String subnode)Deprecated.booleanDrupalWPAuth. isUserDisabled(BareJID user)booleanJDBCRepository. isUserDisabled(BareJID user)booleanTigaseAuth. isUserDisabled(BareJID user)Deprecated.voidDrupalWPAuth. logout(BareJID user)voidJDBCRepository. logout(BareJID user)voidTigaseAuth. logout(BareJID user)Deprecated.booleanDrupalWPAuth. otherAuth(java.util.Map<java.lang.String,java.lang.Object> props)booleanJDBCRepository. otherAuth(java.util.Map<java.lang.String,java.lang.Object> props)booleanTigaseAuth. otherAuth(java.util.Map<java.lang.String,java.lang.Object> props)Deprecated.booleanTigaseSPAuth. otherAuth(java.util.Map<java.lang.String,java.lang.Object> props)voidJDBCRepository. removeData(BareJID user_id, java.lang.String key)voidJDBCRepository. removeData(BareJID user_id, java.lang.String subnode, java.lang.String key)voidJDBCRepository. removeSubnode(BareJID user_id, java.lang.String subnode)voidDrupalWPAuth. removeUser(BareJID user)voidJDBCRepository. removeUser(BareJID user_id)removeUsermethod is thread safe.voidTigaseAuth. removeUser(BareJID user)Deprecated.voidJDBCRepository. setData(BareJID user_id, java.lang.String key, java.lang.String value)voidJDBCRepository. setData(BareJID user_id, java.lang.String subnode, java.lang.String key, java.lang.String value)voidJDBCRepository. setDataList(BareJID user_id, java.lang.String subnode, java.lang.String key, java.lang.String[] list)voidDrupalWPAuth. setUserDisabled(BareJID user, java.lang.Boolean value)voidJDBCRepository. setUserDisabled(BareJID user, java.lang.Boolean value)voidTigaseAuth. setUserDisabled(BareJID user, java.lang.Boolean value)Deprecated.voidDrupalWPAuth. updatePassword(BareJID user, java.lang.String password)voidTigaseAuth. updatePassword(BareJID user, java.lang.String password)Deprecated.voidTigaseSPAuth. updatePassword(BareJID user, java.lang.String password) -
Uses of UserNotFoundException in tigase.db.ldap
Methods in tigase.db.ldap that throw UserNotFoundException Modifier and Type Method Description java.lang.StringLdapAuthProvider. getPassword(BareJID user)booleanLdapAuthProvider. isUserDisabled(BareJID user)voidLdapAuthProvider. logout(BareJID user)booleanLdapAuthProvider. otherAuth(java.util.Map<java.lang.String,java.lang.Object> props)voidLdapAuthProvider. removeUser(BareJID user)voidLdapAuthProvider. setUserDisabled(BareJID user, java.lang.Boolean value)voidLdapAuthProvider. updatePassword(BareJID user, java.lang.String password) -
Uses of UserNotFoundException in tigase.db.xml
Methods in tigase.db.xml that throw UserNotFoundException Modifier and Type Method Description voidXMLRepository. addDataList(BareJID user, java.lang.String subnode, java.lang.String key, java.lang.String[] list)intXMLMsgRepository. deleteMessagesToJID(java.util.List<java.lang.String> db_ids, XMPPResourceConnection session)java.lang.StringXMLRepository. getData(BareJID user, java.lang.String key)java.lang.StringXMLRepository. getData(BareJID user, java.lang.String subnode, java.lang.String key)java.lang.StringXMLRepository. getData(BareJID user, java.lang.String subnode, java.lang.String key, java.lang.String def)java.lang.String[]XMLRepository. getDataList(BareJID user, java.lang.String subnode, java.lang.String key)java.lang.String[]XMLRepository. getKeys(BareJID user)java.lang.String[]XMLRepository. getKeys(BareJID user, java.lang.String subnode)java.util.Map<java.lang.Enum,java.lang.Long>XMLMsgRepository. getMessagesCount(JID to)java.util.List<Element>XMLMsgRepository. getMessagesList(JID to)java.lang.StringXMLRepository. getPassword(BareJID user)java.lang.String[]XMLRepository. getSubnodes(BareJID user)java.lang.String[]XMLRepository. getSubnodes(BareJID user, java.lang.String subnode)Deprecated.booleanXMLRepository. isUserDisabled(BareJID user)java.util.Queue<Element>XMLMsgRepository. loadMessagesToJID(java.util.List<java.lang.String> db_ids, XMPPResourceConnection session, boolean delete, MsgRepository.OfflineMessagesProcessor proc)java.util.Queue<Element>XMLMsgRepository. loadMessagesToJID(XMPPResourceConnection session, boolean delete)voidXMLRepository. logout(BareJID user)booleanXMLRepository. otherAuth(java.util.Map<java.lang.String,java.lang.Object> props)voidXMLRepository. removeData(BareJID user, java.lang.String key)voidXMLRepository. removeData(BareJID user, java.lang.String subnode, java.lang.String key)voidXMLRepository. removeSubnode(BareJID user, java.lang.String subnode)voidXMLRepository. removeUser(BareJID user)voidXMLRepository. setData(BareJID user, java.lang.String key, java.lang.String value)voidXMLRepository. setData(BareJID user, java.lang.String subnode, java.lang.String key, java.lang.String value)voidXMLRepository. setDataList(BareJID user, java.lang.String subnode, java.lang.String key, java.lang.String[] list)voidXMLRepository. setUserDisabled(BareJID user, java.lang.Boolean value)booleanXMLMsgRepository. storeMessage(JID from, JID to, java.util.Date expired, Element msg, NonAuthUserRepository userRepo) -
Uses of UserNotFoundException in tigase.server.amp.db
Methods in tigase.server.amp.db that throw UserNotFoundException Modifier and Type Method Description intJDBCMsgRepository. deleteMessagesToJID(java.util.List<java.lang.String> db_ids, XMPPResourceConnection session)abstract intMsgRepository. deleteMessagesToJID(java.util.List<java.lang.String> db_ids, XMPPResourceConnection session)intMsgRepository.MsgRepositoryMDBean. deleteMessagesToJID(java.util.List db_ids, XMPPResourceConnection session)java.util.Map<java.lang.Enum,java.lang.Long>MsgRepository.MsgRepositoryMDBean. getMessagesCount(JID to)java.util.List<Element>MsgRepository.MsgRepositoryMDBean. getMessagesList(JID to)protected longMsgRepository. getMsgsStoreLimit(BareJID userJid, NonAuthUserRepository userRepo)java.util.Queue<Element>JDBCMsgRepository. loadMessagesToJID(java.util.List<java.lang.String> db_ids, XMPPResourceConnection session, boolean delete, MsgRepository.OfflineMessagesProcessor proc)java.util.Queue<Element>JDBCMsgRepository. loadMessagesToJID(XMPPResourceConnection session, boolean delete)java.util.Queue<Element>JDBCMsgRepository. loadMessagesToJID(XMPPResourceConnection session, boolean delete, MsgRepository.OfflineMessagesProcessor proc)abstract java.util.Queue<Element>MsgRepository. loadMessagesToJID(java.util.List<java.lang.String> db_ids, XMPPResourceConnection session, boolean delete, MsgRepository.OfflineMessagesProcessor proc)java.util.Queue<Element>MsgRepository.MsgRepositoryMDBean. loadMessagesToJID(java.util.List db_ids, XMPPResourceConnection session, boolean delete, MsgRepository.OfflineMessagesProcessor proc)java.util.Queue<Element>MsgRepository.MsgRepositoryMDBean. loadMessagesToJID(XMPPResourceConnection session, boolean delete)booleanJDBCMsgRepository. storeMessage(JID from, JID to, java.util.Date expired, Element msg, NonAuthUserRepository userRepo)booleanMsgRepository.MsgRepositoryMDBean. storeMessage(JID from, JID to, java.util.Date expired, Element msg, NonAuthUserRepository userRepo) -
Uses of UserNotFoundException in tigase.server.xmppclient
Methods in tigase.server.xmppclient that throw UserNotFoundException Modifier and Type Method Description BareJIDSeeOtherHostDB.JDBCSeeOtherHostRepository. queryDBFor(BareJID user)BareJIDSeeOtherHostDB.SeeOtherHostRepository. queryDBFor(BareJID jid) -
Uses of UserNotFoundException in tigase.xmpp.impl
Methods in tigase.xmpp.impl that throw UserNotFoundException Modifier and Type Method Description protected static longLastActivityAbstract. getLastActivity(NonAuthUserRepository repo, BareJID requestedJid)protected java.util.Optional<Element>LastActivityAbstract. getPresence(NonAuthUserRepository repo, BareJID requestedJid)protected static java.lang.StringLastActivityAbstract. getShow(NonAuthUserRepository repo, BareJID requestedJid)protected static java.lang.StringLastActivityAbstract. getStatus(NonAuthUserRepository repo, BareJID requestedJid)protected static java.lang.StringLastActivityAbstract. getType(NonAuthUserRepository repo, BareJID requestedJid)java.util.Queue<Packet>FlexibleOfflineMessageRetrieval. restorePacketForOffLineUser(java.util.List<java.lang.String> db_ids, XMPPResourceConnection conn, MsgRepositoryIfc repo)java.util.Queue<Packet>OfflineMessages. restorePacketForOffLineUser(XMPPResourceConnection conn, OfflineMsgRepositoryIfc repo)Method restores all messages from repository for the JID of the current session.AuthorizationOfflineMessages. savePacketForOffLineUser(Packet packet, OfflineMsgRepositoryIfc repo, NonAuthUserRepository userRepo)Method stores messages to offline repository with the following rules applied, i.e.
-