Uses of Class
org.jivesoftware.openfire.user.UserNotFoundException
-
Packages that use UserNotFoundException Package Description org.jivesoftware.openfire org.jivesoftware.openfire.auth Authentication and Authorization service interfaces and classes.org.jivesoftware.openfire.crowd org.jivesoftware.openfire.ldap LDAP code for authentication and user profile information.org.jivesoftware.openfire.muc Implementation of Multi-User Chat (XEP-0045).org.jivesoftware.openfire.muc.spi Implementation of Multi-User Chat (XEP-0045).org.jivesoftware.openfire.roster Provides classes for managing the roster.org.jivesoftware.openfire.session org.jivesoftware.openfire.spi org.jivesoftware.openfire.user Provides the interfaces and classes necessary to create custom user account data providers for Openfire.org.jivesoftware.openfire.user.property -
-
Uses of UserNotFoundException in org.jivesoftware.openfire
Methods in org.jivesoftware.openfire that throw UserNotFoundException Modifier and Type Method Description booleanPresenceManager. 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 UserNotFoundException Modifier and Type Method Description booleanDefaultAuthProvider. checkPassword(String username, String testPassword)static intAuthFactory. getIterations(String username)intAuthProvider. getIterations(String username)intDefaultAuthProvider. getIterations(String username)intHybridAuthProvider. getIterations(String username)intJDBCAuthProvider. getIterations(String username)intMappedAuthProvider. getIterations(String username)intNativeAuthProvider. getIterations(String username)intPOP3AuthProvider. getIterations(String username)static StringAuthFactory. getPassword(String username)Returns the user's password.StringAuthProvider. getPassword(String username)Returns the user's password.StringDefaultAuthProvider. getPassword(String username)StringHybridAuthProvider. getPassword(String username)StringJDBCAuthProvider. getPassword(String username)StringMappedAuthProvider. getPassword(String username)StringNativeAuthProvider. getPassword(String username)StringPOP3AuthProvider. getPassword(String username)static StringAuthFactory. getSalt(String username)StringAuthProvider. getSalt(String username)StringDefaultAuthProvider. getSalt(String username)StringHybridAuthProvider. getSalt(String username)StringJDBCAuthProvider. getSalt(String username)StringMappedAuthProvider. getSalt(String username)StringNativeAuthProvider. getSalt(String username)StringPOP3AuthProvider. getSalt(String username)static StringAuthFactory. getServerKey(String username)StringAuthProvider. getServerKey(String username)StringDefaultAuthProvider. getServerKey(String username)StringHybridAuthProvider. getServerKey(String username)StringJDBCAuthProvider. getServerKey(String username)StringMappedAuthProvider. getServerKey(String username)StringNativeAuthProvider. getServerKey(String username)StringPOP3AuthProvider. getServerKey(String username)static StringAuthFactory. getStoredKey(String username)StringAuthProvider. getStoredKey(String username)StringDefaultAuthProvider. getStoredKey(String username)StringHybridAuthProvider. getStoredKey(String username)StringJDBCAuthProvider. getStoredKey(String username)StringMappedAuthProvider. getStoredKey(String username)StringNativeAuthProvider. getStoredKey(String username)StringPOP3AuthProvider. getStoredKey(String username)static voidAuthFactory. setPassword(String username, String password)Sets the users's password.voidAuthProvider. setPassword(String username, String password)Sets the users's password.voidDefaultAuthProvider. setPassword(String username, String password)voidHybridAuthProvider. setPassword(String username, String password)voidJDBCAuthProvider. setPassword(String username, String password)voidMappedAuthProvider. 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 UserNotFoundException Modifier and Type Method Description UserCrowdUserProvider. getCrowdUser(String username)intCrowdAuthProvider. getIterations(String username)StringCrowdAuthProvider. getPassword(String username)StringCrowdAuthProvider. getSalt(String username)StringCrowdAuthProvider. getServerKey(String username)StringCrowdAuthProvider. getStoredKey(String username)UserCrowdUserProvider. loadUser(String username)voidCrowdUserProvider. setCreationDate(String username, Date creationDate)voidCrowdUserProvider. setEmail(String username, String email)voidCrowdUserProvider. setModificationDate(String username, Date modificationDate)voidCrowdUserProvider. setName(String username, String name)voidCrowdAuthProvider. setPassword(String username, String password) -
Uses of UserNotFoundException in org.jivesoftware.openfire.ldap
Methods in org.jivesoftware.openfire.ldap that throw UserNotFoundException Modifier and Type Method Description intLdapAuthProvider. getIterations(String username)StringLdapAuthProvider. getPassword(String username)StringLdapAuthProvider. getSalt(String username)StringLdapAuthProvider. getServerKey(String username)StringLdapAuthProvider. getStoredKey(String username)UserLdapUserProvider. loadUser(String username)voidLdapUserProvider. setCreationDate(String username, Date creationDate)voidLdapUserProvider. setEmail(String username, String email)voidLdapUserProvider. setModificationDate(String username, Date modificationDate)voidLdapUserProvider. setName(String username, String name)voidLdapAuthProvider. setPassword(String username, String password) -
Uses of UserNotFoundException in org.jivesoftware.openfire.muc
Methods in org.jivesoftware.openfire.muc that throw UserNotFoundException Modifier and Type Method Description MUCRoleMUCRoom. getOccupant(String nickname)Deprecated.PreferMUCRoom.getOccupantsByNickname(String)instead (a user may be connected more than once)List<MUCRole>MUCRoom. getOccupantsByBareJID(org.xmpp.packet.JID jid)Obtain the roles of a given user in the room by his bare JID.List<MUCRole>MUCRoom. getOccupantsByNickname(String nickname)Obtain the roles of a given user by nickname. -
Uses of UserNotFoundException in org.jivesoftware.openfire.muc.spi
Methods in org.jivesoftware.openfire.muc.spi that throw UserNotFoundException Modifier and Type Method Description MUCRoleLocalMUCRoom. getOccupant(String nickname)Deprecated.PreferLocalMUCRoom.getOccupantsByNickname(String)(user can be connected more than once)List<MUCRole>LocalMUCRoom. getOccupantsByBareJID(org.xmpp.packet.JID jid)List<MUCRole>LocalMUCRoom. getOccupantsByNickname(String nickname) -
Uses of UserNotFoundException in org.jivesoftware.openfire.roster
Methods in org.jivesoftware.openfire.roster that throw UserNotFoundException Modifier and Type Method Description RosterRosterManager. getRoster(String username)Returns the roster for the given username.RosterItemRoster. 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 UserNotFoundException Modifier and Type Method Description StringClientSession. getUsername()Returns the username associated with this session.StringLocalClientSession. getUsername()Returns the username associated with this session. -
Uses of UserNotFoundException in org.jivesoftware.openfire.spi
Methods in org.jivesoftware.openfire.spi that throw UserNotFoundException Modifier and Type Method Description booleanPresenceManagerImpl. canProbePresence(org.xmpp.packet.JID prober, String probee) -
Uses of UserNotFoundException in org.jivesoftware.openfire.user
Methods in org.jivesoftware.openfire.user that throw UserNotFoundException Modifier and Type Method Description static StringUser. getPropertyValue(String username, String propertyName)Returns the value of the specified property for the given username.UserUserManager. getUser(String username)Returns the User specified by username.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.UserDefaultUserProvider. loadUser(String username)UserHybridUserProvider. loadUser(String username)Loads a user from the first provider that contains the user.UserJDBCUserProvider. loadUser(String username)UserMappedUserProvider. loadUser(String username)UserUserProvider. loadUser(String username)Loads the specified user by username.voidDefaultUserProvider. setCreationDate(String username, Date creationDate)voidHybridUserProvider. setCreationDate(String username, Date creationDate)Changes the creation date of a user in the first provider that contains the user.voidJDBCUserProvider. setCreationDate(String username, Date creationDate)voidMappedUserProvider. setCreationDate(String username, Date creationDate)voidUserProvider. setCreationDate(String username, Date creationDate)Sets the date the user was created.voidDefaultUserProvider. setEmail(String username, String email)voidHybridUserProvider. setEmail(String username, String email)Changes the email address of a user in the first provider that contains the user.voidJDBCUserProvider. setEmail(String username, String email)voidMappedUserProvider. setEmail(String username, String email)voidPOP3UserProvider. setEmail(String username, String email)voidUserProvider. setEmail(String username, String email)Sets the user's email address.voidDefaultUserProvider. setModificationDate(String username, Date modificationDate)voidHybridUserProvider. setModificationDate(String username, Date modificationDate)Changes the modification date of a user in the first provider that contains the user.voidJDBCUserProvider. setModificationDate(String username, Date modificationDate)voidMappedUserProvider. setModificationDate(String username, Date modificationDate)voidUserProvider. setModificationDate(String username, Date modificationDate)Sets the date the user was last modified.voidDefaultUserProvider. setName(String username, String name)voidHybridUserProvider. setName(String username, String name)Changes the full name of a user in the first provider that contains the user.voidJDBCUserProvider. setName(String username, String name)voidMappedUserProvider. setName(String username, String name)voidUserProvider. setName(String username, String name)Sets the user's name. -
Uses of UserNotFoundException in org.jivesoftware.openfire.user.property
Methods in org.jivesoftware.openfire.user.property that throw UserNotFoundException Modifier and Type Method Description voidMappedUserPropertyProvider. deleteProperty(String username, String propName)voidUserPropertyProvider. deleteProperty(String username, String propName)Removes one particular property for a particular user.voidMappedUserPropertyProvider. insertProperty(String username, String propName, String propValue)voidUserPropertyProvider. insertProperty(String username, String propName, String propValue)Adds a property for an user.Map<String,String>MappedUserPropertyProvider. loadProperties(String username)Map<String,String>UserPropertyProvider. loadProperties(String username)Retrieves all properties for a particular user.StringMappedUserPropertyProvider. loadProperty(String username, String propName)StringUserPropertyProvider. loadProperty(String username, String propName)Retrieves a property value for a user.voidMappedUserPropertyProvider. updateProperty(String username, String propName, String propValue)voidUserPropertyProvider. updateProperty(String username, String propName, String propValue)Changes a property value for an user.
-