Openfire 3.8.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.
AbstractGroupProvider - Class in org.jivesoftware.openfire.group
Shared base class for Openfire GroupProvider implementations.
AbstractGroupProvider() - Constructor for class org.jivesoftware.openfire.group.AbstractGroupProvider
 
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(JID, MUCRole) - Method in interface org.jivesoftware.openfire.muc.MUCRoom
Adds a new user to the list of admins.
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<JID>, MUCRole) - Method in interface org.jivesoftware.openfire.muc.MUCRoom
Adds a list of users to the list of admins.
addAdmins(List<JID>, MUCRole) - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRoom
 
addAffiliate(NodeAffiliate) - Method in class org.jivesoftware.openfire.pubsub.Node
 
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.
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(JID) - Method in interface org.jivesoftware.openfire.muc.MUCRoom
Adds a new user to the list of owners.
addFirstOwner(JID) - 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(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.group.AbstractGroupProvider
 
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 - 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, JID, String) - Constructor for class org.jivesoftware.openfire.muc.cluster.AddMember
 
AddMember(LocalMUCRoom, String, String) - Constructor for class org.jivesoftware.openfire.muc.cluster.AddMember
 
addMember(JID, String, MUCRole) - Method in interface org.jivesoftware.openfire.muc.MUCRoom
Adds a new user to the list of members.
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(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(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(JID, String, MUCRole) - Method in interface org.jivesoftware.openfire.muc.MUCRoom
Adds a new user to the list of outcast users.
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(JID, MUCRole) - Method in interface org.jivesoftware.openfire.muc.MUCRoom
Adds a new user to the list of owners.
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<JID>, MUCRole) - Method in interface org.jivesoftware.openfire.muc.MUCRoom
Adds a list of users to the list of owners.
addOwners(List<JID>, 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.
addSubscription(NodeSubscription) - Method in class org.jivesoftware.openfire.pubsub.Node
 
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(JID) - Method in interface org.jivesoftware.openfire.muc.MultiUserChatService
Adds a new system administrator of the MUC service.
addSysadmin(JID) - 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
Add the given URL to the classpath for this class loader, caching the JAR file connection so it can be unloaded later
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(JID) - 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(JID) - 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.
addUsersAllowedToCreate(Collection<JID>) - Method in interface org.jivesoftware.openfire.muc.MultiUserChatService
Adds new users to the list of JIDs that are allowed to create MUC rooms.
addUsersAllowedToCreate(Collection<JID>) - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
 
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.
AffiliationTask - Class in org.jivesoftware.openfire.pubsub.cluster
 
AffiliationTask() - Constructor for class org.jivesoftware.openfire.pubsub.cluster.AffiliationTask
 
AffiliationTask(Node, JID, NodeAffiliate.Affiliation) - Constructor for class org.jivesoftware.openfire.pubsub.cluster.AffiliationTask
 
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 explicitly authorized to the JID
authorize(String, String) - Method in class org.jivesoftware.openfire.auth.DefaultAuthorizationPolicy
Returns true if the principal is explicitly authorized to the JID
authorize(String, String) - Method in class org.jivesoftware.openfire.ldap.LdapAuthorizationPolicy
Returns if the principal is explicitly 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
 
C2S_SESSION_NAME - Static variable in class org.jivesoftware.openfire.spi.RoutingTableImpl
 
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, boolean) - Method in class org.jivesoftware.openfire.pubsub.Node
Cancels an existing subscription to the node.
cancelSubscription(NodeSubscription) - Method in class org.jivesoftware.openfire.pubsub.Node
Cancels an existing subscription to the node.
CancelSubscriptionTask - Class in org.jivesoftware.openfire.pubsub.cluster
 
CancelSubscriptionTask() - Constructor for class org.jivesoftware.openfire.pubsub.cluster.CancelSubscriptionTask
 
CancelSubscriptionTask(NodeSubscription) - Constructor for class org.jivesoftware.openfire.pubsub.cluster.CancelSubscriptionTask
 
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
 
CannotCalculateSizeException - Exception in org.jivesoftware.util.cache
Flags an exception when we cannot determine size of the object to be cached.
CannotCalculateSizeException() - Constructor for exception org.jivesoftware.util.cache.CannotCalculateSizeException
 
CannotCalculateSizeException(Object) - Constructor for exception org.jivesoftware.util.cache.CannotCalculateSizeException
 
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.group.DefaultGroupPropertyMap
 
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
 
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(FormField) - Method in class org.jivesoftware.openfire.pubsub.CollectionNode
 
configure(FormField) - Method in class org.jivesoftware.openfire.pubsub.LeafNode
 
configure(DataForm) - Method in class org.jivesoftware.openfire.pubsub.Node
Changes the node configuration based on the completed data form.
configure(FormField) - Method in class org.jivesoftware.openfire.pubsub.Node
Configures the node with the completed form field.
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.
consumeResponse(HttpConnection) - Method in class org.jivesoftware.openfire.http.HttpSession
Similar to HttpSession.getResponse(long) but returns the response for a specific connection instance rather than looking up on the request id.
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.group.AbstractGroupProvider
 
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).
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.DefaultRosterItemProvider
 
createItem(String, RosterItem) - Method in interface 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.
createLocalCache(String) - Static method in class org.jivesoftware.util.cache.CacheFactory
Returns the named local cache, creating it as necessary.
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(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.
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.
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.
DefaultGroupPropertyMap<K,V> - Class in org.jivesoftware.openfire.group
Default implementation of a writable Map to manage group properties.
DefaultGroupPropertyMap(Group) - Constructor for class org.jivesoftware.openfire.group.DefaultGroupPropertyMap
Group properties map constructor; requires associated Group instance
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
 
DefaultRosterItemProvider - Class in org.jivesoftware.openfire.roster
Defines the provider methods required for creating, reading, updating and deleting roster items.
DefaultRosterItemProvider() - Constructor for class org.jivesoftware.openfire.roster.DefaultRosterItemProvider
 
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 - 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.AbstractGroupProvider
 
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).
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.DefaultRosterItemProvider
 
deleteItem(String, long) - Method in interface 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.group.AbstractGroupProvider
 
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).
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
 
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.session.LocalClientSession
 
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.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(JID, String) - Method in interface org.jivesoftware.openfire.muc.MUCRoom
Destroys the room.
destroyRoom(DestroyRoomRequest) - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRoom
 
destroyRoom(JID, 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, JID, String) - 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.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)
doOptions(HttpServletRequest, HttpServletResponse) - Method in class org.jivesoftware.openfire.http.HttpBindServlet
 
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.group.DefaultGroupPropertyMap
 
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.Immutable.Map
 
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.pubsub.Node
 
equals(Object) - Method in class org.jivesoftware.openfire.SessionResultFilter
 
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.
flushPendingItems() - Static method in class org.jivesoftware.openfire.pubsub.PubSubPersistenceManager
Flush the cache of items to be persisted and deleted.
flushPendingItems(boolean) - Static method in class org.jivesoftware.openfire.pubsub.PubSubPersistenceManager
Flush the cache of items to be persisted and deleted.
FlushTask - Class in org.jivesoftware.openfire.pubsub.cluster
 
FlushTask() - Constructor for class org.jivesoftware.openfire.pubsub.cluster.FlushTask
 
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 (must be a Long).
format(Date) - Method in class org.jivesoftware.util.FastDateFormat
 
format(Calendar) - Method in class org.jivesoftware.util.FastDateFormat
 
format(Date, StringBuffer) - Method in class org.jivesoftware.util.FastDateFormat
 
format(Calendar, StringBuffer) - Method in class org.jivesoftware.util.FastDateFormat
 
