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 long
PresenceManager. 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.String
PresenceManager. getLastPresenceStatus(User user)
Returns the status sent by the user in his last unavailable presence ornull
if the user is online or never set such information.org.xmpp.packet.Presence
PresenceManager. getPresence(User user)
Returns the user's current presence, ornull
if the user is unavailable.boolean
PresenceManager. isAvailable(User user)
Returns the availability of the user.void
OfflineMessageStore. userCreated(User user, Map<String,Object> params)
void
OfflineMessageStore. userDeleting(User user, Map<String,Object> params)
void
OfflineMessageStore. userModified(User user, Map<String,Object> params)
-
Uses of User in org.jivesoftware.openfire.crowd
Methods in org.jivesoftware.openfire.crowd that return User Modifier and Type Method Description User
CrowdUserProvider. createUser(String username, String password, String name, String email)
User
CrowdUserProvider. 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 User
User. 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 void
EntityCapabilitiesManager. userCreated(User user, Map<String,Object> params)
void
EntityCapabilitiesManager. userDeleting(User user, Map<String,Object> params)
void
EntityCapabilitiesManager. 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 void
UserEventDispatcher. dispatchEvent(User user, UserEventDispatcher.EventType eventType, Map<String,Object> params)
Dispatches an event to all listeners.void
UserEventAdapter. userCreated(User user, Map params)
void
UserEventListener. userCreated(User user, Map<String,Object> params)
A user was created.void
UserEventAdapter. userDeleting(User user, Map params)
void
UserEventListener. userDeleting(User user, Map<String,Object> params)
A user is being deleted.void
UserEventAdapter. userModified(User user, Map params)
void
UserEventListener. 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 void
GroupManager. 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 void
IQBlockingHandler. 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 void
IQBlockingHandler. 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 void
IQBlockingHandler. 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.void
IQPrivacyHandler. userCreated(User user, Map params)
void
IQPrivacyHandler. userDeleting(User user, Map params)
void
IQPrivacyHandler. 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 User
LdapUserProvider. createUser(String username, String password, String name, String email)
User
LdapUserProvider. 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 void
MUCRoom. userCreated(User user, Map<String,Object> params)
void
MultiUserChatManager. userCreated(User user, Map<String,Object> params)
void
MUCRoom. userDeleting(User user, Map<String,Object> params)
void
MultiUserChatManager. userDeleting(User user, Map<String,Object> params)
void
MUCRoom. userModified(User user, Map<String,Object> params)
void
MultiUserChatManager. 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 void
IQPEPHandler. userCreated(User user, Map<String,Object> params)
void
IQPEPHandler. userDeleting(User user, Map<String,Object> params)
void
IQPEPHandler. 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 void
RosterManager. 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.void
RosterManager. userDeleting(User user, Map<String,Object> params)
void
RosterManager. 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 long
PresenceManagerImpl. getLastActivity(User user)
String
PresenceManagerImpl. getLastPresenceStatus(User user)
org.xmpp.packet.Presence
PresenceManagerImpl. getPresence(User user)
boolean
PresenceManagerImpl. isAvailable(User user)
void
PresenceManagerImpl. userCreated(User user, Map<String,Object> params)
void
PresenceManagerImpl. userDeleting(User user, Map<String,Object> params)
void
PresenceManagerImpl. 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 User
DefaultUserProvider. createUser(String username, String password, String name, String email)
User
HybridUserProvider. createUser(String username, String password, String name, String email)
Creates a new user in the first non-read-only provider.User
JDBCUserProvider. createUser(String username, String password, String name, String email)
User
MappedUserProvider. createUser(String username, String password, String name, String email)
User
UserManager. createUser(String username, String password, String name, String email)
Creates a new User.User
UserProvider. createUser(String username, String password, String name, String email)
Creates a new user.User
UserManager. getUser(String username)
Returns the User specified by username.User
UserManager. getUser(org.xmpp.packet.JID user)
Returns the User specified by jid node.User
DefaultUserProvider. loadUser(String username)
User
HybridUserProvider. loadUser(String username)
Loads a user from the first provider that contains the user.User
JDBCUserProvider. loadUser(String username)
User
MappedUserProvider. loadUser(String username)
User
UserProvider. 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 atstartIndex
with 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 void
UserManager. 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 User
WebManager. getUser()
-