Openfire 3.7.1 Javadoc
A B C D E F G H I J K L M N O P Q R S T U V W X Z

A

abbreviate(String, int) - Static method in class org.jivesoftware.util.StringUtils
Abbreviates a string to a specified length and then adds an ellipsis if the input is greater than the maxWidth.
acceptIncomingFileTransferRequest(FileTransfer) - Method in class org.jivesoftware.openfire.filetransfer.DefaultFileTransferManager
 
acceptIncomingFileTransferRequest(FileTransfer) - Method in interface org.jivesoftware.openfire.filetransfer.FileTransferManager
Checks an incoming file transfer request to see if it should be accepted or rejected.
AccessModel - Class in org.jivesoftware.openfire.pubsub.models
Policy that defines who is allowed to subscribe and retrieve items.
AccessModel() - Constructor for class org.jivesoftware.openfire.pubsub.models.AccessModel
 
accessModel - Variable in class org.jivesoftware.openfire.pubsub.Node
Access model that specifies who is allowed to subscribe and retrieve items.
accountLocked(LockOutFlag) - Static method in class org.jivesoftware.openfire.lockout.LockOutEventDispatcher
Notifies the listeners that an account was just set to be disabled/locked out.
accountLocked(LockOutFlag) - Method in interface org.jivesoftware.openfire.lockout.LockOutEventListener
Notifies the listeners that an account was just set to be disabled/locked out.
accountUnlocked(String) - Static method in class org.jivesoftware.openfire.lockout.LockOutEventDispatcher
Notifies the listeners that an account was just enabled (lockout removed).
accountUnlocked(String) - Method in interface org.jivesoftware.openfire.lockout.LockOutEventListener
Notifies the listeners that an account was just enabled (lockout removed).
add(T) - Method in class org.jivesoftware.openfire.Channel
Enqueus a message to be handled by this channel.
add(String, Element) - Method in class org.jivesoftware.openfire.PrivateStorage
Stores private data.
add(E) - Method in class org.jivesoftware.util.ConcurrentHashSet
 
addAdmin(String, MUCRole) - Method in interface org.jivesoftware.openfire.muc.MUCRoom
Deprecated. Replaced by MUCRoom.addAdmin(JID, MUCRole)
addAdmin(JID, MUCRole) - Method in interface org.jivesoftware.openfire.muc.MUCRoom
Adds a new user to the list of admins.
addAdmin(String, MUCRole) - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRoom
Deprecated. 
addAdmin(JID, MUCRole) - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRoom
 
addAdminAccount(String) - Method in class org.jivesoftware.openfire.admin.AdminManager
Adds a new account to the list of Admin accounts, based off a username, which will be converted into a JID.
addAdminAccount(JID) - Method in class org.jivesoftware.openfire.admin.AdminManager
Adds a new account to the list of Admin accounts, based off a JID.
addAdmins(List<String>, MUCRole) - Method in interface org.jivesoftware.openfire.muc.MUCRoom
Adds a list of users to the list of admins.
addAdmins(List<String>, MUCRole) - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRoom
 
addAgentListener(SessionListener) - Method in class org.jivesoftware.openfire.mediaproxy.MediaProxySession
Adds a listener for Session events
addAuthenticatedDomain(String) - Method in class org.jivesoftware.openfire.session.LocalOutgoingServerSession
 
addAuthenticatedDomain(String) - Method in interface org.jivesoftware.openfire.session.OutgoingServerSession
Adds a new authenticated domain, subdomain or virtual host to the list of authenticated domains for the remote server.
addBoolean(boolean) - Method in class org.jivesoftware.database.CachedPreparedStatement
Adds a boolean parameter to the prepared statement.
addClientRoute(JID, LocalClientSession) - Method in interface org.jivesoftware.openfire.RoutingTable
Adds a route to the routing table for the specified client session.
addClientRoute(JID, LocalClientSession) - Method in class org.jivesoftware.openfire.spi.RoutingTableImpl
 
addCommand(AdHocCommand) - Method in class org.jivesoftware.openfire.commands.AdHocCommandHandler
Adds a new command to the list of supported ad-hoc commands by this server.
addCommand(AdHocCommand) - Method in class org.jivesoftware.openfire.commands.AdHocCommandManager
Adds a new command to the list of supported ad-hoc commands by this server.
addComponent(String, Component) - Method in class org.jivesoftware.openfire.component.InternalComponentManager
 
addComponentItem(String, String) - Method in class org.jivesoftware.openfire.disco.IQDiscoItemsHandler
Registers a new disco item for a component.
addComponentItem(String, String, String) - Method in class org.jivesoftware.openfire.disco.IQDiscoItemsHandler
Registers a new disco item for a component.
addComponentRoute(JID, RoutableChannelHandler) - Method in interface org.jivesoftware.openfire.RoutingTable
Adds a route to the routing table for the specified internal or external component.
addComponentRoute(JID, RoutableChannelHandler) - Method in class org.jivesoftware.openfire.spi.RoutingTableImpl
 
addCompression() - Method in interface org.jivesoftware.openfire.Connection
Adds the compression filter to the connection but only filter incoming traffic.
addCompression() - Method in class org.jivesoftware.openfire.net.SocketConnection
 
addCompression() - Method in class org.jivesoftware.openfire.net.VirtualConnection
 
addCompression() - Method in class org.jivesoftware.openfire.nio.NIOConnection
 
addDirectory(File, boolean) - Method in class org.jivesoftware.openfire.container.PluginClassLoader
Adds a directory to the class loader.
addExclude(String) - Static method in class org.jivesoftware.admin.AuthCheckFilter
Adds a new string that when present in the requested URL will skip the "is logged" checking.
addExternalServer(String, String) - Method in class org.jivesoftware.openfire.stun.STUNService
 
addExtraFeature(String) - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
Adds an extra Disco feature to the list of features returned for the conference service.
addExtraIdentity(String, String, String) - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
Adds an extra Disco identity to the list of identities returned for the conference service.
addField(FormField) - Method in interface org.jivesoftware.openfire.forms.DataForm
Deprecated. Adds a new field as part of the form.
addField(FormField) - Method in class org.jivesoftware.openfire.forms.spi.XDataFormImpl
Deprecated.  
addFileTransferInterceptor(FileTransferInterceptor) - Method in class org.jivesoftware.openfire.filetransfer.DefaultFileTransferManager
 
addFileTransferInterceptor(FileTransferInterceptor) - Method in interface org.jivesoftware.openfire.filetransfer.FileTransferManager
 
addFirst(LinkedListNode) - Method in class org.jivesoftware.util.LinkedList
Adds a node to the beginning of the list.
addFirst(Object) - Method in class org.jivesoftware.util.LinkedList
Adds an object to the beginning of the list by automatically creating a a new node and adding it to the beginning of the list.
addFirstOwner(String) - Method in interface org.jivesoftware.openfire.muc.MUCRoom
Adds a new user to the list of owners.
addFirstOwner(String) - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRoom
 
addFormFields(DataForm, boolean) - Method in class org.jivesoftware.openfire.pubsub.CollectionNode
 
addFormFields(DataForm, boolean) - Method in class org.jivesoftware.openfire.pubsub.LeafNode
 
addFormFields(DataForm, boolean) - Method in class org.jivesoftware.openfire.pubsub.Node
Adds the required form fields to the specified form.
AddGroup - Class in org.jivesoftware.openfire.commands.admin.group
Command that allows to create and configure new goups.
AddGroup() - Constructor for class org.jivesoftware.openfire.commands.admin.group.AddGroup
 
AddGroupUsers - Class in org.jivesoftware.openfire.commands.admin.group
Command that allows to add members or admins to a given group.
AddGroupUsers() - Constructor for class org.jivesoftware.openfire.commands.admin.group.AddGroupUsers
 
addHandler(IQHandler) - Method in class org.jivesoftware.openfire.IQRouter
Adds a new IQHandler to the list of registered handler.
addHostname(String) - Method in class org.jivesoftware.openfire.session.LocalOutgoingServerSession
 
addHostname(String) - Method in interface org.jivesoftware.openfire.session.OutgoingServerSession
Adds a new hostname to the list of known hostnames of the remote server.
addingContact(Roster, RosterItem, boolean) - Method in class org.jivesoftware.openfire.pep.IQPEPHandler
 
addingContact(Roster, RosterItem, boolean) - Static method in class org.jivesoftware.openfire.roster.RosterEventDispatcher
Notifies listeners that a contact is about to be added to a roster.
addingContact(Roster, RosterItem, boolean) - Method in interface org.jivesoftware.openfire.roster.RosterEventListener
Notification message indicating that a contact is about to be added to a roster.
addInstruction(String) - Method in interface org.jivesoftware.openfire.forms.DataForm
Deprecated. Adds a new instruction to the list of instructions that explain how to fill out the form and what the form is about.
addInstruction(String) - Method in class org.jivesoftware.openfire.forms.spi.XDataFormImpl
Deprecated.  
addInt(int) - Method in class org.jivesoftware.database.CachedPreparedStatement
Adds an integer parameter to the prepared statement.
addInterceptor(PacketInterceptor) - Method in class org.jivesoftware.openfire.interceptor.InterceptorManager
Inserts a new interceptor at the end of the list of currently configured interceptors.
addInterceptor(int, PacketInterceptor) - Method in class org.jivesoftware.openfire.interceptor.InterceptorManager
Inserts a new interceptor at specified index in the list of currently configured interceptors.
addInvisibleSharedGroup(Group) - Method in class org.jivesoftware.openfire.roster.RosterItem
Adds a new group to the list shared groups that won't be sent to the user.
addIQResultListener(String, IQResultListener) - Method in class org.jivesoftware.openfire.IQRouter
Adds an IQResultListener that will be invoked when an IQ result is sent to the server itself and is of type result or error.
addIQResultListener(String, IQResultListener, long) - Method in class org.jivesoftware.openfire.IQRouter
Adds an IQResultListener that will be invoked when an IQ result is sent to the server itself and is of type result or error.
addItemFields(ArrayList) - Method in interface org.jivesoftware.openfire.forms.DataForm
Deprecated. Adds a new row of items of reported data.
addItemFields(ArrayList) - Method in class org.jivesoftware.openfire.forms.spi.XDataFormImpl
Deprecated.  
addLast(Object) - Method in class org.jivesoftware.util.LinkedList
Adds an object to the end of the list by automatically creating a a new node and adding it to the end of the list.
addListener(ClusterEventListener) - Static method in class org.jivesoftware.openfire.cluster.ClusterManager
Registers a listener to receive events.
addListener(ExternalComponentManagerListener) - Static method in class org.jivesoftware.openfire.component.ExternalComponentManager
Registers a listener to receive events when a configuration change happens.
addListener(ComponentEventListener) - Method in class org.jivesoftware.openfire.component.InternalComponentManager
Adds a new listener that will be notified of component events.
addListener(GroupEventListener) - Static method in class org.jivesoftware.openfire.event.GroupEventDispatcher
Registers a listener to receive events.
addListener(SessionEventListener) - Static method in class org.jivesoftware.openfire.event.SessionEventDispatcher
Registers a listener to receive events.
addListener(UserEventListener) - Static method in class org.jivesoftware.openfire.event.UserEventDispatcher
Registers a listener to receive events.
addListener(LockOutEventListener) - Static method in class org.jivesoftware.openfire.lockout.LockOutEventDispatcher
Registers a listener to receive events.
addListener(MUCEventListener) - Static method in class org.jivesoftware.openfire.muc.MUCEventDispatcher
 
addListener(MUCServicePropertyEventListener) - Static method in class org.jivesoftware.openfire.muc.spi.MUCServicePropertyEventDispatcher
Registers a listener to receive events.
addListener(OfflineMessageListener) - Static method in class org.jivesoftware.openfire.OfflineMessageStrategy
Registers a listener to receive events.
addListener(PrivacyListEventListener) - Method in class org.jivesoftware.openfire.privacy.PrivacyListManager
Registers a listener to receive events when a privacy list is created, updated or deleted.
addListener(RosterEventListener) - Static method in class org.jivesoftware.openfire.roster.RosterEventDispatcher
Registers a listener to receive events.
addListener(PresenceEventListener) - Static method in class org.jivesoftware.openfire.user.PresenceEventDispatcher
Registers a listener to receive events.
addListener(RemotePresenceEventListener) - Static method in class org.jivesoftware.openfire.user.RemotePresenceEventDispatcher
Registers a listener to receive events.
addListener(VCardListener) - Static method in class org.jivesoftware.openfire.vcard.VCardEventDispatcher
Registers a listener to receive events when a vCard is created, updated or deleted.
addListener(CertificateEventListener) - Static method in class org.jivesoftware.util.CertificateManager
Registers a listener to receive events.
addListener(PropertyEventListener) - Static method in class org.jivesoftware.util.PropertyEventDispatcher
Registers a listener to receive events.
addLong(long) - Method in class org.jivesoftware.database.CachedPreparedStatement
Adds a long parameter to the prepared statement.
addMember(String, JID, boolean) - Method in class org.jivesoftware.openfire.clearspace.ClearspaceGroupProvider
 
addMember(String, JID, boolean) - Method in class org.jivesoftware.openfire.group.DefaultGroupProvider
 
addMember(String, JID, boolean) - Method in interface org.jivesoftware.openfire.group.GroupProvider
Adds an entity to a group (optional operation).
addMember(String, JID, boolean) - Method in class org.jivesoftware.openfire.group.JDBCGroupProvider
Always throws an UnsupportedOperationException because JDBC groups are read-only.
addMember(String, JID, boolean) - Method in class org.jivesoftware.openfire.ldap.LdapGroupProvider
Always throws an UnsupportedOperationException because LDAP groups are read-only.
AddMember - Class in org.jivesoftware.openfire.muc.cluster
Task that adds a new member to the room in the other cluster nodes.
AddMember() - Constructor for class org.jivesoftware.openfire.muc.cluster.AddMember
 
AddMember(LocalMUCRoom, String, String) - Constructor for class org.jivesoftware.openfire.muc.cluster.AddMember
 
addMember(String, String, MUCRole) - Method in interface org.jivesoftware.openfire.muc.MUCRoom
Deprecated. Replaced by MUCRoom.addMember(JID, String, MUCRole)
addMember(JID, String, MUCRole) - Method in interface org.jivesoftware.openfire.muc.MUCRoom
Adds a new user to the list of members.
addMember(String, String, MUCRole) - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRoom
Deprecated. 
addMember(JID, String, MUCRole) - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRoom
 
addMessage(Message) - Method in class org.jivesoftware.openfire.muc.HistoryStrategy
Add a message to the current chat history.
addMessage(Message) - Method in class org.jivesoftware.openfire.muc.MUCRoomHistory
 
addMessage(Message) - Method in class org.jivesoftware.openfire.OfflineMessageStore
Adds a message to this message store.
addModel(String, InputStream) - Static method in class org.jivesoftware.admin.AdminConsole
Adds XML stream to the tabs/sidebar model.
addModel(String, Element) - Static method in class org.jivesoftware.admin.AdminConsole
Adds an <adminconsole> Element to the tabs/sidebar model.
addModerator(JID, MUCRole) - Method in interface org.jivesoftware.openfire.muc.MUCRoom
Changes the role of the user within the room to moderator.
addModerator(JID, MUCRole) - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRoom
 
addMultiStatistic(String, String, Statistic) - Method in class org.jivesoftware.openfire.stats.StatisticsManager
 
