Uses of Class
org.jivesoftware.openfire.user.UserNotFoundException
Packages that use UserNotFoundException
Package
Description
Authentication and Authorization service interfaces and classes.
LDAP code for authentication and user profile information.
Implementation of Multi-User Chat (XEP-0045).
Provides classes for managing the roster.
Provides the interfaces and classes necessary to create custom
user account data providers for Openfire.
-
Uses of UserNotFoundException in org.jivesoftware.openfire
Methods in org.jivesoftware.openfire that throw UserNotFoundExceptionModifier and TypeMethodDescriptionbooleanPresenceManager.canProbePresence(org.xmpp.packet.JID prober, String probee) Returns true if the the prober is allowed to see the presence of the probee. -
Uses of UserNotFoundException in org.jivesoftware.openfire.auth
Methods in org.jivesoftware.openfire.auth that throw UserNotFoundExceptionModifier and TypeMethodDescriptionbooleanDefaultAuthProvider.checkPassword(String username, String testPassword) static intAuthFactory.getIterations(String username) intAuthMultiProvider.getIterations(String username) intAuthProvider.getIterations(String username) intDefaultAuthProvider.getIterations(String username) intHybridAuthProvider.getIterations(String username) intJDBCAuthProvider.getIterations(String username) intNativeAuthProvider.getIterations(String username) intPOP3AuthProvider.getIterations(String username) static StringAuthFactory.getPassword(String username) Returns the user's password.AuthMultiProvider.getPassword(String username) AuthProvider.getPassword(String username) Returns the user's password.DefaultAuthProvider.getPassword(String username) HybridAuthProvider.getPassword(String username) JDBCAuthProvider.getPassword(String username) NativeAuthProvider.getPassword(String username) POP3AuthProvider.getPassword(String username) static Stringstatic StringAuthFactory.getServerKey(String username) AuthMultiProvider.getServerKey(String username) AuthProvider.getServerKey(String username) DefaultAuthProvider.getServerKey(String username) HybridAuthProvider.getServerKey(String username) JDBCAuthProvider.getServerKey(String username) NativeAuthProvider.getServerKey(String username) POP3AuthProvider.getServerKey(String username) static StringAuthFactory.getStoredKey(String username) AuthMultiProvider.getStoredKey(String username) AuthProvider.getStoredKey(String username) DefaultAuthProvider.getStoredKey(String username) HybridAuthProvider.getStoredKey(String username) JDBCAuthProvider.getStoredKey(String username) NativeAuthProvider.getStoredKey(String username) POP3AuthProvider.getStoredKey(String username) static voidAuthFactory.setPassword(String username, String password) Sets the users's password.voidAuthMultiProvider.setPassword(String username, String password) voidAuthProvider.setPassword(String username, String password) Sets the user's password.voidDefaultAuthProvider.setPassword(String username, String password) voidHybridAuthProvider.setPassword(String username, String password) voidJDBCAuthProvider.setPassword(String username, String password) voidNativeAuthProvider.setPassword(String username, String password) voidPOP3AuthProvider.setPassword(String username, String password) -
Uses of UserNotFoundException in org.jivesoftware.openfire.crowd
Methods in org.jivesoftware.openfire.crowd that throw UserNotFoundExceptionModifier and TypeMethodDescriptionCrowdUserProvider.getCrowdUser(String username) intCrowdAuthProvider.getIterations(String username) CrowdAuthProvider.getPassword(String username) CrowdAuthProvider.getServerKey(String username) CrowdAuthProvider.getStoredKey(String username) voidCrowdUserProvider.setCreationDate(String username, Date creationDate) voidvoidCrowdUserProvider.setModificationDate(String username, Date modificationDate) voidvoidCrowdAuthProvider.setPassword(String username, String password) -
Uses of UserNotFoundException in org.jivesoftware.openfire.ldap
Methods in org.jivesoftware.openfire.ldap that throw UserNotFoundExceptionModifier and TypeMethodDescriptionintLdapAuthProvider.getIterations(String username) LdapAuthProvider.getPassword(String username) LdapAuthProvider.getServerKey(String username) LdapAuthProvider.getStoredKey(String username) voidLdapUserProvider.setCreationDate(String username, Date creationDate) voidvoidLdapUserProvider.setModificationDate(String username, Date modificationDate) voidvoidLdapAuthProvider.setPassword(String username, String password) -
Uses of UserNotFoundException in org.jivesoftware.openfire.muc
Methods in org.jivesoftware.openfire.muc that throw UserNotFoundExceptionModifier and TypeMethodDescriptionMUCRoom.getOccupantsByBareJID(org.xmpp.packet.JID userAddress) Obtain the roles of a given user in the room by his bare JID.MUCRoom.getOccupantsByNickname(String nickname) Obtain the roles of a given user by nickname. -
Uses of UserNotFoundException in org.jivesoftware.openfire.roster
Methods in org.jivesoftware.openfire.roster that throw UserNotFoundExceptionModifier and TypeMethodDescriptionReturns the roster for the given username.Roster.getRosterItem(org.xmpp.packet.JID user) Returns the roster item that is associated with the specified JID.voidRosterItemProvider.updateItem(String username, RosterItem item) Update the roster item in storage with the information contained in the given item (optional operation).voidRoster.updateRosterItem(RosterItem item) Update an item that is already in the roster. -
Uses of UserNotFoundException in org.jivesoftware.openfire.session
Methods in org.jivesoftware.openfire.session that throw UserNotFoundExceptionModifier and TypeMethodDescriptionClientSession.getUsername()Returns the username associated with this session.LocalClientSession.getUsername()Returns the username associated with this session.RemoteClientSession.getUsername() -
Uses of UserNotFoundException in org.jivesoftware.openfire.spi
Methods in org.jivesoftware.openfire.spi that throw UserNotFoundExceptionModifier and TypeMethodDescriptionbooleanPresenceManagerImpl.canProbePresence(org.xmpp.packet.JID prober, String probee) -
Uses of UserNotFoundException in org.jivesoftware.openfire.user
Methods in org.jivesoftware.openfire.user that throw UserNotFoundExceptionModifier and TypeMethodDescriptionstatic StringUser.getPropertyValue(String username, String propertyName) Returns the value of the specified property for the given username.Returns the User specified by username.UserManager.getUser(org.xmpp.packet.JID user) Returns the User specified by jid node.static StringUserNameManager.getUserName(org.xmpp.packet.JID entity) Returns the name of the XMPP entity.static StringUserNameManager.getUserName(org.xmpp.packet.JID entity, String defaultName) Returns the name of the XMPP entity.Loads a user from the first provider that contains the user.Loads the specified user by username.voidDefaultUserProvider.setCreationDate(String username, Date creationDate) voidJDBCUserProvider.setCreationDate(String username, Date creationDate) voidUserMultiProvider.setCreationDate(String username, Date creationDate) Changes the creation date of a user in the first provider that contains the user.voidUserProvider.setCreationDate(String username, Date creationDate) Sets the date the user was created.voidvoidvoidvoidChanges the email address of a user in the first provider that contains the user.voidSets the user's email address.voidDefaultUserProvider.setModificationDate(String username, Date modificationDate) voidJDBCUserProvider.setModificationDate(String username, Date modificationDate) voidUserMultiProvider.setModificationDate(String username, Date modificationDate) Changes the modification date of a user in the first provider that contains the user.voidUserProvider.setModificationDate(String username, Date modificationDate) Sets the date the user was last modified.voidvoidvoidChanges the full name of a user in the first provider that contains the user.voidSets the user's name. -
Uses of UserNotFoundException in org.jivesoftware.openfire.user.property
Methods in org.jivesoftware.openfire.user.property that throw UserNotFoundExceptionModifier and TypeMethodDescriptionvoidUserPropertyProvider.deleteProperty(String username, String propName) Removes one particular property for a particular user.voidUserPropertyMultiProvider.insertProperty(String username, String propName, String propValue) voidUserPropertyProvider.insertProperty(String username, String propName, String propValue) Adds a property for an user.UserPropertyMultiProvider.loadProperties(String username) UserPropertyProvider.loadProperties(String username) Retrieves all properties for a particular user.UserPropertyMultiProvider.loadProperty(String username, String propName) UserPropertyProvider.loadProperty(String username, String propName) Retrieves a property value for a user.voidUserPropertyMultiProvider.updateProperty(String username, String propName, String propValue) voidUserPropertyProvider.updateProperty(String username, String propName, String propValue) Changes a property value for an user.