format(Date) - Static method in class org.jivesoftware.util.XMPPDateTimeFormat
Formats a Date object to String as defined in XEP-0082.
formatDate(Date) - Static method in class org.jivesoftware.openfire.clearspace.WSUtils
Formats a date into yyyy-MM-dd'T'HH:mm:ss.SSSZ, for example 2008-02-13T18:54:29.147-03:00
formatDate(Date) - Static method in class org.jivesoftware.util.JiveGlobals
Formats a Date object to return a date using the global locale.
formatDateTime(Date) - Static method in class org.jivesoftware.util.JiveGlobals
Formats a Date object to return a date and time using the global locale.
formatKB(long) - Method in class org.jivesoftware.util.ByteFormat
Formats a long which represent a number of kilobytes.
formatOld(Date) - Static method in class org.jivesoftware.util.XMPPDateTimeFormat
Formats a Date object to String as defined in legacy XMPP protocols (e.g.
formatTime(Date) - Static method in class org.jivesoftware.util.JiveGlobals
Formats a Date object to return a time using the global locale.
FormField - Interface in org.jivesoftware.openfire.forms
Deprecated. replaced by FormField
forName(String) - Static method in class org.jivesoftware.util.ClassUtils
Loads the class with the specified name.
forwardRequest(long, HttpSession, boolean, Element) - Method in class org.jivesoftware.openfire.http.HttpSessionManager
Forwards a client request, which is related to a session, to the server.
FULL - Static variable in class org.jivesoftware.util.FastDateFormat
Style pattern
FULL_NAME - Static variable in class org.jivesoftware.admin.LdapUserTester
 

G

generateNonce() - Method in class org.jivesoftware.openfire.clearspace.ClearspaceManager
Generates a new nonce.
GenerateNonce - Class in org.jivesoftware.openfire.commands.clearspace
Command that generates a new nonce to be used to SSO between OF and CS.
GenerateNonce() - Constructor for class org.jivesoftware.openfire.commands.clearspace.GenerateNonce
 
generateSetElementFromResults(List<E>) - Method in class org.jivesoftware.openfire.resultsetmanager.ResultSet
Deprecated. Generates a Result Set Management 'set' element that describes the parto of the result set that was generated.
generateVerHash(IQ, String) - Static method in class org.jivesoftware.openfire.entitycaps.EntityCapabilitiesManager
Generates a 'ver' hash attribute used in validation to help prevent poisoning of entity capabilities information.
get(Map<String, List<String>>, String, int) - Method in class org.jivesoftware.openfire.commands.AdHocCommand
 
get() - Method in class org.jivesoftware.openfire.launcher.SwingWorker
Return the value created by the construct method.
get(Object) - Method in class org.jivesoftware.openfire.muc.spi.MUCServiceProperties
 
get(String, Element) - Method in class org.jivesoftware.openfire.PrivateStorage
Returns the data stored under a key corresponding to the name and namespace of the given element.
get(int) - Method in class org.jivesoftware.openfire.resultsetmanager.ResultSet
Deprecated. Returns the element denoted by the index.
get(int, int) - Method in class org.jivesoftware.openfire.resultsetmanager.ResultSet
Deprecated. Returns a list of results, starting with the result that's at the specified index.
get(int) - Method in class org.jivesoftware.openfire.resultsetmanager.ResultSetImpl
Deprecated.  
get(int, int) - Method in class org.jivesoftware.openfire.resultsetmanager.ResultSetImpl
Deprecated.  
get(Object) - Method in class org.jivesoftware.util.cache.CacheWrapper
 
get(Object) - Method in class org.jivesoftware.util.cache.DefaultCache
 
get(Object) - Method in class org.jivesoftware.util.JiveProperties
 
getAcceptedIssuers() - Method in class org.jivesoftware.openfire.clearspace.ClearspaceX509TrustManager
 
getAcceptedIssuers() - Method in class org.jivesoftware.openfire.net.ClientTrustManager
 
getAcceptedIssuers() - Method in class org.jivesoftware.openfire.net.ServerTrustManager
 
getAcceptedIssuers() - Method in class org.jivesoftware.openfire.net.SSLJiveTrustManager
 
getAccessModel() - Method in class org.jivesoftware.openfire.pubsub.DefaultNodeConfiguration
Returns the access model that specifies who is allowed to subscribe and retrieve items.
getAccessModel() - Method in class org.jivesoftware.openfire.pubsub.Node
Returns the access model that specifies who is allowed to subscribe and retrieve items.
getAction() - Method in class org.jivesoftware.openfire.disco.DiscoItem
Returns the action (i.e.
getActions(SessionData) - Method in class org.jivesoftware.openfire.commands.AdHocCommand
Returns a collection with the allowed actions based on the current stage as defined in the SessionData.
getActions(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.GetAdminConsoleInfo
 
getActions(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.GetListActiveUsers
 
getActions(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.GetNumberActiveUsers
 
getActions(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.GetNumberOnlineUsers
 
getActions(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.GetNumberUserSessions
 
getActions(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.GetServerStats
 
getActions(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.GetUsersPresence
 
getActions(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.group.AddGroup
 
getActions(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.group.AddGroupUsers
 
getActions(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.group.DeleteGroup
 
getActions(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.group.DeleteGroupUsers
 
getActions(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.group.GetListGroups
 
getActions(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.group.GetListGroupUsers
 
getActions(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.group.UpdateGroup
 
getActions(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.HttpBindStatus
 
getActions(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.muc.CreateMUCRoom
 
getActions(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.PacketsNotification
 
getActions(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.user.AddUser
 
getActions(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.user.AuthenticateUser
 
getActions(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.user.ChangeUserPassword
 
getActions(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.user.UserProperties
 
getActions(SessionData) - Method in class org.jivesoftware.openfire.commands.clearspace.ChangeSharedSecret
 
getActions(SessionData) - Method in class org.jivesoftware.openfire.commands.clearspace.GenerateNonce
 
getActions(SessionData) - Method in class org.jivesoftware.openfire.commands.clearspace.SystemAdminAdded
 
getActions(SessionData) - Method in class org.jivesoftware.openfire.commands.clearspace.SystemAdminRemoved
 
getActions(SessionData) - Method in class org.jivesoftware.openfire.commands.event.GroupAdminAdded
 
getActions(SessionData) - Method in class org.jivesoftware.openfire.commands.event.GroupAdminRemoved
 
getActions(SessionData) - Method in class org.jivesoftware.openfire.commands.event.GroupCreated
 
getActions(SessionData) - Method in class org.jivesoftware.openfire.commands.event.GroupDeleting
 
getActions(SessionData) - Method in class org.jivesoftware.openfire.commands.event.GroupMemberAdded
 
getActions(SessionData) - Method in class org.jivesoftware.openfire.commands.event.GroupMemberRemoved
 
getActions(SessionData) - Method in class org.jivesoftware.openfire.commands.event.GroupModified
 
getActions(SessionData) - Method in class org.jivesoftware.openfire.commands.event.UserCreated
 
getActions(SessionData) - Method in class org.jivesoftware.openfire.commands.event.UserDeleting
 
getActions(SessionData) - Method in class org.jivesoftware.openfire.commands.event.UserModified
 
getActions(SessionData) - Method in class org.jivesoftware.openfire.commands.event.VCardCreated
 
getActions(SessionData) - Method in class org.jivesoftware.openfire.commands.event.VCardDeleting
 
getActions(SessionData) - Method in class org.jivesoftware.openfire.commands.event.VCardModified
 
getActions(SessionData) - Method in class org.jivesoftware.openfire.pubsub.PendingSubscriptionsCommand
 
getActiveList() - Method in interface org.jivesoftware.openfire.session.ClientSession
Returns the Privacy list that overrides the default privacy list.
getActiveList() - Method in class org.jivesoftware.openfire.session.ClientSessionInfo
 
getActiveList() - Method in class org.jivesoftware.openfire.session.LocalClientSession
Returns the Privacy list that overrides the default privacy list.
getActiveSessionCount(String) - Method in class org.jivesoftware.openfire.SessionManager
Returns the number of sessions for a user that are available.
getAdditionalBeanInfo() - Method in class org.jivesoftware.util.JiveBeanInfo
 
getAddress() - Method in class org.jivesoftware.openfire.component.InternalComponentManager
 
getAddress() - Method in interface org.jivesoftware.openfire.Connection
Returns the raw IP address of this InetAddress object.
getAddress() - Method in class org.jivesoftware.openfire.filetransfer.proxy.FileTransferProxy
 
getAddress() - Method in class org.jivesoftware.openfire.http.HttpSession.HttpVirtualConnection
 
getAddress() - Method in class org.jivesoftware.openfire.mediaproxy.MediaProxyService
 
getAddress() - Method in interface org.jivesoftware.openfire.muc.MUCUser
Obtain the address of the user.
getAddress() - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCUser
Obtain the address of the user.
getAddress() - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
 
getAddress() - Method in class org.jivesoftware.openfire.muc.spi.RemoteMUCUser
 
getAddress() - Method in class org.jivesoftware.openfire.multiplex.ClientSessionConnection
 
getAddress() - Method in class org.jivesoftware.openfire.net.SocketConnection
 
getAddress() - Method in class org.jivesoftware.openfire.net.StanzaHandler
Obtain the address of the XMPP entity for which this StanzaHandler handles stanzas.
getAddress() - Method in class org.jivesoftware.openfire.nio.NIOConnection
 
getAddress() - Method in class org.jivesoftware.openfire.pep.PEPService
 
getAddress() - Method in class org.jivesoftware.openfire.pubsub.PubSubModule
 
getAddress() - Method in interface org.jivesoftware.openfire.pubsub.PubSubService
Returns the XMPP address of the service.
getAddress() - Method in interface org.jivesoftware.openfire.RoutableChannelHandler
Returns the XMPP address.
getAddress() - Method in class org.jivesoftware.openfire.server.OutgoingSessionPromise
 
getAddress() - Method in class org.jivesoftware.openfire.session.LocalSession
Obtain the address of the user.
getAddress() - Method in interface org.jivesoftware.openfire.session.Session
Obtain the address of the user.
getAdHocCommandHandler() - Method in class org.jivesoftware.openfire.XMPPServer
Returns the AdHocCommandHandler registered with this server.
getAdminAccounts() - Method in class org.jivesoftware.openfire.admin.AdminManager
Returns the list of admin users from the provider.
GetAdminConsoleInfo - Class in org.jivesoftware.openfire.commands.admin
Command that returns information about the admin console.
GetAdminConsoleInfo() - Constructor for class org.jivesoftware.openfire.commands.admin.GetAdminConsoleInfo
 
GetAdminConsoleInfoTask - Class in org.jivesoftware.openfire.container
Task that will return the bind interface and ports being used by the admin console of the node where the task will be executed.
GetAdminConsoleInfoTask() - Constructor for class org.jivesoftware.openfire.container.GetAdminConsoleInfoTask
 
getAdminDN() - Method in class org.jivesoftware.openfire.ldap.LdapManager
Returns the starting admin DN that searches for admins will performed with.
getAdminPassword() - Method in class org.jivesoftware.openfire.ldap.LdapManager
Returns the starting admin DN that searches for admins will performed with.
getAdminPort() - Method in class org.jivesoftware.openfire.container.GetAdminConsoleInfoTask
 
getAdminProvider() - Static method in class org.jivesoftware.openfire.admin.AdminManager
Returns the currently-installed AdminProvider.
getAdmins() - Method in interface org.jivesoftware.openfire.admin.AdminProvider
Returns a list of JIDs of accounts with administrative privileges.
getAdmins() - Method in class org.jivesoftware.openfire.admin.DefaultAdminProvider
The default provider retrieves the comma separated list from the system property admin.authorizedJIDs
getAdmins() - Method in class org.jivesoftware.openfire.clearspace.ClearspaceAdminProvider
The clearspace provider pulls the admin list from the userPermissions web service
getAdmins() - Method in class org.jivesoftware.openfire.group.Group
Returns a Collection of the group administrators.
getAdmins() - Method in interface org.jivesoftware.openfire.muc.MUCRoom
Returns a collection with the current list of admins.
getAdmins() - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRoom
 
getAdmins() - Method in class org.jivesoftware.openfire.XMPPServer
Returns a collection with the JIDs of the server's admins.
getAdminSecret() - Method in class org.jivesoftware.openfire.container.GetAdminConsoleInfoTask
 
getAdminSecurePort() - Method in class org.jivesoftware.openfire.container.AdminConsolePlugin
Returns the SSL port on which the admin console is current operating.
getAdminSecurePort() - Method in class org.jivesoftware.openfire.container.GetAdminConsoleInfoTask
 
getAdminText(String, String) - Static method in class org.jivesoftware.admin.AdminConsole
Returns a text element for the admin console, applying the appropriate locale.
getAdminUnsecurePort() - Method in class org.jivesoftware.openfire.container.AdminConsolePlugin
Returns the non-SSL port on which the admin console is currently operating.
getAffilation() - Method in class org.jivesoftware.openfire.pubsub.cluster.AffiliationTask
 
getAffiliate(JID) - Method in class org.jivesoftware.openfire.pubsub.Node
Returns the NodeAffiliate of the specified JID or null if none was found.
getAffiliate() - Method in class org.jivesoftware.openfire.pubsub.NodeSubscription
Returns the NodeAffiliate that owns this subscription.
getAffiliation() - Method in class org.jivesoftware.openfire.muc.cluster.OccupantAddedEvent
 
getAffiliation() - Method in class org.jivesoftware.openfire.muc.cluster.UpdateOccupant
 
getAffiliation() - Method in class org.jivesoftware.openfire.muc.cluster.UpdateOccupantRequest
 
getAffiliation() - Method in interface org.jivesoftware.openfire.muc.MUCRole
Obtain the affiliation state of the user.
getAffiliation(JID) - Method in interface org.jivesoftware.openfire.muc.MUCRoom
Returns the affiliation state of the user in the room.
getAffiliation() - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRole
 
getAffiliation(JID) - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRoom
 
getAffiliation() - Method in class org.jivesoftware.openfire.muc.spi.RemoteMUCRole
 
getAffiliation() - Method in class org.jivesoftware.openfire.pubsub.NodeAffiliate
 
getAfter(E, int) - Method in class org.jivesoftware.openfire.resultsetmanager.ResultSet
Deprecated. Returns a List of results starting with the first result after the provided result (the returned List is exclusive).
getAfter(String, int) - Method in class org.jivesoftware.openfire.resultsetmanager.ResultSet
Deprecated. Returns a List of results starting with the first result after the result that's identified by the provided UID (the returned List is exclusive).
getAfter(String, int) - Method in class org.jivesoftware.openfire.resultsetmanager.ResultSetImpl
Deprecated.  
getAgents() - Method in class org.jivesoftware.openfire.mediaproxy.MediaProxyService
Return the list of active Agents
getAllCaches() - Static method in class org.jivesoftware.util.cache.CacheFactory
Returns an array of all caches in the system.
getAllowedAnonymIPs() - Static method in class org.jivesoftware.openfire.session.LocalClientSession
Returns the list of IP address that are allowed to connect to the server for anonymous users.
getAllowedComponents() - Static method in class org.jivesoftware.openfire.component.ExternalComponentManager
Returns the list of registered external components that are allowed to connect to this server when using a whitelist policy.
getAllowedIPs() - Static method in class org.jivesoftware.openfire.session.LocalClientSession
Returns the list of IP address that are allowed to connect to the server.
getAllowedServers() - Static method in class org.jivesoftware.openfire.server.RemoteServerManager
Returns the list of registered remote servers that are allowed to connect to/from this server when using a whitelist policy.
getAllStatistics() - Method in class org.jivesoftware.openfire.stats.StatisticsManager
Returns all statistics that the StatManager is tracking.
getAllSubscriptions() - Method in class org.jivesoftware.openfire.pubsub.Node
Returns all subscriptions to the node.
getAlternateBaseDN() - Method in class org.jivesoftware.openfire.ldap.LdapManager
Returns the alternate starting DN that searches for users will performed with.
getAlternateJID() - Method in class org.jivesoftware.openfire.muc.cluster.DestroyRoomRequest
 
getAmountTransfered() - Method in interface org.jivesoftware.openfire.filetransfer.FileTransferProgress
 
getAmountTransfered() - Method in class org.jivesoftware.openfire.filetransfer.proxy.DefaultProxyTransfer
 
getAmountWritten() - Method in class org.jivesoftware.util.InputOutputStreamWrapper
 
getAppBuffSize() - Method in class org.jivesoftware.openfire.net.TLSWrapper
 
getAppName() - Static method in class org.jivesoftware.admin.AdminConsole
Returns the name of the application.
getAskStatus() - Method in class org.jivesoftware.openfire.roster.RosterItem
Obtain the current ask status of the item.
getAssociationPolicy() - Method in class org.jivesoftware.openfire.pubsub.CollectionNode
Returns the policy that defines who may associate leaf nodes with a collection.
getAssociationPolicy() - Method in class org.jivesoftware.openfire.pubsub.DefaultNodeConfiguration
Returns the policy that defines who may associate leaf nodes with a collection.
getAssociationTrusted() - Method in class org.jivesoftware.openfire.pubsub.CollectionNode
Returns the users that are allowed to associate leaf nodes with this collection node.
getAttribute(String) - Method in class org.jivesoftware.util.log.util.CommonsLogFactory
 
getAttribute(HttpServletRequest, String) - Static method in class org.jivesoftware.util.ParamUtils
Returns an attribute as a string.
getAttribute(HttpServletRequest, String, boolean) - Static method in class org.jivesoftware.util.ParamUtils
Returns an attribute as a string.
getAttribute(String, String) - Method in class org.jivesoftware.util.XMLProperties
Returns the value of the attribute of the given property name or null if it doesn't exist.
getAttributeNames() - Method in class org.jivesoftware.util.log.util.CommonsLogFactory
 
getAttributes(String) - Method in class org.jivesoftware.admin.LdapUserTester
Returns a list of attributes and their LDAP values found in LDAP for the specified username.
getAuditManager() - Method in class org.jivesoftware.openfire.XMPPServer
Returns the AuditManager registered with this server.
getAuditor() - Method in interface org.jivesoftware.openfire.audit.AuditManager
Factory method for creating auditors that are configured by this audit manager.
getAuditor() - Method in class org.jivesoftware.openfire.audit.spi.AuditManagerImpl
 
getAuditURL() - Method in class org.jivesoftware.openfire.clearspace.ClearspaceSecurityAuditProvider
The ClearspaceSecurityAuditProvider does not retrieve audit entries from Clearspace.
getAuditURL() - Method in class org.jivesoftware.openfire.security.DefaultSecurityAuditProvider
The default provider uses Openfire's own audit log viewer.
getAuditURL() - Method in interface org.jivesoftware.openfire.security.SecurityAuditProvider
Retrieves a URL that can be visited to read the logs audited by this provider.
getAuthenticatedDomains() - Method in class org.jivesoftware.openfire.session.LocalOutgoingServerSession
 
getAuthenticatedDomains() - Method in interface org.jivesoftware.openfire.session.OutgoingServerSession
Returns a collection with all the domains, subdomains and virtual hosts that where authenticated.
getAuthor(Plugin) - Method in class org.jivesoftware.openfire.container.PluginManager
Returns the author of a plugin.
getAuthor() - Method in class org.jivesoftware.openfire.update.AvailablePlugin
Returns the author of the plugin as specified in plugin.xml.
getAuthorizationID() - Method in class org.jivesoftware.openfire.clearspace.ClearspaceSaslServer
Reports the authorization ID in effect for the client of this session.
getAuthorizationID() - Method in class org.jivesoftware.openfire.sasl.SaslServerPlainImpl
Reports the authorization ID in effect for the client of this session.
getAuthorizationPolicies() - Static method in class org.jivesoftware.openfire.auth.AuthorizationManager
Returns the currently-installed AuthorizationProvider.
getAuthProvider() - Static method in class org.jivesoftware.openfire.auth.AuthFactory
Returns the currently-installed AuthProvider.
getAuthToken() - Method in class org.jivesoftware.openfire.session.LocalClientSession
Returns the authentication token associated with this session.
getAuthToken() - Method in class org.jivesoftware.util.WebManager
Returns the auth token redirects to the login page if an auth token is not found.
getAvailableStreamFeatures() - Method in class org.jivesoftware.openfire.http.HttpSession
 
getAvailableStreamFeatures() - Method in class org.jivesoftware.openfire.session.LocalClientSession
 
getAvailableStreamFeatures() - Method in class org.jivesoftware.openfire.session.LocalComponentSession
 
getAvailableStreamFeatures() - Method in class org.jivesoftware.openfire.session.LocalConnectionMultiplexerSession
 
getAvailableStreamFeatures() - Method in class org.jivesoftware.openfire.session.LocalIncomingServerSession
 
getAvailableStreamFeatures() - Method in class org.jivesoftware.openfire.session.LocalOutgoingServerSession
 
getAvailableStreamFeatures() - Method in class org.jivesoftware.openfire.session.LocalSession
Returns a text with the available stream features.
getAvailableStreamFeaturesElements() - Method in class org.jivesoftware.openfire.http.HttpSession
Returns the stream features which are available for this session.
getAvatarStoredInDB() - Method in class org.jivesoftware.admin.LdapUserProfile
 
getBareJID() - Method in class org.jivesoftware.openfire.muc.cluster.AddMember
 
getBarePresences() - Method in class org.jivesoftware.openfire.pep.PEPService
 
getBarePresences() - Method in class org.jivesoftware.openfire.pubsub.PubSubModule
 
getBarePresences() - Method in interface org.jivesoftware.openfire.pubsub.PubSubService
Returns a registry of the presence's show value of users that subscribed to a node of the pubsub service and for which the node only delivers notifications for online users or node subscriptions deliver events based on the user presence show value.
getBaseDN() - Method in class org.jivesoftware.openfire.ldap.LdapManager
Returns the starting DN that searches for users will performed with.
GetBasicStatistics - Class in org.jivesoftware.openfire.cluster
Command that returns basic information about this JVM like number of client sessions, server sessions and amount of free and used memory.
GetBasicStatistics() - Constructor for class org.jivesoftware.openfire.cluster.GetBasicStatistics
 
getBean() - Method in class org.jivesoftware.admin.TabsTag
The name of the request attribute which holds a AdminPageBean instance.
getBeanClass() - Method in class org.jivesoftware.database.DefaultConnectionProviderBeanInfo
 
getBeanClass() - Method in class org.jivesoftware.util.JiveBeanInfo
Returns the bean Class.
getBeanDescriptor() - Method in class org.jivesoftware.util.JiveBeanInfo
 
getBefore(E, int) - Method in class org.jivesoftware.openfire.resultsetmanager.ResultSet
Deprecated. Returns a list of results ending with the element right before the provided result (the returned List is exclusive).
getBefore(String, int) - Method in class org.jivesoftware.openfire.resultsetmanager.ResultSet
Deprecated. Returns a list of results ending with the element right before the element identified by the provided UID (the returned List is exclusive).
getBefore(String, int) - Method in class org.jivesoftware.openfire.resultsetmanager.ResultSetImpl
Deprecated.  
getBindingError() - Method in exception org.jivesoftware.openfire.http.HttpBindException
 
getBindInterface() - Method in class org.jivesoftware.openfire.container.AdminConsolePlugin
Returns null if the admin console will be available in all network interfaces of this machine or a String representing the only interface where the admin console will be available.
getBindInterface() - Method in class org.jivesoftware.openfire.container.GetAdminConsoleInfoTask
 
getBirthday() - Method in class org.jivesoftware.admin.LdapUserProfile
 
getBlockedComponents() - Static method in class org.jivesoftware.openfire.component.ExternalComponentManager
Returns the list of external components that are NOT allowed to connect to this server.
getBlockedServers() - Static method in class org.jivesoftware.openfire.server.RemoteServerManager
Returns the list of remote servers that are NOT allowed to connect to/from this server.
getBody() - Method in class org.jivesoftware.admin.SubSidebarTag
Returns the body content of this tag.
getBodyXSLT() - Method in class org.jivesoftware.openfire.pubsub.Node
Returns the URL of an XSL transformation which can be applied to payloads in order to generate an appropriate message body element.
getBooleanAttribute(HttpServletRequest, String) - Static method in class org.jivesoftware.util.ParamUtils
Returns an attribute as a boolean.
getBooleanParameter(HttpServletRequest, String) - Static method in class org.jivesoftware.util.ParamUtils
Returns a parameter as a boolean.
getBooleanParameter(HttpServletRequest, String, boolean) - Static method in class org.jivesoftware.util.ParamUtils
Returns a parameter as a boolean.
getBooleanProperty(String, String) - Static method in class org.jivesoftware.openfire.muc.spi.MUCPersistenceManager
Returns a boolean value Jive property.
getBooleanProperty(String, String, boolean) - Static method in class org.jivesoftware.openfire.muc.spi.MUCPersistenceManager
Returns a boolean value Jive property.
getBooleanProperty(String) - Method in class org.jivesoftware.openfire.muc.spi.MUCServiceProperties
 
getBooleanProperty(String, boolean) - Method in class org.jivesoftware.openfire.muc.spi.MUCServiceProperties
 
getBooleanProperty(String) - Static method in class org.jivesoftware.util.JiveGlobals
Returns a boolean value Jive property.
getBooleanProperty(String, boolean) - Static method in class org.jivesoftware.util.JiveGlobals
Returns a boolean value Jive property.
getBooleanProperty(String) - Method in class org.jivesoftware.util.JiveProperties
 
getBooleanProperty(String, boolean) - Method in class org.jivesoftware.util.JiveProperties
 
getBreadcrumbs() - Method in class org.jivesoftware.admin.AdminPageBean
Returns a collection of breadcrumbs.
getBusinessCity() - Method in class org.jivesoftware.admin.LdapUserProfile
 
getBusinessCountry() - Method in class org.jivesoftware.admin.LdapUserProfile
 
getBusinessDepartment() - Method in class org.jivesoftware.admin.LdapUserProfile
 
getBusinessFax() - Method in class org.jivesoftware.admin.LdapUserProfile
 
getBusinessJobTitle() - Method in class org.jivesoftware.admin.LdapUserProfile
 
getBusinessMobile() - Method in class org.jivesoftware.admin.LdapUserProfile
 
getBusinessPager() - Method in class org.jivesoftware.admin.LdapUserProfile
 
getBusinessPhone() - Method in class org.jivesoftware.admin.LdapUserProfile
 
getBusinessState() - Method in class org.jivesoftware.admin.LdapUserProfile
 
getBusinessStreet() - Method in class org.jivesoftware.admin.LdapUserProfile
 
getBusinessZip() - Method in class org.jivesoftware.admin.LdapUserProfile
 
getBytes(String) - Static method in class org.jivesoftware.util.StringUtils
Returns the UTF-8 bytes for the given String, suppressing UnsupportedEncodingException (in lieu of log message)
getc2sServerSocketFactory() - Static method in class org.jivesoftware.openfire.net.SSLConfig
Get the SSLServerSocketFactory for c2s connections
getc2sSSLContext() - Static method in class org.jivesoftware.openfire.net.SSLConfig
Get the SSLContext for c2s connections
getc2sTrustPassword() - Static method in class org.jivesoftware.openfire.net.SSLConfig
Return the Trust Store password for c2s connections.
getc2sTrustStore() - Static method in class org.jivesoftware.openfire.net.SSLConfig
Get the Trust Store for c2s connections
getc2sTruststoreLocation() - Static method in class org.jivesoftware.openfire.net.SSLConfig
Get the c2s Trust Store location
getCachedSize() - Method in class org.jivesoftware.openfire.entitycaps.EntityCapabilities
 
getCachedSize() - Method in class org.jivesoftware.openfire.filetransfer.FileTransfer
 
getCachedSize() - Method in class org.jivesoftware.openfire.filetransfer.proxy.DefaultProxyTransfer
 
getCachedSize() - Method in class org.jivesoftware.openfire.group.Group
 
getCachedSize() - Method in class org.jivesoftware.openfire.lockout.LockOutFlag
 
getCachedSize() - Method in class org.jivesoftware.openfire.pep.PEPService
 
getCachedSize() - Method in class org.jivesoftware.openfire.privacy.PrivacyList
 
getCachedSize() - Method in class org.jivesoftware.openfire.roster.Roster
 
getCachedSize() - Method in class org.jivesoftware.openfire.roster.RosterItem
 
getCachedSize() - Method in class org.jivesoftware.openfire.server.RemoteServerConfiguration
 
getCachedSize() - Method in class org.jivesoftware.openfire.spi.ClientRoute
 
getCachedSize() - Method in class org.jivesoftware.openfire.user.User
 
getCachedSize() - Method in interface org.jivesoftware.util.cache.Cacheable
Returns the approximate size of the Object in bytes.
getCacheHits() - Method in interface org.jivesoftware.util.cache.Cache
Returns the number of cache hits.
getCacheHits() - Method in class org.jivesoftware.util.cache.CacheWrapper
 
getCacheHits() - Method in class org.jivesoftware.util.cache.DefaultCache
Returns the number of cache hits.
getCacheInfo(String) - Method in class org.jivesoftware.openfire.container.PluginCacheRegistry
 
getCacheMisses() - Method in interface org.jivesoftware.util.cache.Cache
Returns the number of cache misses.
getCacheMisses() - Method in class org.jivesoftware.util.cache.CacheWrapper
 
getCacheMisses() - Method in class org.jivesoftware.util.cache.DefaultCache
Returns the number of cache misses.
getCacheName() - Method in class org.jivesoftware.openfire.container.CacheInfo
 
getCaches() - Method in class org.jivesoftware.util.WebManager
 
getCacheSize() - Method in interface org.jivesoftware.util.cache.Cache
Returns the size of the cache contents in bytes.
getCacheSize() - Method in class org.jivesoftware.util.cache.CacheWrapper
 
getCacheSize() - Method in class org.jivesoftware.util.cache.DefaultCache
Returns the size of the cache contents in bytes.
getCacheTypeProperty(String) - Static method in class org.jivesoftware.util.cache.CacheFactory
 
getCategory() - Method in interface org.jivesoftware.openfire.session.ComponentSession.ExternalComponent
 
getCategory() - Method in class org.jivesoftware.openfire.session.LocalComponentSession.LocalExternalComponent
 
getCertificateChain(String) - Method in class org.jivesoftware.openfire.net.SSLJiveKeyManager
 
getChangedSubject() - Method in class org.jivesoftware.openfire.muc.HistoryStrategy
Returns the message within the history of the room that has changed the room's subject.
getChangedSubject() - Method in class org.jivesoftware.openfire.muc.MUCRoomHistory
Returns the message within the history of the room that has changed the room's subject.
getChangelog() - Method in class org.jivesoftware.openfire.update.AvailablePlugin
Returns the URL to the change log of the plugin.
getChangelog() - Method in class org.jivesoftware.openfire.update.Update
Returns the URL to the change log of the latest version of the component.
getChatLength() - Method in interface org.jivesoftware.openfire.muc.MUCRoom
Returns the total length of the chat session.
getChatLength() - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRoom
 
getChatRoom() - Method in interface org.jivesoftware.openfire.muc.MUCRole
Obtain the chat room that hosts this user's role.
getChatRoom(String, JID) - Method in interface org.jivesoftware.openfire.muc.MultiUserChatService
Obtains a chatroom by name.
getChatRoom(String) - Method in interface org.jivesoftware.openfire.muc.MultiUserChatService
Obtains a chatroom by name.
getChatRoom() - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRole
 
getChatRoom(String, JID) - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
 
getChatRoom(String) - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
 
getChatRoom() - Method in class org.jivesoftware.openfire.muc.spi.RemoteMUCRole
 
getChatRooms() - Method in interface org.jivesoftware.openfire.muc.MultiUserChatService
Retuns a list with a snapshot of all the rooms in the server (i.e.
getChatRooms() - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
 
getCheckFrequency() - Method in class org.jivesoftware.openfire.update.UpdateManager
Returns the frequency to check for updates.
getChildElement(Element, String) - Static method in class org.jivesoftware.openfire.filetransfer.DefaultFileTransferManager
 
getChildElement() - Method in class org.jivesoftware.openfire.multiplex.Route
Returns the wrapped stanza that is being routed.
getChildProperties(String) - Method in class org.jivesoftware.util.XMLProperties
Return all values who's path matches the given property name as a String array, or an empty array if the if there are no children.
getChildrenNames(String) - Method in class org.jivesoftware.openfire.muc.spi.MUCServiceProperties
Return all children property names of a parent property as a Collection of String objects.
getChildrenNames(String) - Method in class org.jivesoftware.util.JiveProperties
Return all children property names of a parent property as a Collection of String objects.
getChildrenProperties(Element, String) - Static method in class org.jivesoftware.util.ElementUtil
Return all children property names of a parent property as a String array, or an empty array if the if there are no children.
getChildrenProperties(String) - Method in class org.jivesoftware.util.XMLProperties
Return all children property names of a parent property as a String array, or an empty array if the if there are no children.
getClassesDir() - Method in class org.jivesoftware.openfire.container.PluginDevEnvironment
Returns the classes directory of a plugin in development mode.
getClientAliases(String, Principal[]) - Method in class org.jivesoftware.openfire.net.SSLJiveKeyManager
 
getClientListenerPort() - Method in interface org.jivesoftware.openfire.ConnectionManager
Returns the port to use for unsecured clients.
getClientListenerPort() - Method in class org.jivesoftware.openfire.spi.ConnectionManagerImpl
 
getClientRoute(JID) - Method in interface org.jivesoftware.openfire.RoutingTable
Returns the client session associated to the specified XMPP address or null if none was found.
getClientRoute(JID) - Method in class org.jivesoftware.openfire.spi.RoutingTableImpl
 
getClientSession(String, String) - Method in class org.jivesoftware.openfire.multiplex.ConnectionMultiplexerManager
Returns the ClientSession with the specified stream ID that is being hosted by the specified connection manager.
getClientSession(byte[], JID) - Method in interface org.jivesoftware.openfire.session.RemoteSessionLocator
Returns a session surrogate of a client session hosted by a remote cluster node.
getClientsRoutes(boolean) - Method in interface org.jivesoftware.openfire.RoutingTable
Returns collection of client sessions authenticated with the server.
getClientsRoutes(boolean) - Method in class org.jivesoftware.openfire.spi.RoutingTableImpl
 
getClientSSLListenerPort() - Method in interface org.jivesoftware.openfire.ConnectionManager
Returns the port to use for secured clients.
getClientSSLListenerPort() - Method in class org.jivesoftware.openfire.spi.ConnectionManagerImpl
 
getClusterMemberID() - Static method in class org.jivesoftware.util.cache.CacheFactory
Returns a byte[] that uniquely identifies this member within the cluster or null when not in a cluster.
getClusterMemberID() - Method in interface org.jivesoftware.util.cache.CacheFactoryStrategy
Returns a byte[] that uniquely identifies this member within the cluster or null when not in a cluster.
getClusterMemberID() - Method in class org.jivesoftware.util.cache.DefaultLocalCacheStrategy
 
getClusterNodeInfo(byte[]) - Static method in class org.jivesoftware.util.cache.CacheFactory
Returns the node info for the given cluster node
getClusterNodeInfo(byte[]) - Method in interface org.jivesoftware.util.cache.CacheFactoryStrategy
Returns the node info for the given cluster node
getClusterNodeInfo(byte[]) - Method in class org.jivesoftware.util.cache.DefaultLocalCacheStrategy
 
getClusterNodesInfo() - Static method in class org.jivesoftware.util.cache.CacheFactory
Returns basic information about the current members of the cluster or an empty collection if not running in a cluster.
getClusterNodesInfo() - Method in interface org.jivesoftware.util.cache.CacheFactoryStrategy
Returns basic information about the current members of the cluster or an empty collection if not running in a cluster.
getClusterNodesInfo() - Method in class org.jivesoftware.util.cache.DefaultLocalCacheStrategy
 
getCode() - Method in class org.jivesoftware.openfire.audit.AuditEvent
Obtain the primary type of event.
getCode() - Method in class org.jivesoftware.openfire.commands.AdHocCommand
Returns the unique identifier for this command for the containing JID.
getCode() - Method in class org.jivesoftware.openfire.commands.admin.GetAdminConsoleInfo
 
getCode() - Method in class org.jivesoftware.openfire.commands.admin.GetListActiveUsers
 
getCode() - Method in class org.jivesoftware.openfire.commands.admin.GetNumberActiveUsers
 
getCode() - Method in class org.jivesoftware.openfire.commands.admin.GetNumberOnlineUsers
 
getCode() - Method in class org.jivesoftware.openfire.commands.admin.GetNumberUserSessions
 
getCode() - Method in class org.jivesoftware.openfire.commands.admin.GetServerStats
 
getCode() - Method in class org.jivesoftware.openfire.commands.admin.GetUsersPresence
 
getCode() - Method in class org.jivesoftware.openfire.commands.admin.group.AddGroup
 
getCode() - Method in class org.jivesoftware.openfire.commands.admin.group.AddGroupUsers
 
getCode() - Method in class org.jivesoftware.openfire.commands.admin.group.DeleteGroup
 
getCode() - Method in class org.jivesoftware.openfire.commands.admin.group.DeleteGroupUsers
 
getCode() - Method in class org.jivesoftware.openfire.commands.admin.group.GetListGroups
 
getCode() - Method in class org.jivesoftware.openfire.commands.admin.group.GetListGroupUsers
 
getCode() - Method in class org.jivesoftware.openfire.commands.admin.group.UpdateGroup
 
getCode() - Method in class org.jivesoftware.openfire.commands.admin.HttpBindStatus
 
getCode() - Method in class org.jivesoftware.openfire.commands.admin.muc.CreateMUCRoom
 
getCode() - Method in class org.jivesoftware.openfire.commands.admin.PacketsNotification
 
getCode() - Method in class org.jivesoftware.openfire.commands.admin.user.AddUser
 
getCode() - Method in class org.jivesoftware.openfire.commands.admin.user.AuthenticateUser
 
getCode() - Method in class org.jivesoftware.openfire.commands.admin.user.ChangeUserPassword
 
getCode() - Method in class org.jivesoftware.openfire.commands.admin.user.UserProperties
 
getCode() - Method in class org.jivesoftware.openfire.commands.clearspace.ChangeSharedSecret
 
getCode() - Method in class org.jivesoftware.openfire.commands.clearspace.GenerateNonce
 
getCode() - Method in class org.jivesoftware.openfire.commands.clearspace.SystemAdminAdded
 
getCode() - Method in class org.jivesoftware.openfire.commands.clearspace.SystemAdminRemoved
 
getCode() - Method in class org.jivesoftware.openfire.commands.event.GroupAdminAdded
 
getCode() - Method in class org.jivesoftware.openfire.commands.event.GroupAdminRemoved
 
getCode() - Method in class org.jivesoftware.openfire.commands.event.GroupCreated
 
getCode() - Method in class org.jivesoftware.openfire.commands.event.GroupDeleting
 
getCode() - Method in class org.jivesoftware.openfire.commands.event.GroupMemberAdded
 
getCode() - Method in class org.jivesoftware.openfire.commands.event.GroupMemberRemoved
 
getCode() - Method in class org.jivesoftware.openfire.commands.event.GroupModified
 
getCode() - Method in class org.jivesoftware.openfire.commands.event.UserCreated
 
getCode() - Method in class org.jivesoftware.openfire.commands.event.UserDeleting
 
getCode() - Method in class org.jivesoftware.openfire.commands.event.UserModified
 
getCode() - Method in class org.jivesoftware.openfire.commands.event.VCardCreated
 
getCode() - Method in class org.jivesoftware.openfire.commands.event.VCardDeleting
 
getCode() - Method in class org.jivesoftware.openfire.commands.event.VCardModified
 
getCode() - Method in class org.jivesoftware.openfire.pubsub.PendingSubscriptionsCommand
 
getCommand(String) - Method in class org.jivesoftware.openfire.commands.AdHocCommandManager
Returns the command whose code matches the specified code or null if none was found.
getCommands() - Method in class org.jivesoftware.openfire.commands.AdHocCommandManager
Returns a list with the available commands in this command manager.
getComponentAcceptor() - Method in class org.jivesoftware.openfire.spi.ConnectionManagerImpl
 
getComponentListenerPort() - Method in interface org.jivesoftware.openfire.ConnectionManager
Returns the port to use for external components.
getComponentListenerPort() - Method in class org.jivesoftware.openfire.spi.ConnectionManagerImpl
 
getComponentName() - Method in class org.jivesoftware.openfire.update.Update
Returns the name of the component that is outdated.
getComponentsDomains() - Method in interface org.jivesoftware.openfire.RoutingTable
Returns domains of components hosted by the server.
getComponentsDomains() - Method in class org.jivesoftware.openfire.spi.RoutingTableImpl
 
getComponentSession(byte[], JID) - Method in interface org.jivesoftware.openfire.session.RemoteSessionLocator
Returns a session surrogate of a component session hosted by a remote cluster node.
getComponentSession(String) - Method in class org.jivesoftware.openfire.SessionManager
Returns the session of the component whose domain matches the specified domain.
getComponentSessions() - Method in class org.jivesoftware.openfire.SessionManager
Returns a collection with the established sessions from external components.
getCompressionPolicy() - Method in interface org.jivesoftware.openfire.Connection
Returns whether compression is optional or is disabled.
getCompressionPolicy() - Method in class org.jivesoftware.openfire.net.SocketConnection
 
getCompressionPolicy() - Method in class org.jivesoftware.openfire.net.VirtualConnection
 
getCompressionPolicy() - Method in class org.jivesoftware.openfire.nio.NIOConnection
 
getCompressionPolicy() - Static method in class org.jivesoftware.openfire.session.LocalClientSession
Returns whether compression is optional or is disabled for clients.
getCompressionPolicy() - Static method in class org.jivesoftware.openfire.session.LocalConnectionMultiplexerSession
Returns whether compression is optional or is disabled for clients.
getCondition() - Method in enum org.jivesoftware.openfire.http.BoshBindingError
Returns the condition that caused the binding error.
getConfiguration(String) - Static method in class org.jivesoftware.openfire.server.RemoteServerManager
Returns the configuration for a remote server or null if none was found.
getConfigurationForm() - Method in class org.jivesoftware.openfire.pubsub.DefaultNodeConfiguration
 
getConfigurationForm() - Method in class org.jivesoftware.openfire.pubsub.Node
Returns a data form used by the owner to edit the node configuration.
getConfigurationForm() - Method in class org.jivesoftware.openfire.pubsub.NodeSubscription
Returns a data form with the subscription configuration.
getConflictKickLimit() - Method in class org.jivesoftware.openfire.SessionManager
 
getConnection() - Method in interface org.jivesoftware.database.ConnectionProvider
Returns a database connection.
getConnection() - Static method in class org.jivesoftware.database.DbConnectionManager
Returns a database connection from the currently active connection provider.
getConnection() - Method in class org.jivesoftware.database.DefaultConnectionProvider
 
getConnection() - Method in class org.jivesoftware.database.EmbeddedConnectionProvider
 
getConnection() - Method in class org.jivesoftware.database.JNDIDataSourceProvider
 
getConnection() - Method in class org.jivesoftware.openfire.session.LocalSession
Returns the connection associated with this Session.
getConnectionManager() - Method in class org.jivesoftware.openfire.XMPPServer
Returns the ConnectionManager registered with this server.
getConnectionManagerListenerPort() - Method in interface org.jivesoftware.openfire.ConnectionManager
Returns the port to use for remote servers.
getConnectionManagerListenerPort() - Method in class org.jivesoftware.openfire.spi.ConnectionManagerImpl
 
getConnectionMultiplexerSession(byte[], JID) - Method in interface org.jivesoftware.openfire.session.RemoteSessionLocator
Returns a session surrogate of a Connection Multiplexer session hosted by a remote cluster node.
getConnectionMultiplexerSession(JID) - Method in class org.jivesoftware.openfire.SessionManager
Returns the session originated from the specified address or null if none was found.
getConnectionMultiplexerSessions() - Method in class org.jivesoftware.openfire.SessionManager
Returns all sessions originated from connection managers.
getConnectionMultiplexerSessions(String) - Method in class org.jivesoftware.openfire.SessionManager
Returns a collection with all the sessions originated from the connection manager whose domain matches the specified domain.
getConnectionProvider() - Static method in class org.jivesoftware.database.DbConnectionManager
Returns the current connection provider.
getConnectionsCount(boolean) - Method in class org.jivesoftware.openfire.SessionManager
Returns number of client sessions that are connected to the server.
getConnectionTimeout() - Method in class org.jivesoftware.database.DefaultConnectionProvider
Returns the amount of time between connection recycles in days.
getConnectionURI() - Method in class org.jivesoftware.openfire.clearspace.ClearspaceManager
Returns the Clearspace service URI; e.g.
getContacts() - Method in class org.jivesoftware.openfire.pubsub.Node
Returns the JIDs of those to contact with questions.
getContext() - Method in class org.jivesoftware.openfire.ldap.LdapManager
Returns a DirContext for the LDAP server that can be used to perform lookups and searches using the default base DN.
getContext(String) - Method in class org.jivesoftware.openfire.ldap.LdapManager
Returns a DirContext for the LDAP server that can be used to perform lookups and searches using the specified base DN.
getContexts() - Method in class org.jivesoftware.openfire.container.AdminConsolePlugin
Returns the collection of Jetty contexts used in the admin console.
getContexts() - Method in class org.jivesoftware.openfire.http.HttpBindManager
 
getCookie(HttpServletRequest, String) - Static method in class org.jivesoftware.util.CookieUtils
Returns the specified cookie, or null if the cookie does not exist.
getCORSAllowOrigin() - Method in class org.jivesoftware.openfire.http.HttpBindManager
 
getCreationDate() - Method in interface org.jivesoftware.openfire.muc.MUCRoom
Returns the date when the room was created.
getCreationDate() - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRoom
 
getCreationDate() - Method in class org.jivesoftware.openfire.OfflineMessage
Returns the date when the offline message was stored in the database.
getCreationDate() - Method in class org.jivesoftware.openfire.pubsub.Node
Returns the datetime when the node was created.
getCreationDate() - Method in class org.jivesoftware.openfire.pubsub.PublishedItem
Returns the datetime when the items was published.
getCreationDate() - Method in class org.jivesoftware.openfire.session.LocalSession
Obtain the date the session was created.
getCreationDate() - Method in interface org.jivesoftware.openfire.session.Session
Obtain the date the session was created.
getCreationDate() - Method in class org.jivesoftware.openfire.user.User
 
getCreationStamp() - Method in class org.jivesoftware.openfire.commands.SessionData
 
getCreator() - Method in class org.jivesoftware.openfire.mediaproxy.MediaProxySession
Get the agent creator.
getCreator() - Method in class org.jivesoftware.openfire.pubsub.Node
Returns the JID of the node creator.
getCredentials(String, String) - Method in interface org.jivesoftware.util.HttpClientWithTimeoutFeedFetcher.CredentialSupplier
 
getCredentialSupplier() - Method in class org.jivesoftware.util.HttpClientWithTimeoutFeedFetcher
 
getCrossDomainContent() - Static method in class org.jivesoftware.openfire.http.FlashCrossDomainServlet
Returns the content for crossdomain.xml, either by generating content, or by passing the provided file in <OpenfireHome>/conf/crossdomain.xml
getCss() - Method in class org.jivesoftware.admin.SidebarTag
Returns the value of the CSS class to be used for tab decoration.
getCss() - Method in class org.jivesoftware.admin.SubnavTag
Returns the value of the CSS class to be used for tab decoration.
getCss() - Method in class org.jivesoftware.admin.TabsTag
Returns the value of the CSS class to be used for tab decoration.
getCurrentcss() - Method in class org.jivesoftware.admin.SidebarTag
Returns the value of the CSS class to be used for the currently selected LI (tab).
getCurrentcss() - Method in class org.jivesoftware.admin.SubnavTag
Returns the value of the CSS class to be used for the currently selected LI (tab).
getCurrentcss() - Method in class org.jivesoftware.admin.TabsTag
Returns the value of the CSS class to be used for the currently selected LI (tab).
getCurrentPage() - Method in class org.jivesoftware.util.WebManager
 
getData() - Method in class org.jivesoftware.openfire.audit.AuditEvent
Obtain the data associated with the event.
getData() - Method in class org.jivesoftware.openfire.commands.SessionData
Returns a Map with all the variables and values obtained during all the command stages.
getDatabaseKey(Plugin) - Method in class org.jivesoftware.openfire.container.PluginManager
Returns the database schema key of a plugin, if it exists.
getDatabaseType() - Static method in class org.jivesoftware.database.DbConnectionManager
Returns the database type.
getDatabaseVersion(Plugin) - Method in class org.jivesoftware.openfire.container.PluginManager
Returns the database schema version of a plugin, if it exists.
getDataformXSLT() - Method in class org.jivesoftware.openfire.pubsub.Node
Returns 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.
getDateInstance(Object, TimeZone, Locale) - Static method in class org.jivesoftware.util.FastDateFormat
 
getDateTimeInstance(Object, Object, TimeZone, Locale) - Static method in class org.jivesoftware.util.FastDateFormat
 
getDecoder() - Method in class org.jivesoftware.openfire.nio.XMPPCodecFactory
 
getDefault() - Static method in class org.jivesoftware.util.SimpleSSLSocketFactory
 
getDefaultCipherSuites() - Static method in class org.jivesoftware.openfire.net.SSLConfig
 
getDefaultCipherSuites() - Method in class org.jivesoftware.util.SimpleSSLSocketFactory
 
getDefaultEventIndex() - Method in class org.jivesoftware.util.JiveBeanInfo
 
getDefaultLabel() - Method in class org.jivesoftware.openfire.commands.AdHocCommand
Returns the default label used for describing this commmand.
getDefaultLabel() - Method in class org.jivesoftware.openfire.commands.admin.GetAdminConsoleInfo
 
getDefaultLabel() - Method in class org.jivesoftware.openfire.commands.admin.GetListActiveUsers
 
getDefaultLabel() - Method in class org.jivesoftware.openfire.commands.admin.GetNumberActiveUsers
 
getDefaultLabel() - Method in class org.jivesoftware.openfire.commands.admin.GetNumberOnlineUsers
 
getDefaultLabel() - Method in class org.jivesoftware.openfire.commands.admin.GetNumberUserSessions
 
getDefaultLabel() - Method in class org.jivesoftware.openfire.commands.admin.GetServerStats
 
getDefaultLabel() - Method in class org.jivesoftware.openfire.commands.admin.GetUsersPresence
 
getDefaultLabel() - Method in class org.jivesoftware.openfire.commands.admin.group.AddGroup
 
getDefaultLabel() - Method in class org.jivesoftware.openfire.commands.admin.group.AddGroupUsers
 
getDefaultLabel() - Method in class org.jivesoftware.openfire.commands.admin.group.DeleteGroup
 
getDefaultLabel() - Method in class org.jivesoftware.openfire.commands.admin.group.DeleteGroupUsers
 
getDefaultLabel() - Method in class org.jivesoftware.openfire.commands.admin.group.GetListGroups
 
getDefaultLabel() - Method in class org.jivesoftware.openfire.commands.admin.group.GetListGroupUsers
 
getDefaultLabel() - Method in class org.jivesoftware.openfire.commands.admin.group.UpdateGroup
 
getDefaultLabel() - Method in class org.jivesoftware.openfire.commands.admin.HttpBindStatus
 
getDefaultLabel() - Method in class org.jivesoftware.openfire.commands.admin.muc.CreateMUCRoom
 
getDefaultLabel() - Method in class org.jivesoftware.openfire.commands.admin.PacketsNotification
 
getDefaultLabel() - Method in class org.jivesoftware.openfire.commands.admin.user.AddUser
 
getDefaultLabel() - Method in class org.jivesoftware.openfire.commands.admin.user.AuthenticateUser
 
getDefaultLabel() - Method in class org.jivesoftware.openfire.commands.admin.user.ChangeUserPassword
 
getDefaultLabel() - Method in class org.jivesoftware.openfire.commands.admin.user.UserProperties
 
getDefaultLabel() - Method in class org.jivesoftware.openfire.commands.clearspace.ChangeSharedSecret
 
getDefaultLabel() - Method in class org.jivesoftware.openfire.commands.clearspace.GenerateNonce
 
getDefaultLabel() - Method in class org.jivesoftware.openfire.commands.clearspace.SystemAdminAdded
 
getDefaultLabel() - Method in class org.jivesoftware.openfire.commands.clearspace.SystemAdminRemoved
 
getDefaultLabel() - Method in class org.jivesoftware.openfire.commands.event.GroupAdminAdded
 
getDefaultLabel() - Method in class org.jivesoftware.openfire.commands.event.GroupAdminRemoved
 
getDefaultLabel() - Method in class org.jivesoftware.openfire.commands.event.GroupCreated
 
getDefaultLabel() - Method in class org.jivesoftware.openfire.commands.event.GroupDeleting
 
getDefaultLabel() - Method in class org.jivesoftware.openfire.commands.event.GroupMemberAdded
 
getDefaultLabel() - Method in class org.jivesoftware.openfire.commands.event.GroupMemberRemoved
 
getDefaultLabel() - Method in class org.jivesoftware.openfire.commands.event.GroupModified
 
getDefaultLabel() - Method in class org.jivesoftware.openfire.commands.event.UserCreated
 
getDefaultLabel() - Method in class org.jivesoftware.openfire.commands.event.UserDeleting
 
getDefaultLabel() - Method in class org.jivesoftware.openfire.commands.event.UserModified
 
getDefaultLabel() - Method in class org.jivesoftware.openfire.commands.event.VCardCreated
 
getDefaultLabel() - Method in class org.jivesoftware.openfire.commands.event.VCardDeleting
 
getDefaultLabel() - Method in class org.jivesoftware.openfire.commands.event.VCardModified
 
getDefaultLabel() - Method in class org.jivesoftware.openfire.pubsub.PendingSubscriptionsCommand
 
getDefaultList() - Method in interface org.jivesoftware.openfire.session.ClientSession
Returns the default Privacy list used for the session's user.
getDefaultList() - Method in class org.jivesoftware.openfire.session.ClientSessionInfo
 
getDefaultList() - Method in class org.jivesoftware.openfire.session.LocalClientSession
Returns the default Privacy list used for the session's user.
getDefaultNodeConfiguration(boolean) - Method in class org.jivesoftware.openfire.pep.PEPService
 
getDefaultNodeConfiguration(boolean) - Method in class org.jivesoftware.openfire.pubsub.PubSubModule
 
getDefaultNodeConfiguration(boolean) - Method in interface org.jivesoftware.openfire.pubsub.PubSubService
Returns the default node configuration for the specified node type or null if the specified node type is not supported by the service.
getDefaultPrivacyList(String) - Method in class org.jivesoftware.openfire.privacy.PrivacyListManager
Returns the default privacy list of the specified user or null if none was found.
getDefaultPropertyIndex() - Method in class org.jivesoftware.util.JiveBeanInfo
 
getDefaultSecret() - Static method in class org.jivesoftware.openfire.component.ExternalComponentManager
Returns the default secret key to use for those external components that don't have an individual configuration.
getDefaultSecret() - Static method in class org.jivesoftware.openfire.multiplex.ConnectionMultiplexerManager
Returns the default secret key that connection managers should present while trying to establish a new connection.
getDepth() - Method in class org.jivesoftware.openfire.pubsub.NodeSubscription
Returns 1 when the subscriber wants to receive notifications only from first-level children of the collection.
getDescription() - Method in class org.jivesoftware.admin.LdapGroupTester.Group
 
getDescription(Plugin) - Method in class org.jivesoftware.openfire.container.PluginManager
Returns the description of a plugin.
getDescription() - Method in interface org.jivesoftware.openfire.forms.FormField
Deprecated. Returns a description that provides extra clarification about the question.
getDescription() - Method in class org.jivesoftware.openfire.forms.spi.XFormFieldImpl
Deprecated.  
getDescription() - Method in class org.jivesoftware.openfire.group.Group
Returns the description of the group.
getDescription() - Method in class org.jivesoftware.openfire.muc.cluster.ServiceInfo
 
getDescription() - Method in interface org.jivesoftware.openfire.muc.MUCRoom
Returns a description set by the room's owners about the room.
getDescription() - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRoom
 
getDescription() - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
 
getDescription() - Method in class org.jivesoftware.openfire.pubsub.Node
Returns the description of the node.
getDescription() - Method in class org.jivesoftware.openfire.session.LocalComponentSession.LocalExternalComponent
 
getDescription() - Method in class org.jivesoftware.openfire.stats.i18nStatistic
 
getDescription() - Method in interface org.jivesoftware.openfire.stats.Statistic
Returns a description of the stat.
getDescription() - Method in class org.jivesoftware.openfire.update.AvailablePlugin
Returns the description of the plugin as specified in plugin.xml.
getDetails() - Method in class org.jivesoftware.openfire.security.SecurityAuditEvent
Retrieves detailed information about what occurred in the event.
getDevEnvironment(Plugin) - Method in class org.jivesoftware.openfire.container.PluginManager
Returns a plugin's dev environment if development mode is enabled for the plugin.
getDigestFrequency() - Method in class org.jivesoftware.openfire.pubsub.NodeSubscription
Returns the minimum number of milliseconds between sending any two notification digests.
getDisabledStatus(String) - Method in class org.jivesoftware.openfire.clearspace.ClearspaceLockOutProvider
The ClearspaceLockOutProvider will retrieve lockout information from Clearspace's user properties.
getDisabledStatus(String) - Method in class org.jivesoftware.openfire.lockout.DefaultLockOutProvider
Default provider retrieves disabled status from ofUserFlag table.
getDisabledStatus(String) - Method in class org.jivesoftware.openfire.lockout.LockOutManager
Returns a LockOutFlag for a given username, which contains information about the time period that the specified account is going to be disabled.
getDisabledStatus(String) - Method in interface org.jivesoftware.openfire.lockout.LockOutProvider
Returns a LockOutFlag for a given username, which contains information about the time period that the specified account is going to be disabled or null if user can log in just fine.
getDiscoInfoProvider() - Method in class org.jivesoftware.openfire.disco.DiscoServerItem
Returns the DiscoInfoProvider responsible for providing the information related to this item.
getDiscoItemsProvider() - Method in class org.jivesoftware.openfire.disco.DiscoServerItem
Returns the DiscoItemsProvider responsible for providing the items related to this item.
getDnsOverride() - Static method in class org.jivesoftware.openfire.net.DNSUtil
Returns the internal DNS that allows to specify target IP addresses and ports to use for domains.
getDomain() - Method in class org.jivesoftware.openfire.auth.AuthToken
Returns the domain associated with this AuthToken.
getDomain() - Method in class org.jivesoftware.openfire.server.RemoteServerConfiguration
 
getDomainNames() - Method in class org.jivesoftware.openfire.ServerPort
Returns the logical domains for this server port.
getDoubleParameter(HttpServletRequest, String, double) - Static method in class org.jivesoftware.util.ParamUtils
Returns a parameter as a double.
getDriver() - Method in class org.jivesoftware.database.DefaultConnectionProvider
Returns the JDBC driver classname used to make database connections.
getEchoPort() - Method in class org.jivesoftware.openfire.mediaproxy.MediaProxyService
Get the Port used to the UDP Echo Test
getElapsedTime(long) - Static method in class org.jivesoftware.util.StringUtils
Returns a textual representation for the time that has elapsed.
getElement() - Method in class org.jivesoftware.openfire.disco.DiscoItem
Returns a dom4j element that represents this DiscoItem object.
getElement(long, TimeUnit) - Method in class org.jivesoftware.openfire.server.OutgoingServerSocketReader
Retrieves and removes the first received element that was stored in the queue, waiting if necessary up to the specified wait time if no elements are present on this queue.
getElementText(Node, String) - Static method in class org.jivesoftware.openfire.clearspace.WSUtils
Returns the text of the first an element with name 'name'.
getElemnetByID(String) - Static method in class org.jivesoftware.admin.AdminConsole
Convenience method to select an element from the model by its ID.
getEmail() - Method in class org.jivesoftware.admin.LdapUserProfile
 
getEmail() - Method in class org.jivesoftware.openfire.user.User
Returns the email address of the user or null if none is defined.
getEmailField() - Method in class org.jivesoftware.openfire.ldap.LdapManager
Returns the LDAP field name that the user's email address is stored in.
getEmptyDate() - Method in interface org.jivesoftware.openfire.muc.MUCRoom
Returns the date when the last occupant left the room.
getEmptyDate() - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRoom
 
getEnclosedDN(String) - Static method in class org.jivesoftware.openfire.ldap.LdapManager
Encloses DN values with "
getEncoder() - Method in class org.jivesoftware.openfire.nio.XMPPCodecFactory
 
getEndTime() - Method in class org.jivesoftware.openfire.lockout.LockOutFlag
Retrieves the date/time at which the account this flag references will stop having a disabled status.
getEntityCapabilities(JID) - Method in class org.jivesoftware.openfire.entitycaps.EntityCapabilitiesManager
Returns the entity capabilities for a specific JID.
getEnumFromInt(Class, int) - Static method in class org.jivesoftware.util.IntEnum
Obtain the enum associated with the given value.
getErrorCode() - Method in exception org.jivesoftware.util.HTTPConnectionException
 
getErrorType() - Method in exception org.jivesoftware.openfire.clearspace.ConnectionException
 
getErrorType() - Method in enum org.jivesoftware.openfire.http.BoshBindingError
 
getEvent(Integer) - Method in class org.jivesoftware.openfire.clearspace.ClearspaceSecurityAuditProvider
The ClearspaceSecurityAuditProvider does not retrieve audit entries from Clearspace.
getEvent(Integer) - Method in class org.jivesoftware.openfire.security.DefaultSecurityAuditProvider
The default provider retrieves events from a ofSecurityAuditLog table in the database.
getEvent(Integer) - Method in class org.jivesoftware.openfire.security.SecurityAuditManager
Retrieves a specific event by ID in the form of a SecurityAuditEvent.
getEvent(Integer) - Method in interface org.jivesoftware.openfire.security.SecurityAuditProvider
Retrieves a specific event by ID.
getEventCount() - Method in class org.jivesoftware.openfire.clearspace.ClearspaceSecurityAuditProvider
The ClearspaceSecurityAuditProvider does not retrieve audit entries from Clearspace.
getEventCount() - Method in class org.jivesoftware.openfire.security.DefaultSecurityAuditProvider
The default provider counts the number of entries in the ofSecurityAuditLog table.
getEventCount() - Method in interface org.jivesoftware.openfire.security.SecurityAuditProvider
Retrieves number of events recorded.
getEvents(String, Integer, Integer, Date, Date) - Method in class org.jivesoftware.openfire.clearspace.ClearspaceSecurityAuditProvider
The ClearspaceSecurityAuditProvider does not retrieve audit entries from Clearspace.
getEvents(String, Integer, Integer, Date, Date) - Method in class org.jivesoftware.openfire.security.DefaultSecurityAuditProvider
The default provider retrieves events from a ofSecurityAuditLog table in the database.
getEvents(String, Integer, Integer, Date, Date) - Method in class org.jivesoftware.openfire.security.SecurityAuditManager
Retrieves security events that have occurred, filtered by the parameters passed.
getEvents(String, Integer, Integer, Date, Date) - Method in interface org.jivesoftware.openfire.security.SecurityAuditProvider
Retrieves security events that have occurred, filtered by the parameters passed.
getEventSetDescriptors() - Method in class org.jivesoftware.util.JiveBeanInfo
 
getEventStamp() - Method in class org.jivesoftware.openfire.security.SecurityAuditEvent
Retrieves the time stamp of when this event occurred.
getExecuteAction(SessionData) - Method in class org.jivesoftware.openfire.commands.AdHocCommand
Returns which of the actions available for the current stage is considered the equivalent to "execute".
getExecuteAction(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.GetAdminConsoleInfo
 
getExecuteAction(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.GetListActiveUsers
 
getExecuteAction(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.GetNumberActiveUsers
 
getExecuteAction(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.GetNumberOnlineUsers
 
getExecuteAction(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.GetNumberUserSessions
 
getExecuteAction(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.GetServerStats
 
getExecuteAction(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.GetUsersPresence
 
getExecuteAction(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.group.AddGroup
 
getExecuteAction(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.group.AddGroupUsers
 
getExecuteAction(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.group.DeleteGroup
 
getExecuteAction(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.group.DeleteGroupUsers
 
getExecuteAction(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.group.GetListGroups
 
getExecuteAction(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.group.GetListGroupUsers
 
getExecuteAction(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.group.UpdateGroup
 
getExecuteAction(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.HttpBindStatus
 
getExecuteAction(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.muc.CreateMUCRoom
 
getExecuteAction(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.PacketsNotification
 
getExecuteAction(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.user.AddUser
 
getExecuteAction(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.user.AuthenticateUser
 
getExecuteAction(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.user.ChangeUserPassword
 
getExecuteAction(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.user.UserProperties
 
getExecuteAction(SessionData) - Method in class org.jivesoftware.openfire.commands.clearspace.ChangeSharedSecret
 
getExecuteAction(SessionData) - Method in class org.jivesoftware.openfire.commands.clearspace.GenerateNonce
 
getExecuteAction(SessionData) - Method in class org.jivesoftware.openfire.commands.clearspace.SystemAdminAdded
 
getExecuteAction(SessionData) - Method in class org.jivesoftware.openfire.commands.clearspace.SystemAdminRemoved
 
getExecuteAction(SessionData) - Method in class org.jivesoftware.openfire.commands.event.GroupAdminAdded
 
getExecuteAction(SessionData) - Method in class org.jivesoftware.openfire.commands.event.GroupAdminRemoved
 
getExecuteAction(SessionData) - Method in class org.jivesoftware.openfire.commands.event.GroupCreated
 
getExecuteAction(SessionData) - Method in class org.jivesoftware.openfire.commands.event.GroupDeleting
 
getExecuteAction(SessionData) - Method in class org.jivesoftware.openfire.commands.event.GroupMemberAdded
 
getExecuteAction(SessionData) - Method in class org.jivesoftware.openfire.commands.event.GroupMemberRemoved
 
getExecuteAction(SessionData) - Method in class org.jivesoftware.openfire.commands.event.GroupModified
 
getExecuteAction(SessionData) - Method in class org.jivesoftware.openfire.commands.event.UserCreated
 
getExecuteAction(SessionData) - Method in class org.jivesoftware.openfire.commands.event.UserDeleting
 
getExecuteAction(SessionData) - Method in class org.jivesoftware.openfire.commands.event.UserModified
 
getExecuteAction(SessionData) - Method in class org.jivesoftware.openfire.commands.event.VCardCreated
 
getExecuteAction(SessionData) - Method in class org.jivesoftware.openfire.commands.event.VCardDeleting
 
getExecuteAction(SessionData) - Method in class org.jivesoftware.openfire.commands.event.VCardModified
 
getExecuteAction(SessionData) - Method in class org.jivesoftware.openfire.pubsub.PendingSubscriptionsCommand
 
getExpire() - Method in class org.jivesoftware.openfire.pubsub.NodeSubscription
Returns the Date at which a leased subscription will end or has ended.
getExtendedInfo(String, String, JID) - Method in class org.jivesoftware.openfire.commands.AdHocCommandHandler
 
getExtendedInfo(String, String, JID) - Method in interface org.jivesoftware.openfire.disco.DiscoInfoProvider
Returns an XDataForm with the extended information about the entity or null if none.
getExtendedInfo(String, String, JID) - Method in class org.jivesoftware.openfire.filetransfer.proxy.FileTransferProxy
 
getExtendedInfo(String, String, JID) - Method in class org.jivesoftware.openfire.handler.IQOfflineMessagesHandler
 
getExtendedInfo(String, String, JID) - Method in class org.jivesoftware.openfire.mediaproxy.MediaProxyService
 
getExtendedInfo(String, String, JID) - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
 
getExtendedInfo(String, String, JID) - Method in class org.jivesoftware.openfire.pubsub.PubSubModule
 
getExternalComponent() - Method in interface org.jivesoftware.openfire.session.ComponentSession
 
getExternalComponent() - Method in class org.jivesoftware.openfire.session.LocalComponentSession
 
getExtraNamespaces() - Method in class org.jivesoftware.openfire.net.ServerSocketReader
 
getExtraNamespaces() - Method in class org.jivesoftware.openfire.net.SocketReader
 
getExtraParams() - Method in class org.jivesoftware.admin.AdminPageBean
Returns a string of extra parameters for the URLs - these might be specific IDs for resources.
getFeatures() - Method in class org.jivesoftware.openfire.commands.AdHocCommandHandler
 
getFeatures(String, String, JID) - Method in class org.jivesoftware.openfire.commands.AdHocCommandHandler
 
getFeatures(String, String, JID) - Method in interface org.jivesoftware.openfire.disco.DiscoInfoProvider
Returns an Iterator (of String) with the supported features.
getFeatures() - Method in class org.jivesoftware.openfire.disco.IQDiscoItemsHandler
 
getFeatures() - Method in interface org.jivesoftware.openfire.disco.ServerFeaturesProvider
Returns an Iterator (of String) with the supported features by the server.
getFeatures(String, String, JID) - Method in class org.jivesoftware.openfire.filetransfer.proxy.FileTransferProxy
 
getFeatures() - Method in class org.jivesoftware.openfire.handler.IQLastActivityHandler
 
getFeatures() - Method in class org.jivesoftware.openfire.handler.IQOfflineMessagesHandler
 
getFeatures(String, String, JID) - Method in class org.jivesoftware.openfire.handler.IQOfflineMessagesHandler
 
getFeatures() - Method in class org.jivesoftware.openfire.handler.IQPingHandler
 
getFeatures() - Method in class org.jivesoftware.openfire.handler.IQPrivacyHandler
 
getFeatures() - Method in class org.jivesoftware.openfire.handler.IQPrivateHandler
 
getFeatures() - Method in class org.jivesoftware.openfire.handler.IQRegisterHandler
 
getFeatures() - Method in class org.jivesoftware.openfire.handler.IQRosterHandler
 
getFeatures() - Method in class org.jivesoftware.openfire.handler.IQTimeHandler
 
getFeatures() - Method in class org.jivesoftware.openfire.handler.IQVersionHandler
 
getFeatures(String, String, JID) - Method in class org.jivesoftware.openfire.mediaproxy.MediaProxyService
 
getFeatures(String, String, JID) - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
 
getFeatures() - Method in class org.jivesoftware.openfire.MulticastRouter
 
getFeatures() - Method in class org.jivesoftware.openfire.pep.IQPEPHandler
Implements ServerFeaturesProvider to include all supported XEP-0060 features in the server's disco#info result (as per section 4 of XEP-0163).
getFeatures(String, String, JID) - Method in class org.jivesoftware.openfire.pubsub.PubSubModule
 
getFeatures() - Method in class org.jivesoftware.openfire.vcard.VCardManager
 
getFeedInfoCache() - Method in class org.jivesoftware.util.HttpClientWithTimeoutFeedFetcher
 
getField(String) - Method in interface org.jivesoftware.openfire.forms.DataForm
Deprecated. Returns the field of the form whose variable matches the specified variable.
getField(String) - Method in class org.jivesoftware.openfire.forms.spi.XDataFormImpl
Deprecated.  
getFieldElementName(int) - Method in interface org.jivesoftware.openfire.handler.IQRegisterInfo
Obtain the element name from a field type.
getFields() - Method in interface org.jivesoftware.openfire.forms.DataForm
Deprecated. Returns an Iterator for the fields that are part of the form.
getFields() - Method in class org.jivesoftware.openfire.forms.spi.XDataFormImpl
Deprecated.  
getFieldsSize() - Method in interface org.jivesoftware.openfire.forms.DataForm
Deprecated. Returns the number of fields included in the form.
getFieldsSize() - Method in class org.jivesoftware.openfire.forms.spi.XDataFormImpl
Deprecated.  
getFieldStoreLocation() - Method in interface org.jivesoftware.openfire.handler.IQRegisterInfo
Determines where field information is stored.
getFieldType(String) - Method in interface org.jivesoftware.openfire.handler.IQRegisterInfo
Get the setting type from a field's element name.
getFileName() - Method in class org.jivesoftware.openfire.filetransfer.FileTransfer
 
getFileSize() - Method in class org.jivesoftware.openfire.filetransfer.FileTransfer
 
getFileSize() - Method in class org.jivesoftware.openfire.update.AvailablePlugin
Returns the size in bytes of the plugin jar file.
getFileTransferManager() - Method in class org.jivesoftware.openfire.XMPPServer
Returns the FileTransferManager registered with this server.
getFileTransferProxy() - Method in class org.jivesoftware.openfire.XMPPServer
Returns the FileTransferProxy registered with this server.
getFirst(int) - Method in class org.jivesoftware.openfire.resultsetmanager.ResultSet
Deprecated. Returns the first elements from this result set.
getFirst(int) - Method in class org.jivesoftware.openfire.resultsetmanager.ResultSetImpl
Deprecated.  
getFirst() - Method in class org.jivesoftware.util.LinkedList
Returns the first linked list node in the list.
getFirstValue(FormField) - Static method in class org.jivesoftware.openfire.muc.spi.IQMUCSearchHandler
Deprecated. replaced by FormField.getFirstValue()
getFlashCrossDomainHandler() - Method in class org.jivesoftware.openfire.XMPPServer
Returns the FlashCrossDomainHandler registered with this server.
getFocusableComponentOrChild(Component) - Static method in class org.jivesoftware.openfire.launcher.GraphicUtils
Deprecated. replaced by GraphicUtils.getFocusableComponentOrChild(Component, boolean)
getFocusableComponentOrChild(Component, boolean) - Static method in class org.jivesoftware.openfire.launcher.GraphicUtils
Returns the first component in the tree of c that can accept the focus.
getFreePort() - Method in class org.jivesoftware.openfire.mediaproxy.MediaProxySession
Obtain a free port with a nested control port we can use.
getFullName() - Method in class org.jivesoftware.admin.LdapUserProfile
 
getGroup(String) - Method in class org.jivesoftware.openfire.clearspace.ClearspaceGroupProvider
 
getGroup(String) - Method in class org.jivesoftware.openfire.group.DefaultGroupProvider
 
getGroup(String) - Method in class org.jivesoftware.openfire.group.GroupManager
Returns a Group by name.
getGroup(String, boolean) - Method in class org.jivesoftware.openfire.group.GroupManager
Returns a Group by name.
getGroup(String) - Method in interface org.jivesoftware.openfire.group.GroupProvider
Returns a group based on it's name.
getGroup(String) - Method in class org.jivesoftware.openfire.group.JDBCGroupProvider
 
getGroup(String) - Method in class org.jivesoftware.openfire.ldap.LdapGroupProvider
 
getGroupCount() - Method in class org.jivesoftware.openfire.clearspace.ClearspaceGroupProvider
 
getGroupCount() - Method in class org.jivesoftware.openfire.group.DefaultGroupProvider
 
getGroupCount() - Method in class org.jivesoftware.openfire.group.GroupManager
Returns the total number of groups in the system.
getGroupCount() - Method in interface org.jivesoftware.openfire.group.GroupProvider
Returns the number of groups in the system.
getGroupCount() - Method in class org.jivesoftware.openfire.group.JDBCGroupProvider
 
getGroupCount() - Method in class org.jivesoftware.openfire.ldap.LdapGroupProvider
 
getGroupDescriptionField() - Method in class org.jivesoftware.openfire.ldap.LdapManager
Return the field used to describe a group.
getGroupID(String) - Method in class org.jivesoftware.openfire.clearspace.ClearspaceManager
Returns the Clearspace group id of the group.
getGroupManager() - Method in class org.jivesoftware.util.WebManager
 
getGroupMemberField() - Method in class org.jivesoftware.openfire.ldap.LdapManager
Return the field used to list members within a group.
getGroupNameField() - Method in class org.jivesoftware.openfire.ldap.LdapManager
Returns the field name used for groups.
getGroupNames() - Method in class org.jivesoftware.openfire.clearspace.ClearspaceGroupProvider
 
getGroupNames(int, int) - Method in class org.jivesoftware.openfire.clearspace.ClearspaceGroupProvider
 
getGroupNames(JID) - Method in class org.jivesoftware.openfire.clearspace.ClearspaceGroupProvider
 
getGroupNames() - Method in class org.jivesoftware.openfire.group.DefaultGroupProvider
 
getGroupNames(int, int) - Method in class org.jivesoftware.openfire.group.DefaultGroupProvider
 
getGroupNames(JID) - Method in class org.jivesoftware.openfire.group.DefaultGroupProvider
 
getGroupNames() - Method in interface org.jivesoftware.openfire.group.GroupProvider
Returns the Collection of all group names in the system.
getGroupNames(int, int) - Method in interface org.jivesoftware.openfire.group.GroupProvider
Returns the Collection of all groups in the system.
getGroupNames(JID) - Method in interface org.jivesoftware.openfire.group.GroupProvider
Returns the Collection of group names that an entity belongs to.
getGroupNames() - Method in class org.jivesoftware.openfire.group.JDBCGroupProvider
 
getGroupNames(int, int) - Method in class org.jivesoftware.openfire.group.JDBCGroupProvider
 
getGroupNames(JID) - Method in class org.jivesoftware.openfire.group.JDBCGroupProvider
 
getGroupNames() - Method in class org.jivesoftware.openfire.ldap.LdapGroupProvider
 
getGroupNames(int, int) - Method in class org.jivesoftware.openfire.ldap.LdapGroupProvider
 
getGroupNames(JID) - Method in class org.jivesoftware.openfire.ldap.LdapGroupProvider
 
getGroups(int) - Method in class org.jivesoftware.admin.LdapGroupTester
Returns fist N groups found in LDAP.
getGroups() - Method in class org.jivesoftware.openfire.group.GroupManager
Returns an unmodifiable Collection of all groups in the system.
getGroups(int, int) - Method in class org.jivesoftware.openfire.group.GroupManager
Returns all groups given a start index and desired number of results.
getGroups(User) - Method in class org.jivesoftware.openfire.group.GroupManager
Returns an iterator for all groups that the User is a member of.
getGroups(JID) - Method in class org.jivesoftware.openfire.group.GroupManager
Returns an iterator for all groups that the entity with the specified JID is a member of.
getGroups() - Method in class org.jivesoftware.openfire.roster.RosterItem
Returns the groups for the item.
getGroupsBaseDN(String) - Method in class org.jivesoftware.openfire.ldap.LdapManager
Returns the BaseDN for the given groupname.
getGroupSearchFilter() - Method in class org.jivesoftware.openfire.ldap.LdapManager
Returns the filter used for searching the directory for groups, which includes the default filter plus any custom-defined search filter.
getHandler() - Method in class org.jivesoftware.openfire.handler.DirectedPresence
 
getHashCode() - Method in class org.jivesoftware.openfire.update.AvailablePlugin
Returns the hash code for this object.
getHashCode() - Method in class org.jivesoftware.openfire.update.DownloadStatus
 
getHashCode() - Method in class org.jivesoftware.openfire.update.Update
Returns the hashCode for this update object.
getHeadercss() - Method in class org.jivesoftware.admin.SidebarTag
Returns the value of the CSS class to be used for sidebar header sections.
getHighlightBorderInsets() - Static method in class org.jivesoftware.openfire.launcher.GraphicUtils
Return the amount of space taken up by a highlight border drawn by drawHighlightBorder().
getHistoryStrategy() - Method in interface org.jivesoftware.openfire.muc.MultiUserChatService
Obtain the server-wide default message history settings.
getHistoryStrategy() - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
 
getHold() - Method in class org.jivesoftware.openfire.http.HttpSession
Specifies the maximum number of requests the connection manager is allowed to keep waiting at any one time during the session.
getHomeCity() - Method in class org.jivesoftware.admin.LdapUserProfile
 
getHomeCountry() - Method in class org.jivesoftware.admin.LdapUserProfile
 
getHomeDirectory() - Method in class org.jivesoftware.openfire.component.InternalComponentManager
 
getHomeDirectory() - Static method in class org.jivesoftware.util.JiveGlobals
Returns the location of the home directory.
getHomeFax() - Method in class org.jivesoftware.admin.LdapUserProfile
 
getHomeMobile() - Method in class org.jivesoftware.admin.LdapUserProfile
 
getHomePager() - Method in class org.jivesoftware.admin.LdapUserProfile
 
getHomePhone() - Method in class org.jivesoftware.admin.LdapUserProfile
 
getHomeState() - Method in class org.jivesoftware.admin.LdapUserProfile
 
getHomeStreet() - Method in class org.jivesoftware.admin.LdapUserProfile
 
getHomeZip() - Method in class org.jivesoftware.admin.LdapUserProfile
 
getHost() - Method in class org.jivesoftware.openfire.net.DNSUtil.HostAddress
Returns the hostname.
getHost() - Method in class org.jivesoftware.util.EmailService
Returns the SMTP host (e.g.
getHostA() - Method in class org.jivesoftware.openfire.mediaproxy.MediaProxySession
Get the Host A IP
getHostA() - Method in interface org.jivesoftware.openfire.mediaproxy.ProxyCandidate
 
getHostAddress() - Method in interface org.jivesoftware.openfire.Connection
Returns the IP address string in textual presentation.
getHostAddress() - Method in class org.jivesoftware.openfire.http.HttpSession.HttpVirtualConnection
 
getHostAddress() - Method in class org.jivesoftware.openfire.multiplex.ClientSessionConnection
 
getHostAddress() - Method in class org.jivesoftware.openfire.net.SocketConnection
 
getHostAddress() - Method in class org.jivesoftware.openfire.nio.NIOConnection
 
getHostAddress() - Method in class org.jivesoftware.openfire.session.LocalSession
 
getHostAddress() - Method in interface org.jivesoftware.openfire.session.Session
Returns the IP address string in textual presentation.
getHostB() - Method in class org.jivesoftware.openfire.mediaproxy.MediaProxySession
Get the Host B IP
getHostB() - Method in interface org.jivesoftware.openfire.mediaproxy.ProxyCandidate
 
getHostName() - Method in interface org.jivesoftware.openfire.cluster.ClusterNodeInfo
Returns the hostname where the cluster node is running.
getHostName() - Method in interface org.jivesoftware.openfire.Connection
Gets the host name for this IP address.
getHostName() - Method in class org.jivesoftware.openfire.http.HttpSession.HttpVirtualConnection
 
getHostName() - Method in class org.jivesoftware.openfire.multiplex.ClientSessionConnection
 
getHostName() - Method in class org.jivesoftware.openfire.net.SocketConnection
 
getHostName() - Method in class org.jivesoftware.openfire.nio.NIOConnection
 
getHostName() - Method in class org.jivesoftware.openfire.session.LocalSession
 
getHostName() - Method in interface org.jivesoftware.openfire.session.Session
Gets the host name for this IP address.
getHostname() - Method in class org.jivesoftware.openfire.spi.XMPPServerInfoImpl
 
getHostname() - Method in interface org.jivesoftware.openfire.XMPPServerInfo
Obtain the host name (IP address or hostname) of this server node.
getHostnames() - Method in class org.jivesoftware.openfire.session.LocalOutgoingServerSession
 
getHostnames() - Method in interface org.jivesoftware.openfire.session.OutgoingServerSession
Returns the list of hostnames related to the remote server.
getHosts() - Method in class org.jivesoftware.openfire.ldap.LdapManager
Returns the LDAP servers hosts; e.g.
getHttpBindSecureAddress() - Method in class org.jivesoftware.openfire.http.HttpBindManager
 
getHttpBindSecurePort() - Method in class org.jivesoftware.openfire.http.HttpBindManager
Returns the HTTP binding port which uses SSL.
getHttpBindUnsecureAddress() - Method in class org.jivesoftware.openfire.http.HttpBindManager
 
getHttpBindUnsecurePort() - Method in class org.jivesoftware.openfire.http.HttpBindManager
Returns the HTTP binding port which does not use SSL.
getIcon() - Method in class org.jivesoftware.openfire.update.AvailablePlugin
Return the icon's URL of the latest version of the plugin.
getIcon(int) - Method in class org.jivesoftware.util.JiveBeanInfo
 
getId() - Method in class org.jivesoftware.openfire.commands.SessionData
 
getID() - Method in interface org.jivesoftware.openfire.muc.MUCRoom
Obtain a unique numerical id for this room.
getID() - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRoom
 
getID() - Method in class org.jivesoftware.openfire.pubsub.NodeSubscription
Returns the ID that uniquely identifies the subscription of the user in the node.
getID() - Method in class org.jivesoftware.openfire.pubsub.PublishedItem
Returns the ID that uniquely identifies the published item in the node.
getID() - Method in class org.jivesoftware.openfire.roster.RosterItem
Returns the roster ID associated with this particular roster item.
getID() - Method in interface org.jivesoftware.openfire.StreamID
Obtain a unique identifier for easily identifying this stream in a database.
getIdentities(String, String, JID) - Method in class org.jivesoftware.openfire.commands.AdHocCommandHandler
 
getIdentities(String, String, JID) - Method in interface org.jivesoftware.openfire.disco.DiscoInfoProvider
Returns an Iterator (of Element) with the target entity's identities.
getIdentities() - Method in interface org.jivesoftware.openfire.disco.ServerIdentitiesProvider
Returns an Iterator (of Element) with the supported identities by the server.
getIdentities() - Method in interface org.jivesoftware.openfire.disco.UserIdentitiesProvider
Returns an Iterator (of Element) with the supported identities by users.
getIdentities(String, String, JID) - Method in class org.jivesoftware.openfire.filetransfer.proxy.FileTransferProxy
 
getIdentities(String, String, JID) - Method in class org.jivesoftware.openfire.handler.IQOfflineMessagesHandler
 
getIdentities(String, String, JID) - Method in class org.jivesoftware.openfire.mediaproxy.MediaProxyService
 
getIdentities(String, String, JID) - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
 
getIdentities() - Method in class org.jivesoftware.openfire.pep.IQPEPHandler
Implements ServerIdentitiesProvider and UserIdentitiesProvider, adding the PEP identity to the respective disco#info results.
getIdentities(String, String, JID) - Method in class org.jivesoftware.openfire.pubsub.PubSubModule
 
getIdleTime() - Method in class org.jivesoftware.openfire.mediaproxy.MediaProxy
Returns the max time (in millis) that a session can remain open without receiving any packets.
getIdleTime() - Method in class org.jivesoftware.openfire.mediaproxy.MediaProxyService
Returns the maximum amount of time (in milleseconds) that a session can be idle before it's closed.
getIdleTimeout() - Method in class org.jivesoftware.openfire.net.SocketConnection
 
getIgnoreList() - Method in interface org.jivesoftware.openfire.audit.AuditManager
Returns the list of usernames that won't be audited.
getIgnoreList() - Method in class org.jivesoftware.openfire.audit.spi.AuditManagerImpl
 
getInactivityTimeout() - Method in class org.jivesoftware.openfire.http.HttpSession
Returns the time, in seconds, after which this session will be considered inactive and terminated.
getInactivityTimeout() - Method in class org.jivesoftware.openfire.http.HttpSessionManager
Seconds a session has to be idle to be closed.
getIncomingMessageCount(boolean) - Method in interface org.jivesoftware.openfire.muc.MultiUserChatService
Returns the total number of incoming messages since last reset.
getIncomingMessageCount(boolean) - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
Returns the total number of incoming messages since last reset.
getIncomingServers() - Method in class org.jivesoftware.openfire.SessionManager
Returns a collection with the hostnames of the remote servers that currently have an incoming server connection to this server.
getIncomingServerSession(byte[], String) - Method in interface org.jivesoftware.openfire.session.RemoteSessionLocator
Returns a session surrogate of an incoming server session hosted by a remote cluster node.
getIncomingServerSession(String) - Method in class org.jivesoftware.openfire.SessionManager
Returns the incoming server session hosted by this JVM that matches the specified stream ID.
getIncomingServerSessions(String) - Method in class org.jivesoftware.openfire.SessionManager
Returns the list of sessions that were originated by a remote server.
getIncomingServerSessionsCount(boolean) - Method in class org.jivesoftware.openfire.SessionManager
Returns number of sessions coming from remote servers.
getInfo() - Method in class org.jivesoftware.openfire.commands.AdHocCommandHandler
 
getInfo() - Method in class org.jivesoftware.openfire.disco.IQDiscoInfoHandler
 
getInfo() - Method in class org.jivesoftware.openfire.disco.IQDiscoItemsHandler
 
getInfo() - Method in class org.jivesoftware.openfire.filetransfer.proxy.FileTransferProxy
 
getInfo() - Method in class org.jivesoftware.openfire.handler.IQAuthHandler
 
getInfo() - Method in class org.jivesoftware.openfire.handler.IQBindHandler
 
getInfo() - Method in class org.jivesoftware.openfire.handler.IQHandler
Returns the handler information to help generically handle IQ packets.
getInfo() - Method in class org.jivesoftware.openfire.handler.IQLastActivityHandler
 
getInfo() - Method in class org.jivesoftware.openfire.handler.IQOfflineMessagesHandler
 
getInfo() - Method in class org.jivesoftware.openfire.handler.IQPingHandler
 
getInfo() - Method in class org.jivesoftware.openfire.handler.IQPrivacyHandler
 
getInfo() - Method in class org.jivesoftware.openfire.handler.IQPrivateHandler
 
getInfo() - Method in class org.jivesoftware.openfire.handler.IQRegisterHandler
 
getInfo() - Method in class org.jivesoftware.openfire.handler.IQRosterHandler
 
getInfo() - Method in class org.jivesoftware.openfire.handler.IQSessionEstablishmentHandler
 
getInfo() - Method in class org.jivesoftware.openfire.handler.IQSharedGroupHandler
 
getInfo() - Method in class org.jivesoftware.openfire.handler.IQTimeHandler
 
getInfo() - Method in class org.jivesoftware.openfire.handler.IQvCardHandler
 
getInfo() - Method in class org.jivesoftware.openfire.handler.IQVersionHandler
 
getInfo() - Method in class org.jivesoftware.openfire.pep.IQPEPHandler
 
getInfo() - Method in class org.jivesoftware.openfire.pep.IQPEPOwnerHandler
 
getInitialSubdomain() - Method in interface org.jivesoftware.openfire.session.ComponentSession.ExternalComponent
 
getInitialSubdomain() - Method in class org.jivesoftware.openfire.session.LocalComponentSession.LocalExternalComponent
 
getInitiator() - Method in class org.jivesoftware.openfire.filetransfer.FileTransfer
 
getInitiator() - Method in interface org.jivesoftware.openfire.filetransfer.FileTransferProgress
Returns the fully qualified JID of the initiator of the file transfer.
getInitiator() - Method in class org.jivesoftware.openfire.filetransfer.proxy.DefaultProxyTransfer
 
getInputStream() - Method in interface org.jivesoftware.openfire.filetransfer.FileTransferProgress
 
getInputStream() - Method in class org.jivesoftware.openfire.filetransfer.proxy.DefaultProxyTransfer
 
getInputStream() - Method in class org.jivesoftware.openfire.net.TLSStreamHandler
 
getInputStream() - Method in class org.jivesoftware.openfire.net.TLSStreamReader
 
getInstance() - Static method in class org.jivesoftware.admin.LoginLimitManager
Returns a singleton instance of LoginLimitManager.
getInstance() - Static method in class org.jivesoftware.openfire.admin.AdminManager
Returns a singleton instance of AdminManager.
getInstance() - Static method in class org.jivesoftware.openfire.auth.AuthorizationManager
Returns a singleton AuthorizationManager instance.
getInstance() - Static method in class org.jivesoftware.openfire.clearspace.ClearspaceManager
Provides singleton access to an instance of the ClearspaceManager class.
getInstance(byte[]) - Static method in class org.jivesoftware.openfire.cluster.NodeID
 
getInstance() - Static method in class org.jivesoftware.openfire.component.InternalComponentManager
 
getInstance() - Static method in class org.jivesoftware.openfire.container.PluginCacheRegistry
 
getInstance() - Static method in class org.jivesoftware.openfire.entitycaps.EntityCapabilitiesManager
Returns the unique instance of this class.
getInstance() - Static method in class org.jivesoftware.openfire.group.GroupManager
Returns a singleton instance of GroupManager.
getInstance() - Static method in class org.jivesoftware.openfire.http.HttpBindManager
 
getInstance() - Static method in class org.jivesoftware.openfire.interceptor.InterceptorManager
Returns a singleton instance of InterceptorManager.
getInstance() - Static method in class org.jivesoftware.openfire.interceptor.PacketCopier
Returns unique instance of this class.
getInstance() - Static method in class org.jivesoftware.openfire.ldap.LdapManager
Provides singleton access to an instance of the LdapManager class.
getInstance() - Static method in class org.jivesoftware.openfire.lockout.LockOutManager
Returns a singleton instance of LockOutManager.
getInstance() - Static method in class org.jivesoftware.openfire.muc.cluster.QueuedTasksManager
 
getInstance() - Static method in class org.jivesoftware.openfire.multiplex.ConnectionMultiplexerManager
Returns the unique instance of this class.
getInstance() - Static method in class org.jivesoftware.openfire.net.SocketSendingTracker
Returns the unique instance of this class.
getInstance() - Static method in class org.jivesoftware.openfire.OfflineMessageStore
Returns the instance of OfflineMessageStore being used by the XMPPServer.
getInstance() - Static method in class org.jivesoftware.openfire.privacy.PrivacyListManager
Returns the unique instance of this class.
getInstance() - Static method in class org.jivesoftware.openfire.security.SecurityAuditManager
Returns a singleton instance of SecurityAuditManager.
getInstance() - Static method in class org.jivesoftware.openfire.server.OutgoingSessionPromise
 
getInstance() - Static method in class org.jivesoftware.openfire.SessionManager
Returns the instance of SessionManagerImpl being used by the XMPPServer.
getInstance() - Static method in class org.jivesoftware.openfire.stats.StatisticsManager
 
getInstance() - Static method in class org.jivesoftware.openfire.user.UserManager
Returns a singleton UserManager instance.
getInstance() - Static method in class org.jivesoftware.openfire.vcard.VCardManager
 
getInstance() - Static method in class org.jivesoftware.openfire.XMPPServer
Returns a singleton instance of XMPPServer.
getInstance() - Static method in class org.jivesoftware.util.cache.ExternalizableUtil
 
getInstance() - Static method in class org.jivesoftware.util.EmailService
 
getInstance() - Static method in class org.jivesoftware.util.FastDateFormat
 
getInstance(String) - Static method in class org.jivesoftware.util.FastDateFormat
 
getInstance(String, TimeZone) - Static method in class org.jivesoftware.util.FastDateFormat
 
getInstance(String, Locale) - Static method in class org.jivesoftware.util.FastDateFormat
 
getInstance(String, DateFormatSymbols) - Static method in class org.jivesoftware.util.FastDateFormat
 
getInstance(String, TimeZone, Locale) - Static method in class org.jivesoftware.util.FastDateFormat
 
getInstance(String, TimeZone, Locale, DateFormatSymbols) - Static method in class org.jivesoftware.util.FastDateFormat
 
getInstance() - Static method in class org.jivesoftware.util.JiveProperties
Returns a singleton instance of JiveProperties.
getInstance(Class) - Method in class org.jivesoftware.util.log.util.CommonsLogFactory
 
getInstance(String) - Method in class org.jivesoftware.util.log.util.CommonsLogFactory
 
getInstance() - Static method in class org.jivesoftware.util.TaskEngine
Returns a task engine instance (singleton).
getInstances() - Static method in class org.jivesoftware.openfire.net.SocketConnection
 
getInstructions() - Method in interface org.jivesoftware.openfire.forms.DataForm
Deprecated. Returns an Iterator for the list of instructions that explain how to fill out the form and what the form is about.
getInstructions() - Method in class org.jivesoftware.openfire.forms.spi.XDataFormImpl
Deprecated.  
getIntAttribute(HttpServletRequest, String, int) - Static method in class org.jivesoftware.util.ParamUtils
Returns an attribute as a int.
getInterceptors() - Method in class org.jivesoftware.openfire.interceptor.InterceptorManager
Returns an unmodifiable list of global packet interceptors.
getIntParameter(HttpServletRequest, String, int) - Static method in class org.jivesoftware.util.ParamUtils
Returns a parameter as an int.
getIntParameters(HttpServletRequest, String, int) - Static method in class org.jivesoftware.util.ParamUtils
Returns a list of int parameters.
getIntProperty(String, String, int) - Static method in class org.jivesoftware.openfire.muc.spi.MUCPersistenceManager
Returns an integer value Jive property.
getIntProperty(String, int) - Static method in class org.jivesoftware.util.JiveGlobals
Returns an integer value Jive property.
getInvisibleSharedGroups() - Method in class org.jivesoftware.openfire.roster.RosterItem
Returns the invisible shared groups for the item.
getIPAddress() - Method in class org.jivesoftware.openfire.ServerPort
Returns the dot separated IP address for the server.
getIQAdminHandler() - Method in interface org.jivesoftware.openfire.muc.MUCRoom
 
getIQAdminHandler() - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRoom
 
getIQAuthHandler() - Method in class org.jivesoftware.openfire.XMPPServer
Returns the IQAuthHandler registered with this server.
getIQDiscoInfoHandler() - Method in class org.jivesoftware.openfire.XMPPServer
Returns the IQDiscoInfoHandler registered with this server.
getIQDiscoItemsHandler() - Method in class org.jivesoftware.openfire.XMPPServer
Returns the IQDiscoItemsHandler registered with this server.
getIQHandlers() - Method in class org.jivesoftware.openfire.XMPPServer
Returns a list with all the modules registered with the server that inherit from IQHandler.
getIQOwnerHandler() - Method in interface org.jivesoftware.openfire.muc.MUCRoom
 
getIQOwnerHandler() - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRoom
 
getIQPEPHandler() - Method in class org.jivesoftware.openfire.XMPPServer
Returns the IQPEPHandler registered with this server.
getIQRegisterHandler() - Method in class org.jivesoftware.openfire.XMPPServer
Returns the IQRegisterHandler registered with this server.
getIQRouter() - Method in class org.jivesoftware.openfire.XMPPServer
Returns the IQRouter registered with this server.
getItemCount(String) - Method in class org.jivesoftware.openfire.roster.DefaultRosterItemProvider
 
getItemCount(String) - Method in interface org.jivesoftware.openfire.roster.RosterItemProvider
Obtain a count of the number of roster items available for the given user.
getItemKey() - Method in class org.jivesoftware.openfire.pubsub.PublishedItem
Returns a string that uniquely identifies this published item in the following format: nodeId:itemId
getItemKey(LeafNode, String) - Static method in class org.jivesoftware.openfire.pubsub.PublishedItem
Returns a string that uniquely identifies this published item in the following format: nodeId:itemId
getItemKey(String, String) - Static method in class org.jivesoftware.openfire.pubsub.PublishedItem
Returns a string that uniquely identifies this published item in the following format: nodeId:itemId
getItems(String, String, JID) - Method in class org.jivesoftware.openfire.commands.AdHocCommandHandler
 
getItems(String, String, JID) - Method in interface org.jivesoftware.openfire.disco.DiscoItemsProvider
Returns an Iterator (of DiscoItem) with the target entity's items or null if none.
getItems() - Method in interface org.jivesoftware.openfire.disco.ServerItemsProvider
Returns an Iterator (of DiscoServerItem) with the items associated with the server or null if none.
getItems() - Method in class org.jivesoftware.openfire.filetransfer.proxy.FileTransferProxy
 
getItems(String, String, JID) - Method in class org.jivesoftware.openfire.filetransfer.proxy.FileTransferProxy
 
getItems(String, String, JID) - Method in class org.jivesoftware.openfire.handler.IQOfflineMessagesHandler
 
getItems(String, String, JID) - Method in class org.jivesoftware.openfire.mediaproxy.MediaProxyService
 
getItems() - Method in class org.jivesoftware.openfire.mediaproxy.MediaProxyService
 
getItems() - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
 
getItems(String, String, JID) - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
 
getItems() - Method in class org.jivesoftware.openfire.pubsub.PubSubModule
 
getItems(String, String, JID) - Method in class org.jivesoftware.openfire.pubsub.PubSubModule
 
getItems(String) - Method in class org.jivesoftware.openfire.roster.DefaultRosterItemProvider
 
getItems(String) - Method in interface org.jivesoftware.openfire.roster.RosterItemProvider
Retrieve an iterator of RosterItems for the given user.
getJavaScriptUrl() - Method in class org.jivesoftware.openfire.http.HttpBindManager
 
getJID() - Method in class org.jivesoftware.openfire.disco.DiscoItem
Returns the entity's ID.
getJID() - Method in interface org.jivesoftware.openfire.muc.MUCRoom
Get the full JID of this room.
getJID() - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRoom
 
getJID() - Method in class org.jivesoftware.openfire.pubsub.cluster.AffiliationTask
 
getJID() - Method in class org.jivesoftware.openfire.pubsub.NodeAffiliate
 
getJID() - Method in class org.jivesoftware.openfire.pubsub.NodeSubscription
Returns the JID that is going to receive the event notifications.
getJid() - Method in class org.jivesoftware.openfire.roster.RosterItem
Obtain the address of the item.
getJoinedTime() - Method in interface org.jivesoftware.openfire.cluster.ClusterNodeInfo
Return the date/time value (in cluster time) that the Member joined.
getJustlinks() - Method in class org.jivesoftware.admin.TabsTag
Returns whether we are in just links mode.
getKeyManagers(String, String, String) - Static method in class org.jivesoftware.openfire.net.SSLJiveKeyManagerFactory
Creates a KeyManager list which is null if the storeType is null, or is a standard KeyManager that uses a KeyStore of type storeType, located at 'keystore' location under home, and uses 'keypass' as the password for the keystore password and key password.
getKeyManagers(KeyStore, String) - Static method in class org.jivesoftware.openfire.net.SSLJiveKeyManagerFactory
 
getKeyPassword() - Static method in class org.jivesoftware.openfire.net.SSLConfig
Get the Key Store password
getKeyStore() - Static method in class org.jivesoftware.openfire.net.SSLConfig
Get the Key Store
getKeystoreLocation() - Static method in class org.jivesoftware.openfire.net.SSLConfig
Get the Key Store location
getKeyword() - Method in class org.jivesoftware.openfire.pubsub.NodeSubscription
Returns the keyword that the event needs to match.
getKickIdleUsersTimeout() - Method in interface org.jivesoftware.openfire.muc.MultiUserChatService
Returns the time to elapse between clearing of idle chat users.
getKickIdleUsersTimeout() - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
 
getLabel() - Method in class org.jivesoftware.openfire.commands.AdHocCommand
 
getLabel() - Method in interface org.jivesoftware.openfire.forms.FormField
Deprecated. Returns the label of the question which should give enough information to the user to fill out the form.
getLabel() - Method in class org.jivesoftware.openfire.forms.spi.XFormFieldImpl
Deprecated.  
getLanguage() - Method in interface org.jivesoftware.openfire.Connection
Returns the language code that should be used for this connection (e.g.
getLanguage() - Method in class org.jivesoftware.openfire.http.HttpSession
Returns the language this session is using.
getLanguage() - Method in class org.jivesoftware.openfire.net.SocketConnection
 
getLanguage() - Method in class org.jivesoftware.openfire.net.VirtualConnection
 
getLanguage() - Method in class org.jivesoftware.openfire.nio.NIOConnection
 
getLanguage() - Method in class org.jivesoftware.openfire.pubsub.DefaultNodeConfiguration
Returns the default language of the node.
getLanguage() - Method in class org.jivesoftware.openfire.pubsub.Node
Returns the default language of the node.
getLargeTextField(ResultSet, int) - Static method in class org.jivesoftware.database.DbConnectionManager
Retrives a large text column from a result set, automatically performing streaming if the JDBC driver requires it.
getLast(int) - Method in class org.jivesoftware.openfire.resultsetmanager.ResultSet
Deprecated. Returns the last elements from this result set.
getLast(int) - Method in class org.jivesoftware.openfire.resultsetmanager.ResultSetImpl
Deprecated.  
getLast() - Method in class org.jivesoftware.util.LinkedList
Returns the last linked list node in the list.
getLastAcknowledged() - Method in class org.jivesoftware.openfire.http.HttpSession
Returns the highest 'rid' attribute the server has received where it has also received all requests with lower 'rid' values.
getLastActiveDate() - Method in class org.jivesoftware.openfire.session.LocalSession
Obtain the time the session last had activity.
getLastActiveDate() - Method in interface org.jivesoftware.openfire.session.Session
Obtain the time the session last had activity.
getLastActivity() - Method in class org.jivesoftware.openfire.http.HttpSession
Returns the time in milliseconds since the epoch that this session was last active.
getLastActivity(User) - Method in interface org.jivesoftware.openfire.PresenceManager
Returns the number of milliseconds since the user went offline or -1 if such information is not available or if the user is online.
getLastActivity(User) - Method in class org.jivesoftware.openfire.spi.PresenceManagerImpl
 
getLastHeartbeat() - Method in class org.jivesoftware.openfire.net.MXParser
Returns the last time a heartbeat was received.
getLastPacketTime() - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCUser
Get time (in milliseconds from System currentTimeMillis()) since last packet.
getLastPresenceStatus(User) - Method in interface org.jivesoftware.openfire.PresenceManager
Returns the status sent by the user in his last unavailable presence or null if the user is online or never set such information.
getLastPresenceStatus(User) - Method in class org.jivesoftware.openfire.spi.PresenceManagerImpl
 
getLastPublishedItem() - Method in class org.jivesoftware.openfire.pubsub.LeafNode
 
getLastPublishedItem() - Method in class org.jivesoftware.openfire.pubsub.Node
Returns the last PublishedItem that was published to the node or null if the node does not have published items.
getLastPublishedItem(LeafNode) - Static method in class org.jivesoftware.openfire.pubsub.PubSubPersistenceManager
Fetches the last published item for the specified node.
getLastStarted() - Method in class org.jivesoftware.openfire.spi.XMPPServerInfoImpl
 
getLastStarted() - Method in interface org.jivesoftware.openfire.XMPPServerInfo
Obtain the date when the server was last started.
getLatestVersion() - Method in class org.jivesoftware.openfire.update.AvailablePlugin
Returns the latest version of the plugin that is not installed.
getLatestVersion() - Method in class org.jivesoftware.openfire.update.Update
Returns the latest version of the component that was found.
getLegacyErrorCode() - Method in enum org.jivesoftware.openfire.http.BoshBindingError
Returns the legacy HTTP error code which is related to the binding error.
getLexicalHandler() - Method in class org.jivesoftware.util.XMLWriter
 
getLicense(Plugin) - Method in class org.jivesoftware.openfire.container.PluginManager
Returns the license agreement type that the plugin is governed by.
getLicenseType() - Method in class org.jivesoftware.openfire.update.AvailablePlugin
Returns the type of license the plugin is being released under.
getLifetime() - Method in class org.jivesoftware.openfire.mediaproxy.MediaProxy
Returns the maximum lifetime (in seconds) of a session.
getLifetime() - Method in class org.jivesoftware.openfire.mediaproxy.MediaProxyService
Get the Life Time of Sessions
GetListActiveUsers - Class in org.jivesoftware.openfire.commands.admin
Command that allows to retrieve a list of all active users.
GetListActiveUsers() - Constructor for class org.jivesoftware.openfire.commands.admin.GetListActiveUsers
 
GetListGroups - Class in org.jivesoftware.openfire.commands.admin.group
Command that allows to retrieve a list of existing groups.
GetListGroups() - Constructor for class org.jivesoftware.openfire.commands.admin.group.GetListGroups
 
GetListGroupUsers - Class in org.jivesoftware.openfire.commands.admin.group
Command that allows to retrieve list members of a given group.
GetListGroupUsers() - Constructor for class org.jivesoftware.openfire.commands.admin.group.GetListGroupUsers
 
getLocalCertificates() - Method in interface org.jivesoftware.openfire.Connection
Returns the local underlying X509Certificate chain for the connection.
getLocalCertificates() - Method in class org.jivesoftware.openfire.net.SocketConnection
 
getLocalCertificates() - Method in class org.jivesoftware.openfire.net.VirtualConnection
 
getLocalCertificates() - Method in class org.jivesoftware.openfire.nio.NIOConnection
 
getLocalChatRoom(String) - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
 
getLocalDomain() - Method in interface org.jivesoftware.openfire.session.IncomingServerSession
Returns the domain or subdomain of the local server used by the remote server when validating the session.
getLocalDomain() - Method in class org.jivesoftware.openfire.session.LocalIncomingServerSession
Returns the domain or subdomain of the local server used by the remote server when validating the session.
getLocale() - Method in class org.jivesoftware.util.FastDateFormat
 
getLocale() - Static method in class org.jivesoftware.util.JiveGlobals
Returns the global Locale used by Jive.
getLocalhost() - Method in class org.jivesoftware.openfire.mediaproxy.MediaProxySession
Get localhost of the Session
getLocalhost() - Method in interface org.jivesoftware.openfire.mediaproxy.ProxyCandidate
 
getLocalizedNumber(long) - Static method in class org.jivesoftware.util.LocaleUtils
Returns an internationalized String representation of the number using the default locale.
getLocalizedNumber(long, Locale) - Static method in class org.jivesoftware.util.LocaleUtils
Returns an internationalized String representation of the number using the specified locale.
getLocalizedNumber(double) - Static method in class org.jivesoftware.util.LocaleUtils
Returns an internationalized String representation of the number using the default locale.
getLocalizedNumber(double, Locale) - Static method in class org.jivesoftware.util.LocaleUtils
Returns an internationalized String representation of the number using the specified locale.
getLocalizedString(String) - Static method in class org.jivesoftware.util.LocaleUtils
Returns an internationalized string loaded from a resource bundle.
getLocalizedString(String, Locale) - Static method in class org.jivesoftware.util.LocaleUtils
Returns an internationalized string loaded from a resource bundle using the passed in Locale.
getLocalizedString(String, List) - Static method in class org.jivesoftware.util.LocaleUtils
Returns an internationalized string loaded from a resource bundle using the locale specified by JiveGlobals.getLocale() substituting the passed in arguments.
getLocalizedString(String, String) - Static method in class org.jivesoftware.util.LocaleUtils
Returns an internationalized string loaded from a resource bundle from the passed in plugin.
getLocalizedString(String, String, List) - Static method in class org.jivesoftware.util.LocaleUtils
Returns an internationalized string loaded from a resource bundle from the passed in plugin.
getLocalizedString(String, String, List, Locale, boolean) - Static method in class org.jivesoftware.util.LocaleUtils
Returns an internationalized string loaded from a resource bundle from the passed in plugin, using the passed in Locale.
getLocalizedString(String, Locale, List, ResourceBundle) - Static method in class org.jivesoftware.util.LocaleUtils
Returns an internationalized string loaded from a resource bundle using the passed in Locale substituting the passed in arguments.
getLocalPortA() - Method in class org.jivesoftware.openfire.mediaproxy.MediaProxySession
Get the localport that listen for Host A Packets
getLocalPortA() - Method in interface org.jivesoftware.openfire.mediaproxy.ProxyCandidate
 
getLocalPortB() - Method in class org.jivesoftware.openfire.mediaproxy.MediaProxySession
Get the localport that listen for Host B Packets
getLocalPortB() - Method in interface org.jivesoftware.openfire.mediaproxy.ProxyCandidate
 
getLock(Object, Cache) - Static method in class org.jivesoftware.util.cache.CacheFactory
Returns an existing Lock on the specified key or creates a new one if none was found.
getLock(Object, Cache) - Method in interface org.jivesoftware.util.cache.CacheFactoryStrategy
Returns an existing lock on the specified key or creates a new one if none was found.
getLock(Object, Cache) - Method in class org.jivesoftware.util.cache.DefaultLocalCacheStrategy
 
getLockOutManager() - Method in class org.jivesoftware.openfire.XMPPServer
Returns the LockOutManager registered with this server.
getLockOutManager() - Method in class org.jivesoftware.util.WebManager
 
getLockOutProvider() - Static method in class org.jivesoftware.openfire.lockout.LockOutManager
Returns the currently-installed LockOutProvider.
getLogConversationBatchSize() - Method in interface org.jivesoftware.openfire.muc.MultiUserChatService
Returns the number of messages to save to the database on each run of the logging process.
getLogConversationBatchSize() - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
 
getLogConversationsTimeout() - Method in interface org.jivesoftware.openfire.muc.MultiUserChatService
Returns the time to elapse between logging the room conversations.
getLogConversationsTimeout() - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
 
getLogDir() - Method in interface org.jivesoftware.openfire.audit.AuditManager
Returns the absolute path to the directory where the audit log files will be saved.
getLogDir() - Method in class org.jivesoftware.openfire.audit.spi.AuditManagerImpl
 
getLogDirectory() - Static method in class org.jivesoftware.util.Log
Returns the directory that log files exist in.
getLoginLogoImage() - Static method in class org.jivesoftware.admin.AdminConsole
Returns the URL of the login image for the admin console.
getLogoImage() - Static method in class org.jivesoftware.admin.AdminConsole
Returns the URL of the main logo image for the admin console.
getLogTimeout() - Method in interface org.jivesoftware.openfire.audit.AuditManager
Returns the time in milliseconds between successive executions of the task that will save the queued audited packets to a permanent store.
getLogTimeout() - Method in class org.jivesoftware.openfire.audit.spi.AuditManagerImpl
 
getLongAttribute(HttpServletRequest, String, long) - Static method in class org.jivesoftware.util.ParamUtils
Returns an attribute as a long.
getLongParameter(HttpServletRequest, String, long) - Static method in class org.jivesoftware.util.ParamUtils
Returns a parameter as a long.
getLongParameters(HttpServletRequest, String, long) - Static method in class org.jivesoftware.util.ParamUtils
Returns a list of long parameters.
getLongProperty(String, String, long) - Static method in class org.jivesoftware.openfire.muc.spi.MUCPersistenceManager
Returns a long value Jive property.
getLongProperty(String, long) - Static method in class org.jivesoftware.util.JiveGlobals
Returns a long value Jive property.
getMajor() - Method in class org.jivesoftware.util.Version
Obtain the major release number for this product.
getMajorVersion() - Method in class org.jivesoftware.openfire.http.HttpSession
Returns the major version of BOSH which this session utilizes.
getMajorXMPPVersion() - Method in interface org.jivesoftware.openfire.Connection
Returns the major version of XMPP being used by this connection (major_version.minor_version.
getMajorXMPPVersion() - Method in class org.jivesoftware.openfire.net.SocketConnection
 
getMajorXMPPVersion() - Method in class org.jivesoftware.openfire.net.VirtualConnection
 
getMajorXMPPVersion() - Method in class org.jivesoftware.openfire.nio.NIOConnection
 
getManager() - Method in class org.jivesoftware.openfire.pep.PEPService
 
getManager() - Method in class org.jivesoftware.openfire.pubsub.PubSubModule
 
getManager() - Method in interface org.jivesoftware.openfire.pubsub.PubSubService
Returns the ad-hoc commands manager used for this service.
getManager() - Method in class org.jivesoftware.util.WebManager
 
getMaxCacheLifetime(String) - Static method in class org.jivesoftware.util.cache.CacheFactory
If a local property is found for the supplied name which specifies a value for cache entry lifetime, it is returned.
getMaxCacheSize() - Method in interface org.jivesoftware.util.cache.Cache
Returns the maximum size of the cache in bytes.
getMaxCacheSize(String) - Static method in class org.jivesoftware.util.cache.CacheFactory
If a local property is found for the supplied name which specifies a value for cache size, it is returned.
getMaxCacheSize() - Method in class org.jivesoftware.util.cache.CacheWrapper
 
getMaxCacheSize() - Method in class org.jivesoftware.util.cache.DefaultCache
Returns the maximum size of the cache (in bytes).
getMaxChars() - Method in class org.jivesoftware.openfire.muc.HistoryRequest
Returns the total number of characters to receive in the history.
getMaxClusterNodes() - Static method in class org.jivesoftware.openfire.cluster.ClusterManager
Returns the maximum number of cluster members allowed.
getMaxClusterNodes() - Static method in class org.jivesoftware.util.cache.CacheFactory
Returns the maximum number of cluster members allowed.
getMaxClusterNodes() - Method in interface org.jivesoftware.util.cache.CacheFactoryStrategy
Returns the maximum number of cluster members allowed.
getMaxClusterNodes() - Method in class org.jivesoftware.util.cache.DefaultLocalCacheStrategy
 
getMaxConnections() - Method in class org.jivesoftware.database.DefaultConnectionProvider
Returns the maximum number of connections that the pool will use.
getMaxDays() - Method in interface org.jivesoftware.openfire.audit.AuditManager
Returns the maximum number of days to keep audit information.
getMaxDays() - Method in class org.jivesoftware.openfire.audit.spi.AuditManagerImpl
 
getMaxFileSize() - Method in interface org.jivesoftware.openfire.audit.AuditManager
Obtain the maximum size of audit log files in megabytes.
getMaxFileSize() - Method in class org.jivesoftware.openfire.audit.spi.AuditManagerImpl
 
getMaximumAllowedCharacter() - 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).
getMaxLeafNodes() - Method in class org.jivesoftware.openfire.pubsub.CollectionNode
Returns the max number of leaf nodes that this collection node might have.
getMaxLeafNodes() - Method in class org.jivesoftware.openfire.pubsub.DefaultNodeConfiguration
Returns the max number of leaf nodes that this collection node might have.
getMaxLengthEstimate() - Method in class org.jivesoftware.util.FastDateFormat
Returns an estimate for the maximum length date that this date formatter will produce.
getMaxLifetime() - Method in interface org.jivesoftware.util.cache.Cache
Returns the maximum number of milliseconds that any object can live in cache.
getMaxLifetime() - Method in class org.jivesoftware.util.cache.CacheWrapper
 
getMaxLifetime() - Method in class org.jivesoftware.util.cache.DefaultCache
Returns the maximum number of milleseconds that any object can live in cache.
getMaxNumber() - Method in class org.jivesoftware.openfire.muc.HistoryStrategy
Obtain the maximum number of messages for strategies using message number limitations.
getMaxPause() - Method in class org.jivesoftware.openfire.http.HttpSession
Returns the maximum length of a temporary session pause (in seconds) that the client MAY request.
getMaxPause() - Method in class org.jivesoftware.openfire.http.HttpSessionManager
Returns the maximum length of a temporary session pause (in seconds) that the client MAY request.
getMaxPayloadSize() - Method in class org.jivesoftware.openfire.pubsub.DefaultNodeConfiguration
Returns the maximum payload size in bytes.
getMaxPayloadSize() - Method in class org.jivesoftware.openfire.pubsub.LeafNode
 
getMaxPollingInterval() - Method in class org.jivesoftware.openfire.http.HttpSession
Returns the max interval within which a client can send polling requests.
getMaxPort() - Method in class org.jivesoftware.openfire.mediaproxy.MediaProxy
Returns the maximum port value to listen for incoming packets.
getMaxPort() - Method in class org.jivesoftware.openfire.mediaproxy.MediaProxyService
Get Maximum port value to listen from incoming packets.
getMaxPublishedItems() - Method in class org.jivesoftware.openfire.pubsub.DefaultNodeConfiguration
Returns the maximum number of published items to persist.
getMaxPublishedItems() - Method in class org.jivesoftware.openfire.pubsub.LeafNode
 
getMaxRequests() - Method in class org.jivesoftware.openfire.http.HttpSession
Returns the max number of requests it is permissible for this session to have open at any one time.
getMaxRequests() - Method in class org.jivesoftware.openfire.http.HttpSessionManager
Openfire MAY limit the number of simultaneous requests the client makes with the 'requests' attribute.
getMaxStages(SessionData) - Method in class org.jivesoftware.openfire.commands.AdHocCommand
Returns the max number of stages for this command.
getMaxStages(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.GetAdminConsoleInfo
 
getMaxStages(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.GetListActiveUsers
 
getMaxStages(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.GetNumberActiveUsers
 
getMaxStages(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.GetNumberOnlineUsers
 
getMaxStages(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.GetNumberUserSessions
 
getMaxStages(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.GetServerStats
 
getMaxStages(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.GetUsersPresence
 
getMaxStages(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.group.AddGroup
 
getMaxStages(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.group.AddGroupUsers
 
getMaxStages(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.group.DeleteGroup
 
getMaxStages(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.group.DeleteGroupUsers
 
getMaxStages(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.group.GetListGroups
 
getMaxStages(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.group.GetListGroupUsers
 
getMaxStages(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.group.UpdateGroup
 
getMaxStages(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.HttpBindStatus
 
getMaxStages(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.muc.CreateMUCRoom
 
getMaxStages(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.PacketsNotification
 
getMaxStages(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.user.AddUser
 
getMaxStages(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.user.AuthenticateUser
 
getMaxStages(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.user.ChangeUserPassword
 
getMaxStages(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.user.UserProperties
 
getMaxStages(SessionData) - Method in class org.jivesoftware.openfire.commands.clearspace.ChangeSharedSecret
 
getMaxStages(SessionData) - Method in class org.jivesoftware.openfire.commands.clearspace.GenerateNonce
 
getMaxStages(SessionData) - Method in class org.jivesoftware.openfire.commands.clearspace.SystemAdminAdded
 
getMaxStages(SessionData) - Method in class org.jivesoftware.openfire.commands.clearspace.SystemAdminRemoved
 
getMaxStages(SessionData) - Method in class org.jivesoftware.openfire.commands.event.GroupAdminAdded
 
getMaxStages(SessionData) - Method in class org.jivesoftware.openfire.commands.event.GroupAdminRemoved
 
getMaxStages(SessionData) - Method in class org.jivesoftware.openfire.commands.event.GroupCreated
 
getMaxStages(SessionData) - Method in class org.jivesoftware.openfire.commands.event.GroupDeleting
 
getMaxStages(SessionData) - Method in class org.jivesoftware.openfire.commands.event.GroupMemberAdded
 
getMaxStages(SessionData) - Method in class org.jivesoftware.openfire.commands.event.GroupMemberRemoved
 
getMaxStages(SessionData) - Method in class org.jivesoftware.openfire.commands.event.GroupModified
 
getMaxStages(SessionData) - Method in class org.jivesoftware.openfire.commands.event.UserCreated
 
getMaxStages(SessionData) - Method in class org.jivesoftware.openfire.commands.event.UserDeleting
 
getMaxStages(SessionData) - Method in class org.jivesoftware.openfire.commands.event.UserModified
 
getMaxStages(SessionData) - Method in class org.jivesoftware.openfire.commands.event.VCardCreated
 
getMaxStages(SessionData) - Method in class org.jivesoftware.openfire.commands.event.VCardDeleting
 
getMaxStages(SessionData) - Method in class org.jivesoftware.openfire.commands.event.VCardModified
 
getMaxStages(SessionData) - Method in class org.jivesoftware.openfire.pubsub.PendingSubscriptionsCommand
 
getMaxStanzas() - Method in class org.jivesoftware.openfire.muc.HistoryRequest
Returns the total number of messages to receive in the history.
getMaxThreadCount() - Method in class org.jivesoftware.openfire.Channel
Returns the max number of threads the channel will use for processing messages.
getMaxTotalSize() - Method in interface org.jivesoftware.openfire.audit.AuditManager
Returns the maximum size in megabytes that all audit log files may have.
getMaxTotalSize() - Method in class org.jivesoftware.openfire.audit.spi.AuditManagerImpl
 
getMaxUsers() - Method in interface org.jivesoftware.openfire.muc.MUCRoom
Returns the maximum number of occupants that can be simultaneously in the room.
getMaxUsers() - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRoom
 
getMaxWait() - Method in class org.jivesoftware.openfire.http.HttpSessionManager
Returns the longest time (in seconds) that Openfire is allowed to wait before responding to any request during the session.
getMechanismName() - Method in class org.jivesoftware.openfire.clearspace.ClearspaceSaslServer
Returns the mechanism name of this SASL server.
getMechanismName() - Method in class org.jivesoftware.openfire.sasl.SaslServerPlainImpl
Returns the IANA-registered mechanism name of this SASL server.
getMechanismNames(Map<String, ?>) - Method in class org.jivesoftware.openfire.sasl.SaslServerFactoryImpl
Returns an array of names of mechanisms that match the specified mechanism selection policies.
getMediaProxyService() - Method in class org.jivesoftware.openfire.XMPPServer
Returns the MediaProxyService registered with this server.
getMembers() - Method in class org.jivesoftware.admin.LdapGroupTester.Group
 
getMembers() - Method in class org.jivesoftware.openfire.group.Group
Returns a Collection of the group members.
getMembers() - Method in interface org.jivesoftware.openfire.muc.MUCRoom
Returns a collection with the current list of room members.
getMembers() - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRoom
 
getMessage() - Method in class org.jivesoftware.openfire.muc.cluster.BroadcastMessageRequest
 
getMessage(String, Date) - Method in class org.jivesoftware.openfire.OfflineMessageStore
Returns the offline message of the specified user with the given creation date.
getMessage() - Method in exception org.jivesoftware.util.HTTPConnectionException
 
getMessageHistory() - Method in class org.jivesoftware.openfire.muc.HistoryStrategy
Obtain the current history as an iterator of messages to play back to a new room member.
getMessageHistory() - Method in class org.jivesoftware.openfire.muc.MUCRoomHistory
 
getMessageRouter() - Method in class org.jivesoftware.openfire.XMPPServer
Returns the MessageRouter registered with this server.
getMessages(String, boolean) - Method in class org.jivesoftware.openfire.OfflineMessageStore
Returns a Collection of all messages in the store for a user.
getMetadataForm() - Method in class org.jivesoftware.openfire.pubsub.Node
Returns a data form containing the node configuration that is going to be used for service discovery.
getMethodDescriptors() - Method in class org.jivesoftware.util.JiveBeanInfo
 
getMicro() - Method in class org.jivesoftware.util.Version
Obtain the micro release number for this product.
getMimeType() - Method in class org.jivesoftware.openfire.filetransfer.FileTransfer
 
getMinCacheSize(String) - Static method in class org.jivesoftware.util.cache.CacheFactory
 
getMinConnections() - Method in class org.jivesoftware.database.DefaultConnectionProvider
Returns the minimum number of connections that the pool will use.
getMinor() - Method in class org.jivesoftware.util.Version
Obtain the minor release number for this product.
getMinorVersion() - Method in class org.jivesoftware.openfire.http.HttpSession
Returns the major version of BOSH which this session utilizes.
getMinorXMPPVersion() - Method in interface org.jivesoftware.openfire.Connection
Returns the minor version of XMPP being used by this connection (major_version.minor_version.
getMinorXMPPVersion() - Method in class org.jivesoftware.openfire.net.SocketConnection
 
getMinorXMPPVersion() - Method in class org.jivesoftware.openfire.net.VirtualConnection
 
getMinorXMPPVersion() - Method in class org.jivesoftware.openfire.nio.NIOConnection
 
getMinPort() - Method in class org.jivesoftware.openfire.mediaproxy.MediaProxy
Returns the minimum port value to listen for incoming packets.
getMinPort() - Method in class org.jivesoftware.openfire.mediaproxy.MediaProxyService
Get Minimal port value to listen from incoming packets.
getMinServerVersion(Plugin) - Method in class org.jivesoftware.openfire.container.PluginManager
Returns the minimum server version this plugin can run within.
getMinServerVersion() - Method in class org.jivesoftware.openfire.update.AvailablePlugin
Returns the minimum server version required by this plugin as specified in plugin.xml.
getMinThreadCount() - Method in class org.jivesoftware.openfire.Channel
Returns the min number of threads the channel will use for processing messages.
getModel() - Static method in class org.jivesoftware.admin.AdminConsole
Returns the model.
getModerators() - Method in interface org.jivesoftware.openfire.muc.MUCRoom
Returns a collection with the current list of room moderators.
getModerators() - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRoom
 
getModificationDate() - Method in interface org.jivesoftware.openfire.muc.MUCRoom
Returns the last date when the room's configuration was modified.
getModificationDate() - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRoom
 
getModificationDate() - Method in class org.jivesoftware.openfire.pubsub.Node
Returns the last date when the ndoe's configuration was modified.
getModificationDate() - Method in class org.jivesoftware.openfire.user.User
 
getMsgID() - Method in class org.jivesoftware.openfire.security.SecurityAuditEvent
Retrieves the unique ID of this event.
getMUCDelegate() - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
Gets the MUC event delegate handler for this service.
getMUCRoles(JID) - Method in interface org.jivesoftware.openfire.muc.MultiUserChatService
Returns the list of MUCRole in all rooms for the specified user's session.
getMUCRoles(JID) - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
 
getMUCService() - Method in interface org.jivesoftware.openfire.muc.MUCRoom
Get the multi user chat service the room is attached to.
getMUCService() - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRoom
 
getMulticastRouter() - Method in class org.jivesoftware.openfire.XMPPServer
Returns the MulticastRouter registered with this server.
getMultiplexers() - Method in class org.jivesoftware.openfire.multiplex.ConnectionMultiplexerManager
Returns the names of the connected connection managers to this server.
getMultiplexerSession(String, String) - Method in class org.jivesoftware.openfire.multiplex.ConnectionMultiplexerManager
Returns a ConnectionMultiplexerSession for the specified connection manager domain or null if none was found.
getMultiplexerSession(String) - Method in class org.jivesoftware.openfire.multiplex.ConnectionMultiplexerManager
Returns a ConnectionMultiplexerSession for the specified connection manager domain or null if none was found.
getMultiplexerSocketAcceptor() - Method in class org.jivesoftware.openfire.spi.ConnectionManagerImpl
 
getMultistatGroup(String) - Method in class org.jivesoftware.openfire.stats.StatisticsManager
 
getMultiUserChatManager() - Method in class org.jivesoftware.openfire.XMPPServer
Returns the MultiUserChatManager registered with this server.
getMultiUserChatManager() - Method in class org.jivesoftware.util.WebManager
 
getMultiUserChatService(Long) - Method in class org.jivesoftware.openfire.muc.MultiUserChatManager
Retrieves a MultiUserChatService instance specified by it's service ID.
getMultiUserChatService(String) - Method in class org.jivesoftware.openfire.muc.MultiUserChatManager
Retrieves a MultiUserChatService instance specified by it's subdomain of the server's primary domain.
getMultiUserChatService(JID) - Method in class org.jivesoftware.openfire.muc.MultiUserChatManager
Retrieves a MultiUserChatService instance specified by any JID that refers to it.
getMultiUserChatServiceID(String) - Method in class org.jivesoftware.openfire.muc.MultiUserChatManager
Retrieves ID of MUC service by subdomain.
getMultiUserChatServices() - Method in class org.jivesoftware.openfire.muc.MultiUserChatManager
Retrieves all of the MultiUserChatServices managed and configured for this server, sorted by subdomain.
getMultiUserChatServicesCount() - Method in class org.jivesoftware.openfire.muc.MultiUserChatManager
Retrieves the number of MultiUserChatServices that are configured for this server.
getMultiUserChatSubdomain(Long) - Method in class org.jivesoftware.openfire.muc.MultiUserChatManager
Retrieves the subdomain of a specified service ID.
getName() - Method in class org.jivesoftware.admin.AdminPageBean.Breadcrumb
Returns the name, with HTML escaped.
getName() - Method in class org.jivesoftware.admin.LdapGroupTester.Group
 
getName() - Method in class org.jivesoftware.admin.LdapUserProfile
 
getName() - Method in class org.jivesoftware.database.DefaultConnectionProviderBeanInfo
 
getName() - Method in class org.jivesoftware.openfire.Channel
Returns the name of the channel.
getName() - Method in class org.jivesoftware.openfire.container.BasicModule
Obtain the name of the module.
getName() - Method in enum org.jivesoftware.openfire.container.CacheInfo.Type
 
getName() - Method in interface org.jivesoftware.openfire.container.Module
Returns the name of the module for display in administration interfaces.
getName(Plugin) - Method in class org.jivesoftware.openfire.container.PluginManager
Returns the name of a plugin.
getName() - Method in class org.jivesoftware.openfire.disco.DiscoItem
Returns the entity's name.
getName() - Method in class org.jivesoftware.openfire.forms.spi.XDataFormImpl
Deprecated.  
getName() - Method in class org.jivesoftware.openfire.forms.spi.XFormFieldImpl
Deprecated.  
getName() - Method in class org.jivesoftware.openfire.group.Group
Returns the name of the group.
getName() - Method in class org.jivesoftware.openfire.IQHandlerInfo
Obtain the name of the root iq element for this packet type.
getName() - Method in class org.jivesoftware.openfire.mediaproxy.MediaProxyService
 
getName() - Method in interface org.jivesoftware.openfire.muc.MUCRoom
Get the name of this room.
getName() - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRoom
 
getName() - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
 
getName() - Method in class org.jivesoftware.openfire.privacy.PrivacyList
Returns the name that uniquely identifies this list among the users lists.
getName() - Method in class org.jivesoftware.openfire.pubsub.models.AccessModel
Returns the name as defined by the JEP-60 spec.
getName() - Method in class org.jivesoftware.openfire.pubsub.models.AuthorizeAccess
 
getName() - Method in class org.jivesoftware.openfire.pubsub.models.OnlyPublishers
 
getName() - Method in class org.jivesoftware.openfire.pubsub.models.OnlySubscribers
 
getName() - Method in class org.jivesoftware.openfire.pubsub.models.OpenAccess
 
getName() - Method in class org.jivesoftware.openfire.pubsub.models.OpenPublisher
 
getName() - Method in class org.jivesoftware.openfire.pubsub.models.PresenceAccess
 
getName() - Method in class org.jivesoftware.openfire.pubsub.models.PublisherModel
Returns the name as defined by the JEP-60 spec.
getName() - Method in class org.jivesoftware.openfire.pubsub.models.RosterAccess
 
getName() - Method in class org.jivesoftware.openfire.pubsub.models.WhitelistAccess
 
getName() - Method in class org.jivesoftware.openfire.pubsub.Node
Returns the name of the node.
getName() - Method in class org.jivesoftware.openfire.session.LocalComponentSession.LocalExternalComponent
 
getName() - Method in class org.jivesoftware.openfire.spi.XMPPServerInfoImpl
Deprecated. 
getName() - Method in class org.jivesoftware.openfire.stats.i18nStatistic
 
getName() - Method in interface org.jivesoftware.openfire.stats.Statistic
Returns the name of a stat.
getName() - Method in class org.jivesoftware.openfire.update.AvailablePlugin
Returns the name of the plugin that is not installed.
getName() - Method in class org.jivesoftware.openfire.user.User
 
getName() - Method in interface org.jivesoftware.openfire.XMPPServerInfo
Deprecated. replaced by XMPPServerInfo.getXMPPDomain()
getName() - Method in interface org.jivesoftware.util.cache.Cache
Returns the name of the cache.
getName() - Method in class org.jivesoftware.util.cache.CacheWrapper
 
getName() - Method in class org.jivesoftware.util.cache.DefaultCache
Returns the name of this cache.
getName() - Method in class org.jivesoftware.util.Enum
Returns the name of the enum.
getName() - Method in class org.jivesoftware.util.JiveBeanInfo
Returns the name of the class that the bean info applies to (which corresponds to the resource bundle that will be loaded).
getNameField() - Method in class org.jivesoftware.openfire.ldap.LdapManager
Returns the LDAP field name that the user's name is stored in.
getNamespace() - Method in class org.jivesoftware.openfire.forms.spi.XDataFormImpl
Deprecated.  
getNamespace() - Method in class org.jivesoftware.openfire.forms.spi.XFormFieldImpl
Deprecated.  
getNamespace() - Method in class org.jivesoftware.openfire.IQHandlerInfo
Obtain the namespace of the root iq element for this packet type.
getNaturalLanguageName() - Method in interface org.jivesoftware.openfire.muc.MUCRoom
Returns the natural language name of the room.
getNaturalLanguageName() - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRoom
 
getNegotiatedProperty(String) - Method in class org.jivesoftware.openfire.clearspace.ClearspaceSaslServer
Retrieves the negotiated property.
getNegotiatedProperty(String) - Method in class org.jivesoftware.openfire.sasl.SaslServerPlainImpl
Retrieves the negotiated property.
getNetBuffSize() - Method in class org.jivesoftware.openfire.net.TLSWrapper
 
GetNewMemberRoomsRequest - Class in org.jivesoftware.openfire.muc.cluster
Task requested by each cluster node when a new node joins the cluster.
GetNewMemberRoomsRequest() - Constructor for class org.jivesoftware.openfire.muc.cluster.GetNewMemberRoomsRequest
 
getNewNick() - Method in class org.jivesoftware.openfire.muc.cluster.ChangeNickname
 
getNickname() - Method in class org.jivesoftware.admin.LdapUserProfile
 
getNickname() - Method in class org.jivesoftware.openfire.muc.cluster.AddMember
 
getNickname() - Method in class org.jivesoftware.openfire.muc.cluster.OccupantAddedEvent
 
getNickname() - Method in class org.jivesoftware.openfire.muc.cluster.UpdateOccupant
 
getNickname() - Method in class org.jivesoftware.openfire.muc.cluster.UpdateOccupantRequest
 
getNickname() - Method in class org.jivesoftware.openfire.muc.cluster.UpdatePresence
 
getNickname() - Method in interface org.jivesoftware.openfire.muc.MUCRole
Obtain the nickname for the user in the chatroom.
getNickname() - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRole
 
getNickname() - Method in class org.jivesoftware.openfire.muc.spi.RemoteMUCRole
 
getNickname() - Method in class org.jivesoftware.openfire.roster.RosterItem
Obtain the current nickname for the item.
getNode() - Method in class org.jivesoftware.openfire.disco.DiscoItem
Returns the node attribute that supplements the 'jid' attribute.
getNode(String) - Method in class org.jivesoftware.openfire.pep.PEPService
 
getNode() - Method in class org.jivesoftware.openfire.pubsub.cluster.NodeChangeTask
 
getNode() - Method in class org.jivesoftware.openfire.pubsub.cluster.NodeTask
 
getNode() - Method in class org.jivesoftware.openfire.pubsub.NodeAffiliate
 
getNode() - Method in class org.jivesoftware.openfire.pubsub.NodeSubscription
Returns the node that holds this subscription.
getNode() - Method in class org.jivesoftware.openfire.pubsub.PublishedItem
Returns the LeafNode where this item was published.
getNode(String) - Method in class org.jivesoftware.openfire.pubsub.PubSubModule
 
getNode(String) - Method in interface org.jivesoftware.openfire.pubsub.PubSubService
Returns the Node that matches the specified node ID or null if none was found.
getNode() - Method in class org.jivesoftware.openfire.security.SecurityAuditEvent
Retrieves the node that triggered the event, usually a hostname or IP address.
getNodeID() - Method in interface org.jivesoftware.openfire.cluster.ClusterNodeInfo
Returns the ID that uniquely identifies this node.
getNodeID() - Method in class org.jivesoftware.openfire.handler.DirectedPresence
 
getNodeID() - Method in class org.jivesoftware.openfire.muc.cluster.OccupantAddedEvent
 
getNodeID() - Method in interface org.jivesoftware.openfire.muc.MUCRole
Returns the id of the node that is hosting the room occupant.
getNodeID() - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRole
 
getNodeID() - Method in class org.jivesoftware.openfire.muc.spi.RemoteMUCRole
 
getNodeId() - Method in class org.jivesoftware.openfire.pubsub.cluster.NodeChangeTask
 
getNodeId() - Method in class org.jivesoftware.openfire.pubsub.cluster.NodeTask
 
getNodeID() - Method in class org.jivesoftware.openfire.pubsub.Node
Returns the unique identifier for a node within the context of a pubsub service.
getNodeID() - Method in class org.jivesoftware.openfire.pubsub.PublishedItem
Returns the id for the LeafNode where this item was published.
getNodeID() - Method in class org.jivesoftware.openfire.spi.ClientRoute
 
getNodeID() - Method in class org.jivesoftware.openfire.XMPPServer
Returns an ID that uniquely identifies this server in a cluster.
getNodes() - Method in class org.jivesoftware.openfire.pep.PEPService
 
getNodes() - Method in class org.jivesoftware.openfire.pubsub.CollectionNode
 
getNodes() - Method in class org.jivesoftware.openfire.pubsub.Node
Returns the list of nodes contained by this node.
getNodes() - Method in class org.jivesoftware.openfire.pubsub.PubSubModule
 
getNodes() - Method in interface org.jivesoftware.openfire.pubsub.PubSubService
Retuns the collection of nodes hosted by the pubsub service.
getNodesInfo() - Static method in class org.jivesoftware.openfire.cluster.ClusterManager
Returns basic information about the current members of the cluster or an empty collection if not running in a cluster.
getNonce() - Method in class org.jivesoftware.openfire.clearspace.ClearspaceManager
Returns a nonce generated by Clearspace to be used in a SSO login.
getNotificationMessage() - Method in class org.jivesoftware.openfire.update.UpdateManager
Returns the message to send to admins when new updates are available.
getNotInstalledPlugins() - Method in class org.jivesoftware.openfire.update.UpdateManager
Returns the list of available plugins to install as reported by igniterealtime.org.
GetNumberActiveUsers - Class in org.jivesoftware.openfire.commands.admin
Command that allows to retrieve the number of online users who are active at any one moment.
GetNumberActiveUsers() - Constructor for class org.jivesoftware.openfire.commands.admin.GetNumberActiveUsers
 
getNumberChatRooms() - Method in interface org.jivesoftware.openfire.muc.MultiUserChatService
Retuns the number of existing rooms in the server (i.e.
getNumberChatRooms() - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
Retuns the number of existing rooms in the server (i.e.
GetNumberConnectedUsers - Class in org.jivesoftware.openfire.muc.cluster
Task to be executed in each cluster node to obtain the total number of users using the multi user chat service.
GetNumberConnectedUsers() - Constructor for class org.jivesoftware.openfire.muc.cluster.GetNumberConnectedUsers
 
getNumberConnectedUsers(boolean) - Method in interface org.jivesoftware.openfire.muc.MultiUserChatService
Retuns the total number of occupants in all rooms in the server.
getNumberConnectedUsers(boolean) - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
Retuns the total number of occupants in all rooms in the server.
GetNumberOnlineUsers - Class in org.jivesoftware.openfire.commands.admin
Command that allows to retrieve the number of registered users who are online at any one moment.
GetNumberOnlineUsers() - Constructor for class org.jivesoftware.openfire.commands.admin.GetNumberOnlineUsers
 
getNumberRoomOccupants() - Method in interface org.jivesoftware.openfire.muc.MultiUserChatService
Retuns the total number of users that have joined in all rooms in the server.
getNumberRoomOccupants() - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
Retuns the total number of users that have joined in all rooms in the server.
GetNumberUserSessions - Class in org.jivesoftware.openfire.commands.admin
Command that allows to retrieve the number of user sessions at any one moment.
GetNumberUserSessions() - Constructor for class org.jivesoftware.openfire.commands.admin.GetNumberUserSessions
 
getNumClientPackets() - Method in class org.jivesoftware.openfire.session.LocalSession
Obtain the number of packets sent from the client to the server.
getNumClientPackets() - Method in interface org.jivesoftware.openfire.session.Session
Obtain the number of packets sent from the client to the server.
getNumConnectedClients(String) - Method in class org.jivesoftware.openfire.multiplex.ConnectionMultiplexerManager
Returns the number of connected clients to a specific connection manager.
getNumResults() - Method in class org.jivesoftware.openfire.SessionResultFilter
Returns the max number of results that should be returned.
getNumServerPackets() - Method in class org.jivesoftware.openfire.session.LocalSession
Obtain the number of packets sent from the server to the client.
getNumServerPackets() - Method in interface org.jivesoftware.openfire.session.Session
Obtain the number of packets sent from the server to the client.
getOccupant(String) - Method in interface org.jivesoftware.openfire.muc.MUCRoom
Obtain the role of a given user by nickname.
getOccupant(String) - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRoom
 
getOccupantByFullJID(JID) - Method in interface org.jivesoftware.openfire.muc.MUCRoom
Returns the role of a given user in the room by his full JID or null if no role was found for the specified user.
getOccupantByFullJID(JID) - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRoom
 
getOccupants() - Method in class org.jivesoftware.openfire.muc.cluster.BroadcastMessageRequest
 
getOccupants() - Method in class org.jivesoftware.openfire.muc.cluster.RoomInfo
 
getOccupants() - Method in interface org.jivesoftware.openfire.muc.MUCRoom
Obtain the roles of all users in the chatroom.
getOccupants() - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRoom
 
getOccupantsByBareJID(JID) - Method in interface org.jivesoftware.openfire.muc.MUCRoom
Obtain the roles of a given user in the room by his bare JID.
getOccupantsByBareJID(JID) - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRoom
 
getOccupantsCount() - Method in interface org.jivesoftware.openfire.muc.MUCRoom
Returns the number of occupants in the chatroom at the moment.
getOccupantsCount() - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRoom
 
getOfflineMessageStore() - Method in class org.jivesoftware.openfire.XMPPServer
Returns the OfflineMessageStore registered with this server.
getOfflineMessageStrategy() - Method in class org.jivesoftware.openfire.XMPPServer
Returns the OfflineMessageStrategy registered with this server.
getOldNick() - Method in class org.jivesoftware.openfire.muc.cluster.ChangeNickname
 
getOutcasts() - Method in interface org.jivesoftware.openfire.muc.MUCRoom
Returns a collection with the current list of outcast users.
getOutcasts() - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRoom
 
getOutgoingMessageCount(boolean) - Method in interface org.jivesoftware.openfire.muc.MultiUserChatService
Returns the total number of outgoing messages since last reset.
getOutgoingMessageCount(boolean) - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
Returns the total number of outgoing messages since last reset.
getOutgoingServers() - Method in class org.jivesoftware.openfire.SessionManager
Returns a collection with the hostnames of the remote servers that currently may receive packets sent from this server.
getOutgoingServerSession(byte[], JID) - Method in interface org.jivesoftware.openfire.session.RemoteSessionLocator
Returns a session surrogate of an outgoing server session hosted by a remote cluster node.
getOutgoingServerSession(String) - Method in class org.jivesoftware.openfire.SessionManager
Returns a session that was originated from this server to a remote server.
getOutputFormat() - Method in class org.jivesoftware.util.XMLWriter
Lets subclasses get at the current format object, so they can call setTrimText, setNewLines, etc.
getOutputStream() - Method in interface org.jivesoftware.openfire.filetransfer.FileTransferProgress
 
getOutputStream() - Method in class org.jivesoftware.openfire.filetransfer.proxy.DefaultProxyTransfer
 
getOutputStream() - Method in class org.jivesoftware.openfire.net.TLSStreamHandler
 
getOutputStream() - Method in class org.jivesoftware.openfire.net.TLSStreamWriter
 
getOwner() - Method in class org.jivesoftware.openfire.commands.SessionData
Returns the JID of the entity that is executing the command.
getOwner() - Method in class org.jivesoftware.openfire.pubsub.cluster.SubscriptionTask
 
getOwner() - Method in class org.jivesoftware.openfire.pubsub.NodeSubscription
Retuns the JID of the entity that owns this subscription.
getOwners() - Method in interface org.jivesoftware.openfire.muc.MUCRoom
Returns a collection with the current list of owners.
getOwners() - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRoom
 
getOwners() - Method in class org.jivesoftware.openfire.pubsub.Node
Returns a collection with the JID of the node owners.
getPacketDeliverer() - Method in interface org.jivesoftware.openfire.Connection
Returns the packet deliverer to use when delivering a packet over the socket fails.
getPacketDeliverer() - Method in class org.jivesoftware.openfire.net.SocketConnection
 
getPacketDeliverer() - Method in class org.jivesoftware.openfire.net.VirtualConnection
 
getPacketDeliverer() - Method in class org.jivesoftware.openfire.nio.NIOConnection
 
getPacketDeliverer() - Method in class org.jivesoftware.openfire.XMPPServer
Returns the PacketDeliverer registered with this server.
getPacketRouter() - Method in class org.jivesoftware.openfire.XMPPServer
Returns the PacketRouter registered with this server.
getPageID() - Method in class org.jivesoftware.admin.AdminPageBean
Returns the page ID (corresponds to sidebar ID's).
getPageProperty(String, String, int) - Method in class org.jivesoftware.util.WebManager
 
getParameter(HttpServletRequest, String) - Static method in class org.jivesoftware.util.ParamUtils
Returns a parameter as a string.
getParameter(HttpServletRequest, String, boolean) - Static method in class org.jivesoftware.util.ParamUtils
Returns a parameter as a string.
getParameters(HttpServletRequest, String) - Static method in class org.jivesoftware.util.ParamUtils
Returns a list of parameters of the same name
getParams() - Method in class org.jivesoftware.openfire.container.CacheInfo
Returns a map with the configuration to use for the cache.
getParent() - Method in class org.jivesoftware.openfire.pubsub.Node
Returns the collection node that is containing this node.
getParents() - Method in class org.jivesoftware.openfire.pubsub.Node
Returns the complete hierarchy of parents of this node.
getParticipants() - Method in interface org.jivesoftware.openfire.muc.MUCRoom
Returns a collection with the current list of room participants.
getParticipants() - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRoom
 
getPass() - Method in class org.jivesoftware.openfire.mediaproxy.MediaProxySession
Get the pass of this Session A pass can be used to authorize an Session modification
getPass() - Method in interface org.jivesoftware.openfire.mediaproxy.ProxyCandidate
 
getPassword() - Method in class org.jivesoftware.database.DefaultConnectionProvider
Returns the password used to connect to the database.
getPassword(String) - Static method in class org.jivesoftware.openfire.auth.AuthFactory
Returns the user's password.
getPassword(String) - Method in interface org.jivesoftware.openfire.auth.AuthProvider
Returns the user's password.
getPassword(String) - Method in class org.jivesoftware.openfire.auth.DefaultAuthProvider
 
getPassword(String) - Method in class org.jivesoftware.openfire.auth.HybridAuthProvider
 
getPassword(String) - Method in class org.jivesoftware.openfire.auth.JDBCAuthProvider
 
getPassword(String) - Method in class org.jivesoftware.openfire.auth.NativeAuthProvider
 
getPassword(String) - Method in class org.jivesoftware.openfire.auth.POP3AuthProvider
 
getPassword(String) - Method in class org.jivesoftware.openfire.clearspace.ClearspaceAuthProvider
This method is not supported.
getPassword(String) - Method in class org.jivesoftware.openfire.ldap.LdapAuthProvider
 
getPassword() - Method in interface org.jivesoftware.openfire.muc.MUCRoom
Returns the password that the user must provide to enter the room.
getPassword() - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRoom
 
getPassword() - Method in class org.jivesoftware.openfire.sasl.VerifyPasswordCallback
Get the retrieved password.
getPassword() - Method in class org.jivesoftware.util.EmailService
Returns the password used to connect to the SMTP server.
getPattern() - Method in class org.jivesoftware.util.FastDateFormat
 
getPayload() - Method in class org.jivesoftware.openfire.pubsub.PublishedItem
Returns the payload included when publishing the item.
getPayloadType() - Method in class org.jivesoftware.openfire.pubsub.Node
Returns the type of payload data to be provided at the node.
getPayloadXML() - Method in class org.jivesoftware.openfire.pubsub.PublishedItem
Returns a textual representation of the payload or null if no payload was specified with the item.
getPeerCertificates() - Method in interface org.jivesoftware.openfire.Connection
Returns the underlying X509Certificate for the connection of the peer.
getPeerCertificates() - Method in class org.jivesoftware.openfire.http.HttpConnection
Returns the peer certificates for this connection.
getPeerCertificates() - Method in class org.jivesoftware.openfire.http.HttpSession
Return the X509Certificates associated with this session.
getPeerCertificates() - Method in class org.jivesoftware.openfire.http.HttpSession.HttpVirtualConnection
 
getPeerCertificates() - Method in class org.jivesoftware.openfire.net.SocketConnection
 
getPeerCertificates() - Method in class org.jivesoftware.openfire.net.VirtualConnection
 
getPeerCertificates() - Method in class org.jivesoftware.openfire.nio.NIOConnection
 
getPeerIdentities(X509Certificate) - Static method in class org.jivesoftware.util.CertificateManager
Returns the identities of the remote server as defined in the specified certificate.
getPendingSubscriptions() - Method in class org.jivesoftware.openfire.pubsub.Node
Returns a list with the subscriptions to the node that are pending to be approved by a node owner.
getPEPService(String) - Method in class org.jivesoftware.openfire.pep.PEPServiceManager
Retrieves a PEP service -- attempting first from memory, then from the database.
getPercentOfTotalInstallation() - Method in class org.jivesoftware.openfire.launcher.Uninstaller
 
getPermission() - Method in class org.jivesoftware.openfire.component.ExternalComponentConfiguration
 
getPermission() - Method in class org.jivesoftware.openfire.server.RemoteServerConfiguration
 
getPermissionPolicy() - Static method in class org.jivesoftware.openfire.component.ExternalComponentManager
Returns the permission policy being used for new XMPP entities that are trying to connect to the server.
getPermissionPolicy() - Static method in class org.jivesoftware.openfire.server.RemoteServerManager
Returns the permission policy being used for new XMPP entities that are trying to connect to the server.
getPhoto() - Method in class org.jivesoftware.admin.LdapUserProfile
 
getPlugin(String) - Method in class org.jivesoftware.openfire.container.PluginManager
Returns a plugin by name or null if a plugin with that name does not exist.
getPluginClassloader(Plugin) - Method in class org.jivesoftware.openfire.container.PluginManager
Returns the classloader of a plugin.
getPluginDirectory(Plugin) - Method in class org.jivesoftware.openfire.container.PluginManager
Returns the plugin's directory.
getPluginFile(String) - Method in class org.jivesoftware.openfire.container.PluginManager
Returns the JAR or WAR file that created the plugin.
getPluginManager() - Method in class org.jivesoftware.openfire.XMPPServer
Returns the PluginManager instance registered with this server.
getPluginName() - Static method in class org.jivesoftware.util.cache.CacheFactory
 
getPluginName() - Method in interface org.jivesoftware.util.cache.CacheFactoryStrategy
Get the plugin name corresponding to this clustering implementation
getPluginName() - Method in class org.jivesoftware.util.cache.DefaultLocalCacheStrategy
 
getPluginResourceBundle(String) - Static method in class org.jivesoftware.util.LocaleUtils
Retrieve the ResourceBundle that is used with this plugin.
getPlugins() - Method in class org.jivesoftware.openfire.container.PluginManager
Returns a Collection of all installed plugins.
getPluginUpdate(String, String) - Method in class org.jivesoftware.openfire.update.UpdateManager
Returns the plugin update or null if the plugin is up to date.
getPluginUpdates() - Method in class org.jivesoftware.openfire.update.UpdateManager
Returns a previously fetched list of updates.
getPollingInactivityTimeout() - Method in class org.jivesoftware.openfire.http.HttpSessionManager
Seconds a polling session has to be idle to be closed.
getPollingInterval() - Method in class org.jivesoftware.openfire.http.HttpSessionManager
Openfire SHOULD include two additional attributes in the session creation response element, specifying the shortest allowable polling interval and the longest allowable inactivity period (both in seconds).
getPopupMenuShowPoint(JPopupMenu, MouseEvent) - Static method in class org.jivesoftware.openfire.launcher.GraphicUtils
Returns a point where the given popup menu should be shown.
getPopupMenuShowPoint(JPopupMenu, int, int) - Static method in class org.jivesoftware.openfire.launcher.GraphicUtils
Returns a point where the given popup menu should be shown.
getPort() - Method in class org.jivesoftware.openfire.FlashCrossDomainHandler
 
getPort() - Method in class org.jivesoftware.openfire.ldap.LdapManager
Returns the LDAP server port number.
getPort() - Method in class org.jivesoftware.openfire.net.DNSUtil.HostAddress
Returns the port.
getPort() - Method in class org.jivesoftware.openfire.net.SocketAcceptThread
Retrieve the port this server socket is bound to.
getPort() - Method in class org.jivesoftware.openfire.net.SocketConnection
Returns the port that the connection uses.
getPort() - Method in class org.jivesoftware.openfire.ServerPort
Returns the port number that is being used.
getPort() - Method in class org.jivesoftware.util.EmailService
Returns the port number used when connecting to the SMTP server.
getPortA() - Method in class org.jivesoftware.openfire.mediaproxy.MediaProxySession
Get the Port A IP
getPortA() - Method in interface org.jivesoftware.openfire.mediaproxy.ProxyCandidate
 
getPortB() - Method in class org.jivesoftware.openfire.mediaproxy.MediaProxySession
Get the Port B IP
getPortB() - Method in interface org.jivesoftware.openfire.mediaproxy.ProxyCandidate
 
getPortForServer(String) - Static method in class org.jivesoftware.openfire.server.RemoteServerManager
Returns the remote port to connect for the specified remote server.
getPorts() - Method in interface org.jivesoftware.openfire.ConnectionManager
Returns an array of the ports managed by this connection manager.
getPorts() - Method in class org.jivesoftware.openfire.spi.ConnectionManagerImpl
 
getPreAuthenticatedKeys() - Method in class org.jivesoftware.openfire.SessionManager
Returns the temporary keys used by the sessions that has not been authenticated yet.
getPresence() - Method in class org.jivesoftware.openfire.muc.cluster.BroadcastPresenceRequest
 
getPresence() - Method in class org.jivesoftware.openfire.muc.cluster.ChangeNickname
 
getPresence() - Method in class org.jivesoftware.openfire.muc.cluster.OccupantAddedEvent
 
getPresence() - Method in class org.jivesoftware.openfire.muc.cluster.UpdateOccupant
 
getPresence() - Method in class org.jivesoftware.openfire.muc.cluster.UpdatePresence
 
getPresence() - Method in interface org.jivesoftware.openfire.muc.MUCRole
Obtain the current presence status of a user in a chatroom.
getPresence() - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRole
 
getPresence() - Method in class org.jivesoftware.openfire.muc.spi.RemoteMUCRole
 
getPresence(User) - Method in interface org.jivesoftware.openfire.PresenceManager
Returns the user's current presence, or null if the user is unavailable.
getPresence() - Method in interface org.jivesoftware.openfire.session.ClientSession
Obtain the presence of this session.
getPresence() - Method in class org.jivesoftware.openfire.session.ClientSessionInfo
 
getPresence() - Method in class org.jivesoftware.openfire.session.LocalClientSession
Obtain the presence of this session.
getPresence(User) - Method in class org.jivesoftware.openfire.spi.PresenceManagerImpl
 
getPresenceManager() - Method in class org.jivesoftware.openfire.XMPPServer
Returns the PresenceManager registered with this server.
getPresenceManager() - Method in class org.jivesoftware.util.WebManager
 
getPresenceRouter() - Method in class org.jivesoftware.openfire.XMPPServer
Returns the PresenceRouter registered with this server.
getPresences(String) - Method in interface org.jivesoftware.openfire.PresenceManager
Returns all presences for the user, or null if the user is unavailable.
getPresences(String) - Method in class org.jivesoftware.openfire.spi.PresenceManagerImpl
 
getPresenceStates() - Method in class org.jivesoftware.openfire.pubsub.NodeSubscription
The presence states for which an entity wants to receive notifications.
getPresenceSubscribeHandler() - Method in class org.jivesoftware.openfire.XMPPServer
Returns the PresenceSubscribeHandler registered with this server.
getPresenceUpdateHandler() - Method in class org.jivesoftware.openfire.XMPPServer
Returns the PresenceUpdateHandler registered with this server.
getPriority() - Method in class org.jivesoftware.openfire.net.DNSUtil.WeightedHostAddress
Returns the priority.
getPrivacyList(String, String) - Method in class org.jivesoftware.openfire.privacy.PrivacyListManager
Returns a specific privacy list of the specified user or null if none was found.
getPrivacyLists(String) - Method in class org.jivesoftware.openfire.privacy.PrivacyListProvider
Returns the names of the existing privacy lists indicating which one is the default privacy list associated to a user.
getPrivateKey(String) - Method in class org.jivesoftware.openfire.net.SSLJiveKeyManager
 
getPrivateStorage() - Method in class org.jivesoftware.openfire.XMPPServer
Returns the PrivateStorage registered with this server.
getPrivateStore() - Method in class org.jivesoftware.util.WebManager
 
getProgress() - Method in class org.jivesoftware.openfire.filetransfer.FileTransfer
 
getProperties() - Method in class org.jivesoftware.openfire.clearspace.ClearspaceManager
 
getProperties() - Method in class org.jivesoftware.openfire.group.Group
Returns all extended properties of the group.
getProperties(String, String) - Static method in class org.jivesoftware.openfire.muc.spi.MUCPersistenceManager
Return all immediate children property values of a parent Jive property as a list of strings, or an empty list if there are no children.
getProperties() - Method in class org.jivesoftware.openfire.user.User
Returns all extended properties of the user.
getProperties(Object) - Static method in class org.jivesoftware.util.BeanUtils
Gets the properties from a Java Bean and returns them in a Map of String name/value pairs.
getProperties(Element, String) - Method in class org.jivesoftware.util.ElementUtil
Return all values who's path matches the given property name as a String array, or an empty array if the if there are no children.
getProperties(String) - Static method in class org.jivesoftware.util.JiveGlobals
Return all immediate children property values of a parent Jive property as a list of strings, or an empty list if there are no children.
getProperties(String) - Method in class org.jivesoftware.util.XMLProperties
Return all values who's path matches the given property name as a String array, or an empty array if the if there are no children.
getProperty(String) - Method in class org.jivesoftware.openfire.component.InternalComponentManager
 
getProperty(String, String) - Static method in class org.jivesoftware.openfire.muc.spi.MUCPersistenceManager
Returns a Jive property.
getProperty(String, String, String) - Static method in class org.jivesoftware.openfire.muc.spi.MUCPersistenceManager
Returns a Jive property.
getProperty(String, String) - Method in class org.jivesoftware.openfire.muc.spi.MUCServiceProperties
 
getProperty(Element, String) - Static method in class org.jivesoftware.util.ElementUtil
Returns the value of the specified property.
getProperty(String) - Static method in class org.jivesoftware.util.JiveGlobals
Returns a Jive property.
getProperty(String, String) - Static method in class org.jivesoftware.util.JiveGlobals
Returns a Jive property.
getProperty(String, String) - Method in class org.jivesoftware.util.JiveProperties
 
getProperty(String) - Method in class org.jivesoftware.util.XMLProperties
Returns the value of the specified property.
getProperty(String) - Method in class org.jivesoftware.util.XMLWriter
 
getPropertyDescriptors(Class) - Static method in class org.jivesoftware.util.BeanUtils
Returns the PropertyDescriptor array for the specified Java Bean Class.
getPropertyDescriptors() - Method in class org.jivesoftware.util.JiveBeanInfo
 
getPropertyNames() - Method in class org.jivesoftware.database.DefaultConnectionProviderBeanInfo
 
getPropertyNames(String, String) - Static method in class org.jivesoftware.openfire.muc.spi.MUCPersistenceManager
Return all immediate children property names of a parent Jive property as a list of strings, or an empty list if there are no children.
getPropertyNames(String) - Static method in class org.jivesoftware.openfire.muc.spi.MUCPersistenceManager
Returns all MUC service property names.
getPropertyNames() - Method in class org.jivesoftware.openfire.muc.spi.MUCServiceProperties
Returns all property names as a Collection of String values.
getPropertyNames() - Method in class org.jivesoftware.util.JiveBeanInfo
Returns the names of the properties of the bean that should be exposed.
getPropertyNames(String) - Static method in class org.jivesoftware.util.JiveGlobals
Return all immediate children property names of a parent Jive property as a list of strings, or an empty list if there are no children.
getPropertyNames() - Static method in class org.jivesoftware.util.JiveGlobals
Returns all Jive property names.
getPropertyNames() - Method in class org.jivesoftware.util.JiveProperties
Returns all property names as a Collection of String values.
getPropertyValue(String, String) - Static method in class org.jivesoftware.openfire.user.User
Returns the value of the specified property for the given username.
getProvider() - Method in class org.jivesoftware.openfire.group.GroupManager
Returns the configured group provider.
getProvider() - Static method in class org.jivesoftware.openfire.vcard.VCardManager
Returns the currently-installed VCardProvider.
getProxyHost() - Method in class org.jivesoftware.openfire.update.UpdateManager
Returns the host of the proxy to use to connect to igniterealtime.org or null if no proxy is used.
getProxyPort() - Method in class org.jivesoftware.openfire.filetransfer.proxy.FileTransferProxy
Returns the port that the file transfer proxy is opertating on.
getProxyPort() - Method in class org.jivesoftware.openfire.file