addNextStageInformation(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.AdHocCommand
Increments the stage number by one and adds to the command element the new data form and new allowed actions that the user might perform.
addNode(Node) - Method in class org.jivesoftware.openfire.pep.PEPService
 
addNode(Node) - Method in class org.jivesoftware.openfire.pubsub.PubSubModule
 
addNode(Node) - Method in interface org.jivesoftware.openfire.pubsub.PubSubService
Adds an already persistent node to the service.
addNone(String, MUCRole) - Method in interface org.jivesoftware.openfire.muc.MUCRoom
Deprecated. Replaced by MUCRoom.addNone(JID, MUCRole)
addNone(JID, MUCRole) - Method in interface org.jivesoftware.openfire.muc.MUCRoom
Removes the user from all the other affiliation list thus giving the user a NONE affiliation.
addNone(String, MUCRole) - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRoom
Deprecated. 
addNone(JID, MUCRole) - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRoom
 
addNoneAffiliation(JID) - Method in class org.jivesoftware.openfire.pubsub.Node
Adds a new affiliation or updates an existing affiliation of the specified entity JID to become a none affiliate.
addOldMessage(String, String, Date, String, String) - Method in class org.jivesoftware.openfire.muc.MUCRoomHistory
Creates a new message and adds it to the history.
addOption(String, String) - Method in interface org.jivesoftware.openfire.forms.FormField
Deprecated. Adds an available option to the question that the user has in order to answer the question.
addOption(String, String) - Method in class org.jivesoftware.openfire.forms.spi.XFormFieldImpl
Deprecated.  
addOutcast(String, String, MUCRole) - Method in interface org.jivesoftware.openfire.muc.MUCRoom
Deprecated. Replaced by MUCRoom.addOutcast(JID, String, MUCRole)
addOutcast(JID, String, MUCRole) - Method in interface org.jivesoftware.openfire.muc.MUCRoom
Adds a new user to the list of outcast users.
addOutcast(String, String, MUCRole) - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRoom
Deprecated. 
addOutcast(JID, String, MUCRole) - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRoom
 
addOutcast(JID) - Method in class org.jivesoftware.openfire.pubsub.Node
Sets that the specified entity is an outcast of the node.
addOwner(String, MUCRole) - Method in interface org.jivesoftware.openfire.muc.MUCRoom
Deprecated. Replaced by MUCRoom.addOwner(JID, MUCRole)
addOwner(JID, MUCRole) - Method in interface org.jivesoftware.openfire.muc.MUCRoom
Adds a new user to the list of owners.
addOwner(String, MUCRole) - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRoom
Deprecated. 
addOwner(JID, MUCRole) - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRoom
 
addOwner(JID) - Method in class org.jivesoftware.openfire.pubsub.Node
Adds a new affiliation or updates an existing affiliation of the specified entity JID to become a node owner.
addOwners(List<String>, MUCRole) - Method in interface org.jivesoftware.openfire.muc.MUCRoom
Adds a list of users to the list of owners.
addOwners(List<String>, MUCRole) - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRoom
 
addParticipant(JID, String, MUCRole) - Method in interface org.jivesoftware.openfire.muc.MUCRoom
Changes the role of the user within the room to participant.
addParticipant(JID, String, MUCRole) - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRoom
 
addPluginFilter(PluginFilter.SimpleFilter) - Static method in class org.jivesoftware.admin.PluginFilter
Adds a filter to the list of filters that will be run on every request.
addPluginListener(PluginListener) - Method in class org.jivesoftware.openfire.container.PluginManager
 
addPluginManagerListener(PluginManagerListener) - Method in class org.jivesoftware.openfire.container.PluginManager
 
addPresenceRequest(JID, JID) - Method in class org.jivesoftware.openfire.component.InternalComponentManager
Registers Probeers who have not yet been serviced.
addPreviousStageInformation(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.AdHocCommand
Decrements the stage number by one and adds to the command the data form and allowed actions that the user might perform of the previous stage.
addPublisher(JID) - Method in class org.jivesoftware.openfire.pubsub.Node
Adds a new affiliation or updates an existing affiliation of the specified entity JID to become a node publisher.
addReceiver(String) - Method in class org.jivesoftware.openfire.handler.DirectedPresence
 
addRelayAgent(String, String, String, int, String, int) - Method in class org.jivesoftware.openfire.mediaproxy.MediaProxy
Add a new Dynamic Session to the mediaproxy for defined IPs and ports.
addRelayAgent(String, String) - Method in class org.jivesoftware.openfire.mediaproxy.MediaProxy
Add a new Dynamic Session to the mediaproxy WITHOUT defined IPs and ports.
addReportedField(FormField) - Method in interface org.jivesoftware.openfire.forms.DataForm
Deprecated. Adds a field to the list of fields that will be returned from a search.
addReportedField(FormField) - Method in class org.jivesoftware.openfire.forms.spi.XDataFormImpl
Deprecated.  
ADDRESS - Static variable in interface org.jivesoftware.openfire.handler.IQRegisterInfo
The user's address
addRole(String, LocalMUCRole) - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCUser
Adds the role of the user in a particular room.
addServerFeature(String) - Method in class org.jivesoftware.openfire.disco.IQDiscoInfoHandler
Adds one specific feature to the information returned whenever a disco for information is made against the server.
addServerItemsProvider(ServerItemsProvider) - Method in class org.jivesoftware.openfire.disco.IQDiscoItemsHandler
Adds the items provided by the new service that implements the ServerItemsProvider interface.
addServerListener(XMPPServerListener) - Method in class org.jivesoftware.openfire.XMPPServer
Adds a new server listener that will be notified when the server has been started or is about to be stopped.
addServerRoute(JID, LocalOutgoingServerSession) - Method in interface org.jivesoftware.openfire.RoutingTable
Adds a route to the routing table for the specified outoing server session.
addServerRoute(JID, LocalOutgoingServerSession) - Method in class org.jivesoftware.openfire.spi.RoutingTableImpl
 
addSession(LocalClientSession) - Method in class org.jivesoftware.openfire.SessionManager
Add a new session to be managed.
addSessionCloseListener(SessionListener) - Method in class org.jivesoftware.openfire.http.HttpSession
Adds a SessionListener to this session.
addSharedGroup(Group) - Method in class org.jivesoftware.openfire.roster.RosterItem
Adds a new group to the shared groups list.
addStageActions(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.AdHocCommand
Adds the allowed actions to follow from the current stage.
addStageInformation(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.AdHocCommand
Adds to the command element the data form or notes required by the current stage.
addStageInformation(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.admin.GetAdminConsoleInfo
 
addStageInformation(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.admin.GetListActiveUsers
 
addStageInformation(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.admin.GetNumberActiveUsers
 
addStageInformation(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.admin.GetNumberOnlineUsers
 
addStageInformation(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.admin.GetNumberUserSessions
 
addStageInformation(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.admin.GetServerStats
 
addStageInformation(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.admin.GetUsersPresence
 
addStageInformation(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.admin.group.AddGroup
 
addStageInformation(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.admin.group.AddGroupUsers
 
addStageInformation(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.admin.group.DeleteGroup
 
addStageInformation(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.admin.group.DeleteGroupUsers
 
addStageInformation(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.admin.group.GetListGroups
 
addStageInformation(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.admin.group.GetListGroupUsers
 
addStageInformation(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.admin.group.UpdateGroup
 
addStageInformation(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.admin.HttpBindStatus
 
addStageInformation(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.admin.muc.CreateMUCRoom
 
addStageInformation(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.admin.PacketsNotification
 
addStageInformation(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.admin.user.AddUser
 
addStageInformation(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.admin.user.AuthenticateUser
 
addStageInformation(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.admin.user.ChangeUserPassword
 
addStageInformation(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.admin.user.UserProperties
 
addStageInformation(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.clearspace.ChangeSharedSecret
 
addStageInformation(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.clearspace.GenerateNonce
 
addStageInformation(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.clearspace.SystemAdminAdded
 
addStageInformation(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.clearspace.SystemAdminRemoved
 
addStageInformation(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.event.GroupAdminAdded
 
addStageInformation(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.event.GroupAdminRemoved
 
addStageInformation(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.event.GroupCreated
 
addStageInformation(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.event.GroupDeleting
 
addStageInformation(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.event.GroupMemberAdded
 
addStageInformation(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.event.GroupMemberRemoved
 
addStageInformation(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.event.GroupModified
 
addStageInformation(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.event.UserCreated
 
addStageInformation(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.event.UserDeleting
 
addStageInformation(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.event.UserModified
 
addStageInformation(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.event.VCardCreated
 
addStageInformation(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.event.VCardDeleting
 
addStageInformation(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.event.VCardModified
 
addStageInformation(SessionData, Element) - Method in class org.jivesoftware.openfire.pubsub.PendingSubscriptionsCommand
 
addStatistic(String, Statistic) - Method in class org.jivesoftware.openfire.stats.StatisticsManager
Adds a stat to be tracked to the StatManager.
addString(String) - Method in class org.jivesoftware.database.CachedPreparedStatement
Adds a String parameter to the prepared statement.
addSubscriber(JID, boolean, boolean, boolean, boolean, boolean) - Method in class org.jivesoftware.openfire.interceptor.PacketCopier
Creates new subscription for the specified component with the specified settings.
addSupportedMechanism(String) - Static method in class org.jivesoftware.openfire.net.SASLAuthentication
Adds a new SASL mechanism to the list of supported SASL mechanisms by the server.
addSysadmin(String) - Method in interface org.jivesoftware.openfire.muc.MultiUserChatService
Adds a new system administrator of the MUC service.
addSysadmin(String) - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
 
addSysadmin(String) - Method in class org.jivesoftware.openfire.pubsub.PubSubModule
 
addTask(MUCRoomTask) - Method in class org.jivesoftware.openfire.muc.cluster.QueuedTasksManager
Queues a task.
addTransport(Channel) - Method in class org.jivesoftware.openfire.transport.TransportHandler
 
addURLFile(URL) - Method in class org.jivesoftware.openfire.container.PluginClassLoader
 
AddUser - Class in org.jivesoftware.openfire.commands.admin.user
Adds a user to Openfire if the provider is not read-only.
AddUser() - Constructor for class org.jivesoftware.openfire.commands.admin.user.AddUser
 
addUserAllowedToCreate(String) - Method in interface org.jivesoftware.openfire.muc.MultiUserChatService
Adds a new user to the list of JIDs that are allowed to create MUC rooms.
addUserAllowedToCreate(String) - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
 
addUserAllowedToCreate(String) - Method in class org.jivesoftware.openfire.pubsub.PubSubModule
 
addUserInterceptor(String, int, PacketInterceptor) - Method in class org.jivesoftware.openfire.interceptor.InterceptorManager
Inserts a new interceptor at specified index in the list of currently configured interceptors for a specific username.
addUserNameProvider(String, UserNameProvider) - Static method in class org.jivesoftware.openfire.user.UserNameManager
Adds the specified UserNameProvider as the provider of users of the specified domain.
addValidatedDomain(String) - Method in class org.jivesoftware.openfire.session.LocalIncomingServerSession
Adds a new validated domain, subdomain or virtual host to the list of validated domains for the remote server.
addValue(String) - Method in interface org.jivesoftware.openfire.forms.FormField
Deprecated. Adds a default value to the question if the question is part of a form to fill out.
addValue(String) - Method in class org.jivesoftware.openfire.forms.spi.XFormFieldImpl
Deprecated.  
addVisitor(JID, MUCRole) - Method in interface org.jivesoftware.openfire.muc.MUCRoom
Changes the role of the user within the room to visitor.
addVisitor(JID, MUCRole) - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRoom
 
addXPath(String) - Method in interface org.jivesoftware.openfire.audit.AuditManager
Adds an XPath expression to be used for filtering packets to be audited.
addXPath(String) - Method in class org.jivesoftware.openfire.audit.spi.AuditManagerImpl
 
AdHocCommand - Class in org.jivesoftware.openfire.commands
An ad-hoc command is a stateless object responsbile for executing the provided service.
AdHocCommand() - Constructor for class org.jivesoftware.openfire.commands.AdHocCommand
 
AdHocCommand.Action - Enum in org.jivesoftware.openfire.commands
 
AdHocCommand.Status - Enum in org.jivesoftware.openfire.commands
 
AdHocCommandHandler - Class in org.jivesoftware.openfire.commands
An AdHocCommandHandler is responsbile for providing discoverable information about the supported commands and for handling commands requests.
AdHocCommandHandler() - Constructor for class org.jivesoftware.openfire.commands.AdHocCommandHandler
 
AdHocCommandManager - Class in org.jivesoftware.openfire.commands
An AdHocCommandManager is responsible for keeping the list of available commands offered by a service and for processing commands requests.
AdHocCommandManager() - Constructor for class org.jivesoftware.openfire.commands.AdHocCommandManager
 
adminAdded(Group, Map) - Method in interface org.jivesoftware.openfire.event.GroupEventListener
An administrator was added to a group.
adminAdded(Group, Map) - Method in class org.jivesoftware.openfire.roster.RosterManager
 
AdminConsole - Class in org.jivesoftware.admin
A model for admin tab and sidebar info.
AdminConsolePlugin - Class in org.jivesoftware.openfire.container
The admin console plugin.
AdminConsolePlugin() - Constructor for class org.jivesoftware.openfire.container.AdminConsolePlugin
Create a Jetty module.
AdminManager - Class in org.jivesoftware.openfire.admin
The AdminManager manages the AdminProvider configured for this server, caches knowledge of accounts with admin permissions, and provides a single point of entry for handling getting and setting administrative accounts.
AdminPageBean - Class in org.jivesoftware.admin
A bean to hold page information for the admin console.
AdminPageBean() - Constructor for class org.jivesoftware.admin.AdminPageBean
 
AdminPageBean.Breadcrumb - Class in org.jivesoftware.admin
A simple model of a breadcrumb.
AdminPageBean.Breadcrumb(String, String) - Constructor for class org.jivesoftware.admin.AdminPageBean.Breadcrumb
Creates a crumb given a name an URL.
AdminProvider - Interface in org.jivesoftware.openfire.admin
An AdminProvider handles storage of information about admin accounts, and requests to set the list of admin users.
adminRemoved(Group, Map) - Method in interface org.jivesoftware.openfire.event.GroupEventListener
An administrator was removed from a group.
adminRemoved(Group, Map) - Method in class org.jivesoftware.openfire.roster.RosterManager
 
affiliates - Variable in class org.jivesoftware.openfire.pubsub.Node
The JIDs of those who have an affiliation with this node.
ageList - Variable in class org.jivesoftware.util.cache.DefaultCache
Linked list to maintain time that cache objects were initially added to the cache, most recently added to oldest added.
allowAccess(ExternalComponentConfiguration) - Static method in class org.jivesoftware.openfire.component.ExternalComponentManager
Allows an external component to connect to the local server with the specified configuration.
allowAccess(RemoteServerConfiguration) - Static method in class org.jivesoftware.openfire.server.RemoteServerManager
Allows a remote server to connect to the local server with the specified configuration.
AlreadyExistsException - Exception in org.jivesoftware.util
Flags an exception when something to be created or added already exists.
AlreadyExistsException() - Constructor for exception org.jivesoftware.util.AlreadyExistsException
 
AlreadyExistsException(String) - Constructor for exception org.jivesoftware.util.AlreadyExistsException
 
ANONYMOUS_C2S_CACHE_NAME - Static variable in class org.jivesoftware.openfire.spi.RoutingTableImpl
 
anonymousSessionCreated(Session) - Method in interface org.jivesoftware.openfire.event.SessionEventListener
Notification event indicating that an anonymous user has authenticated with the server.
anonymousSessionCreated(Session) - Method in class org.jivesoftware.openfire.multiplex.ConnectionMultiplexerManager
 
anonymousSessionDestroyed(Session) - Method in interface org.jivesoftware.openfire.event.SessionEventListener
An authenticated session of an anonymous user was destroyed.
anonymousSessionDestroyed(Session) - Method in class org.jivesoftware.openfire.multiplex.ConnectionMultiplexerManager
 
answerTimeout(String) - Method in class org.jivesoftware.openfire.entitycaps.EntityCapabilitiesManager
 
answerTimeout(String) - Method in class org.jivesoftware.openfire.MulticastRouter
 
answerTimeout(String) - Method in class org.jivesoftware.openfire.user.UserManager
 
application - Variable in class org.jivesoftware.util.WebBean
 
applyRSMDirectives(Element) - Method in class org.jivesoftware.openfire.resultsetmanager.ResultSet
Deprecated. Applies the 'result set management' directives to this result set, and returns a list of Results that matches the directives.
approveSubscription(NodeSubscription, boolean) - Method in class org.jivesoftware.openfire.pubsub.Node
Approves or cancels a subscriptions that was pending to be approved by a node owner.
ASCENDING - Static variable in class org.jivesoftware.openfire.SessionResultFilter
Ascending sort (ie 3, 4, 5...).
asElement() - Method in class org.jivesoftware.openfire.privacy.PrivacyList
Returns an Element with the privacy list XML representation.
ASK_NONE - Static variable in class org.jivesoftware.openfire.roster.RosterItem
The roster item has no pending subscription requests.
ASK_SUBSCRIBE - Static variable in class org.jivesoftware.openfire.roster.RosterItem
The roster item has been asked for permission to subscribe to their presence but no response has been received.
ASK_UNSUBSCRIBE - Static variable in class org.jivesoftware.openfire.roster.RosterItem
The roster owner has asked to the roster item to unsubscribe from it's presence but has not received confirmation.
askStatus - Variable in class org.jivesoftware.openfire.roster.RosterItem
 
asXMLElement() - Method in class org.jivesoftware.openfire.forms.spi.XDataFormImpl
Deprecated.  
asXMLElement() - Method in class org.jivesoftware.openfire.forms.spi.XFormFieldImpl
Deprecated.  
audit(Packet, Session) - Method in interface org.jivesoftware.openfire.audit.Auditor
Audit an XMPP packet.
audit(Packet, Session) - Method in class org.jivesoftware.openfire.audit.spi.AuditorImpl
 
AUDIT_URL_PREFIX - Static variable in class org.jivesoftware.openfire.clearspace.ClearspaceSecurityAuditProvider
 
AuditEvent - Class in org.jivesoftware.openfire.audit
Defines the known event types used with audits on arbitrary data/events.
AuditEvent(Session, Date, int, int, String) - Constructor for class org.jivesoftware.openfire.audit.AuditEvent
Create a new audit event.
AuditManager - Interface in org.jivesoftware.openfire.audit
Manages and directs server message auditing behavior.
AuditManagerImpl - Class in org.jivesoftware.openfire.audit.spi
Implementation of the AuditManager interface.
AuditManagerImpl() - Constructor for class org.jivesoftware.openfire.audit.spi.AuditManagerImpl
 
Auditor - Interface in org.jivesoftware.openfire.audit
Use auditors to audit events and messages on the server.
AuditorImpl - Class in org.jivesoftware.openfire.audit.spi
 
AuditorImpl(AuditManager) - Constructor for class org.jivesoftware.openfire.audit.spi.AuditorImpl
 
AuditStreamIDFactory - Class in org.jivesoftware.openfire.audit
Factory for producing audit stream IDs.
AuditStreamIDFactory() - Constructor for class org.jivesoftware.openfire.audit.AuditStreamIDFactory
 
AuditWriteOnlyException - Exception in org.jivesoftware.openfire.security
Thrown if a reading is not permitted with the configured SecurityAuditProvider.
AuditWriteOnlyException() - Constructor for exception org.jivesoftware.openfire.security.AuditWriteOnlyException
 
AuditWriteOnlyException(String) - Constructor for exception org.jivesoftware.openfire.security.AuditWriteOnlyException
 
AuditWriteOnlyException(Throwable) - Constructor for exception org.jivesoftware.openfire.security.AuditWriteOnlyException
 
AuditWriteOnlyException(String, Throwable) - Constructor for exception org.jivesoftware.openfire.security.AuditWriteOnlyException
 
AuthCheckFilter - Class in org.jivesoftware.admin
A simple filter which checks for the auth token in the user's session.
AuthCheckFilter() - Constructor for class org.jivesoftware.admin.AuthCheckFilter
 
authenticate(String, String) - Static method in class org.jivesoftware.openfire.auth.AuthFactory
Authenticates a user with a username and plain text password and returns and AuthToken.
authenticate(String, String, String) - Static method in class org.jivesoftware.openfire.auth.AuthFactory
Authenticates a user with a username, token, and digest and returns an AuthToken.
authenticate(String, String) - Method in interface org.jivesoftware.openfire.auth.AuthProvider
Returns if the username and password are valid; otherwise this method throws an UnauthorizedException.
authenticate(String, String, String) - Method in interface org.jivesoftware.openfire.auth.AuthProvider
Returns if the username, token, and digest are valid; otherwise this method throws an UnauthorizedException.
authenticate(String, String) - Method in class org.jivesoftware.openfire.auth.DefaultAuthProvider
 
authenticate(String, String, String) - Method in class org.jivesoftware.openfire.auth.DefaultAuthProvider
 
authenticate(String, String) - Method in class org.jivesoftware.openfire.auth.HybridAuthProvider
 
authenticate(String, String, String) - Method in class org.jivesoftware.openfire.auth.HybridAuthProvider
 
authenticate(String, String) - Method in class org.jivesoftware.openfire.auth.JDBCAuthProvider
 
authenticate(String, String, String) - Method in class org.jivesoftware.openfire.auth.JDBCAuthProvider
 
authenticate(String, String) - Method in class org.jivesoftware.openfire.auth.NativeAuthProvider
 
authenticate(String, String, String) - Method in class org.jivesoftware.openfire.auth.NativeAuthProvider
 
authenticate(String, String) - Method in class org.jivesoftware.openfire.auth.POP3AuthProvider
 
authenticate(String, String, String) - Method in class org.jivesoftware.openfire.auth.POP3AuthProvider
 
authenticate(String, String) - Method in class org.jivesoftware.openfire.clearspace.ClearspaceAuthProvider
Authenticates the user using permissionService/authenticate service of Clearspace.
authenticate(String, String, String) - Method in class org.jivesoftware.openfire.clearspace.ClearspaceAuthProvider
This method is not supported.
authenticate(String, String) - Method in class org.jivesoftware.openfire.ldap.LdapAuthProvider
 
authenticate(String, String, String) - Method in class org.jivesoftware.openfire.ldap.LdapAuthProvider
 
authenticate(String) - Method in class org.jivesoftware.openfire.session.LocalComponentSession
Authenticate the external component using a digest method.
authenticate(String) - Method in class org.jivesoftware.openfire.session.LocalConnectionMultiplexerSession
Authenticates the connection manager.
authenticateDomain(OutgoingServerSocketReader, String, String, String) - Method in class org.jivesoftware.openfire.server.ServerDialback
Authenticates the Originating Server domain with the Receiving Server.
authenticateDomain(String, String) - Static method in class org.jivesoftware.openfire.session.LocalOutgoingServerSession
Creates a new outgoing connection to the specified hostname if no one exists.
authenticateSharedSecret(String) - Static method in class org.jivesoftware.openfire.net.SASLAuthentication
Returns true if the supplied digest matches the shared secret value.
authenticateSubdomain(String, String) - Method in class org.jivesoftware.openfire.session.LocalOutgoingServerSession
 
authenticateSubdomain(String, String) - Method in interface org.jivesoftware.openfire.session.OutgoingServerSession
Authenticates a subdomain of this server with the specified remote server over an exsiting outgoing connection.
AuthenticateUser - Class in org.jivesoftware.openfire.commands.admin.user
Takes a user's username and password to authenticate them against the Openfire authprovider.
AuthenticateUser() - Constructor for class org.jivesoftware.openfire.commands.admin.user.AuthenticateUser
 
AuthFactory - Class in org.jivesoftware.openfire.auth
Pluggable authentication service.
AuthFactory() - Constructor for class org.jivesoftware.openfire.auth.AuthFactory
 
AuthorizationManager - Class in org.jivesoftware.openfire.auth
Manages the AuthorizationProvider objects.
AuthorizationMapping - Interface in org.jivesoftware.openfire.auth
This is the interface the used to provide default defualt authorization ID's when none was selected by the client.
AuthorizationPolicy - Interface in org.jivesoftware.openfire.auth
This is the interface the AuthorizationManager uses to conduct authorizations.
authorize(String, String) - Static method in class org.jivesoftware.openfire.auth.AuthorizationManager
Authorize the authenticated used to the requested username.
authorize(String, String) - Method in interface org.jivesoftware.openfire.auth.AuthorizationPolicy
Returns true if the principal is explicity authorized to the JID
authorize(String, String) - Method in class org.jivesoftware.openfire.auth.DefaultAuthorizationPolicy
Returns true if the principal is explicity authorized to the JID
authorize(String, String) - Method in class org.jivesoftware.openfire.ldap.LdapAuthorizationPolicy
Returns if the principal is explicity authorized to the JID, throws an UnauthorizedException otherwise
authorize - Static variable in class org.jivesoftware.openfire.pubsub.models.AccessModel
 
AuthorizeAccess - Class in org.jivesoftware.openfire.pubsub.models
Subscription requests must be approved and only subscribers may retrieve items.
AuthProvider - Interface in org.jivesoftware.openfire.auth
Provider interface for authentication.
AuthToken - Class in org.jivesoftware.openfire.auth
A token that proves that a user has successfully authenticated.
AuthToken(String) - Constructor for class org.jivesoftware.openfire.auth.AuthToken
Constucts a new AuthToken with the specified username.
AuthToken(String, Boolean) - Constructor for class org.jivesoftware.openfire.auth.AuthToken
 
authToken - Variable in class org.jivesoftware.openfire.session.LocalClientSession
The authentication token for this session.
AvailablePlugin - Class in org.jivesoftware.openfire.update
Plugin available at igniterealtime.org.
AvailablePlugin(String, String, String, String, String, String, String, String, String, String, String) - Constructor for class org.jivesoftware.openfire.update.AvailablePlugin
 
availableSession(ClientSession, Presence) - Method in class org.jivesoftware.openfire.pep.IQPEPHandler
 
availableSession(ClientSession, Presence) - Static method in class org.jivesoftware.openfire.user.PresenceEventDispatcher
Notification message indicating that a session that was not available is now available.
availableSession(ClientSession, Presence) - Method in interface org.jivesoftware.openfire.user.PresenceEventListener
Notification message indicating that a session that was not available is now available.
AVATAR_URL_PREFIX - Static variable in class org.jivesoftware.openfire.clearspace.ClearspaceVCardProvider
 

B

Base64 - Class in org.jivesoftware.util
Encodes and decodes to and from Base64 notation.
Base64.InputStream - Class in org.jivesoftware.util
A Base64.InputStream will read data from another java.io.InputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
Base64.InputStream(InputStream) - Constructor for class org.jivesoftware.util.Base64.InputStream
Constructs a Base64.InputStream in DECODE mode.
Base64.InputStream(InputStream, int) - Constructor for class org.jivesoftware.util.Base64.InputStream
Constructs a Base64.InputStream in either ENCODE or DECODE mode.
Base64.OutputStream - Class in org.jivesoftware.util
A Base64.OutputStream will write data to another java.io.OutputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
Base64.OutputStream(OutputStream) - Constructor for class org.jivesoftware.util.Base64.OutputStream
Constructs a Base64.OutputStream in ENCODE mode.
Base64.OutputStream(OutputStream, int) - Constructor for class org.jivesoftware.util.Base64.OutputStream
Constructs a Base64.OutputStream in either ENCODE or DECODE mode.
BasicModule - Class in org.jivesoftware.openfire.container
A default Module implementation that basically avoids subclasses having to implement the whole Module interface.
BasicModule(String) - Constructor for class org.jivesoftware.openfire.container.BasicModule
Create a basic module with the given name.
BasicStreamIDFactory - Class in org.jivesoftware.openfire.spi
A basic stream ID factory that produces id's using java.util.Random and a simple hex representation of a random int.
BasicStreamIDFactory() - Constructor for class org.jivesoftware.openfire.spi.BasicStreamIDFactory
 
BeanUtils - Class in org.jivesoftware.util
A utility class that provides methods that are useful for dealing with Java Beans.
BIRTHDAY - Static variable in class org.jivesoftware.admin.LdapUserTester
 
blockAccess(String) - Static method in class org.jivesoftware.openfire.component.ExternalComponentManager
Blocks an external component from connecting to the local server.
blockAccess(String) - Static method in class org.jivesoftware.openfire.server.RemoteServerManager
Blocks a remote server from connecting to the local server.
blockGroupEvents() - Method in class org.jivesoftware.openfire.clearspace.ClearspaceSecurityAuditProvider
Clearspace handles logging it's own group events.
blockGroupEvents() - Method in class org.jivesoftware.openfire.security.DefaultSecurityAuditProvider
The default provider logs group events.
blockGroupEvents() - Method in interface org.jivesoftware.openfire.security.SecurityAuditProvider
Returns true if the provider should not send group change (create, edit, delete, etc) related security events on through.
blockUserEvents() - Method in class org.jivesoftware.openfire.clearspace.ClearspaceSecurityAuditProvider
Clearspace handles logging it's own user events.
blockUserEvents() - Method in class org.jivesoftware.openfire.security.DefaultSecurityAuditProvider
The default provider logs user events.
blockUserEvents() - Method in interface org.jivesoftware.openfire.security.SecurityAuditProvider
Returns true if the provider should not send user change (create, edit, delete, etc) related security events on through.
Blowfish - Class in org.jivesoftware.util
A class that provides easy Blowfish encryption.
Blowfish(String) - Constructor for class org.jivesoftware.util.Blowfish
Creates a new Blowfish object using the specified key (oversized password will be cut).
bodyXSLT - Variable in class org.jivesoftware.openfire.pubsub.Node
The URL of an XSL transformation which can be applied to payloads in order to generate an appropriate message body element.
BoshBindingError - Enum in org.jivesoftware.openfire.http
An enum defining all errors which can happen during a BOSH session.
BoshBindingError.Type - Enum in org.jivesoftware.openfire.http
 
broadcast(BroadcastPresenceRequest) - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRoom
 
broadcast(BroadcastMessageRequest) - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRoom
 
broadcast(Node, Message, Collection<JID>) - Method in class org.jivesoftware.openfire.pep.PEPService
 
broadcast(Node, Message, Collection<JID>) - Method in class org.jivesoftware.openfire.pubsub.PubSubModule
 
broadcast(Node, Message, Collection<JID>) - Method in interface org.jivesoftware.openfire.pubsub.PubSubService
Broadcasts the specified Message containing an event notification to a list of subscribers to the specified node.
broadcast(RosterItem, boolean) - Method in class org.jivesoftware.openfire.roster.Roster
Broadcasts the RosterItem to all the connected resources of this user.
broadcast(Message) - Method in class org.jivesoftware.openfire.SessionManager
Broadcasts the given data to all connected sessions.
BroadcastMessageRequest - Class in org.jivesoftware.openfire.muc.cluster
Task that broadcasts a message to local room occupants.
BroadcastMessageRequest() - Constructor for class org.jivesoftware.openfire.muc.cluster.BroadcastMessageRequest
 
BroadcastMessageRequest(LocalMUCRoom, Message, int) - Constructor for class org.jivesoftware.openfire.muc.cluster.BroadcastMessageRequest
 
broadcastNodeEvent(Message, boolean) - Method in class org.jivesoftware.openfire.pubsub.Node
Broadcasts a node event to subscribers of the node.
broadcastPacket(Message) - Method in interface org.jivesoftware.openfire.RemotePacketRouter
Brodcasts the specified message to all local client sessions of each cluster node.
broadcastPacket(Message, boolean) - Method in interface org.jivesoftware.openfire.RoutingTable
Broadcasts the specified message to connected client sessions to the local node or across the cluster.
broadcastPacket(Message, boolean) - Method in class org.jivesoftware.openfire.spi.RoutingTableImpl
 
broadcastPresence(Presence) - Method in class org.jivesoftware.openfire.roster.Roster
Broadcast the presence update to all subscribers of the roter.
BroadcastPresenceRequest - Class in org.jivesoftware.openfire.muc.cluster
Task that broadcasts the presence of a room occupant to the occupants of the room being hosted by the cluster node.
BroadcastPresenceRequest() - Constructor for class org.jivesoftware.openfire.muc.cluster.BroadcastPresenceRequest
 
BroadcastPresenceRequest(LocalMUCRoom, Presence) - Constructor for class org.jivesoftware.openfire.muc.cluster.BroadcastPresenceRequest
 
broadcastPresenceToOtherResources(JID, Presence) - Method in class org.jivesoftware.openfire.SessionManager
Broadcasts presence updates from the originating user's resource to any of the user's existing available resources (if any).
BrowserLauncher - Class in org.jivesoftware.openfire.launcher
BrowserLauncher is a class that provides one static method, openURL, which opens the default web browser for the current user of the system to the given URL.
BUSINESS_CITY - Static variable in class org.jivesoftware.admin.LdapUserTester
 
BUSINESS_COUNTRY - Static variable in class org.jivesoftware.admin.LdapUserTester
 
BUSINESS_DEPARTMENT - Static variable in class org.jivesoftware.admin.LdapUserTester
 
BUSINESS_FAX - Static variable in class org.jivesoftware.admin.LdapUserTester
 
BUSINESS_JOB_TITLE - Static variable in class org.jivesoftware.admin.LdapUserTester
 
BUSINESS_MOBILE - Static variable in class org.jivesoftware.admin.LdapUserTester
 
BUSINESS_PAGER - Static variable in class org.jivesoftware.admin.LdapUserTester
 
BUSINESS_PHONE - Static variable in class org.jivesoftware.admin.LdapUserTester
 
BUSINESS_STATE - Static variable in class org.jivesoftware.admin.LdapUserTester
 
BUSINESS_STREET - Static variable in class org.jivesoftware.admin.LdapUserTester
 
BUSINESS_ZIP - Static variable in class org.jivesoftware.admin.LdapUserTester
 
ByteBufferWriter - Class in org.jivesoftware.openfire.nio
Wrapper on a MINA ByteBuffer that extends the Writer class.
ByteBufferWriter(ByteBuffer, CharsetEncoder) - Constructor for class org.jivesoftware.openfire.nio.ByteBufferWriter
 
ByteFormat - Class in org.jivesoftware.util
A formatter for formatting byte sizes.
ByteFormat() - Constructor for class org.jivesoftware.util.ByteFormat
 

C

C2S_CACHE_NAME - Static variable in class org.jivesoftware.openfire.spi.RoutingTableImpl
 
C2S_INFO_CACHE_NAME - Static variable in class org.jivesoftware.openfire.SessionManager
 
Cache<K,V> - Interface in org.jivesoftware.util.cache
General purpose cache.
Cacheable - Interface in org.jivesoftware.util.cache
Interface that defines the necessary behavior for objects added to a Cache.
CachedPreparedStatement - Class in org.jivesoftware.database
Allows PreparedStatement information to be cached.
CachedPreparedStatement() - Constructor for class org.jivesoftware.database.CachedPreparedStatement
Constructs a new CachedPreparedStatement.
CachedPreparedStatement(String) - Constructor for class org.jivesoftware.database.CachedPreparedStatement
Constructs a new CachedPreparedStatement.
CacheFactory - Class in org.jivesoftware.util.cache
Creates Cache objects.
CacheFactoryStrategy - Interface in org.jivesoftware.util.cache
Implementation of CacheFactory that relies on the specific clustering solution.
cacheFileTransfer(String, FileTransfer) - Method in class org.jivesoftware.openfire.filetransfer.DefaultFileTransferManager
 
cacheHits - Variable in class org.jivesoftware.util.cache.DefaultCache
Maintain the number of cache hits and misses.
CacheInfo - Class in org.jivesoftware.openfire.container
Configuration to use when creating caches.
CacheInfo(String, CacheInfo.Type, Map<String, String>) - Constructor for class org.jivesoftware.openfire.container.CacheInfo
Creates the configuration to use for the specified cache.
CacheInfo.Type - Enum in org.jivesoftware.openfire.container
 
cacheMisses - Variable in class org.jivesoftware.util.cache.DefaultCache
Maintain the number of cache hits and misses.
CacheSizes - Class in org.jivesoftware.util.cache
Utility class for determining the sizes in bytes of commonly used objects.
CacheSizes() - Constructor for class org.jivesoftware.util.cache.CacheSizes
 
CacheWrapper<K,V> - Class in org.jivesoftware.util.cache
Acts as a proxy for a Cache implementation.
CacheWrapper(Cache<K, V>) - Constructor for class org.jivesoftware.util.cache.CacheWrapper
 
call() - Method in class org.jivesoftware.util.InputOutputStreamWrapper
 
canAccess(String) - Static method in class org.jivesoftware.openfire.component.ExternalComponentManager
Returns true if the external component with the specified subdomain can connect to the local server.
canAccess(String) - Static method in class org.jivesoftware.openfire.server.RemoteServerManager
Returns true if the remote server with the specified domain can connect to the local server.
canAccessItems(Node, JID, JID) - Method in class org.jivesoftware.openfire.pubsub.models.AccessModel
Returns true if the entity is allowed to get the node published items.
canAccessItems(Node, JID, JID) - Method in class org.jivesoftware.openfire.pubsub.models.AuthorizeAccess
 
canAccessItems(Node, JID, JID) - Method in class org.jivesoftware.openfire.pubsub.models.OpenAccess
 
canAccessItems(Node, JID, JID) - Method in class org.jivesoftware.openfire.pubsub.models.PresenceAccess
 
canAccessItems(Node, JID, JID) - Method in class org.jivesoftware.openfire.pubsub.models.RosterAccess
 
canAccessItems(Node, JID, JID) - Method in class org.jivesoftware.openfire.pubsub.models.WhitelistAccess
 
canAnyoneDiscoverJID() - Method in interface org.jivesoftware.openfire.muc.MUCRoom
Returns true if every presence packet will include the JID of every occupant.
canAnyoneDiscoverJID() - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRoom
 
canBroadcastPresence(String) - Method in interface org.jivesoftware.openfire.muc.MUCRoom
Returns true if the presences of the requested role will be broadcasted.
canBroadcastPresence(String) - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRoom
 
cancel() - Method in class org.jivesoftware.openfire.mediaproxy.Echo
 
cancelScheduledTask(TimerTask) - Method in class org.jivesoftware.util.TaskEngine
Cancels the execution of a scheduled task.
cancelSubscription(NodeSubscription) - Method in class org.jivesoftware.openfire.pubsub.Node
Cancels an existing subscription to the node.
canChangeNickname() - Method in interface org.jivesoftware.openfire.muc.MUCRoom
Returns true if room occupants are allowed to change their nicknames in the room.
canChangeNickname() - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRoom
 
canChangePassword() - Method in class org.jivesoftware.openfire.handler.IQRegisterHandler
 
canCreateNode(JID) - Method in class org.jivesoftware.openfire.pep.PEPService
 
canCreateNode(JID) - Method in class org.jivesoftware.openfire.pubsub.PubSubModule
 
canCreateNode(JID) - Method in interface org.jivesoftware.openfire.pubsub.PubSubService
Returns true if the pubsub service allows the specified user to create nodes.
canDelete(JID) - Method in class org.jivesoftware.openfire.pubsub.PublishedItem
Returns true if the user that is trying to delete an item is allowed to delete it.
canFloodOfflineMessages() - Method in interface org.jivesoftware.openfire.session.ClientSession
Returns true if the offline messages of the user should be sent to the user when the user becomes online.
canFloodOfflineMessages() - Method in class org.jivesoftware.openfire.session.LocalClientSession
Returns true if the offline messages of the user should be sent to the user when the user becomes online.
CannotBeInvitedException - Exception in org.jivesoftware.openfire.muc
Exception used for representing the error when an external MUC delegate responds to an invite-user packet by rejecting the invitation attempt.
CannotBeInvitedException() - Constructor for exception org.jivesoftware.openfire.muc.CannotBeInvitedException
 
CannotBeInvitedException(String) - Constructor for exception org.jivesoftware.openfire.muc.CannotBeInvitedException
 
CannotBeInvitedException(Throwable) - Constructor for exception org.jivesoftware.openfire.muc.CannotBeInvitedException
 
CannotBeInvitedException(String, Throwable) - Constructor for exception org.jivesoftware.openfire.muc.CannotBeInvitedException
 
canOccupantsChangeSubject() - Method in interface org.jivesoftware.openfire.muc.MUCRoom
Returns true if participants are allowed to change the room's subject.
canOccupantsChangeSubject() - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRoom
 
canOccupantsInvite() - Method in interface org.jivesoftware.openfire.muc.MUCRoom
Returns true if occupants can invite other users to the room.
canOccupantsInvite() - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRoom
 
canProbePresence(JID, String) - Method in interface org.jivesoftware.openfire.PresenceManager
Returns true if the the prober is allowed to see the presence of the probee.
canProbePresence(JID, String) - Method in class org.jivesoftware.openfire.spi.PresenceManagerImpl
 
canProcess(Packet) - Method in class org.jivesoftware.openfire.session.LocalClientSession
Returns true if the specified packet must not be blocked based on the active or default privacy list rules.
canPublish(Node, JID) - Method in class org.jivesoftware.openfire.pubsub.models.OnlyPublishers
 
canPublish(Node, JID) - Method in class org.jivesoftware.openfire.pubsub.models.OnlySubscribers
 
canPublish(Node, JID) - Method in class org.jivesoftware.openfire.pubsub.models.OpenPublisher
 
canPublish(Node, JID) - Method in class org.jivesoftware.openfire.pubsub.models.PublisherModel
Returns true if the entity is allowed to publish items to the specified node.
canSendPublicationEvent(LeafNode, PublishedItem) - Method in class org.jivesoftware.openfire.pubsub.NodeSubscription
Returns true if an event notification can be sent to the subscriber for the specified published item based on the subsription configuration and subscriber status.
canSubscribe(Node, JID, JID) - Method in class org.jivesoftware.openfire.pubsub.models.AccessModel
Returns true if the entity is allowed to subscribe to the specified node.
canSubscribe(Node, JID, JID) - Method in class org.jivesoftware.openfire.pubsub.models.AuthorizeAccess
 
canSubscribe(Node, JID, JID) - Method in class org.jivesoftware.openfire.pubsub.models.OpenAccess
 
canSubscribe(Node, JID, JID) - Method in class org.jivesoftware.openfire.pubsub.models.PresenceAccess
 
canSubscribe(Node, JID, JID) - Method in class org.jivesoftware.openfire.pubsub.models.RosterAccess
 
canSubscribe(Node, JID, JID) - Method in class org.jivesoftware.openfire.pubsub.models.WhitelistAccess
 
centerWindowOnComponent(Window, Component) - Static method in class org.jivesoftware.openfire.launcher.GraphicUtils
Centers the window over a component (usually another window).
centerWindowOnScreen(Window) - Static method in class org.jivesoftware.openfire.launcher.GraphicUtils
Sets the location of the specified window so that it is centered on screen.
certificateCreated(KeyStore, String, X509Certificate) - Method in class org.jivesoftware.openfire.clearspace.ClearspaceManager
 
certificateCreated(KeyStore, String, X509Certificate) - Method in class org.jivesoftware.openfire.spi.ConnectionManagerImpl
 
certificateCreated(KeyStore, String, X509Certificate) - Method in interface org.jivesoftware.util.CertificateEventListener
Event triggered when a new certificate is created.
certificateDeleted(KeyStore, String) - Method in class org.jivesoftware.openfire.clearspace.ClearspaceManager
 
certificateDeleted(KeyStore, String) - Method in class org.jivesoftware.openfire.spi.ConnectionManagerImpl
 
certificateDeleted(KeyStore, String) - Method in interface org.jivesoftware.util.CertificateEventListener
Event triggered when a certificate is being deleted from the keystore.
CertificateEventListener - Interface in org.jivesoftware.util
Interface to listen for certificate events.
CertificateManager - Class in org.jivesoftware.util
Utility class that provides similar functionality to the keytool tool.
CertificateManager() - Constructor for class org.jivesoftware.util.CertificateManager
 
certificateSigned(KeyStore, String, List<X509Certificate>) - Method in class org.jivesoftware.openfire.clearspace.ClearspaceManager
 
certificateSigned(KeyStore, String, List<X509Certificate>) - Method in class org.jivesoftware.openfire.spi.ConnectionManagerImpl
 
certificateSigned(KeyStore, String, List<X509Certificate>) - Method in interface org.jivesoftware.util.CertificateEventListener
Event triggered when a certificate has been signed by a Certificate Authority.
changeDefaultList(String, PrivacyList, PrivacyList) - Method in class org.jivesoftware.openfire.privacy.PrivacyListManager
Sets a given privacy list as the new default list of the user.
ChangeNickname - Class in org.jivesoftware.openfire.muc.cluster
Task that changes the nickname of an existing room occupant in the cluster node.
ChangeNickname() - Constructor for class org.jivesoftware.openfire.muc.cluster.ChangeNickname
 
ChangeNickname(LocalMUCRoom, String, String, Presence) - Constructor for class org.jivesoftware.openfire.muc.cluster.ChangeNickname
 
changeNickname(String) - Method in interface org.jivesoftware.openfire.muc.MUCRole
Changes the nickname of the occupant within the room to the new nickname.
changeNickname(String) - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRole
 
changeNickname(String) - Method in class org.jivesoftware.openfire.muc.spi.RemoteMUCRole
 
changeParent(CollectionNode) - Method in class org.jivesoftware.openfire.pubsub.Node
Changes the parent node of this node.
changePriority(LocalClientSession, int) - Method in class org.jivesoftware.openfire.SessionManager
Change the priority of a session, that was already available, associated with the sender.
ChangeSharedSecret - Class in org.jivesoftware.openfire.commands.clearspace
Changes the shared secret between Openfire and Clearspace
ChangeSharedSecret() - Constructor for class org.jivesoftware.openfire.commands.clearspace.ChangeSharedSecret
 
changeSubject(Message, MUCRole) - Method in interface org.jivesoftware.openfire.muc.MUCRoom
Changes the room's subject if the occupant has enough permissions.
changeSubject(Message, MUCRole) - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRoom
 
ChangeUserPassword - Class in org.jivesoftware.openfire.commands.admin.user
Command that allows to change password of existing users.
ChangeUserPassword() - Constructor for class org.jivesoftware.openfire.commands.admin.user.ChangeUserPassword
 
Channel<T extends org.xmpp.packet.Packet> - Class in org.jivesoftware.openfire
A channel provides a mechanism to queue work units for processing.
Channel(String, ChannelHandler<T>) - Constructor for class org.jivesoftware.openfire.Channel
Creates a new channel.
channelAtoB - Variable in class org.jivesoftware.openfire.mediaproxy.MediaProxySession
 
channelAtoBControl - Variable in class org.jivesoftware.openfire.mediaproxy.MediaProxySession
 
channelBtoA - Variable in class org.jivesoftware.openfire.mediaproxy.MediaProxySession
 
channelBtoAControl - Variable in class org.jivesoftware.openfire.mediaproxy.MediaProxySession
 
ChannelHandler<T extends org.xmpp.packet.Packet> - Interface in org.jivesoftware.openfire
Interface to handle packets delivered by Channels.
ChannelNotFoundException - Exception in org.jivesoftware.openfire
Thrown when a channel lookup fails to find the specified channel.
ChannelNotFoundException() - Constructor for exception org.jivesoftware.openfire.ChannelNotFoundException
 
ChannelNotFoundException(String) - Constructor for exception org.jivesoftware.openfire.ChannelNotFoundException
 
characters(char[], int, int) - Method in class org.jivesoftware.util.XMLWriter
 
CHARSET - Static variable in class org.jivesoftware.openfire.net.SASLAuthentication
The utf-8 charset for decoding and encoding Jabber packet streams.
CHARSET - Static variable in class org.jivesoftware.openfire.net.SocketConnection
The utf-8 charset for decoding and encoding XMPP packet streams.
CHARSET - Static variable in class org.jivesoftware.openfire.net.StanzaHandler
The utf-8 charset for decoding and encoding Jabber packet streams.
CHARSET - Static variable in class org.jivesoftware.openfire.nio.NIOConnection
The utf-8 charset for decoding and encoding XMPP packet streams.
CHARSET - Static variable in class org.jivesoftware.openfire.server.ServerDialback
The utf-8 charset for decoding and encoding Jabber packet streams.
CHARSET - Static variable in class org.jivesoftware.openfire.session.LocalSession
The utf-8 charset for decoding and encoding Jabber packet streams.
CHAT_URL_PREFIX - Static variable in class org.jivesoftware.openfire.clearspace.ClearspaceManager
 
chatRoomAdded(LocalMUCRoom) - Method in interface org.jivesoftware.openfire.muc.MultiUserChatService
Notification message indicating that a chat room has been created in another cluster member.
chatRoomAdded(LocalMUCRoom) - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
Notification message indicating that a chat room has been created in another cluster member.
chatRoomRemoved(LocalMUCRoom) - Method in interface org.jivesoftware.openfire.muc.MultiUserChatService
Notification message indicating that the specified chat room was removed from some other cluster member.
chatRoomRemoved(LocalMUCRoom) - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
Notification message indicating that the specified chat room was removed from some other cluster member.
check(Certificate, Collection<String>) - Method in class org.jivesoftware.openfire.net.OCSPChecker
 
checkAuthentication(String, String) - Method in class org.jivesoftware.openfire.clearspace.ClearspaceManager
Check a username/password pair for valid authentication.
checkAuthentication(String, String) - Method in class org.jivesoftware.openfire.ldap.LdapManager
Returns true if the user is able to successfully authenticate against the LDAP server.
checkClientTrusted(X509Certificate[], String) - Method in class org.jivesoftware.openfire.clearspace.ClearspaceX509TrustManager
 
checkClientTrusted(X509Certificate[], String) - Method in class org.jivesoftware.openfire.net.ClientTrustManager
 
checkClientTrusted(X509Certificate[], String) - Method in class org.jivesoftware.openfire.net.ServerTrustManager
 
checkClientTrusted(X509Certificate[], String) - Method in class org.jivesoftware.openfire.net.SSLJiveTrustManager
 
checkForPluginsUpdates(boolean) - Method in class org.jivesoftware.openfire.update.UpdateManager
 
checkForServerUpdate(boolean) - Method in class org.jivesoftware.openfire.update.UpdateManager
Queries the igniterealtime.org server for new server and plugin updates.
checkOpenfireSchema(Connection) - Method in class org.jivesoftware.database.SchemaManager
Checks the Openfire database schema to ensure that it's installed and up to date.
checkPluginSchema(Plugin) - Method in class org.jivesoftware.database.SchemaManager
Checks the plugin's database schema (if one is required) to ensure that it's installed and up to date.
checkServerTrusted(X509Certificate[], String) - Method in class org.jivesoftware.openfire.clearspace.ClearspaceX509TrustManager
 
checkServerTrusted(X509Certificate[], String) - Method in class org.jivesoftware.openfire.net.ClientTrustManager
Given the partial or complete certificate chain provided by the peer, build a certificate path to a trusted root and return if it can be validated and is trusted for server SSL authentication based on the authentication type.
checkServerTrusted(X509Certificate[], String) - Method in class org.jivesoftware.openfire.net.ServerTrustManager
Given the partial or complete certificate chain provided by the peer, build a certificate path to a trusted root and return if it can be validated and is trusted for server SSL authentication based on the authentication type.
checkServerTrusted(X509Certificate[], String) - Method in class org.jivesoftware.openfire.net.SSLJiveTrustManager
 
chooseClientAlias(String, Principal[]) - Method in class org.jivesoftware.openfire.net.SSLJiveKeyManager
 
chooseClientAlias(String[], Principal[], Socket) - Method in class org.jivesoftware.openfire.net.SSLJiveKeyManager
 
chooseServerAlias(String, Principal[]) - Method in class org.jivesoftware.openfire.net.SSLJiveKeyManager
 
chooseServerAlias(String, Principal[], Socket) - Method in class org.jivesoftware.openfire.net.SSLJiveKeyManager
 
chopAtWord(String, int) - Static method in class org.jivesoftware.util.StringUtils
Intelligently chops a String at a word boundary (whitespace) that occurs at the specified index in the argument or before.
CITY - Static variable in interface org.jivesoftware.openfire.handler.IQRegisterInfo
The user's city
ClassUtils - Class in org.jivesoftware.util
A utility class to assist with loading classes or resources by name.
clear() - Method in class org.jivesoftware.openfire.muc.spi.MUCServiceProperties
 
clear() - Method in class org.jivesoftware.util.cache.CacheWrapper
 
clear() - Method in class org.jivesoftware.util.cache.DefaultCache
 
clear() - Method in class org.jivesoftware.util.ConcurrentHashSet
 
clear() - Method in class org.jivesoftware.util.JiveProperties
 
clear() - Method in class org.jivesoftware.util.LinkedList
Erases all elements in the list and re-initializes it.
clearAdminUsers() - Method in class org.jivesoftware.openfire.admin.AdminManager
Clears the list of admin users.
clearAgentListeners() - Method in class org.jivesoftware.openfire.mediaproxy.MediaProxySession
Removes every Session events listeners
clearCaches() - Static method in class org.jivesoftware.util.cache.CacheFactory
 
clearPassword() - Method in class org.jivesoftware.openfire.sasl.VerifyPasswordCallback
Clear the retrieved password.
CLEARSPACE_COMPONENT - Static variable in class org.jivesoftware.openfire.clearspace.ClearspaceManager
 
ClearspaceAdminProvider - Class in org.jivesoftware.openfire.clearspace
Handles retrieving list of admins from Clearspace.
ClearspaceAdminProvider() - Constructor for class org.jivesoftware.openfire.clearspace.ClearspaceAdminProvider
 
ClearspaceAuthProvider - Class in org.jivesoftware.openfire.clearspace
The ClearspaceAuthProvider uses the PermissionService web service inside of Clearspace to retrieve authenticate users.
ClearspaceAuthProvider() - Constructor for class org.jivesoftware.openfire.clearspace.ClearspaceAuthProvider
 
ClearspaceGroupProvider - Class in org.jivesoftware.openfire.clearspace
 
ClearspaceGroupProvider() - Constructor for class org.jivesoftware.openfire.clearspace.ClearspaceGroupProvider
 
ClearspaceLockOutProvider - Class in org.jivesoftware.openfire.clearspace
The ClearspaceLockOutProvider uses the UserService web service inside of Clearspace to retrieve user properties from Clearspace.
ClearspaceLockOutProvider() - Constructor for class org.jivesoftware.openfire.clearspace.ClearspaceLockOutProvider
Generate a ClearspaceLockOutProvider instance.
ClearspaceManager - Class in org.jivesoftware.openfire.clearspace
Centralized administration of Clearspace connections.
ClearspaceManager(Map<String, String>) - Constructor for class org.jivesoftware.openfire.clearspace.ClearspaceManager
Constructs a new ClearspaceManager instance.
ClearspaceManager() - Constructor for class org.jivesoftware.openfire.clearspace.ClearspaceManager
Constructs a new ClearspaceManager instance.
ClearspaceManager.HttpType - Enum in org.jivesoftware.openfire.clearspace
Different kind of HTTP request types
ClearspaceMUCEventDelegate - Class in org.jivesoftware.openfire.clearspace
Handles checking with Clearspace regarding whether a user can join a particular MUC room (based on their permissions with the Clearspace JiveObject (eg.
ClearspaceMUCEventDelegate() - Constructor for class org.jivesoftware.openfire.clearspace.ClearspaceMUCEventDelegate
 
ClearspaceMUCTranscriptEvent - Class in org.jivesoftware.openfire.clearspace
A MUC event that is intended to be recorded in a transcript for a group chat room in Clearspace.
ClearspaceMUCTranscriptEvent() - Constructor for class org.jivesoftware.openfire.clearspace.ClearspaceMUCTranscriptEvent
 
ClearspaceMUCTranscriptEvent.Type - Enum in org.jivesoftware.openfire.clearspace
 
ClearspaceMUCTranscriptManager - Class in org.jivesoftware.openfire.clearspace
Stores MUC events that are intended to be recorded as a transcript for a group chat room in Clearspace.
ClearspaceMUCTranscriptManager(TaskEngine) - Constructor for class org.jivesoftware.openfire.clearspace.ClearspaceMUCTranscriptManager
 
ClearspaceSaslServer - Class in org.jivesoftware.openfire.clearspace
Implements the CLEARSPACE server-side SASL mechanism.
ClearspaceSaslServer() - Constructor for class org.jivesoftware.openfire.clearspace.ClearspaceSaslServer
 
ClearspaceSecurityAuditProvider - Class in org.jivesoftware.openfire.clearspace
The ClearspaceSecurityAuditProvider uses the AuditService web service inside of Clearspace to send audit logs into Clearspace's own audit handler.
ClearspaceSecurityAuditProvider() - Constructor for class org.jivesoftware.openfire.clearspace.ClearspaceSecurityAuditProvider
Generate a ClearspaceSecurityAuditProvider instance.
ClearspaceUserProvider - Class in org.jivesoftware.openfire.clearspace
The ClearspaceUserProvider uses the UserService and ProfileSearchService web service inside of Clearspace to retrieve user information and to search for users from Clearspace.
ClearspaceUserProvider() - Constructor for class org.jivesoftware.openfire.clearspace.ClearspaceUserProvider
 
ClearspaceVCardProvider - Class in org.jivesoftware.openfire.clearspace
The ClearspaceLockOutProvider uses the UserService web service inside of Clearspace to retrieve, edit and delete user information from Clearspace.
ClearspaceVCardProvider() - Constructor for class org.jivesoftware.openfire.clearspace.ClearspaceVCardProvider
 
ClearspaceX509TrustManager - Class in org.jivesoftware.openfire.clearspace
Trust manager that validates Clearspace certificates.
ClearspaceX509TrustManager(String, Map<String, String>, KeyStore) - Constructor for class org.jivesoftware.openfire.clearspace.ClearspaceX509TrustManager
 
clearValues() - Method in interface org.jivesoftware.openfire.forms.FormField
Deprecated. Removes all the values of the field.
clearValues() - Method in class org.jivesoftware.openfire.forms.spi.XFormFieldImpl
Deprecated.  
CLIENT - Static variable in class org.jivesoftware.openfire.cluster.GetBasicStatistics
 
ClientConnectionHandler - Class in org.jivesoftware.openfire.nio
ConnectionHandler that knows which subclass of StanzaHandler should be created and how to build and configure a NIOConnection.
ClientConnectionHandler(String) - Constructor for class org.jivesoftware.openfire.nio.ClientConnectionHandler
 
ClientRoute - Class in org.jivesoftware.openfire.spi
Internal object used by RoutingTableImpl to keep track of the node that own a ClientSession and whether the session is available or not.
ClientRoute() - Constructor for class org.jivesoftware.openfire.spi.ClientRoute
 
ClientRoute(NodeID, boolean) - Constructor for class org.jivesoftware.openfire.spi.ClientRoute
 
ClientSession - Interface in org.jivesoftware.openfire.session
Represents a session between the server and a client.
ClientSessionConnection - Class in org.jivesoftware.openfire.multiplex
Represents a connection of a Client Session that was established to a Connection Manager.
ClientSessionConnection(String, String, String) - Constructor for class org.jivesoftware.openfire.multiplex.ClientSessionConnection
 
ClientSessionInfo - Class in org.jivesoftware.openfire.session
Client session information to be used when running in a cluster.
ClientSessionInfo() - Constructor for class org.jivesoftware.openfire.session.ClientSessionInfo
 
ClientSessionInfo(LocalClientSession) - Constructor for class org.jivesoftware.openfire.session.ClientSessionInfo
 
ClientStanzaHandler - Class in org.jivesoftware.openfire.net
Handler of XML stanzas sent by clients connected directly to the server.
ClientStanzaHandler(PacketRouter, String, Connection) - Constructor for class org.jivesoftware.openfire.net.ClientStanzaHandler
 
ClientTrustManager - Class in org.jivesoftware.openfire.net
ClientTrustManager is a Trust Manager that is only used for c2s connections.
ClientTrustManager(KeyStore) - Constructor for class org.jivesoftware.openfire.net.ClientTrustManager
 
clone() - Method in class org.jivesoftware.util.ConcurrentHashSet
 
close() - Method in interface org.jivesoftware.openfire.Connection
Close this session including associated socket connection.
close() - Method in class org.jivesoftware.openfire.http.HttpConnection
The connection should be closed without delivering a stanza to the requestor.
close() - Method in class org.jivesoftware.openfire.http.HttpSession
Closes the session.
close() - Method in class org.jivesoftware.openfire.net.SocketConnection
 
close() - Method in class org.jivesoftware.openfire.net.TLSStreamHandler
Closes the channels that will end up closing the input and output streams of the connection.
close() - Method in class org.jivesoftware.openfire.net.TLSWrapper
Signals that no more outbound application data will be sent on this TLSHandler.
close() - Method in class org.jivesoftware.openfire.net.VirtualConnection
Closes the session, the virtual connection and notifies listeners that the connection has been closed.
close() - Method in class org.jivesoftware.openfire.nio.ByteBufferWriter
 
close() - Method in class org.jivesoftware.openfire.nio.NIOConnection
 
close() - Method in class org.jivesoftware.openfire.session.LocalSession
 
close() - Method in interface org.jivesoftware.openfire.session.Session
Close this session including associated socket connection.
close() - Method in class org.jivesoftware.util.Base64.OutputStream
Flushes and closes (I think, in the superclass) the stream.
close() - Method in class org.jivesoftware.util.XMLWriter
Closes the underlying Writer
closeClientSession(String, String) - Method in class org.jivesoftware.openfire.multiplex.ConnectionMultiplexerManager
Closes an existing client session that was established through a connection manager.
closeConnection(ResultSet, Statement, Connection) - Static method in class org.jivesoftware.database.DbConnectionManager
Closes a result set, statement and database connection (returning the connection to the connection pool).
closeConnection(Statement, Connection) - Static method in class org.jivesoftware.database.DbConnectionManager
Closes a statement and database connection (returning the connection to the connection pool).
closeConnection(Connection) - Static method in class org.jivesoftware.database.DbConnectionManager
Closes a database connection (returning the connection to the connection pool).
closeResultSet(ResultSet) - Static method in class org.jivesoftware.database.DbConnectionManager
Closes a result set.
closeStatement(Statement) - Static method in class org.jivesoftware.database.DbConnectionManager
Closes a statement.
closeStatement(ResultSet, Statement) - Static method in class org.jivesoftware.database.DbConnectionManager
Closes a statement and a result set.
closeTransactionConnection(PreparedStatement, Connection, boolean) - Static method in class org.jivesoftware.database.DbConnectionManager
Closes a PreparedStatement and Connection.
closeTransactionConnection(Connection, boolean) - Static method in class org.jivesoftware.database.DbConnectionManager
Closes a Connection.
closeVirtualConnection() - Method in class org.jivesoftware.openfire.http.HttpSession.HttpVirtualConnection
 
closeVirtualConnection() - Method in class org.jivesoftware.openfire.multiplex.ClientSessionConnection
If the Connection Manager or the Client requested to close the connection then just do nothing.
closeVirtualConnection() - Method in class org.jivesoftware.openfire.net.VirtualConnection
Closes the virtual connection.
CLUSTER_PROPERTY_NAME - Static variable in class org.jivesoftware.openfire.cluster.ClusterManager
 
CLUSTERED_CACHE_PROPERTY_NAME - Static variable in class org.jivesoftware.util.cache.CacheFactory
 
ClusterEventListener - Interface in org.jivesoftware.openfire.cluster
Listener for cluster events.
ClusterManager - Class in org.jivesoftware.openfire.cluster
A cluster manager is responsible for triggering events related to clustering.
ClusterManager() - Constructor for class org.jivesoftware.openfire.cluster.ClusterManager
 
ClusterNodeInfo - Interface in org.jivesoftware.openfire.cluster
Basic information about a cluster node.
ClusterTask - Interface in org.jivesoftware.util.cache
An interface to mix in Serializable and Runnable, which are both required for sending invocable tasks across a cluster.
CM_CACHE_NAME - Static variable in class org.jivesoftware.openfire.SessionManager
 
CollectionNode - Class in org.jivesoftware.openfire.pubsub
A type of node that contains nodes and/or other collections but no published items.
CollectionNode(PubSubService, CollectionNode, String, JID) - Constructor for class org.jivesoftware.openfire.pubsub.CollectionNode
 
CollectionNode.LeafNodeAssociationPolicy - Enum in org.jivesoftware.openfire.pubsub
Policy that defines who may associate leaf nodes with a collection.
collectionToString(Collection<String>) - Static method in class org.jivesoftware.util.StringUtils
Returns a collection of Strings as a comma-delimitted list of strings.
comment(char[], int, int) - Method in class org.jivesoftware.util.XMLWriter
 
CommonsLogFactory - Class in org.jivesoftware.util.log.util
A LogFactory implementation to override the default commons-logging behavior.
CommonsLogFactory() - Constructor for class org.jivesoftware.util.log.util.CommonsLogFactory
 
compare(DNSUtil.HostAddress, DNSUtil.HostAddress) - Method in class org.jivesoftware.openfire.net.DNSUtil.SrvRecordWeightedPriorityComparator
 
component - Static variable in class org.jivesoftware.openfire.launcher.GraphicUtils
 
COMPONENT_CACHE_NAME - Static variable in class org.jivesoftware.openfire.spi.RoutingTableImpl
 
COMPONENT_SESSION_CACHE_NAME - Static variable in class org.jivesoftware.openfire.SessionManager
 
componentAllowed(String, ExternalComponentConfiguration) - Method in class org.jivesoftware.openfire.clearspace.ClearspaceManager
 
componentAllowed(String, ExternalComponentConfiguration) - Method in interface org.jivesoftware.openfire.component.ExternalComponentManagerListener
Notification indicating that a new component was allowed to connect using a given configuration.
componentBlocked(String) - Method in class org.jivesoftware.openfire.clearspace.ClearspaceManager
 
componentBlocked(String) - Method in interface org.jivesoftware.openfire.component.ExternalComponentManagerListener
Notification indicating that a component was blocked to connect to the server.
componentConfigurationDeleted(String) - Method in class org.jivesoftware.openfire.clearspace.ClearspaceManager
 
componentConfigurationDeleted(String) - Method in interface org.jivesoftware.openfire.component.ExternalComponentManagerListener
Notification indicating that the configuration of a component, that was either blocked or allowed to connect, is being deleted.
ComponentConnectionHandler - Class in org.jivesoftware.openfire.nio
ConnectionHandler that knows which subclass of StanzaHandler should be created and how to build and configure a NIOConnection.
ComponentConnectionHandler(String) - Constructor for class org.jivesoftware.openfire.nio.ComponentConnectionHandler
 
ComponentEventListener - Interface in org.jivesoftware.openfire.component
Interface to listen for component events.
componentInfoReceived(IQ) - Method in class org.jivesoftware.openfire.clearspace.ClearspaceManager
 
componentInfoReceived(IQ) - Method in interface org.jivesoftware.openfire.component.ComponentEventListener
The server has received a disco#info response from the component.
componentInfoReceived(IQ) - Method in class org.jivesoftware.openfire.interceptor.PacketCopier
 
componentRegistered(JID) - Method in class org.jivesoftware.openfire.clearspace.ClearspaceManager
 
componentRegistered(JID) - Method in interface org.jivesoftware.openfire.component.ComponentEventListener
A component was registered with the Component Manager.
componentRegistered(JID) - Method in class org.jivesoftware.openfire.interceptor.PacketCopier
 
componentSecretUpdated(String, String) - Method in class org.jivesoftware.openfire.clearspace.ClearspaceManager
 
componentSecretUpdated(String, String) - Method in interface org.jivesoftware.openfire.component.ExternalComponentManagerListener
Notification indicating that the configuration of a component, that was either blocked or allowed to connect, is being deleted.
ComponentSession - Interface in org.jivesoftware.openfire.session
Represents a session between the server and an external component.
ComponentSession.ExternalComponent - Interface in org.jivesoftware.openfire.session
The ExternalComponent acts as a proxy of the remote connected component.
ComponentStanzaHandler - Class in org.jivesoftware.openfire.net
Handler of XML stanzas sent by external components connected directly to the server.
ComponentStanzaHandler(PacketRouter, String, Connection) - Constructor for class org.jivesoftware.openfire.net.ComponentStanzaHandler
 
componentUnregistered(JID) - Method in class org.jivesoftware.openfire.clearspace.ClearspaceManager
 
componentUnregistered(JID) - Method in interface org.jivesoftware.openfire.component.ComponentEventListener
A component was removed.
componentUnregistered(JID) - Method in class org.jivesoftware.openfire.interceptor.PacketCopier
 
ConcurrentHashSet<E> - Class in org.jivesoftware.util
This class implements the Set interface, backed by a ConcurrentHashMap instance.
ConcurrentHashSet() - Constructor for class org.jivesoftware.util.ConcurrentHashSet
Constructs a new, empty set; the backing ConcurrentHashMap instance has default initial capacity (16) and load factor (0.75).
ConcurrentHashSet(Collection<? extends E>) - Constructor for class org.jivesoftware.util.ConcurrentHashSet
Constructs a new set containing the elements in the specified collection.
ConcurrentHashSet(int, float) - Constructor for class org.jivesoftware.util.ConcurrentHashSet
Constructs a new, empty set; the backing ConcurrentHashMap instance has the specified initial capacity and the specified load factor.
ConcurrentHashSet(int) - Constructor for class org.jivesoftware.util.ConcurrentHashSet
Constructs a new, empty set; the backing HashMap instance has the specified initial capacity and default load factor, which is 0.75.
configClearspace() - Method in class org.jivesoftware.openfire.clearspace.ClearspaceManager
 
configure(String) - Method in class org.jivesoftware.openfire.container.PluginCacheConfigurator
 
configure(DataForm) - Method in class org.jivesoftware.openfire.pubsub.Node
Changes the node configuration based on the completed data form.
configure(IQ, DataForm) - Method in class org.jivesoftware.openfire.pubsub.NodeSubscription
Configures the subscription based on the sent DataForm included in the IQ packet sent by the subscriber.
ConflictException - Exception in org.jivesoftware.openfire.muc
Exception used for representing a conflict error in a MUCRoom.
ConflictException() - Constructor for exception org.jivesoftware.openfire.muc.ConflictException
 
ConflictException(String) - Constructor for exception org.jivesoftware.openfire.muc.ConflictException
 
ConflictException(Throwable) - Constructor for exception org.jivesoftware.openfire.muc.ConflictException
 
ConflictException(String, Throwable) - Constructor for exception org.jivesoftware.openfire.muc.ConflictException
 
conn - Variable in class org.jivesoftware.openfire.session.LocalSession
The connection that this session represents.
Connection - Interface in org.jivesoftware.openfire
Represents a connection on the server.
connection - Variable in class org.jivesoftware.openfire.net.SocketReader
Reference to the physical connection.
connection - Variable in class org.jivesoftware.openfire.net.StanzaHandler
 
CONNECTION - Static variable in class org.jivesoftware.openfire.nio.ConnectionHandler
 
Connection.ClientAuth - Enum in org.jivesoftware.openfire
Enumeration that specifies if clients should be authenticated (and how) while negotiating TLS.
Connection.CompressionPolicy - Enum in org.jivesoftware.openfire
Enumeration of possible compression policies required to interact with the server.
Connection.TLSPolicy - Enum in org.jivesoftware.openfire
Enumeration of possible TLS policies required to interact with the server.
connectionClosed(HttpSession, HttpConnection) - Method in interface org.jivesoftware.openfire.http.SessionListener
A conneciton was closed.
ConnectionCloseListener - Interface in org.jivesoftware.openfire
Implement and register with a connection to receive notification of the connection closing.
ConnectionException - Exception in org.jivesoftware.openfire.auth
Thrown when Openfire is not able to connect to the user and group system.
ConnectionException() - Constructor for exception org.jivesoftware.openfire.auth.ConnectionException
 
ConnectionException(String) - Constructor for exception org.jivesoftware.openfire.auth.ConnectionException
 
ConnectionException(String, Throwable) - Constructor for exception org.jivesoftware.openfire.auth.ConnectionException
 
ConnectionException(Throwable) - Constructor for exception org.jivesoftware.openfire.auth.ConnectionException
 
ConnectionException - Exception in org.jivesoftware.openfire.clearspace
Thrown when an exception occurs connecting to CS.
ConnectionException(String, Throwable, ConnectionException.ErrorType) - Constructor for exception org.jivesoftware.openfire.clearspace.ConnectionException
 
ConnectionException(String, ConnectionException.ErrorType) - Constructor for exception org.jivesoftware.openfire.clearspace.ConnectionException
 
ConnectionException(Throwable, ConnectionException.ErrorType) - Constructor for exception org.jivesoftware.openfire.clearspace.ConnectionException
 
ConnectionException.ErrorType - Enum in org.jivesoftware.openfire.clearspace
 
ConnectionHandler - Class in org.jivesoftware.openfire.nio
A ConnectionHandler is responsible for creating new sessions, destroying sessions and delivering received XML stanzas to the proper StanzaHandler.
ConnectionHandler(String) - Constructor for class org.jivesoftware.openfire.nio.ConnectionHandler
 
ConnectionManager - Interface in org.jivesoftware.openfire
Coordinates connections (accept, read, termination) on the server.
ConnectionManagerImpl - Class in org.jivesoftware.openfire.spi
 
ConnectionManagerImpl() - Constructor for class org.jivesoftware.openfire.spi.ConnectionManagerImpl
 
ConnectionMultiplexerManager - Class in org.jivesoftware.openfire.multiplex
A ConnectionMultiplexerManager is responsible for keeping track of the connected Connection Managers and the sessions that were established with the Connection Managers.
ConnectionMultiplexerSession - Interface in org.jivesoftware.openfire.session
Represents a session between the server and a connection manager.
connectionOpened(HttpSession, HttpConnection) - Method in interface org.jivesoftware.openfire.http.SessionListener
A connection was opened.
ConnectionProvider - Interface in org.jivesoftware.database
Abstract class that defines the connection provider framework.
construct() - Method in class org.jivesoftware.openfire.launcher.SwingWorker
Compute the value to be returned by the get method.
contactAdded(Roster, RosterItem) - Method in class org.jivesoftware.openfire.pep.IQPEPHandler
 
contactAdded(Roster, RosterItem) - Static method in class org.jivesoftware.openfire.roster.RosterEventDispatcher
Notifies the listeners that a contact has been added to a roster.
contactAdded(Roster, RosterItem) - Method in interface org.jivesoftware.openfire.roster.RosterEventListener
Notification message indicating that a contact has been added to a roster.
contactDeleted(Roster, RosterItem) - Method in class org.jivesoftware.openfire.pep.IQPEPHandler
 
contactDeleted(Roster, RosterItem) - Static method in class org.jivesoftware.openfire.roster.RosterEventDispatcher
Notifies the listeners that a contact has been deleted from a roster.
contactDeleted(Roster, RosterItem) - Method in interface org.jivesoftware.openfire.roster.RosterEventListener
Notification message indicating that a contact has been deleted from a roster.
contacts - Variable in class org.jivesoftware.openfire.pubsub.Node
The JIDs of those to contact with questions.
contactUpdated(Roster, RosterItem) - Method in class org.jivesoftware.openfire.pep.IQPEPHandler
 
contactUpdated(Roster, RosterItem) - Static method in class org.jivesoftware.openfire.roster.RosterEventDispatcher
Notifies the listeners that a contact has been updated.
contactUpdated(Roster, RosterItem) - Method in interface org.jivesoftware.openfire.roster.RosterEventListener
Notification message indicating that a contact has been updated.
contains(Object) - Method in class org.jivesoftware.util.ConcurrentHashSet
 
containsFeature(String) - Method in class org.jivesoftware.openfire.entitycaps.EntityCapabilities
Determines whether or not a given feature is included in these entity capabilities.
containsIdentity(String, String) - Method in class org.jivesoftware.openfire.entitycaps.EntityCapabilities
Determines whether or not a given identity is included in these entity capabilities.
containsKey(Object) - Method in class org.jivesoftware.openfire.muc.spi.MUCServiceProperties
 
containsKey(Object) - Method in class org.jivesoftware.util.cache.CacheWrapper
 
containsKey(Object) - Method in class org.jivesoftware.util.cache.DefaultCache
 
containsKey(Object) - Method in class org.jivesoftware.util.JiveProperties
 
containsValue(Object) - Method in class org.jivesoftware.openfire.muc.spi.MUCServiceProperties
 
containsValue(Object) - Method in class org.jivesoftware.util.cache.CacheWrapper
 
containsValue(Object) - Method in class org.jivesoftware.util.cache.DefaultCache
 
containsValue(Object) - Method in class org.jivesoftware.util.JiveProperties
 
content - Variable in class org.jivesoftware.openfire.clearspace.ClearspaceMUCTranscriptEvent
 
contextDestroyed(ServletContextEvent) - Method in class org.jivesoftware.openfire.XMPPContextListener
 
contextInitialized(ServletContextEvent) - Method in class org.jivesoftware.openfire.XMPPContextListener
 
CookieUtils - Class in org.jivesoftware.util
 
CookieUtils() - Constructor for class org.jivesoftware.util.CookieUtils
 
copy(URL, File) - Static method in class org.jivesoftware.util.WebManager
Copies the contents at src to dst.
create(JID) - Method in class org.jivesoftware.openfire.pep.PEPServiceManager
 
createAuthFailureEvent(Session, String, String) - Static method in class org.jivesoftware.openfire.audit.SessionEvent
Create an event associated with the failure of a session to authenticate.
createAuthSuccessEvent(Session) - Static method in class org.jivesoftware.openfire.audit.SessionEvent
Create an event associated with a successful authentication.
createc2sServerSocket(int, InetAddress) - Static method in class org.jivesoftware.openfire.net.SSLConfig
Create a ServerSocket for c2s connections
createCache(String) - Static method in class org.jivesoftware.util.cache.CacheFactory
Returns the named cache, creating it as necessary.
createCache(String) - Method in interface org.jivesoftware.util.cache.CacheFactoryStrategy
Creates a new cache for the cache name specified.
createCache(String) - Method in class org.jivesoftware.util.cache.DefaultLocalCacheStrategy
 
createClientHttpSession(long, InetAddress, StreamID, HttpConnection) - Method in class org.jivesoftware.openfire.SessionManager
 
createClientSession(String, String, String, String) - Method in class org.jivesoftware.openfire.multiplex.ConnectionMultiplexerManager
Creates a new client session that was established to the specified connection manager.
createClientSession(Connection) - Method in class org.jivesoftware.openfire.SessionManager
Creates a new ClientSession.
createClientSession(Connection, StreamID) - Method in class org.jivesoftware.openfire.SessionManager
Creates a new ClientSession with the specified streamID.
createComponentSession(JID, Connection) - Method in class org.jivesoftware.openfire.SessionManager
 
createConnectEvent(Session) - Static method in class org.jivesoftware.openfire.audit.SessionEvent
Create an event associated with the initial connection of a session before the stream is created.
createCopy() - Method in class org.jivesoftware.openfire.multiplex.Route
Returns a deep copy of this route packet.
createDefaultConfiguration(PubSubService, DefaultNodeConfiguration) - Static method in class org.jivesoftware.openfire.pubsub.PubSubPersistenceManager
Creates a new default node configuration for the specified service.
createDefaultSessionFilter() - Static method in class org.jivesoftware.openfire.SessionResultFilter
Creates a default SessionResultFilter: no filtering with results sorted by user (ascending).
createDeleteTask(String, String) - Static method in class org.jivesoftware.openfire.muc.cluster.MUCServicePropertyClusterEventTask
 
createDeteleTask(String) - Static method in class org.jivesoftware.util.PropertyClusterEventTask
 
createDigest(String, String) - Static method in class org.jivesoftware.openfire.auth.AuthFactory
Returns a digest given a token and password, according to JEP-0078.
createDigest(String, JID, JID) - Static method in class org.jivesoftware.openfire.filetransfer.proxy.ProxyConnectionManager
Creates the digest needed for a byte stream.
createDisconnectEvent(Session) - Static method in class org.jivesoftware.openfire.audit.SessionEvent
Create an event associated with the closing of a session.
createDSACert(KeyStore, String, String, String, String, String) - Static method in class org.jivesoftware.util.CertificateManager
Creates a new X509 certificate using the DSA algorithm.
createGroup(String) - Method in class org.jivesoftware.openfire.clearspace.ClearspaceGroupProvider
 
createGroup(String) - Method in class org.jivesoftware.openfire.group.DefaultGroupProvider
 
createGroup(String) - Method in class org.jivesoftware.openfire.group.GroupManager
Factory method for creating a new Group.
createGroup(String) - Method in interface org.jivesoftware.openfire.group.GroupProvider
Creates a group with the given name (optional operation).
createGroup(String) - Method in class org.jivesoftware.openfire.group.JDBCGroupProvider
Always throws an UnsupportedOperationException because JDBC groups are read-only.
createGroup(String) - Method in class org.jivesoftware.openfire.ldap.LdapGroupProvider
Always throws an UnsupportedOperationException because LDAP groups are read-only.
createImageIcon(Image) - Static method in class org.jivesoftware.openfire.launcher.GraphicUtils
 
createIncomingServerSession(Connection, StreamID) - Method in class org.jivesoftware.openfire.SessionManager
Creates a session for a remote server.
createIncomingSession(XMPPPacketReader) - Method in class org.jivesoftware.openfire.server.ServerDialback
Returns a new IncomingServerSession with a domain validated by the Authoritative Server.
createItem(String, RosterItem) - Method in class org.jivesoftware.openfire.roster.RosterItemProvider
Creates a new roster item for the given user (optional operation).
createJID(String, String) - Method in class org.jivesoftware.openfire.XMPPServer
Creates an XMPPAddress local to this server.
createJID(String, String, boolean) - Method in class org.jivesoftware.openfire.XMPPServer
Creates an XMPPAddress local to this server.
createMimeMessage() - Method in class org.jivesoftware.util.EmailService
Factory method to return a blank JavaMail message.
CreateMUCRoom - Class in org.jivesoftware.openfire.commands.admin.muc
Allows via AdHoc commands the creation of a Multi-User Chat room.
CreateMUCRoom() - Constructor for class org.jivesoftware.openfire.commands.admin.muc.CreateMUCRoom
 
createMultiplexerSession(Connection, JID) - Method in class org.jivesoftware.openfire.SessionManager
Creates a new ConnectionMultiplexerSession.
createMultiUserChatService(String, String, Boolean) - Method in class org.jivesoftware.openfire.muc.MultiUserChatManager
Creates a new MUC service and registers it with the manager, and starts up the service.
createNode(PubSubService, Node) - Static method in class org.jivesoftware.openfire.pubsub.PubSubPersistenceManager
Creates and stores the node configuration in the database.
createOutgoingSession(String, String, int) - Method in class org.jivesoftware.openfire.server.ServerDialback
Creates a new connection from the Originating Server to the Receiving Server for authenticating the specified domain.
createPresence(Presence.Type) - Method in interface org.jivesoftware.openfire.muc.MUCRoom
Create a new presence in this room for the given role.
createPresence(Presence.Type) - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRoom
 
createPrivacyList(String, String, Element) - Method in class org.jivesoftware.openfire.privacy.PrivacyListManager
Creates a new privacy list for the specified user.
createPrivacyList(String, PrivacyList) - Method in class org.jivesoftware.openfire.privacy.PrivacyListProvider
Creates and saves the new privacy list to the database.
createPublishedItem(PubSubService, PublishedItem) - Static method in class org.jivesoftware.openfire.pubsub.PubSubPersistenceManager
Creates and stores the published item in the database.
createPutTask(String, String, String) - Static method in class org.jivesoftware.openfire.muc.cluster.MUCServicePropertyClusterEventTask
 
createPutTask(String, String) - Static method in class org.jivesoftware.util.PropertyClusterEventTask
 
createRosterItem(JID, boolean, boolean) - Method in class org.jivesoftware.openfire.roster.Roster
Create a new item to the roster.
createRosterItem(JID, String, List<String>, boolean, boolean) - Method in class org.jivesoftware.openfire.roster.Roster
Create a new item to the roster.
createRosterItem(Roster.Item) - Method in class org.jivesoftware.openfire.roster.Roster
Create a new item to the roster based as a copy of the given item.
createRSACert(KeyStore, String, String, String, String, String) - Static method in class org.jivesoftware.util.CertificateManager
Creates a new X509 certificate using the RSA algorithm.
createSaslServer(String, String, String, Map<String, ?>, CallbackHandler) - Method in class org.jivesoftware.openfire.sasl.SaslServerFactoryImpl
Creates a SaslServer implementing a supported mechanism using the parameters supplied.
createScrollablePreparedStatement(Connection, String) - Static method in class org.jivesoftware.database.DbConnectionManager
Creates a scroll insensitive PreparedStatement if the JDBC driver supports it, or a normal PreparedStatement otherwise.
createScrollableStatement(Connection) - Static method in class org.jivesoftware.database.DbConnectionManager
Deprecated. 
createServerSocket(int, InetAddress) - Static method in class org.jivesoftware.openfire.net.SSLConfig
Create a ServerSocket for s2s connections
createSession(InetAddress, Element, HttpConnection) - Method in class org.jivesoftware.openfire.http.HttpSessionManager
Creates an HTTP binding session which will allow a user to exchange packets with Openfire.
createSession() - Method in class org.jivesoftware.openfire.net.SocketReader
Uses the XPP to grab the opening stream tag and create an active session object.
createSession(XmlPullParser) - Method in class org.jivesoftware.openfire.net.StanzaHandler
Uses the XPP to grab the opening stream tag and create an active session object.
createSession(String, XmlPullParser, Connection) - Static method in class org.jivesoftware.openfire.session.LocalClientSession
Returns a newly created session between the server and a client.
createSession(String, XmlPullParser, Connection) - Static method in class org.jivesoftware.openfire.session.LocalComponentSession
Returns a newly created session between the server and a component.
createSession(String, XmlPullParser, Connection) - Static method in class org.jivesoftware.openfire.session.LocalConnectionMultiplexerSession
 
createSession(String, XMPPPacketReader, SocketConnection) - Static method in class org.jivesoftware.openfire.session.LocalIncomingServerSession
Creates a new session that will receive packets.
createSigningRequest(X509Certificate, PrivateKey) - Static method in class org.jivesoftware.util.CertificateManager
Creates and returns the content of a new singing request for the specified certificate.
createSocket(String, int, InetAddress, int) - Method in class org.jivesoftware.openfire.clearspace.SSLProtocolSocketFactory
 
createSocket(String, int, InetAddress, int, HttpConnectionParams) - Method in class org.jivesoftware.openfire.clearspace.SSLProtocolSocketFactory
Attempts to get a new socket connection to the given host within the given time limit.
createSocket(String, int) - Method in class org.jivesoftware.openfire.clearspace.SSLProtocolSocketFactory
 
createSocket(Socket, String, int, boolean) - Method in class org.jivesoftware.openfire.clearspace.SSLProtocolSocketFactory
 
createSocket() - Method in class org.jivesoftware.util.SimpleSSLSocketFactory
 
createSocket(Socket, String, int, boolean) - Method in class org.jivesoftware.util.SimpleSSLSocketFactory
 
createSocket(InetAddress, int, InetAddress, int) - Method in class org.jivesoftware.util.SimpleSSLSocketFactory
 
createSocket(InetAddress, int) - Method in class org.jivesoftware.util.SimpleSSLSocketFactory
 
createSocket(String, int, InetAddress, int) - Method in class org.jivesoftware.util.SimpleSSLSocketFactory
 
createSocket(String, int) - Method in class org.jivesoftware.util.SimpleSSLSocketFactory
 
createSocketReader(Socket, boolean, ServerPort, boolean) - Method in interface org.jivesoftware.openfire.ConnectionManager
Creates a new socket reader for the new accepted socket to be managed by the connection manager.
createSocketReader(Socket, boolean, ServerPort, boolean) - Method in class org.jivesoftware.openfire.spi.ConnectionManagerImpl
 
createStreamEvent(Session) - Static method in class org.jivesoftware.openfire.audit.SessionEvent
Create an event associated with the establishment of an XMPP session.
createStreamID() - Method in class org.jivesoftware.openfire.audit.AuditStreamIDFactory
 
createStreamID() - Method in class org.jivesoftware.openfire.spi.BasicStreamIDFactory
 
createStreamID(String) - Method in class org.jivesoftware.openfire.spi.BasicStreamIDFactory
 
createStreamID() - Method in interface org.jivesoftware.openfire.StreamIDFactory
Generate a stream id.
createSubscribePresence(JID, JID, boolean) - Method in class org.jivesoftware.openfire.handler.PresenceUpdateHandler
 
createSubscription(IQ, JID, JID, boolean, DataForm) - Method in class org.jivesoftware.openfire.pubsub.Node
Creates a new subscription and possibly a new affiliate if the owner of the subscription does not have any existing affiliation with the node.
createToolTip(String, int) - Static method in class org.jivesoftware.openfire.launcher.GraphicUtils
 
createToolTip(String) - Static method in class org.jivesoftware.openfire.launcher.GraphicUtils
 
createUser(String, String, String, String) - Method in class org.jivesoftware.openfire.clearspace.ClearspaceUserProvider
Creates user using the userService/users POST service.
createUser(String, String, String, String) - Method in class org.jivesoftware.openfire.ldap.LdapUserProvider
 
createUser(String, String, String, String) - Method in class org.jivesoftware.openfire.user.DefaultUserProvider
 
createUser(String, String, String, String) - Method in class org.jivesoftware.openfire.user.HybridUserProvider
 
createUser(String, String, String, String) - Method in class org.jivesoftware.openfire.user.JDBCUserProvider
 
createUser(String, String, String, String) - Method in class org.jivesoftware.openfire.user.UserManager
Creates a new User.
createUser(String, String, String, String) - Method in interface org.jivesoftware.openfire.user.UserProvider
Creates a new user.
createVCard(String, Element) - Method in class org.jivesoftware.openfire.clearspace.ClearspaceVCardProvider
Creates the user's VCard.
createVCard(String, Element) - Method in class org.jivesoftware.openfire.ldap.LdapVCardProvider
Handles when a user creates a new vcard.
createVCard(String, Element) - Method in class org.jivesoftware.openfire.vcard.DefaultVCardProvider
 
createVCard(String, Element) - Method in interface org.jivesoftware.openfire.vcard.VCardProvider
Creates and saves the new user vcard.
createWriter(OutputStream, String) - Method in class org.jivesoftware.util.XMLWriter
Get an OutputStreamWriter, use preferred encoding.
creationDate - Variable in class org.jivesoftware.openfire.pubsub.Node
The datetime when the node was created.
creator - Variable in class org.jivesoftware.openfire.pubsub.Node
The JID of the node creator.
CROSS_DOMAIN_END_TEXT - Static variable in class org.jivesoftware.openfire.FlashCrossDomainHandler
 
CROSS_DOMAIN_END_TEXT - Static variable in class org.jivesoftware.openfire.http.FlashCrossDomainServlet
 
CROSS_DOMAIN_MIDDLE_TEXT - Static variable in class org.jivesoftware.openfire.http.FlashCrossDomainServlet
 
CROSS_DOMAIN_TEXT - Static variable in class org.jivesoftware.openfire.FlashCrossDomainHandler
 
CROSS_DOMAIN_TEXT - Static variable in class org.jivesoftware.openfire.http.FlashCrossDomainServlet
 
cullCache() - Method in class org.jivesoftware.util.cache.DefaultCache
Removes objects from cache if the cache is too full.

D

DataForm - Interface in org.jivesoftware.openfire.forms
Deprecated. replaced by DataForm
dataformXSLT - Variable in class org.jivesoftware.openfire.pubsub.Node
The URL of an XSL transformation which can be applied to the payload format in order to generate a valid Data Forms result that the client could display using a generic Data Forms rendering engine.
DatagramListener - Interface in org.jivesoftware.openfire.mediaproxy
Listener for datagram packets received.
datagramReceived(DatagramPacket) - Method in interface org.jivesoftware.openfire.mediaproxy.DatagramListener
Called when a datagram is received.
datagramReceived(DatagramPacket) - Method in class org.jivesoftware.openfire.mediaproxy.DynamicAddressChannel
Implement DatagramListener method.
datagramReceived(DatagramPacket) - Method in class org.jivesoftware.openfire.mediaproxy.MediaProxySession
Implement DatagramListener to timestamp last packet arrived
DATE - Static variable in interface org.jivesoftware.openfire.handler.IQRegisterInfo
The date of registration
DATE_FORMAT - Static variable in class org.jivesoftware.util.BeanUtils
The date format recognized for parsing/formattig dates.
dateToMillis(Date) - Static method in class org.jivesoftware.util.StringUtils
Formats a Date as a fifteen character long String made up of the Date's padded millisecond value.
DAY - Static variable in class org.jivesoftware.util.JiveConstants
 
DbConnectionManager - Class in org.jivesoftware.database
Central manager of database connections.
DbConnectionManager.DatabaseType - Enum in org.jivesoftware.database
A class that identifies the type of the database that Jive is connected to.
debug(String) - Static method in class org.jivesoftware.util.Log
Deprecated. replaced by Logger.debug(String). Functionality of this method is delegated there.
debug(Throwable) - Static method in class org.jivesoftware.util.Log
Deprecated. replaced by Logger.debug(String, Throwable). Functionality of this method is delegated there.
debug(String, Throwable) - Static method in class org.jivesoftware.util.Log
Deprecated. replaced by Logger.debug(String, Throwable). Functionality of this method is delegated there.
debug(String) - Method in class org.jivesoftware.util.log.util.JettyLog
 
debug(String, Throwable) - Method in class org.jivesoftware.util.log.util.JettyLog
 
debug(String, Object, Object) - Method in class org.jivesoftware.util.log.util.JettyLog
 
DECODE - Static variable in class org.jivesoftware.util.Base64
Specify decoding.
decode(byte[], int, int, int) - Static method in class org.jivesoftware.util.Base64
Very low-level access to decoding ASCII characters in the form of a byte array.
decode(String) - Static method in class org.jivesoftware.util.Base64
Decodes data from Base64 notation, automatically detecting gzip-compressed data and decompressing it.
decode(String, int) - Static method in class org.jivesoftware.util.Base64
Decodes data from Base64 notation, automatically detecting gzip-compressed data and decompressing it.
decodeBase64(String) - Static method in class org.jivesoftware.util.StringUtils
Decodes a base64 String.
decodeFileToFile(String, String) - Static method in class org.jivesoftware.util.Base64
Reads infile and decodes it to outfile.
decodeFromFile(String) - Static method in class org.jivesoftware.util.Base64
Convenience method for reading a base64-encoded file and decoding it.
decodeHex(String) - Static method in class org.jivesoftware.util.StringUtils
Turns a hex encoded string into a byte array.
decodeToFile(String, String) - Static method in class org.jivesoftware.util.Base64
Convenience method for decoding data to a file.
decodeToObject(String) - Static method in class org.jivesoftware.util.Base64
Attempts to decode Base64 data and deserialize a Java Object within.
decodeVersion(String) - Static method in class org.jivesoftware.openfire.session.LocalSession
 
decryptPassword(String) - Static method in class org.jivesoftware.openfire.auth.AuthFactory
Returns a decrypted version of the encrypted password.
decryptString(String) - Method in class org.jivesoftware.util.Blowfish
decrypts a hexbin string (handling is case sensitive)
DEFAULT_COMPONENT_PORT - Static variable in interface org.jivesoftware.openfire.ConnectionManager
The default XMPP port for external components.
DEFAULT_FORMAT - Static variable in class org.jivesoftware.util.XMLWriter
 
DEFAULT_IS_PROXY_ENABLED - Static variable in class org.jivesoftware.openfire.filetransfer.proxy.FileTransferProxy
Whether or not the file transfer proxy is enabled by default.
DEFAULT_MAX_CACHE_LIFETIME - Static variable in class org.jivesoftware.util.cache.CacheFactory
 
DEFAULT_MAX_CACHE_SIZE - Static variable in class org.jivesoftware.util.cache.CacheFactory
 
DEFAULT_MULTIPLEX_PORT - Static variable in interface org.jivesoftware.openfire.ConnectionManager
The default XMPP port for connection multiplex.
DEFAULT_PORT - Static variable in interface org.jivesoftware.openfire.ConnectionManager
The default XMPP port for clients.
DEFAULT_PORT - Static variable in class org.jivesoftware.openfire.filetransfer.proxy.FileTransferProxy
The default port of the file transfer proxy
DEFAULT_SERVER_PORT - Static variable in interface org.jivesoftware.openfire.ConnectionManager
The default XMPP port for server2server communication.
DEFAULT_SSL_PORT - Static variable in interface org.jivesoftware.openfire.ConnectionManager
The default legacy Jabber port for SSL traffic.
DefaultAdminProvider - Class in org.jivesoftware.openfire.admin
Handles default management of admin users, which stores the list if accounts as a system property.
DefaultAdminProvider() - Constructor for class org.jivesoftware.openfire.admin.DefaultAdminProvider
Constructs a new DefaultAdminProvider
DefaultAuthorizationMapping - Class in org.jivesoftware.openfire.auth
This is the interface the used to provide default default authorization ID's when none was selected by the client.
DefaultAuthorizationMapping() - Constructor for class org.jivesoftware.openfire.auth.DefaultAuthorizationMapping
 
DefaultAuthorizationPolicy - Class in org.jivesoftware.openfire.auth
Different clients perform authentication differently, so this policy will authorize any principal to a requested user that match specific conditions that are considered secure defaults for most installations.
DefaultAuthorizationPolicy() - Constructor for class org.jivesoftware.openfire.auth.DefaultAuthorizationPolicy
 
DefaultAuthProvider - Class in org.jivesoftware.openfire.auth
Default AuthProvider implementation.
DefaultAuthProvider() - Constructor for class org.jivesoftware.openfire.auth.DefaultAuthProvider
Constructs a new DefaultAuthProvider.
DefaultCache<K,V> - Class in org.jivesoftware.util.cache
Default, non-distributed implementation of the Cache interface.
DefaultCache(String, long, long) - Constructor for class org.jivesoftware.util.cache.DefaultCache
Create a new default cache and specify the maximum size of for the cache in bytes, and the maximum lifetime of objects.
DefaultConnectionProvider - Class in org.jivesoftware.database
Default Jive connection provider, which uses an internal connection pool.
DefaultConnectionProvider() - Constructor for class org.jivesoftware.database.DefaultConnectionProvider
Creates a new DefaultConnectionProvider.
DefaultConnectionProviderBeanInfo - Class in org.jivesoftware.database
BeanInfo class for the DefaultConnectionProvider class.
DefaultConnectionProviderBeanInfo() - Constructor for class org.jivesoftware.database.DefaultConnectionProviderBeanInfo
 
DefaultFileTransferManager - Class in org.jivesoftware.openfire.filetransfer
Provides several utility methods for file transfer manager implementaions to utilize.
DefaultFileTransferManager() - Constructor for class org.jivesoftware.openfire.filetransfer.DefaultFileTransferManager
Default constructor creates the cache.
DefaultGroupProvider - Class in org.jivesoftware.openfire.group
Database implementation of the GroupManager interface.
DefaultGroupProvider() - Constructor for class org.jivesoftware.openfire.group.DefaultGroupProvider
 
DefaultLocalCacheStrategy - Class in org.jivesoftware.util.cache
CacheFactoryStrategy for use in Openfire.
DefaultLocalCacheStrategy() - Constructor for class org.jivesoftware.util.cache.DefaultLocalCacheStrategy
 
DefaultLockOutProvider - Class in org.jivesoftware.openfire.lockout
The DefaultLockOutProvider works with the ofUserFlag table to maintain a list of disabled/locked out accounts., and as the name implies, is the default LockOutProvider implementation.
DefaultLockOutProvider() - Constructor for class org.jivesoftware.openfire.lockout.DefaultLockOutProvider
Constructs a new DefaultLockOutProvider
defaultMaximumAllowedCharacter() - Method in class org.jivesoftware.util.XMLWriter
Returns the maximum allowed character code that should be allowed unescaped which defaults to 127 in US-ASCII (7 bit) or 255 in ISO-* (8 bit).
DefaultNodeConfiguration - Class in org.jivesoftware.openfire.pubsub
A DefaultNodeConfiguration keeps the default configuration values for leaf or collection nodes of a particular publish-subscribe service.
DefaultNodeConfiguration(boolean) - Constructor for class org.jivesoftware.openfire.pubsub.DefaultNodeConfiguration
 
DefaultProxyTransfer - Class in org.jivesoftware.openfire.filetransfer.proxy
Tracks the different connections related to a file transfer.
DefaultProxyTransfer() - Constructor for class org.jivesoftware.openfire.filetransfer.proxy.DefaultProxyTransfer
 
defaultSecretChanged(String) - Method in class org.jivesoftware.openfire.clearspace.ClearspaceManager
 
defaultSecretChanged(String) - Method in interface org.jivesoftware.openfire.component.ExternalComponentManagerListener
Notification indicating that the default secret is being modified.
DefaultSecurityAuditProvider - Class in org.jivesoftware.openfire.security
The default security audit provider stores the logs in a ofSecurityAuditLog table.
DefaultSecurityAuditProvider() - Constructor for class org.jivesoftware.openfire.security.DefaultSecurityAuditProvider
Constructs a new DefaultSecurityAuditProvider
DefaultUserProvider - Class in org.jivesoftware.openfire.user
Default implementation of the UserProvider interface, which reads and writes data from the ofUser database table.
DefaultUserProvider() - Constructor for class org.jivesoftware.openfire.user.DefaultUserProvider
 
DefaultVCardProvider - Class in org.jivesoftware.openfire.vcard
Default implementation of the VCardProvider interface, which reads and writes data from the ofVCard database table.
DefaultVCardProvider() - Constructor for class org.jivesoftware.openfire.vcard.DefaultVCardProvider
 
delete() - Method in class org.jivesoftware.openfire.pubsub.Node
Deletes this node from memory and the database.
deleteCertificate(KeyStore, String) - Static method in class org.jivesoftware.util.CertificateManager
Deletes the specified certificate from the
deleteConfiguration(String) - Static method in class org.jivesoftware.openfire.component.ExternalComponentManager
Removes any existing defined permission and configuration for the specified external component.
deleteConfiguration(String) - Static method in class org.jivesoftware.openfire.server.RemoteServerManager
Removes any existing defined permission and configuration for the specified remote server.
deleteCookie(HttpServletRequest, HttpServletResponse, Cookie) - Static method in class org.jivesoftware.util.CookieUtils
Deletes the specified cookie.
deleteExpiredEntries() - Method in class org.jivesoftware.util.cache.DefaultCache
Clears all entries out of cache where the entries are older than the maximum defined age.
deleteFromDB(MUCRoom) - Static method in class org.jivesoftware.openfire.muc.spi.MUCPersistenceManager
Removes the room configuration and its affiliates from the database.
deleteGroup(String) - Method in class org.jivesoftware.openfire.clearspace.ClearspaceGroupProvider
 
DeleteGroup - Class in org.jivesoftware.openfire.commands.admin.group
Command that allows to delete existing groups.
DeleteGroup() - Constructor for class org.jivesoftware.openfire.commands.admin.group.DeleteGroup
 
deleteGroup(String) - Method in class org.jivesoftware.openfire.group.DefaultGroupProvider
 
deleteGroup(Group) - Method in class org.jivesoftware.openfire.group.GroupManager
Deletes a group from the system.
deleteGroup(String) - Method in interface org.jivesoftware.openfire.group.GroupProvider
Deletes the group (optional operation).
deleteGroup(String) - Method in class org.jivesoftware.openfire.group.JDBCGroupProvider
Always throws an UnsupportedOperationException because JDBC groups are read-only.
deleteGroup(String) - Method in class org.jivesoftware.openfire.ldap.LdapGroupProvider
Always throws an UnsupportedOperationException because LDAP groups are read-only.
DeleteGroupUsers - Class in org.jivesoftware.openfire.commands.admin.group
Command that allows to delete members or admins from a given group.
DeleteGroupUsers() - Constructor for class org.jivesoftware.openfire.commands.admin.group.DeleteGroupUsers
 
deleteInstance(byte[]) - Static method in class org.jivesoftware.openfire.cluster.NodeID
 
deleteItem(String, long) - Method in class org.jivesoftware.openfire.roster.RosterItemProvider
Delete the roster item with the given itemJID for the user (optional operation).
deleteItems(List<PublishedItem>) - Method in class org.jivesoftware.openfire.pubsub.LeafNode
Deletes the list of published items from the node.
deleteLocalProperty(String, String) - Static method in class org.jivesoftware.openfire.muc.spi.MUCPersistenceManager
 
deleteMember(String, JID) - Method in class org.jivesoftware.openfire.clearspace.ClearspaceGroupProvider
 
deleteMember(String, JID) - Method in class org.jivesoftware.openfire.group.DefaultGroupProvider
 
deleteMember(String, JID) - Method in interface org.jivesoftware.openfire.group.GroupProvider
Deletes an entity from a group (optional operation).
deleteMember(String, JID) - Method in class org.jivesoftware.openfire.group.JDBCGroupProvider
Always throws an UnsupportedOperationException because JDBC groups are read-only.
deleteMember(String, JID) - Method in class org.jivesoftware.openfire.ldap.LdapGroupProvider
Always throws an UnsupportedOperationException because LDAP groups are read-only.
deleteMessage(String, Date) - Method in class org.jivesoftware.openfire.OfflineMessageStore
Deletes the specified offline message in the store for a user.
deleteMessages(String) - Method in class org.jivesoftware.openfire.OfflineMessageStore
Deletes all offline messages in the store for a user.
deletePrivacyList(String, String) - Method in class org.jivesoftware.openfire.privacy.PrivacyListManager
Deletes an existing privacy list of a user.
deletePrivacyList(String, String) - Method in class org.jivesoftware.openfire.privacy.PrivacyListProvider
Deletes an existing privacy list from the database.
deletePrivacyLists(String) - Method in class org.jivesoftware.openfire.privacy.PrivacyListManager
Deletes all privacy lists of a user.
deletePrivacyLists(String) - Method in class org.jivesoftware.openfire.privacy.PrivacyListProvider
Deletes all existing privacy list from the database for the given user.
deleteProperty(String, String) - Static method in class org.jivesoftware.openfire.muc.spi.MUCPersistenceManager
Deletes a Jive property.
deleteProperty(Element, String) - Static method in class org.jivesoftware.util.ElementUtil
Deletes the specified property.
deleteProperty(String) - Static method in class org.jivesoftware.util.JiveGlobals
Deletes a Jive property.
deleteProperty(String) - Method in class org.jivesoftware.util.XMLProperties
Deletes the specified property.
deleteRoster(JID) - Method in class org.jivesoftware.openfire.roster.RosterManager
Removes the entire roster of a given user.
deleteRosterItem(JID, boolean) - Method in class org.jivesoftware.openfire.roster.Roster
Remove a user from the roster.
deleteUser(String) - Method in class org.jivesoftware.openfire.clearspace.ClearspaceUserProvider
Deletes a user using the userService/users DELETE service.
deleteUser(User) - Method in class org.jivesoftware.openfire.group.GroupManager
Deletes a user from all the groups where he/she belongs.
deleteUser(String) - Method in class org.jivesoftware.openfire.ldap.LdapUserProvider
 
deleteUser(String) - Method in class org.jivesoftware.openfire.user.DefaultUserProvider
 
deleteUser(String) - Method in class org.jivesoftware.openfire.user.HybridUserProvider
 
deleteUser(String) - Method in class org.jivesoftware.openfire.user.JDBCUserProvider
 
deleteUser(User) - Method in class org.jivesoftware.openfire.user.UserManager
Deletes a user (optional operation).
deleteUser(String) - Method in interface org.jivesoftware.openfire.user.UserProvider
Delets a user.
deleteVCard(String) - Method in class org.jivesoftware.openfire.clearspace.ClearspaceVCardProvider
Deletes the profiles and avatar information of the user.
deleteVCard(String) - Method in class org.jivesoftware.openfire.ldap.LdapVCardProvider
Handles when a user deletes their vcard.
deleteVCard(String) - Method in class org.jivesoftware.openfire.vcard.DefaultVCardProvider
 
deleteVCard(String) - Method in class org.jivesoftware.openfire.vcard.VCardManager
Deletes the user's vCard from the user account.
deleteVCard(String) - Method in interface org.jivesoftware.openfire.vcard.VCardProvider
Delets a user vcard.
deleteXMLProperty(String) - Static method in class org.jivesoftware.util.JiveGlobals
Deletes a locale property.
deletingNode() - Method in class org.jivesoftware.openfire.pubsub.CollectionNode
 
deletingNode() - Method in class org.jivesoftware.openfire.pubsub.LeafNode
 
deletingNode() - Method in class org.jivesoftware.openfire.pubsub.Node
Notification message indicating that the node is being deleted.
deliver(Packet) - Method in interface org.jivesoftware.openfire.Connection
Delivers the packet to this connection without checking the recipient.
deliver(Packet) - Method in class org.jivesoftware.openfire.http.HttpSession.HttpVirtualConnection
 
deliver(Packet) - Method in class org.jivesoftware.openfire.multiplex.ClientSessionConnection
Delivers the packet to the Connection Manager that in turn will forward it to the target user.
deliver(Packet) - Method in class org.jivesoftware.openfire.multiplex.MultiplexerPacketDeliverer
 
deliver(Packet) - Method in class org.jivesoftware.openfire.net.SocketConnection
 
deliver(Packet) - Method in class org.jivesoftware.openfire.nio.NIOConnection
 
deliver(Packet) - Method in interface org.jivesoftware.openfire.PacketDeliverer
Delivers the given packet based on packet recipient and sender.
deliver(Packet) - Method in class org.jivesoftware.openfire.spi.PacketDelivererImpl
 
deliver(Packet) - Method in class org.jivesoftware.openfire.spi.PacketTransporterImpl
Delivers the given packet based on packet recipient and sender.
deliverBody(String) - Method in class org.jivesoftware.openfire.http.HttpConnection
Delivers content to the client.
deliverer - Variable in class org.jivesoftware.openfire.handler.IQHandler
 
deliverHandler - Variable in class org.jivesoftware.openfire.spi.PacketDelivererImpl
The handler that does the actual delivery (could be a channel instead)
deliverPayloads - Variable in class org.jivesoftware.openfire.pubsub.Node
Flag that indicates whether to deliver payloads with event notifications.
deliverRawText(String) - Method in interface org.jivesoftware.openfire.Connection
Delivers raw text to this connection.
deliverRawText(String) - Method in class org.jivesoftware.openfire.http.HttpSession.HttpVirtualConnection
 
deliverRawText(String) - Method in class org.jivesoftware.openfire.multiplex.ClientSessionConnection
Delivers the stanza to the Connection Manager that in turn will forward it to the target user.
deliverRawText(String) - Method in class org.jivesoftware.openfire.net.SocketConnection
 
deliverRawText(String) - Method in class org.jivesoftware.openfire.nio.NIOConnection
 
deliverRawText(String) - Method in class org.jivesoftware.openfire.session.LocalSession
 
deliverRawText(String) - Method in interface org.jivesoftware.openfire.session.Session
Delivers raw text to this connection.
DESCENDING - Static variable in class org.jivesoftware.openfire.SessionResultFilter
Descending sort (ie 3, 2, 1...).
description() - Method in interface org.jivesoftware.openfire.auth.AuthorizationMapping
Returns a description of the Policy
description() - Method in interface org.jivesoftware.openfire.auth.AuthorizationPolicy
Returns a description of the Policy
description() - Method in class org.jivesoftware.openfire.auth.DefaultAuthorizationMapping
Returns a description of the Policy
description() - Method in class org.jivesoftware.openfire.auth.DefaultAuthorizationPolicy
Returns a description of the Policy
description() - Method in class org.jivesoftware.openfire.ldap.LdapAuthorizationMapping
Returns a description of the Policy
description() - Method in class org.jivesoftware.openfire.ldap.LdapAuthorizationPolicy
Returns a description of the Policy
description - Variable in class org.jivesoftware.openfire.pubsub.Node
A description of the node.
destroy() - Method in class org.jivesoftware.admin.AuthCheckFilter
 
destroy() - Method in class org.jivesoftware.admin.PluginFilter
 
destroy() - Method in interface org.jivesoftware.database.ConnectionProvider
Tells the connection provider to destroy itself.
destroy() - Method in class org.jivesoftware.database.DefaultConnectionProvider
 
destroy() - Method in class org.jivesoftware.database.EmbeddedConnectionProvider
 
destroy() - Method in class org.jivesoftware.database.JNDIDataSourceProvider
 
destroy() - Method in class org.jivesoftware.openfire.container.BasicModule
Destroys the module.
destroy() - Method in interface org.jivesoftware.openfire.container.Module
Module should free all resources and prepare for deallocation.
destroy() - Method in class org.jivesoftware.openfire.filetransfer.proxy.FileTransferProxy
 
destroy() - Method in class org.jivesoftware.openfire.http.HttpBindServlet
 
destroy() - Method in interface org.jivesoftware.openfire.muc.MUCRole
Destroys this role after the occupant left the room.
destroy() - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRole
 
destroy() - Method in class org.jivesoftware.openfire.muc.spi.RemoteMUCRole
 
destroy() - Method in class org.jivesoftware.openfire.net.MulticastDNSService
 
destroy() - Method in class org.jivesoftware.openfire.pep.IQPEPHandler
 
destroy() - Method in class org.jivesoftware.openfire.stun.STUNService
 
destroy() - Method in class org.jivesoftware.util.Blowfish
destroys (clears) the encryption engine, after that the instance is not valid anymore
destroy() - Method in class org.jivesoftware.util.LocaleFilter
Does nothing
destroy() - Method in class org.jivesoftware.util.SetCharacterEncodingFilter
 
destroyCache(String) - Static method in class org.jivesoftware.util.cache.CacheFactory
Destroys the cache for the cache name specified.
destroyCache(Cache) - Method in interface org.jivesoftware.util.cache.CacheFactoryStrategy
Destroys the supplied cache.
destroyCache(Cache) - Method in class org.jivesoftware.util.cache.DefaultLocalCacheStrategy
 
destroyConnectionProvider() - Static method in class org.jivesoftware.database.DbConnectionManager
Destroys the currennt connection provider.
destroyingRoom(String, JID) - Method in class org.jivesoftware.openfire.clearspace.ClearspaceMUCEventDelegate
This event will be triggered when an entity attempts to destroy a room.
destroyingRoom(String, JID) - Method in class org.jivesoftware.openfire.muc.MUCEventDelegate
This event will be triggered when an entity attempts to destroy a room.
destroyPlugin() - Method in class org.jivesoftware.openfire.container.AdminConsolePlugin
 
destroyPlugin() - Method in interface org.jivesoftware.openfire.container.Plugin
Destroys the plugin.
destroyRoom(String, String) - Method in interface org.jivesoftware.openfire.muc.MUCRoom
Destroys the room.
destroyRoom(DestroyRoomRequest) - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRoom
 
destroyRoom(String, String) - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRoom
 
DestroyRoomRequest - Class in org.jivesoftware.openfire.muc.cluster
Task that destroys the local room in the cluster node.
DestroyRoomRequest() - Constructor for class org.jivesoftware.openfire.muc.cluster.DestroyRoomRequest
 
DestroyRoomRequest(LocalMUCRoom, String, String) - Constructor for class org.jivesoftware.openfire.muc.cluster.DestroyRoomRequest
 
DirectedPresence - Class in org.jivesoftware.openfire.handler
Represents a directed presence sent from a session hosted in a cluster node to another entity (e.g.
DirectedPresence() - Constructor for class org.jivesoftware.openfire.handler.DirectedPresence
 
DirectedPresence(JID) - Constructor for class org.jivesoftware.openfire.handler.DirectedPresence
 
directedPresenceSent(Presence, JID, String) - Method in class org.jivesoftware.openfire.handler.PresenceUpdateHandler
Notification method sent to this handler when a user has sent a directed presence to an entity.
directoryDropped(File) - Method in class org.jivesoftware.openfire.launcher.DroppableFrame
Notified when a directory has been dropped onto the frame.
directoryDropped(File) - Method in class org.jivesoftware.openfire.launcher.DroppableTextPane
Notified when a directory has been dropped onto the frame.
disable() - Method in class org.jivesoftware.openfire.filetransfer.proxy.ProxyConnectionManager
 
disableAccount(String, Date, Date) - Method in class org.jivesoftware.openfire.lockout.LockOutManager
Sets an account to disabled, starting at an optional time and ending at an optional time.
DiscoInfoProvider - Interface in org.jivesoftware.openfire.disco
A DiscoInfoProvider is responsible for providing information about a JID's name and its node.
DiscoItem - Class in org.jivesoftware.openfire.disco
An item is associated with an XMPP Entity, usually thought of a children of the parent entity and normally are addressable as a JID.
DiscoItem(Element) - Constructor for class org.jivesoftware.openfire.disco.DiscoItem
 
DiscoItem(JID, String, String, String) - Constructor for class org.jivesoftware.openfire.disco.DiscoItem
Creates a new DiscoItem instance.
DiscoItemsProvider - Interface in org.jivesoftware.openfire.disco
A DiscoItemsProvider is responsible for providing the items associated with a JID's name and node.
DiscoServerItem - Class in org.jivesoftware.openfire.disco
Represent a DiscoItem provided by the server.
DiscoServerItem(JID, String, String, String, DiscoInfoProvider, DiscoItemsProvider) - Constructor for class org.jivesoftware.openfire.disco.DiscoServerItem
 
dispatchAgentStopped() - Method in class org.jivesoftware.openfire.mediaproxy.MediaProxySession
Dispatch Stop Event
dispatchEvent(Group, GroupEventDispatcher.EventType, Map) - Static method in class org.jivesoftware.openfire.event.GroupEventDispatcher
Dispatches an event to all listeners.
dispatchEvent(Session, SessionEventDispatcher.EventType) - Static method in class org.jivesoftware.openfire.event.SessionEventDispatcher
Dispatches an event to all listeners.
dispatchEvent(User, UserEventDispatcher.EventType, Map<String, Object>) - Static method in class org.jivesoftware.openfire.event.UserEventDispatcher
Dispatches an event to all listeners.
dispatchEvent(String, String, MUCServicePropertyEventDispatcher.EventType, Map<String, Object>) - Static method in class org.jivesoftware.openfire.muc.spi.MUCServicePropertyEventDispatcher
Dispatches an event to all listeners.
dispatchEvent(String, PropertyEventDispatcher.EventType, Map<String, Object>) - Static method in class org.jivesoftware.util.PropertyEventDispatcher
Dispatches an event to all listeners.
dispatchVCardCreated(String, Element) - Static method in class org.jivesoftware.openfire.vcard.VCardEventDispatcher
Dispatches that a vCard was created to all listeners.
dispatchVCardDeleted(String, Element) - Static method in class org.jivesoftware.openfire.vcard.VCardEventDispatcher
Dispatches that a vCard was deleted to all listeners.
dispatchVCardUpdated(String, Element) - Static method in class org.jivesoftware.openfire.vcard.VCardEventDispatcher
Dispatches that a vCard was updated to all listeners.
dispose() - Method in class org.jivesoftware.openfire.clearspace.ClearspaceSaslServer
Disposes of any system resources or security-sensitive information the SaslServer might be using.
dispose() - Method in class org.jivesoftware.openfire.sasl.SaslServerPlainImpl
Disposes of any system resources or security-sensitive information the SaslServer might be using.
DNSUtil - Class in org.jivesoftware.openfire.net
Utilty class to perform DNS lookups for XMPP services.
DNSUtil() - Constructor for class org.jivesoftware.openfire.net.DNSUtil
 
DNSUtil.HostAddress - Class in org.jivesoftware.openfire.net
Encapsulates a hostname and port.
DNSUtil.SrvRecordWeightedPriorityComparator - Class in org.jivesoftware.openfire.net
A comparator for sorting multiple weighted host addresses according to RFC 2782.
DNSUtil.SrvRecordWeightedPriorityComparator() - Constructor for class org.jivesoftware.openfire.net.DNSUtil.SrvRecordWeightedPriorityComparator
 
DNSUtil.WeightedHostAddress - Class in org.jivesoftware.openfire.net
The representation of weighted address.
docFactory - Static variable in class org.jivesoftware.openfire.update.UpdateManager
 
doClusterTask(ClusterTask) - Static method in class org.jivesoftware.util.cache.CacheFactory
Invokes a task on other cluster members in an asynchronous fashion.
doClusterTask(ClusterTask, byte[]) - Static method in class org.jivesoftware.util.cache.CacheFactory
Invokes a task on a given cluster member in an asynchronous fashion.
doClusterTask(ClusterTask) - Method in interface org.jivesoftware.util.cache.CacheFactoryStrategy
Invokes a task on other cluster members in an asynchronous fashion.
doClusterTask(ClusterTask, byte[]) - Method in interface org.jivesoftware.util.cache.CacheFactoryStrategy
Invokes a task on other the specified cluster member in an asynchronous fashion.
doClusterTask(ClusterTask) - Method in class org.jivesoftware.util.cache.DefaultLocalCacheStrategy
 
doClusterTask(ClusterTask, byte[]) - Method in class org.jivesoftware.util.cache.DefaultLocalCacheStrategy
 
doDecode(IoSession, ByteBuffer, ProtocolDecoderOutput) - Method in class org.jivesoftware.openfire.nio.XMPPDecoder
 
doDelete(HttpServletRequest, HttpServletResponse) - Method in class org.jivesoftware.openfire.webdav.WebDAVLiteServlet
Handles a DELETE request for deleting files.
doEndTag() - Method in class org.jivesoftware.admin.SidebarTag
Gets the AdminPageBean instance from the request.
doEndTag() - Method in class org.jivesoftware.admin.SubnavTag
Gets the AdminPageBean instance from the request.
doEndTag() - Method in class org.jivesoftware.admin.SubSidebarTag
Sets the 'body' property to be equal to the body content of this tag.
doEndTag() - Method in class org.jivesoftware.admin.TabsTag
Gets the AdminPageBean instance from the request.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.jivesoftware.admin.AuthCheckFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.jivesoftware.admin.PluginFilter
 
doFilter(ServletRequest, ServletResponse) - Method in interface org.jivesoftware.admin.PluginFilter.SimpleFilter
The doFilter method of the Filter is called by the PluginFilter each time a request/response pair is passed through the chain due to a client request for a resource at the end of the chain.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.jivesoftware.util.LocaleFilter
Ssets the locale context-wide based on a call to JiveGlobals.getLocale().
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.jivesoftware.util.SetCharacterEncodingFilter
Sets the character encoding to be used for any content passing out of this filter.
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.jivesoftware.openfire.container.PluginIconServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.jivesoftware.openfire.http.FlashCrossDomainServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.jivesoftware.openfire.http.HttpBindServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.jivesoftware.openfire.webdav.WebDAVLiteServlet
Handles a GET request for files or for a file listing.
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.jivesoftware.util.FaviconServlet
Retrieve the image based on it's name.
DONT_BREAK_LINES - Static variable in class org.jivesoftware.util.Base64
Don't break lines when encoding (violates strict Base64 specification)
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.jivesoftware.openfire.http.HttpBindServlet
 
doPut(HttpServletRequest, HttpServletResponse) - Method in class org.jivesoftware.openfire.webdav.WebDAVLiteServlet
Handles a PUT request for uploading files.
doStartTag() - Method in class org.jivesoftware.admin.SidebarTag
Does nothing, returns BodyTag.EVAL_BODY_BUFFERED always.
doStartTag() - Method in class org.jivesoftware.admin.SubnavTag
Does nothing, returns BodyTag.EVAL_BODY_BUFFERED always.
doStartTag() - Method in class org.jivesoftware.admin.SubSidebarTag
Looks for the parent SidebarTag class, throws an error if not found.
doStartTag() - Method in class org.jivesoftware.admin.TabsTag
Does nothing, returns BodyTag.EVAL_BODY_BUFFERED always.
doSynchronousClusterTask(ClusterTask, boolean) - Static method in class org.jivesoftware.util.cache.CacheFactory
Invokes a task on other cluster members synchronously and returns the result as a Collection (method will not return until the task has been executed on each cluster member).
doSynchronousClusterTask(ClusterTask, byte[]) - Static method in class org.jivesoftware.util.cache.CacheFactory
Invokes a task on a given cluster member synchronously and returns the result of the remote operation.
doSynchronousClusterTask(ClusterTask, boolean) - Method in interface org.jivesoftware.util.cache.CacheFactoryStrategy
Invokes a task on other cluster members synchronously and returns the result as a Collection (method will not return until the task has been executed on each cluster member).
doSynchronousClusterTask(ClusterTask, byte[]) - Method in interface org.jivesoftware.util.cache.CacheFactoryStrategy
Invokes a task on a given cluster member synchronously and returns the result of the remote operation.
doSynchronousClusterTask(ClusterTask, boolean) - Method in class org.jivesoftware.util.cache.DefaultLocalCacheStrategy
 
doSynchronousClusterTask(ClusterTask, byte[]) - Method in class org.jivesoftware.util.cache.DefaultLocalCacheStrategy
 
doTransfer() - Method in class org.jivesoftware.openfire.filetransfer.proxy.DefaultProxyTransfer
 
doTransfer() - Method in interface org.jivesoftware.openfire.filetransfer.proxy.ProxyTransfer
Transfers the file from the initiator to the target.
downloadPlugin(String) - Method in class org.jivesoftware.openfire.update.PluginDownloadManager
Starts the download process of a given plugin with it's URL.
downloadPlugin(String) - Method in class org.jivesoftware.openfire.update.UpdateManager
Download and install latest version of plugin.
DownloadStatus - Class in org.jivesoftware.openfire.update
Simple data model to handle success/failure of downloads using AJAX.
DownloadStatus() - Constructor for class org.jivesoftware.openfire.update.DownloadStatus
 
dragDropEnd(DragSourceDropEvent) - Method in class org.jivesoftware.openfire.launcher.DroppableFrame
 
dragDropEnd(DragSourceDropEvent) - Method in class org.jivesoftware.openfire.launcher.DroppableTextPane
 
dragEnter(DragSourceDragEvent) - Method in class org.jivesoftware.openfire.launcher.DroppableFrame
 
dragEnter(DropTargetDragEvent) - Method in class org.jivesoftware.openfire.launcher.DroppableFrame
 
dragEnter(DragSourceDragEvent) - Method in class org.jivesoftware.openfire.launcher.DroppableTextPane
 
dragEnter(DropTargetDragEvent) - Method in class org.jivesoftware.openfire.launcher.DroppableTextPane
 
dragExit(DragSourceEvent) - Method in class org.jivesoftware.openfire.launcher.DroppableFrame
 
dragExit(DropTargetEvent) - Method in class org.jivesoftware.openfire.launcher.DroppableFrame
 
dragExit(DragSourceEvent) - Method in class org.jivesoftware.openfire.launcher.DroppableTextPane
 
dragExit(DropTargetEvent) - Method in class org.jivesoftware.openfire.launcher.DroppableTextPane
 
dragGestureRecognized(DragGestureEvent) - Method in class org.jivesoftware.openfire.launcher.DroppableFrame
 
dragGestureRecognized(DragGestureEvent) - Method in class org.jivesoftware.openfire.launcher.DroppableTextPane
 
dragOver(DragSourceDragEvent) - Method in class org.jivesoftware.openfire.launcher.DroppableFrame
 
dragOver(DropTargetDragEvent) - Method in class org.jivesoftware.openfire.launcher.DroppableFrame
 
dragOver(DragSourceDragEvent) - Method in class org.jivesoftware.openfire.launcher.DroppableTextPane
 
dragOver(DropTargetDragEvent) - Method in class org.jivesoftware.openfire.launcher.DroppableTextPane
 
drawHighlightBorder(Graphics, int, int, int, int, boolean, Color, Color) - Static method in class org.jivesoftware.openfire.launcher.GraphicUtils
Draws a single-line highlight border rectangle.
drop(DropTargetDropEvent) - Method in class org.jivesoftware.openfire.launcher.DroppableFrame
 
drop(DropTargetDropEvent) - Method in class org.jivesoftware.openfire.launcher.DroppableTextPane
 
dropActionChanged(DragSourceDragEvent) - Method in class org.jivesoftware.openfire.launcher.DroppableFrame
 
dropActionChanged(DropTargetDragEvent) - Method in class org.jivesoftware.openfire.launcher.DroppableFrame
 
dropActionChanged(DragSourceDragEvent) - Method in class org.jivesoftware.openfire.launcher.DroppableTextPane
 
dropActionChanged(DropTargetDragEvent) - Method in class org.jivesoftware.openfire.launcher.DroppableTextPane
 
DroppableFrame - Class in org.jivesoftware.openfire.launcher
A droppable frame allows for DnD of file objects from the OS onto the actual frame via File.
DroppableFrame() - Constructor for class org.jivesoftware.openfire.launcher.DroppableFrame
Creates a droppable rame.
DroppableTextPane - Class in org.jivesoftware.openfire.launcher
A droppable text pane allows for DnD of file objects from the OS onto the actual pane via File.
DroppableTextPane() - Constructor for class org.jivesoftware.openfire.launcher.DroppableTextPane
Creates a droppable text pane.
DummyExternalizableUtil - Class in org.jivesoftware.util.cache
Dummy implementation that does nothing.
DummyExternalizableUtil() - Constructor for class org.jivesoftware.util.cache.DummyExternalizableUtil
 
DynamicAddressChannel - Class in org.jivesoftware.openfire.mediaproxy
Listen packets from defined dataSocket and send packets to the defined host.
DynamicAddressChannel(DatagramSocket, InetAddress, int) - Constructor for class org.jivesoftware.openfire.mediaproxy.DynamicAddressChannel
Default Channel Constructor

E

Echo - Class in org.jivesoftware.openfire.mediaproxy
 
Echo(int) - Constructor for class org.jivesoftware.openfire.mediaproxy.Echo
 
ELEMENT_NAME - Static variable in class org.jivesoftware.openfire.handler.IQPingHandler
 
ElementUtil - Class in org.jivesoftware.util
We use a simple naming convention of meta-data key names: data is stored heirarchically separated by dots.
EMAIL - Static variable in class org.jivesoftware.admin.LdapUserTester
 
EMAIL - Static variable in interface org.jivesoftware.openfire.handler.IQRegisterInfo
The user's email
EmailService - Class in org.jivesoftware.util
A service to send email.
EmbeddedConnectionProvider - Class in org.jivesoftware.database
A connection provider for the embedded hsqlDB database.
EmbeddedConnectionProvider() - Constructor for class org.jivesoftware.database.EmbeddedConnectionProvider
 
enableAccount(String) - Method in class org.jivesoftware.openfire.lockout.LockOutManager
Enables an account that may or may not have previously been disabled.
enableClientListener(boolean) - Method in interface org.jivesoftware.openfire.ConnectionManager
Sets if the port listener for unsecured clients will be available or not.
enableClientListener(boolean) - Method in class org.jivesoftware.openfire.spi.ConnectionManagerImpl
 
enableClientSSLListener(boolean) - Method in interface org.jivesoftware.openfire.ConnectionManager
Sets if the port listener for secured clients will be available or not.
enableClientSSLListener(boolean) - Method in class org.jivesoftware.openfire.spi.ConnectionManagerImpl
 
enableComponentListener(boolean) - Method in interface org.jivesoftware.openfire.ConnectionManager
Sets if the port listener for external components will be available or not.
enableComponentListener(boolean) - Method in class org.jivesoftware.openfire.spi.ConnectionManagerImpl
 
enableConnectionManagerListener(boolean) - Method in interface org.jivesoftware.openfire.ConnectionManager
Sets if the port listener for connection managers will be available or not.
enableConnectionManagerListener(boolean) - Method in class org.jivesoftware.openfire.spi.ConnectionManagerImpl
 
enableFileTransferProxy(boolean) - Method in class org.jivesoftware.openfire.filetransfer.proxy.FileTransferProxy
 
enableLogging(boolean) - Method in class org.jivesoftware.openfire.net.TLSWrapper
 
enableServerListener(boolean) - Method in interface org.jivesoftware.openfire.ConnectionManager
Sets if the port listener for remote servers will be available or not.
enableServerListener(boolean) - Method in class org.jivesoftware.openfire.spi.ConnectionManagerImpl
 
enableService(boolean, boolean) - Method in interface org.jivesoftware.openfire.muc.MultiUserChatService
Enables or disables the MUC service.
enableService(boolean, boolean) - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
 
encode(String) - Static method in class org.jivesoftware.openfire.clearspace.URLUTF8Encoder
Encode a string to the "x-www-form-urlencoded" form, enhanced with the UTF-8-in-URL proposal.
encode(IoSession, Object, ProtocolEncoderOutput) - Method in class org.jivesoftware.openfire.nio.XMPPEncoder
 
ENCODE - Static variable in class org.jivesoftware.util.Base64
Specify encoding.
encodeBase64(String) - Static method in class org.jivesoftware.util.StringUtils
Encodes a String as a base64 String.
encodeBase64(byte[]) - Static method in class org.jivesoftware.util.StringUtils
Encodes a byte array into a base64 String.
encodeBytes(byte[]) - Static method in class org.jivesoftware.util.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int) - Static method in class org.jivesoftware.util.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int, int) - Static method in class org.jivesoftware.util.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int, int, int) - Static method in class org.jivesoftware.util.Base64
Encodes a byte array into Base64 notation.
encodeFileToFile(String, String) - Static method in class org.jivesoftware.util.Base64
Reads infile and encodes it to outfile.
encodeFromFile(String) - Static method in class org.jivesoftware.util.Base64
Convenience method for reading a binary file and base64-encoding it.
encodeHex(byte[]) - Static method in class org.jivesoftware.util.StringUtils
Turns an array of bytes into a String representing each byte as an unsigned hex number.
encodeObject(Serializable) - Static method in class org.jivesoftware.util.Base64
Serializes an object and returns the Base64-encoded version of that serialized object.
encodeObject(Serializable, int) - Static method in class org.jivesoftware.util.Base64
Serializes an object and returns the Base64-encoded version of that serialized object.
encodeToFile(byte[], String) - Static method in class org.jivesoftware.util.Base64
Convenience method for encoding data to a file.
encryptPassword(String) - Static method in class org.jivesoftware.openfire.auth.AuthFactory
Returns an encrypted version of the plain-text password.
encryptString(String) - Method in class org.jivesoftware.util.Blowfish
Encrypts a string (treated in UNICODE) using the standard Java random generator, which isn't that great for creating IVs
endCDATA() - Method in class org.jivesoftware.util.XMLWriter
 
endDocument() - Method in class org.jivesoftware.util.XMLWriter
 
endDTD() - Method in class org.jivesoftware.util.XMLWriter
 
endElement(String, String, String) - Method in class org.jivesoftware.util.XMLWriter
 
endEntity(String) - Method in class org.jivesoftware.util.XMLWriter
 
endPrefixMapping(String) - Method in class org.jivesoftware.util.XMLWriter
 
EntityCapabilities - Class in org.jivesoftware.openfire.entitycaps
Contains identities and supported features describing client capabilities for an entity.
EntityCapabilities() - Constructor for class org.jivesoftware.openfire.entitycaps.EntityCapabilities
 
EntityCapabilitiesManager - Class in org.jivesoftware.openfire.entitycaps
Implements server side mechanics for XEP-0115: "Entity Capabilities" Version 1.4 In particular, EntityCapabilitiesManager is useful for processing "filtered-notifications" for use with Pubsub (XEP-0060) for contacts that may not want to receive notifications for all payload types.
entrySet() - Method in class org.jivesoftware.openfire.muc.spi.MUCServiceProperties
 
entrySet() - Method in class org.jivesoftware.util.cache.CacheWrapper
 
entrySet() - Method in class org.jivesoftware.util.cache.DefaultCache
 
entrySet() - Method in class org.jivesoftware.util.JiveProperties
 
Enum - Class in org.jivesoftware.util
A type safe enumeration object.
Enum(String) - Constructor for class org.jivesoftware.util.Enum
 
enumTypes - Static variable in class org.jivesoftware.util.IntEnum
 
equals(Object) - Method in class org.jivesoftware.database.CachedPreparedStatement
 
equals(Object) - Method in class org.jivesoftware.openfire.clearspace.SSLProtocolSocketFactory
 
equals(byte[]) - Method in class org.jivesoftware.openfire.cluster.NodeID
 
equals(Object) - Method in class org.jivesoftware.openfire.cluster.NodeID
 
equals(Object) - Method in class org.jivesoftware.openfire.group.Group
 
equals(Object) - Method in class org.jivesoftware.openfire.privacy.PrivacyList
 
equals(Object) - Method in class org.jivesoftware.openfire.SessionResultFilter
 
equals(Object) - Method in class org.jivesoftware.openfire.stun.StunServerAddress
 
equals(Object) - Method in class org.jivesoftware.openfire.user.User
 
equals(Object) - Method in class org.jivesoftware.util.Enum
 
equals(Object) - Method in class org.jivesoftware.util.IntEnum
 
error(String) - Static method in class org.jivesoftware.util.Log
Deprecated. replaced by Logger.error(String). Functionality of this method is delegated there.
error(Throwable) - Static method in class org.jivesoftware.util.Log
Deprecated. replaced by Logger.error(String, Throwable). Functionality of this method is delegated there.
error(String, Throwable) - Static method in class org.jivesoftware.util.Log
Deprecated. replaced by Logger.error(String, Throwable). Functionality of this method is delegated there.
escapeAttributeEntities(String) - Method in class org.jivesoftware.util.XMLWriter
This will take the pre-defined entities in XML 1.0 and convert their character representation to the appropriate entity reference, suitable for XML attributes.
escapeElementEntities(String) - Method in class org.jivesoftware.util.XMLWriter
This will take the pre-defined entities in XML 1.0 and convert their character representation to the appropriate entity reference, suitable for XML attributes.
escapeForSQL(String) - Static method in class org.jivesoftware.util.StringUtils
Escapes all necessary characters in the String so that it can be used in SQL
escapeForXML(String) - Static method in class org.jivesoftware.util.StringUtils
Escapes all necessary characters in the String so that it can be used in an XML doc.
escapeHTMLTags(String) - Static method in class org.jivesoftware.util.StringUtils
This method takes a string which may contain HTML tags (ie, <b>, <table>, etc) and converts the '<'' and '>' characters to their HTML escape sequences.
evaluateResponse(byte[]) - Method in class org.jivesoftware.openfire.clearspace.ClearspaceSaslServer
Evaluates the response data and generates a challenge.
evaluateResponse(byte[]) - Method in class org.jivesoftware.openfire.sasl.SaslServerPlainImpl
Evaluates the response data and generates a challenge.
EventNotFoundException - Exception in org.jivesoftware.openfire.security
Thrown if an event looked up (typically by id) was not found.
EventNotFoundException() - Constructor for exception org.jivesoftware.openfire.security.EventNotFoundException
 
EventNotFoundException(String) - Constructor for exception org.jivesoftware.openfire.security.EventNotFoundException
 
EventNotFoundException(Throwable) - Constructor for exception org.jivesoftware.openfire.security.EventNotFoundException
 
EventNotFoundException(String, Throwable) - Constructor for exception org.jivesoftware.openfire.security.EventNotFoundException
 
exceptionCaught(IoSession, Throwable) - Method in class org.jivesoftware.openfire.nio.ConnectionHandler
 
execute(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.AdHocCommand
Executes the command with the specified session data.
execute(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.admin.GetAdminConsoleInfo
 
execute(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.admin.GetListActiveUsers
 
execute(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.admin.GetNumberActiveUsers
 
execute(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.admin.GetNumberOnlineUsers
 
execute(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.admin.GetNumberUserSessions
 
execute(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.admin.GetServerStats
 
execute(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.admin.GetUsersPresence
 
execute(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.admin.group.AddGroup
 
execute(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.admin.group.AddGroupUsers
 
execute(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.admin.group.DeleteGroup
 
execute(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.admin.group.DeleteGroupUsers
 
execute(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.admin.group.GetListGroups
 
execute(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.admin.group.GetListGroupUsers
 
execute(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.admin.group.UpdateGroup
 
execute(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.admin.HttpBindStatus
 
execute(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.admin.muc.CreateMUCRoom
 
execute(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.admin.PacketsNotification
 
execute(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.admin.user.AddUser
 
execute(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.admin.user.AuthenticateUser
 
execute(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.admin.user.ChangeUserPassword
 
execute(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.admin.user.UserProperties
 
execute(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.clearspace.ChangeSharedSecret
 
execute(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.clearspace.GenerateNonce
 
execute(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.clearspace.SystemAdminAdded
 
execute(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.clearspace.SystemAdminRemoved
 
execute(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.event.GroupAdminAdded
 
execute(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.event.GroupAdminRemoved
 
execute(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.event.GroupCreated
 
execute(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.event.GroupDeleting
 
execute(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.event.GroupMemberAdded
 
execute(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.event.GroupMemberRemoved
 
execute(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.event.GroupModified
 
execute(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.event.UserCreated
 
execute(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.event.UserDeleting
 
execute(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.event.UserModified
 
execute(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.event.VCardCreated
 
execute(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.event.VCardDeleting
 
execute(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.event.VCardModified
 
execute(Runnable) - Method in class org.jivesoftware.openfire.muc.cluster.MUCRoomTask
Executes the requested task considering that this JVM may still be joining the cluster.
execute(SessionData, Element) - Method in class org.jivesoftware.openfire.pubsub.PendingSubscriptionsCommand
 
executeFix(Connection) - Static method in class org.jivesoftware.database.bugfix.OF33
Check and repair the serviceIDs for the ofMucService table.
executeRequest(ClearspaceManager.HttpType, String) - Method in class org.jivesoftware.openfire.clearspace.ClearspaceManager
Makes a rest request of either type GET or DELETE at the specified urlSuffix.
executeRequest(ClearspaceManager.HttpType, String, String) - Method in class org.jivesoftware.openfire.clearspace.ClearspaceManager
Makes a rest request of any type at the specified urlSuffix.
ExternalComponentConfiguration - Class in org.jivesoftware.openfire.component
Holds the configuration for external components that want to connect to this server.
ExternalComponentConfiguration(String, boolean, ExternalComponentConfiguration.Permission, String) - Constructor for class org.jivesoftware.openfire.component.ExternalComponentConfiguration
 
ExternalComponentConfiguration.Permission - Enum in org.jivesoftware.openfire.component
 
ExternalComponentManager - Class in org.jivesoftware.openfire.component
Manages the connection permissions for external components.
ExternalComponentManager() - Constructor for class org.jivesoftware.openfire.component.ExternalComponentManager
 
ExternalComponentManager.PermissionPolicy - Enum in org.jivesoftware.openfire.component
 
ExternalComponentManagerListener - Interface in org.jivesoftware.openfire.component
Listener that will be alerted when an external component is disabled/enabled, the port is changed or configuration about an external component is modified.
ExternalizableUtil - Class in org.jivesoftware.util.cache
Utility methods to assist in working with the Externalizable interfaces.
ExternalizableUtilStrategy - Interface in org.jivesoftware.util.cache
Interface that allows to provide different ways for implementing serialization of objects.

F

failedLoading - Static variable in class org.jivesoftware.util.JiveGlobals
 
fastcloseStmt(PreparedStatement) - Static method in class org.jivesoftware.database.DbConnectionManager
Closes a statement.
fastcloseStmt(ResultSet, PreparedStatement) - Static method in class org.jivesoftware.database.DbConnectionManager
Closes a statement and a result set.
FastDateFormat - Class in org.jivesoftware.util
Similar to SimpleDateFormat, but faster and thread-safe.
FaviconServlet - Class in org.jivesoftware.util
Servlet that gets favicons of webservers and includes them in HTTP responses.
FaviconServlet() - Constructor for class org.jivesoftware.util.FaviconServlet
 
FIELD_IN_USER_PROPS - Static variable in interface org.jivesoftware.openfire.handler.IQRegisterInfo
Fields should be stored in user properties
FIELD_IN_VCARD - Static variable in interface org.jivesoftware.openfire.handler.IQRegisterInfo
Fields should be stored in vCard
FIELD_NAMES - Static variable in interface org.jivesoftware.openfire.handler.IQRegisterInfo
Element names of the fields, array index matches type
fileDropped(File) - Method in class org.jivesoftware.openfire.launcher.DroppableFrame
Notified when a file has been dropped onto the frame.
fileDropped(File) - Method in class org.jivesoftware.openfire.launcher.DroppableTextPane
Notified when a file has been dropped onto the frame.
FileTransfer - Class in org.jivesoftware.openfire.filetransfer
Contains all of the meta information associated with a file transfer.
FileTransfer(String, String, String, String, long, String) - Constructor for class org.jivesoftware.openfire.filetransfer.FileTransfer
 
FileTransferInterceptor - Interface in org.jivesoftware.openfire.filetransfer
Interface used to capture a file transfer before it begins.
FileTransferManager - Interface in org.jivesoftware.openfire.filetransfer
Manages all file transfer currently happening originating from and/or ending at users of the server.
FileTransferProgress - Interface in org.jivesoftware.openfire.filetransfer
An interface to track the progress of a file transfer through the server.
FileTransferProxy - Class in org.jivesoftware.openfire.filetransfer.proxy
Manages the transfering of files between two remote entities on the jabber network.
FileTransferProxy() - Constructor for class org.jivesoftware.openfire.filetransfer.proxy.FileTransferProxy
 
FileTransferRejectedException - Exception in org.jivesoftware.openfire.filetransfer
Thrown by a FileTransferInterceptor when a file transfer is rejected my the Interceptor.
FileTransferRejectedException() - Constructor for exception org.jivesoftware.openfire.filetransfer.FileTransferRejectedException
 
FileTransferRejectedException(String) - Constructor for exception org.jivesoftware.openfire.filetransfer.FileTransferRejectedException
 
FileTransferRejectedException(Throwable) - Constructor for exception org.jivesoftware.openfire.filetransfer.FileTransferRejectedException
 
FileTransferRejectedException(String, Throwable) - Constructor for exception org.jivesoftware.openfire.filetransfer.FileTransferRejectedException
 
filterWrite(IoFilter.NextFilter, IoSession, IoFilter.WriteRequest) - Method in class org.jivesoftware.openfire.net.StalledSessionsFilter
 
finalize() - Method in class org.jivesoftware.database.EmbeddedConnectionProvider
 
findGroupDN(String) - Method in class org.jivesoftware.openfire.ldap.LdapManager
Finds a groups's dn using it's group name.
findGroupDN(String, String) - Method in class org.jivesoftware.openfire.ldap.LdapManager
Finds a groups's dn using it's group name.
findUserDN(String) - Method in class org.jivesoftware.openfire.ldap.LdapManager
Finds a user's dn using their username.
findUserDN(String, String) - Method in class org.jivesoftware.openfire.ldap.LdapManager
Finds a user's dn using their username in the specified baseDN.
findUsers(Set<String>, String) - Method in class org.jivesoftware.openfire.clearspace.ClearspaceUserProvider
Search for the user using the userService/search POST method.
findUsers(Set<String>, String, int, int) - Method in class org.jivesoftware.openfire.clearspace.ClearspaceUserProvider
Search for the user using the userService/searchBounded POST method.
findUsers(Set<String>, String) - Method in class org.jivesoftware.openfire.ldap.LdapUserProvider
 
findUsers(Set<String>, String, int, int) - Method in class org.jivesoftware.openfire.ldap.LdapUserProvider
 
findUsers(Set<String>, String) - Method in class org.jivesoftware.openfire.user.DefaultUserProvider
 
findUsers(Set<String>, String, int, int) - Method in class org.jivesoftware.openfire.user.DefaultUserProvider
 
findUsers(Set<String>, String) - Method in class org.jivesoftware.openfire.user.HybridUserProvider
 
findUsers(Set<String>, String, int, int) - Method in class org.jivesoftware.openfire.user.HybridUserProvider
 
findUsers(Set<String>, String) - Method in class org.jivesoftware.openfire.user.JDBCUserProvider
 
findUsers(Set<String>, String, int, int) - Method in class org.jivesoftware.openfire.user.JDBCUserProvider
 
findUsers(Set<String>, String) - Method in class org.jivesoftware.openfire.user.UserManager
Searches for users based on a set of fields and a query string.
findUsers(Set<String>, String, int, int) - Method in class org.jivesoftware.openfire.user.UserManager
Searches for users based on a set of fields and a query string.
findUsers(Set<String>, String) - Method in interface org.jivesoftware.openfire.user.UserProvider
Searches for users based on a set of fields and a query string.
findUsers(Set<String>, String, int, int) - Method in interface org.jivesoftware.openfire.user.UserProvider
Searches for users based on a set of fields and a query string.
finished() - Method in class org.jivesoftware.openfire.launcher.SwingWorker
Called on the event dispatching thread (not on the worker thread) after the construct method has returned.
finishSetup() - Method in class org.jivesoftware.openfire.XMPPServer
Finish the setup process.
fireFileTransferIntercept(FileTransferProgress, boolean) - Method in class org.jivesoftware.openfire.filetransfer.DefaultFileTransferManager
 
fireFileTransferIntercept(FileTransferProgress, boolean) - Method in interface org.jivesoftware.openfire.filetransfer.FileTransferManager
 
fireJoinedCluster(boolean) - Static method in class org.jivesoftware.openfire.cluster.ClusterManager
Triggers event indicating that this JVM is now part of a cluster.
fireJoinedCluster(byte[], boolean) - Static method in class org.jivesoftware.openfire.cluster.ClusterManager
Triggers event indicating that another JVM is now part of a cluster.
fireLeftCluster() - Static method in class org.jivesoftware.openfire.cluster.ClusterManager
Triggers event indicating that this JVM is no longer part of the cluster.
fireLeftCluster(byte[]) - Static method in class org.jivesoftware.openfire.cluster.ClusterManager
Triggers event indicating that another JVM is no longer part of the cluster.
fireMarkedAsSeniorClusterMember() - Static method in class org.jivesoftware.openfire.cluster.ClusterManager
Triggers event indicating that this JVM is now the senior cluster member.
FIRST_NAME - Static variable in interface org.jivesoftware.openfire.handler.IQRegisterInfo
The user's first name
FlashCrossDomainHandler - Class in org.jivesoftware.openfire
 
FlashCrossDomainHandler() - Constructor for class org.jivesoftware.openfire.FlashCrossDomainHandler
 
FlashCrossDomainServlet - Class in org.jivesoftware.openfire.http
Serves up the flash cross domain xml file which allows other domains to access http-binding using flash.
FlashCrossDomainServlet() - Constructor for class org.jivesoftware.openfire.http.FlashCrossDomainServlet
 
flush() - Method in class org.jivesoftware.openfire.net.XMLSocketWriter
Flushes the underlying writer making sure that if the connection is dead then the thread that is flushing does not end up in an endless wait.
flush() - Method in class org.jivesoftware.openfire.nio.ByteBufferWriter
 
flush() - Method in class org.jivesoftware.util.XMLWriter
Flushes the underlying Writer
flushBase64() - Method in class org.jivesoftware.util.Base64.OutputStream
Method added by PHIL.
focusComponentOrChild(Component) - Static method in class org.jivesoftware.openfire.launcher.GraphicUtils
Puts the focus on the first component in the tree of c that can accept the focus.
focusComponentOrChild(Component, boolean) - Static method in class org.jivesoftware.openfire.launcher.GraphicUtils
Puts the focus on the first component in the tree of c that can accept the focus.
ForbiddenException - Exception in org.jivesoftware.openfire.muc
Exception used for representing that the requested operation is forbidden for the user in the MUCRoom.
ForbiddenException() - Constructor for exception org.jivesoftware.openfire.muc.ForbiddenException
 
ForbiddenException(String) - Constructor for exception org.jivesoftware.openfire.muc.ForbiddenException
 
ForbiddenException(Throwable) - Constructor for exception org.jivesoftware.openfire.muc.ForbiddenException
 
ForbiddenException(String, Throwable) - Constructor for exception org.jivesoftware.openfire.muc.ForbiddenException
 
format(long) - Method in class org.jivesoftware.util.ByteFormat
Formats a long which represent a number of bytes.
format(Object, StringBuffer, FieldPosition) - Method in class org.jivesoftware.util.ByteFormat
Format the given object (mus