Uses of Class
org.jivesoftware.openfire.user.User
-
Packages that use User Package Description org.jivesoftware.openfire org.jivesoftware.openfire.crowd org.jivesoftware.openfire.crowd.jaxb org.jivesoftware.openfire.entitycaps Implementation of Entity Capabilities (XEP-0115).org.jivesoftware.openfire.event Event system.org.jivesoftware.openfire.group Groups, which are used to organize users together.org.jivesoftware.openfire.handler IQ class implementations.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.pep Implementation of Personal Eventing via Pubsub (XEP-0163).org.jivesoftware.openfire.roster Provides classes for managing the roster.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.util Utility classes. -
-
Uses of User in org.jivesoftware.openfire
Methods in org.jivesoftware.openfire with parameters of type User Modifier and Type Method Description longPresenceManager. getLastActivity(User user)Returns the number of milliseconds since the user went offline or -1 if such information is not available or if the user is online.StringPresenceManager. getLastPresenceStatus(User user)Returns the status sent by the user in his last unavailable presence ornullif the user is online or never set such information.org.xmpp.packet.PresencePresenceManager. getPresence(User user)Returns the user's current presence, ornullif the user is unavailable.booleanPresenceManager. isAvailable(User user)Returns the availability of the user.voidOfflineMessageStore. userCreated(User user, Map params)voidOfflineMessageStore. userDeleting(User user, Map params)voidOfflineMessageStore. userModified(User user, Map params) -
Uses of User in org.jivesoftware.openfire.crowd
Methods in org.jivesoftware.openfire.crowd that return User Modifier and Type Method Description UserCrowdUserProvider. createUser(String username, String password, String name, String email)UserCrowdUserProvider. loadUser(String username)Methods in org.jivesoftware.openfire.crowd that return types with arguments of type User Modifier and Type Method Description Collection<User>CrowdUserProvider. findUsers(Set<String> fields, String query)Collection<User>CrowdUserProvider. findUsers(Set<String> fields, String query, int startIndex, int numResults)Collection<User>CrowdUserProvider. getUsers()Collection<User>CrowdUserProvider. getUsers(int startIndex, int numResults) -
Uses of User in org.jivesoftware.openfire.crowd.jaxb
Methods in org.jivesoftware.openfire.crowd.jaxb that return User Modifier and Type Method Description UserUser. getOpenfireUser() -
Uses of User in org.jivesoftware.openfire.entitycaps
Methods in org.jivesoftware.openfire.entitycaps with parameters of type User Modifier and Type Method Description voidEntityCapabilitiesManager. userCreated(User user, Map<String,Object> params)voidEntityCapabilitiesManager. userDeleting(User user, Map<String,Object> params)voidEntityCapabilitiesManager. userModified(User user, Map<String,Object> params) -
Uses of User in org.jivesoftware.openfire.event
Methods in org.jivesoftware.openfire.event with parameters of type User Modifier and Type Method Description static voidUserEventDispatcher. dispatchEvent(User user, UserEventDispatcher.EventType eventType, Map<String,Object> params)Dispatches an event to all listeners.voidUserEventAdapter. userCreated(User user, Map params)voidUserEventListener. userCreated(User user, Map<String,Object> params)A user was created.voidUserEventAdapter. userDeleting(User user, Map params)voidUserEventListener. userDeleting(User user, Map<String,Object> params)A user is being deleted.voidUserEventAdapter. userModified(User user, Map params)voidUserEventListener. userModified(User user, Map<String,Object> params)A user's name, email, or an extended property was changed. -
Uses of User in org.jivesoftware.openfire.group
Methods in org.jivesoftware.openfire.group with parameters of type User Modifier and Type Method Description voidGroupManager. deleteUser(User user)Deletes a user from all the groups where he/she belongs.Collection<Group>GroupManager. getGroups(User user)Returns an iterator for all groups that the User is a member of. -
Uses of User in org.jivesoftware.openfire.handler
Methods in org.jivesoftware.openfire.handler with parameters of type User Modifier and Type Method Description protected voidIQBlockingHandler. addToBlockList(User user, List<org.xmpp.packet.JID> toBlocks)Adds a collection of JIDs to the blocklist of the provided user.protected Set<org.xmpp.packet.JID>IQBlockingHandler. getBlocklist(User user)Retrieves all of the JIDs that are on the blocklist of the provided user.protected voidIQBlockingHandler. pushBlocklistUpdates(User user, Collection<org.xmpp.packet.JID> newBlocks)Sends an IQ-set with the newly blocked JIDs to all resources of the user that have requested the blocklist.protected voidIQBlockingHandler. pushBlocklistUpdates(User user, List<org.xmpp.packet.JID> newBlocks)Sends an IQ-set with the newly blocked JIDs to all resources of the user that have requested the blocklist.protected Set<org.xmpp.packet.JID>IQBlockingHandler. removeFromBlockList(User user, Collection<org.xmpp.packet.JID> toUnblocks)Removes a collection of JIDs from the blocklist of the provided user.voidIQPrivacyHandler. userCreated(User user, Map params)voidIQPrivacyHandler. userDeleting(User user, Map params)voidIQPrivacyHandler. userModified(User user, Map params) -
Uses of User in org.jivesoftware.openfire.ldap
Methods in org.jivesoftware.openfire.ldap that return User Modifier and Type Method Description UserLdapUserProvider. createUser(String username, String password, String name, String email)UserLdapUserProvider. loadUser(String username)Methods in org.jivesoftware.openfire.ldap that return types with arguments of type User Modifier and Type Method Description Collection<User>LdapUserProvider. findUsers(Set<String> fields, String query)Collection<User>LdapUserProvider. findUsers(Set<String> fields, String query, int startIndex, int numResults)Collection<User>LdapUserProvider. getUsers()Collection<User>LdapUserProvider. getUsers(int startIndex, int numResults) -
Uses of User in org.jivesoftware.openfire.muc
Methods in org.jivesoftware.openfire.muc with parameters of type User Modifier and Type Method Description voidMultiUserChatManager. userCreated(User user, Map<String,Object> params)voidMultiUserChatManager. userDeleting(User user, Map<String,Object> params)voidMultiUserChatManager. userModified(User user, Map<String,Object> params) -
Uses of User in org.jivesoftware.openfire.pep
Methods in org.jivesoftware.openfire.pep with parameters of type User Modifier and Type Method Description voidIQPEPHandler. userCreated(User user, Map<String,Object> params)voidIQPEPHandler. userDeleting(User user, Map<String,Object> params)voidIQPEPHandler. userModified(User user, Map<String,Object> params) -
Uses of User in org.jivesoftware.openfire.roster
Methods in org.jivesoftware.openfire.roster with parameters of type User Modifier and Type Method Description voidRosterManager. userCreated(User newUser, Map<String,Object> params)A new user has been created so members of public shared groups need to have their rosters updated.voidRosterManager. userDeleting(User user, Map<String,Object> params)voidRosterManager. userModified(User user, Map<String,Object> params) -
Uses of User in org.jivesoftware.openfire.spi
Methods in org.jivesoftware.openfire.spi with parameters of type User Modifier and Type Method Description longPresenceManagerImpl. getLastActivity(User user)StringPresenceManagerImpl. getLastPresenceStatus(User user)org.xmpp.packet.PresencePresenceManagerImpl. getPresence(User user)booleanPresenceManagerImpl. isAvailable(User user)voidPresenceManagerImpl. userCreated(User user, Map<String,Object> params)voidPresenceManagerImpl. userDeleting(User user, Map<String,Object> params)voidPresenceManagerImpl. userModified(User user, Map<String,Object> params) -
Uses of User in org.jivesoftware.openfire.user
Methods in org.jivesoftware.openfire.user that return User Modifier and Type Method Description UserDefaultUserProvider. createUser(String username, String password, String name, String email)UserHybridUserProvider. createUser(String username, String password, String name, String email)Creates a new user in the first non-read-only provider.UserJDBCUserProvider. createUser(String username, String password, String name, String email)UserMappedUserProvider. createUser(String username, String password, String name, String email)UserUserManager. createUser(String username, String password, String name, String email)Creates a new User.UserUserProvider. createUser(String username, String password, String name, String email)Creates a new user.UserUserManager. getUser(String username)Returns the User specified by username.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.Methods in org.jivesoftware.openfire.user that return types with arguments of type User Modifier and Type Method Description Collection<User>DefaultUserProvider. findUsers(Set<String> fields, String query)Collection<User>DefaultUserProvider. findUsers(Set<String> fields, String query, int startIndex, int numResults)Collection<User>JDBCUserProvider. findUsers(Set<String> fields, String query)Collection<User>JDBCUserProvider. findUsers(Set<String> fields, String query, int startIndex, int numResults)Collection<User>UserManager. findUsers(Set<String> fields, String query)Searches for users based on a set of fields and a query string.Collection<User>UserManager. findUsers(Set<String> fields, String query, int startIndex, int numResults)Searches for users based on a set of fields and a query string.Collection<User>UserMultiProvider. findUsers(Set<String> fields, String query)Searches for users based on a set of fields and a query string.Collection<User>UserMultiProvider. findUsers(Set<String> fields, String query, int startIndex, int numResults)Searches for users based on a set of fields and a query string.Collection<User>UserProvider. findUsers(Set<String> fields, String query)Searches for users based on a set of fields and a query string.Collection<User>UserProvider. findUsers(Set<String> fields, String query, int startIndex, int numResults)Searches for users based on a set of fields and a query string.Collection<User>DefaultUserProvider. getUsers()Collection<User>DefaultUserProvider. getUsers(int startIndex, int numResults)Collection<User>JDBCUserProvider. getUsers()Collection<User>JDBCUserProvider. getUsers(int startIndex, int numResults)Collection<User>UserManager. getUsers()Returns an unmodifiable Collection of all users in the system.Collection<User>UserManager. getUsers(int startIndex, int numResults)Returns an unmodifiable Collection of all users starting atstartIndexwith the given number of results.Collection<User>UserMultiProvider. getUsers()Collection<User>UserMultiProvider. getUsers(int startIndex, int numResults)Collection<User>UserProvider. getUsers()Returns an unmodifiable Collections of all users in the system.Collection<User>UserProvider. getUsers(int startIndex, int numResults)Returns an unmodifiable Collections of users in the system within the specified range.Iterator<User>UserCollection. iterator()Methods in org.jivesoftware.openfire.user with parameters of type User Modifier and Type Method Description voidUserManager. deleteUser(User user)Deletes a user (optional operation). -
Uses of User in org.jivesoftware.util
Methods in org.jivesoftware.util that return User Modifier and Type Method Description UserWebManager. getUser()
-