Wildfire 3.2.4 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.
AbstractAuthorizationPolicy - Class in org.jivesoftware.wildfire.sasl
Provider for authorization policies.
AbstractAuthorizationPolicy() - Constructor for class org.jivesoftware.wildfire.sasl.AbstractAuthorizationPolicy
 
AbstractAuthorizationProvider - Class in org.jivesoftware.wildfire.sasl
Provider for authorization.
AbstractAuthorizationProvider() - Constructor for class org.jivesoftware.wildfire.sasl.AbstractAuthorizationProvider
 
AbstractFilterTarget - Class in org.jivesoftware.util.log.filter
Abstract implementation of FilterTarget.
AbstractFilterTarget() - Constructor for class org.jivesoftware.util.log.filter.AbstractFilterTarget
 
AbstractOutputTarget - Class in org.jivesoftware.util.log.output
Abstract output target.
AbstractOutputTarget() - Constructor for class org.jivesoftware.util.log.output.AbstractOutputTarget
Parameterless constructor.
AbstractOutputTarget(Formatter) - Constructor for class org.jivesoftware.util.log.output.AbstractOutputTarget
 
AbstractTarget - Class in org.jivesoftware.util.log.output
Abstract target.
AbstractTarget() - Constructor for class org.jivesoftware.util.log.output.AbstractTarget
 
acceptIncomingFileTransferRequest(FileTransfer) - Method in class org.jivesoftware.wildfire.filetransfer.DefaultFileTransferManager
 
acceptIncomingFileTransferRequest(FileTransfer) - Method in interface org.jivesoftware.wildfire.filetransfer.FileTransferManager
Checks an incoming file transfer request to see if it should be accepted or rejected.
AccessModel - Class in org.jivesoftware.wildfire.pubsub.models
Policy that defines who is allowed to subscribe and retrieve items.
AccessModel() - Constructor for class org.jivesoftware.wildfire.pubsub.models.AccessModel
 
accessModel - Variable in class org.jivesoftware.wildfire.pubsub.Node
Access model that specifies who is allowed to subscribe and retrieve items.
add(E) - Method in class org.jivesoftware.util.ConcurrentHashSet
 
add(T) - Method in class org.jivesoftware.wildfire.Channel
Enqueus a message to be handled by this channel.
add(String, Element) - Method in class org.jivesoftware.wildfire.PrivateStorage
Stores private data.
addAdmin(String, MUCRole) - Method in interface org.jivesoftware.wildfire.muc.MUCRoom
Adds a new user to the list of admins.
addAdmin(String, MUCRole) - Method in class org.jivesoftware.wildfire.muc.spi.MUCRoomImpl
 
addAdmins(List<String>, MUCRole) - Method in interface org.jivesoftware.wildfire.muc.MUCRoom
Adds a list of users to the list of admins.
addAdmins(List<String>, MUCRole) - Method in class org.jivesoftware.wildfire.muc.spi.MUCRoomImpl
 
addAgentListener(SessionListener) - Method in class org.jivesoftware.wildfire.mediaproxy.MediaProxySession
Adds a listener for Session events
addAnonymousSession(ClientSession) - Method in class org.jivesoftware.wildfire.SessionManager
 
addAuthenticatedDomain(String) - Method in class org.jivesoftware.wildfire.session.OutgoingServerSession
Adds a new authenticated domain, subdomain or virtual host to the list of authenticated domains for the remote server.
addAuthorized(String, String) - Method in class org.jivesoftware.wildfire.ldap.LdapAuthorizationProvider
Always throws UnsupportedOperationException.
addAuthorized(String, Collection<String>) - Method in class org.jivesoftware.wildfire.ldap.LdapAuthorizationProvider
Always throws UnsupportedOperationException.
addAuthorized(String, String) - Method in class org.jivesoftware.wildfire.sasl.AbstractAuthorizationProvider
Add a single authorized principal to use the named user.
addAuthorized(String, Collection<String>) - Method in class org.jivesoftware.wildfire.sasl.AbstractAuthorizationProvider
Add a Collection of users authorized to use the named user.
addAuthorized(String, String) - Method in class org.jivesoftware.wildfire.sasl.DefaultAuthorizationProvider
Add a single authorized principal to use the named user.
addAuthorized(String, Collection<String>) - Method in class org.jivesoftware.wildfire.sasl.DefaultAuthorizationProvider
Add a Collection of users authorized to use the named user.
addAuthorized(String, String) - Method in class org.jivesoftware.wildfire.sasl.UnixK5LoginProvider
Always throws UnsupportedOperationException.
addAuthorized(String, Collection<String>) - Method in class org.jivesoftware.wildfire.sasl.UnixK5LoginProvider
Always throws UnsupportedOperationException.
addBoolean(boolean) - Method in class org.jivesoftware.database.CachedPreparedStatement
Adds a boolean parameter to the prepared statement.
addChildElement(String, String) - Method in class org.xmpp.packet.Message
Adds a new child element to this packet with the given name and namespace.
addChildElement(String, String) - Method in class org.xmpp.packet.Presence
Adds a new child element to this packet with the given name and namespace.
addCommand(AdHocCommand) - Method in class org.jivesoftware.wildfire.commands.AdHocCommandHandler
Adds a new command to the list of supported ad-hoc commands by this server.
addCommand(AdHocCommand) - Method in class org.jivesoftware.wildfire.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.wildfire.component.InternalComponentManager
 
addComponent(String, Component) - Method in interface org.xmpp.component.ComponentManager
Adds a component.
addComponentItem(String, String) - Method in class org.jivesoftware.wildfire.disco.IQDiscoItemsHandler
Registers a new disco item for a component.
addComponentItem(String, String, String) - Method in class org.jivesoftware.wildfire.disco.IQDiscoItemsHandler
Registers a new disco item for a component.
addDirectory(File, boolean) - Method in class org.jivesoftware.wildfire.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.
addExtension(PacketExtension) - Method in class org.xmpp.packet.IQ
Adds the element contained in the PacketExtension to the child element of the IQ packet.
addExtension(PacketExtension) - Method in class org.xmpp.packet.Packet
Adds the element contained in the PacketExtension to the element of this packet.
addField(FormField) - Method in interface org.jivesoftware.wildfire.forms.DataForm
Adds a new field as part of the form.
addField(FormField) - Method in class org.jivesoftware.wildfire.forms.spi.XDataFormImpl
 
addField() - Method in class org.xmpp.forms.DataForm
Adds a new field as part of the form.
addFileTransferInterceptor(FileTransferInterceptor) - Method in class org.jivesoftware.wildfire.filetransfer.DefaultFileTransferManager
 
addFileTransferInterceptor(FileTransferInterceptor) - Method in interface org.jivesoftware.wildfire.filetransfer.FileTransferManager
 
addFirst(LinkedListNode) - Method in class org.jivesoftware.util.LinkedList
Adds a node to the beginning of the list.
addFirst(Object) - Method in class org.jivesoftware.util.LinkedList
Adds an object to the beginning of the list by automatically creating a a new node and adding it to the beginning of the list.
addFirstOwner(String) - Method in interface org.jivesoftware.wildfire.muc.MUCRoom
Adds a new user to the list of owners.
addFirstOwner(String) - Method in class org.jivesoftware.wildfire.muc.spi.MUCRoomImpl
 
addFormFields(DataForm, boolean) - Method in class org.jivesoftware.wildfire.pubsub.CollectionNode
 
addFormFields(DataForm, boolean) - Method in class org.jivesoftware.wildfire.pubsub.LeafNode
 
addFormFields(DataForm, boolean) - Method in class org.jivesoftware.wildfire.pubsub.Node
Adds the required form fields to the specified form.
AddGroup - Class in org.jivesoftware.wildfire.commands.admin.group
Command that allows to create and configure new goups.
AddGroup() - Constructor for class org.jivesoftware.wildfire.commands.admin.group.AddGroup
 
AddGroupUsers - Class in org.jivesoftware.wildfire.commands.admin.group
Command that allows to add members or admins to a given group.
AddGroupUsers() - Constructor for class org.jivesoftware.wildfire.commands.admin.group.AddGroupUsers
 
addHandler(IQHandler) - Method in class org.jivesoftware.wildfire.IQRouter
Adds a new IQHandler to the list of registered handler.
addingContact(Roster, RosterItem, boolean) - Static method in class org.jivesoftware.wildfire.roster.RosterEventDispatcher
Notifies listeners that a contact is about to be added to a roster.
addingContact(Roster, RosterItem, boolean) - Method in interface org.jivesoftware.wildfire.roster.RosterEventListener
Notification message indicating that a contact is about to be added to a roster.
addInstruction(String) - Method in interface org.jivesoftware.wildfire.forms.DataForm
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.wildfire.forms.spi.XDataFormImpl
 
addInstruction(String) - Method in class org.xmpp.forms.DataForm
Adds a new instruction to the list of instructions that explain how to fill out the form and what the form is about.
addInt(int) - Method in class org.jivesoftware.database.CachedPreparedStatement
Adds an integer parameter to the prepared statement.
addInterceptor(PacketInterceptor) - Method in class org.jivesoftware.wildfire.interceptor.InterceptorManager
Inserts a new interceptor at the end of the list of currently configured interceptors.
addInterceptor(int, PacketInterceptor) - Method in class org.jivesoftware.wildfire.interceptor.InterceptorManager
Inserts a new interceptor at specified index in the list of currently configured interceptors.
addInvisibleSharedGroup(Group) - Method in class org.jivesoftware.wildfire.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.wildfire.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.
addItem(String, Roster.Subscription) - Method in class org.xmpp.packet.Roster
Adds a new item to the roster.
addItem(JID, Roster.Subscription) - Method in class org.xmpp.packet.Roster
Adds a new item to the roster.
addItem(JID, String, Roster.Ask, Roster.Subscription, Collection<String>) - Method in class org.xmpp.packet.Roster
Adds a new item to the roster.
addItemFields(ArrayList) - Method in interface org.jivesoftware.wildfire.forms.DataForm
Adds a new row of items of reported data.
addItemFields(ArrayList) - Method in class org.jivesoftware.wildfire.forms.spi.XDataFormImpl
 
addItemFields(Map<String, Object>) - Method in class org.xmpp.forms.DataForm
Adds a new row of items of reported data.
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(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.
addListener(ComponentEventListener) - Method in class org.jivesoftware.wildfire.component.InternalComponentManager
Adds a new listener that will be notified of component events.
addListener(GroupEventListener) - Static method in class org.jivesoftware.wildfire.event.GroupEventDispatcher
Registers a listener to receive events.
addListener(SessionEventListener) - Static method in class org.jivesoftware.wildfire.event.SessionEventDispatcher
Registers a listener to receive events.
addListener(UserEventListener) - Static method in class org.jivesoftware.wildfire.event.UserEventDispatcher
Registers a listener to receive events.
addListener(OfflineMessageListener) - Static method in class org.jivesoftware.wildfire.OfflineMessageStrategy
Registers a listener to receive events.
addListener(RosterEventListener) - Static method in class org.jivesoftware.wildfire.roster.RosterEventDispatcher
Registers a listener to receive events.
addListener(PresenceEventListener) - Static method in class org.jivesoftware.wildfire.user.PresenceEventDispatcher
Registers a listener to receive events.
addListener(VCardListener) - Method in class org.jivesoftware.wildfire.vcard.VCardManager
Registers a listener to receive events when a vCard is created, updated or deleted.
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.wildfire.group.DefaultGroupProvider
 
addMember(String, JID, boolean) - Method in interface org.jivesoftware.wildfire.group.GroupProvider
Adds an entity to a group (optional operation).
addMember(String, JID, boolean) - Method in class org.jivesoftware.wildfire.group.JDBCGroupProvider
Always throws an UnsupportedOperationException because JDBC groups are read-only.
addMember(String, JID, boolean) - Method in class org.jivesoftware.wildfire.ldap.LdapGroupProvider
Always throws an UnsupportedOperationException because LDAP groups are read-only.
addMember(String, String, MUCRole) - Method in interface org.jivesoftware.wildfire.muc.MUCRoom
Adds a new user to the list of members.
addMember(String, String, MUCRole) - Method in class org.jivesoftware.wildfire.muc.spi.MUCRoomImpl
 
addMessage(Message) - Method in class org.jivesoftware.wildfire.muc.HistoryStrategy
Add a message to the current chat history.
addMessage(Message) - Method in class org.jivesoftware.wildfire.muc.MUCRoomHistory
 
addMessage(Message) - Method in class org.jivesoftware.wildfire.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.wildfire.muc.MUCRoom
Changes the role of the user within the room to moderator.
addModerator(JID, MUCRole) - Method in class org.jivesoftware.wildfire.muc.spi.MUCRoomImpl
 
addMultiStatistic(String, String, Statistic) - Method in class org.jivesoftware.wildfire.stats.StatisticsManager
 
addNextStageInformation(SessionData, Element) - Method in class org.jivesoftware.wildfire.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.wildfire.pubsub.PubSubModule
 
addNode(Node) - Method in interface org.jivesoftware.wildfire.pubsub.PubSubService
Adds an already persistent node to the service.
addNone(String, MUCRole) - Method in interface org.jivesoftware.wildfire.muc.MUCRoom
Removes the user from all the other affiliation list thus giving the user a NONE affiliation.
addNone(String, MUCRole) - Method in class org.jivesoftware.wildfire.muc.spi.MUCRoomImpl
 
addNoneAffiliation(JID) - Method in class org.jivesoftware.wildfire.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.wildfire.muc.MUCRoomHistory
Creates a new message and adds it to the history.
addOption(String, String) - Method in interface org.jivesoftware.wildfire.forms.FormField
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.wildfire.forms.spi.XFormFieldImpl
 
addOption(String, String) - Method in class org.xmpp.forms.FormField
Adds an available option to the question that the user has in order to answer the question.
addOutcast(String, String, MUCRole) - Method in interface org.jivesoftware.wildfire.muc.MUCRoom
Adds a new user to the list of outcast users.
addOutcast(String, String, MUCRole) - Method in class org.jivesoftware.wildfire.muc.spi.MUCRoomImpl
 
addOutcast(JID) - Method in class org.jivesoftware.wildfire.pubsub.Node
Sets that the specified entity is an outcast of the node.
addOwner(String, MUCRole) - Method in interface org.jivesoftware.wildfire.muc.MUCRoom
Adds a new user to the list of owners.
addOwner(String, MUCRole) - Method in class org.jivesoftware.wildfire.muc.spi.MUCRoomImpl
 
addOwner(JID) - Method in class org.jivesoftware.wildfire.pubsub.Node
Adds a new affiliation or updates an existing affiliation of the specified entity JID to become a node owner.
addOwners(List<String>, MUCRole) - Method in interface org.jivesoftware.wildfire.muc.MUCRoom
Adds a list of users to the list of owners.
addOwners(List<String>, MUCRole) - Method in class org.jivesoftware.wildfire.muc.spi.MUCRoomImpl
 
addParticipant(JID, String, MUCRole) - Method in interface org.jivesoftware.wildfire.muc.MUCRoom
Changes the role of the user within the room to participant.
addParticipant(JID, String, MUCRole) - Method in class org.jivesoftware.wildfire.muc.spi.MUCRoomImpl
 
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.wildfire.container.PluginManager
 
addPresenceRequest(JID, JID) - Method in class org.jivesoftware.wildfire.component.InternalComponentManager
Registers Probeers who have not yet been serviced.
addPreviousStageInformation(SessionData, Element) - Method in class org.jivesoftware.wildfire.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.wildfire.pubsub.Node
Adds a new affiliation or updates an existing affiliation of the specified entity JID to become a node publisher.
addRelayAgent(String, String, String, int, String, int) - Method in class org.jivesoftware.wildfire.mediaproxy.MediaProxy
Add a new Dynamic Session to the mediaproxy for defined IPs and ports.
addRelayAgent(String, String) - Method in class org.jivesoftware.wildfire.mediaproxy.MediaProxy
Add a new Dynamic Session to the mediaproxy WITHOUT defined IPs and ports.
addReportedField(FormField) - Method in interface org.jivesoftware.wildfire.forms.DataForm
Adds a field to the list of fields that will be returned from a search.
addReportedField(FormField) - Method in class org.jivesoftware.wildfire.forms.spi.XDataFormImpl
 
addReportedField(String, String, FormField.Type) - Method in class org.xmpp.forms.DataForm
Adds a field to the list of fields that will be returned from a search.
ADDRESS - Static variable in interface org.jivesoftware.wildfire.handler.IQRegisterInfo
The user's address
addRole(String, MUCRole) - Method in interface org.jivesoftware.wildfire.muc.MUCUser
Adds the role of the user in a particular room.
addRole(String, MUCRole) - Method in class org.jivesoftware.wildfire.muc.spi.MUCUserImpl
 
addRoute(JID, RoutableChannelHandler) - Method in interface org.jivesoftware.wildfire.RoutingTable
Add a route to the routing table.
addRoute(JID, RoutableChannelHandler) - Method in class org.jivesoftware.wildfire.spi.RoutingTableImpl
 
addServerFeature(String) - Method in class org.jivesoftware.wildfire.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.wildfire.disco.IQDiscoItemsHandler
Adds the items provided by the new service that implements the ServerItemsProvider interface.
addServerListener(XMPPServerListener) - Method in class org.jivesoftware.wildfire.XMPPServer
Adds a new server listener that will be notified when the server has been started or is about to be stopped.
addSession(ClientSession) - Method in class org.jivesoftware.wildfire.SessionManager
Add a new session to be managed.
addSessionCloseListener(SessionListener) - Method in class org.jivesoftware.wildfire.http.HttpSession
Adds a SessionListener to this session.
addSharedGroup(Group) - Method in class org.jivesoftware.wildfire.roster.RosterItem
Adds a new group to the shared groups list.
addStageActions(SessionData, Element) - Method in class org.jivesoftware.wildfire.commands.AdHocCommand
Adds the allowed actions to follow from the current stage.
addStageInformation(SessionData, Element) - Method in class org.jivesoftware.wildfire.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.wildfire.commands.admin.GetListActiveUsers
 
addStageInformation(SessionData, Element) - Method in class org.jivesoftware.wildfire.commands.admin.GetNumberActiveUsers
 
addStageInformation(SessionData, Element) - Method in class org.jivesoftware.wildfire.commands.admin.GetNumberOnlineUsers
 
addStageInformation(SessionData, Element) - Method in class org.jivesoftware.wildfire.commands.admin.GetNumberUserSessions
 
addStageInformation(SessionData, Element) - Method in class org.jivesoftware.wildfire.commands.admin.GetServerStats
 
addStageInformation(SessionData, Element) - Method in class org.jivesoftware.wildfire.commands.admin.GetUsersPresence
 
addStageInformation(SessionData, Element) - Method in class org.jivesoftware.wildfire.commands.admin.group.AddGroup
 
addStageInformation(SessionData, Element) - Method in class org.jivesoftware.wildfire.commands.admin.group.AddGroupUsers
 
addStageInformation(SessionData, Element) - Method in class org.jivesoftware.wildfire.commands.admin.group.DeleteGroup
 
addStageInformation(SessionData, Element) - Method in class org.jivesoftware.wildfire.commands.admin.group.DeleteGroupUsers
 
addStageInformation(SessionData, Element) - Method in class org.jivesoftware.wildfire.commands.admin.group.GetListGroups
 
addStageInformation(SessionData, Element) - Method in class org.jivesoftware.wildfire.commands.admin.group.GetListGroupUsers
 
addStageInformation(SessionData, Element) - Method in class org.jivesoftware.wildfire.commands.admin.group.UpdateGroup
 
addStageInformation(SessionData, Element) - Method in class org.jivesoftware.wildfire.commands.admin.HttpBindStatus
 
addStageInformation(SessionData, Element) - Method in class org.jivesoftware.wildfire.commands.admin.PacketsNotification
 
addStageInformation(SessionData, Element) - Method in class org.jivesoftware.wildfire.commands.admin.user.AddUser
 
addStageInformation(SessionData, Element) - Method in class org.jivesoftware.wildfire.commands.admin.user.AuthenticateUser
 
addStageInformation(SessionData, Element) - Method in class org.jivesoftware.wildfire.commands.admin.user.ChangeUserPassword
 
addStageInformation(SessionData, Element) - Method in class org.jivesoftware.wildfire.commands.admin.user.UserProperties
 
addStatistic(String, Statistic) - Method in class org.jivesoftware.wildfire.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, Component, boolean, boolean, boolean, boolean, boolean) - Method in class org.jivesoftware.wildfire.interceptor.PacketCopier
Creates new subscription for the specified component with the specified settings.
addSupportedMechanism(String) - Static method in class org.jivesoftware.wildfire.net.SASLAuthentication
Adds a new SASL mechanism to the list of supported SASL mechanisms by the server.
addSysadmin(String) - Method in interface org.jivesoftware.wildfire.muc.MultiUserChatServer
Adds a new system administrator of the MUC service.
addSysadmin(String) - Method in class org.jivesoftware.wildfire.muc.spi.MultiUserChatServerImpl
 
addSysadmin(String) - Method in class org.jivesoftware.wildfire.pubsub.PubSubModule
 
addTarget(LogTarget) - Method in class org.jivesoftware.util.log.filter.AbstractFilterTarget
Add a new target to output chain.
addTarget(LogTarget) - Method in interface org.jivesoftware.util.log.FilterTarget
Add a target to output chain.
addTransport(Channel) - Method in class org.jivesoftware.wildfire.transport.TransportHandler
 
addURL(URL) - Method in class org.jivesoftware.wildfire.container.PluginClassLoader
Adds a URL to the class loader.
AddUser - Class in org.jivesoftware.wildfire.commands.admin.user
Adds a user to Wildfire if the provider is not read-only.
AddUser() - Constructor for class org.jivesoftware.wildfire.commands.admin.user.AddUser
 
addUserAllowedToCreate(String) - Method in interface org.jivesoftware.wildfire.muc.MultiUserChatServer
Adds a new user to the list of JIDs that are allowed to create MUC rooms.
addUserAllowedToCreate(String) - Method in class org.jivesoftware.wildfire.muc.spi.MultiUserChatServerImpl
 
addUserAllowedToCreate(String) - Method in class org.jivesoftware.wildfire.pubsub.PubSubModule
 
addUserInterceptor(String, int, PacketInterceptor) - Method in class org.jivesoftware.wildfire.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.wildfire.user.UserNameManager
Adds the specified UserNameProvider as the provider of users of the specified domain.
addValidatedDomain(String) - Method in class org.jivesoftware.wildfire.session.IncomingServerSession
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.wildfire.forms.FormField
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.wildfire.forms.spi.XFormFieldImpl
 
addValue(Object) - Method in class org.xmpp.forms.FormField
Adds a default value to the question if the question is part of a form to fill out.
addVisitor(JID, MUCRole) - Method in interface org.jivesoftware.wildfire.muc.MUCRoom
Changes the role of the user within the room to visitor.
addVisitor(JID, MUCRole) - Method in class org.jivesoftware.wildfire.muc.spi.MUCRoomImpl
 
addXPath(String) - Method in interface org.jivesoftware.wildfire.audit.AuditManager
Adds an XPath expression to be used for filtering packets to be audited.
addXPath(String) - Method in class org.jivesoftware.wildfire.audit.spi.AuditManagerImpl
 
AdHocCommand - Class in org.jivesoftware.wildfire.commands
An ad-hoc command is a stateless object responsbile for executing the provided service.
AdHocCommand() - Constructor for class org.jivesoftware.wildfire.commands.AdHocCommand
 
AdHocCommand.Action - Enum in org.jivesoftware.wildfire.commands
 
AdHocCommand.Status - Enum in org.jivesoftware.wildfire.commands
 
AdHocCommandHandler - Class in org.jivesoftware.wildfire.commands
An AdHocCommandHandler is responsbile for providing discoverable information about the supported commands and for handling commands requests.
AdHocCommandHandler() - Constructor for class org.jivesoftware.wildfire.commands.AdHocCommandHandler
 
AdHocCommandManager - Class in org.jivesoftware.wildfire.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.wildfire.commands.AdHocCommandManager
 
adminAdded(Group, Map) - Method in interface org.jivesoftware.wildfire.event.GroupEventListener
An administrator was added to a group.
adminAdded(Group, Map) - Method in class org.jivesoftware.wildfire.roster.RosterManager
 
AdminConsole - Class in org.jivesoftware.admin
A model for admin tab and sidebar info.
AdminConsolePlugin - Class in org.jivesoftware.wildfire.container
The admin console plugin.
AdminConsolePlugin() - Constructor for class org.jivesoftware.wildfire.container.AdminConsolePlugin
Create a Jetty module.
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.
adminRemoved(Group, Map) - Method in interface org.jivesoftware.wildfire.event.GroupEventListener
An administrator was removed from a group.
adminRemoved(Group, Map) - Method in class org.jivesoftware.wildfire.roster.RosterManager
 
affiliates - Variable in class org.jivesoftware.wildfire.pubsub.Node
The JIDs of those who have an affiliation with this node.
ageList - Variable in class org.jivesoftware.util.Cache
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.wildfire.component.ExternalComponentManager
Allows an external component to connect to the local server with the specified configuration.
allowAccess(RemoteServerConfiguration) - Static method in class org.jivesoftware.wildfire.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
 
anonymousSessionCreated(Session) - Method in interface org.jivesoftware.wildfire.event.SessionEventListener
An anonymous session was created.
anonymousSessionCreated(Session) - Method in class org.jivesoftware.wildfire.multiplex.ConnectionMultiplexerManager
 
anonymousSessionDestroyed(Session) - Method in interface org.jivesoftware.wildfire.event.SessionEventListener
An anonymous session was created.
anonymousSessionDestroyed(Session) - Method in class org.jivesoftware.wildfire.multiplex.ConnectionMultiplexerManager
 
application - Variable in class org.jivesoftware.util.WebBean
 
approveSubscription(NodeSubscription, boolean) - Method in class org.jivesoftware.wildfire.pubsub.Node
Approves or cancels a subscriptions that was pending to be approved by a node owner.
ASCENDING - Static variable in class org.jivesoftware.wildfire.SessionResultFilter
Ascending sort (ie 3, 4, 5...).
asElement() - Method in class org.jivesoftware.wildfire.privacy.PrivacyList
Returns an Element with the privacy list XML representation.
ASK_NONE - Static variable in class org.jivesoftware.wildfire.roster.RosterItem
The roster item has no pending subscription requests.
ASK_SUBSCRIBE - Static variable in class org.jivesoftware.wildfire.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.wildfire.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.wildfire.roster.RosterItem
 
asXMLElement() - Method in class org.jivesoftware.wildfire.forms.spi.XDataFormImpl
 
asXMLElement() - Method in class org.jivesoftware.wildfire.forms.spi.XFormFieldImpl
 
AsyncLogTarget - Class in org.jivesoftware.util.log.output
An asynchronous LogTarget that sends entries on in another thread.
AsyncLogTarget(LogTarget) - Constructor for class org.jivesoftware.util.log.output.AsyncLogTarget
 
AsyncLogTarget(LogTarget, int) - Constructor for class org.jivesoftware.util.log.output.AsyncLogTarget
 
audit(Packet, Session) - Method in interface org.jivesoftware.wildfire.audit.Auditor
Audit an XMPP packet.
audit(Packet, Session) - Method in class org.jivesoftware.wildfire.audit.spi.AuditorImpl
 
AuditEvent - Class in org.jivesoftware.wildfire.audit
Defines the known event types used with audits on arbitrary data/events.
AuditEvent(Session, Date, int, int, String) - Constructor for class org.jivesoftware.wildfire.audit.AuditEvent
Create a new audit event.
AuditManager - Interface in org.jivesoftware.wildfire.audit
Manages and directs server message auditing behavior.
AuditManagerImpl - Class in org.jivesoftware.wildfire.audit.spi
Implementation of the AuditManager interface.
AuditManagerImpl() - Constructor for class org.jivesoftware.wildfire.audit.spi.AuditManagerImpl
 
Auditor - Interface in org.jivesoftware.wildfire.audit
Use auditors to audit events and messages on the server.
AuditorImpl - Class in org.jivesoftware.wildfire.audit.spi
 
AuditorImpl(AuditManager) - Constructor for class org.jivesoftware.wildfire.audit.spi.AuditorImpl
 
AuditStreamIDFactory - Class in org.jivesoftware.wildfire.audit
Factory for producing audit stream IDs.
AuditStreamIDFactory() - Constructor for class org.jivesoftware.wildfire.audit.AuditStreamIDFactory
 
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.wildfire.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.wildfire.auth.AuthFactory
Authenticates a user with a username, token, and digest and returns an AuthToken.
authenticate(String, String) - Method in interface org.jivesoftware.wildfire.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.wildfire.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.wildfire.auth.DefaultAuthProvider
 
authenticate(String, String, String) - Method in class org.jivesoftware.wildfire.auth.DefaultAuthProvider
 
authenticate(String, String) - Method in class org.jivesoftware.wildfire.auth.HybridAuthProvider
 
authenticate(String, String, String) - Method in class org.jivesoftware.wildfire.auth.HybridAuthProvider
 
authenticate(String, String) - Method in class org.jivesoftware.wildfire.auth.JDBCAuthProvider
 
authenticate(String, String, String) - Method in class org.jivesoftware.wildfire.auth.JDBCAuthProvider
 
authenticate(String, String) - Method in class org.jivesoftware.wildfire.auth.NativeAuthProvider
 
authenticate(String, String, String) - Method in class org.jivesoftware.wildfire.auth.NativeAuthProvider
 
authenticate(String, String) - Method in class org.jivesoftware.wildfire.auth.POP3AuthProvider
 
authenticate(String, String, String) - Method in class org.jivesoftware.wildfire.auth.POP3AuthProvider
 
authenticate(String, String) - Method in class org.jivesoftware.wildfire.ldap.LdapAuthProvider
 
authenticate(String, String, String) - Method in class org.jivesoftware.wildfire.ldap.LdapAuthProvider
 
authenticate(String) - Method in class org.jivesoftware.wildfire.session.ConnectionMultiplexerSession
Authenticates the connection manager.
authenticateDomain(OutgoingServerSocketReader, String, String, String) - Method in class org.jivesoftware.wildfire.server.ServerDialback
Authenticates the Originating Server domain with the Receiving Server.
authenticateDomain(String, String) - Static method in class org.jivesoftware.wildfire.session.OutgoingServerSession
Creates a new outgoing connection to the specified hostname if no one exists.
authenticateSharedSecret(String) - Static method in class org.jivesoftware.wildfire.net.SASLAuthentication
Returns true if the supplied digest matches the shared secret value.
AuthenticateUser - Class in org.jivesoftware.wildfire.commands.admin.user
Takes a user's username and password to authenticate them against the Wildfire authprovider.
AuthenticateUser() - Constructor for class org.jivesoftware.wildfire.commands.admin.user.AuthenticateUser
 
AuthFactory - Class in org.jivesoftware.wildfire.auth
Pluggable authentication service.
AuthFactory() - Constructor for class org.jivesoftware.wildfire.auth.AuthFactory
 
AuthorizationManager - Class in org.jivesoftware.wildfire.sasl
Manages the AuthorizationProvider objects.
AuthorizationPolicyProvider - Interface in org.jivesoftware.wildfire.sasl
Provider interface for authorization policy.
AuthorizationProvider - Interface in org.jivesoftware.wildfire.sasl
This is the interface the AuthorizationManager uses to conduct authorizations.
authorize(String, String) - Method in class org.jivesoftware.wildfire.ldap.LdapAuthorizationProvider
Returns if the principal is explicity authorized to the JID, throws an UnauthorizedException otherwise
authorize - Static variable in class org.jivesoftware.wildfire.pubsub.models.AccessModel
 
authorize(String, String) - Method in class org.jivesoftware.wildfire.sasl.AbstractAuthorizationPolicy
Returns true if the principal is explicity authorized to the JID
authorize(String, String) - Method in class org.jivesoftware.wildfire.sasl.AbstractAuthorizationProvider
Returns true if the principal is explicity authorized to the JID
authorize(String, String) - Static method in class org.jivesoftware.wildfire.sasl.AuthorizationManager
Authorize the authenticated used to the requested username.
authorize(String, String) - Method in interface org.jivesoftware.wildfire.sasl.AuthorizationPolicyProvider
Returns if the principal is explicity authorized to the JID, throws an UnauthorizedException otherwise
authorize(String, String) - Method in interface org.jivesoftware.wildfire.sasl.AuthorizationProvider
Returns true if the principal is explicity authorized to the JID
authorize(String, String) - Method in class org.jivesoftware.wildfire.sasl.DefaultAuthorizationPolicy
Returns true if the principal is explicity authorized to the JID
authorize(String, String) - Method in class org.jivesoftware.wildfire.sasl.DefaultAuthorizationProvider
Returns true if the principal is explicity authorized to the JID
authorize(String, String) - Method in class org.jivesoftware.wildfire.sasl.LazyAuthorizationPolicy
Returns true if the principal is explicity authorized to the JID
authorize(String, String) - Method in class org.jivesoftware.wildfire.sasl.StrictAuthorizationPolicy
Returns true if the principal is explicity authorized to the JID
authorize(String, String) - Method in class org.jivesoftware.wildfire.sasl.UnixK5LoginProvider
Returns true if the principal is explicity authorized to the JID
AuthorizeAccess - Class in org.jivesoftware.wildfire.pubsub.models
Subscription requests must be approved and only subscribers may retrieve items.
AuthProvider - Interface in org.jivesoftware.wildfire.auth
Provider interface for authentication.
AuthToken - Class in org.jivesoftware.wildfire.auth
A token that proves that a user has successfully authenticated.
AuthToken(String) - Constructor for class org.jivesoftware.wildfire.auth.AuthToken
Constucts a new AuthToken with the specified username.
authToken - Variable in class org.jivesoftware.wildfire.session.ClientSession
The authentication token for this session.
authToken - Variable in class org.jivesoftware.wildfire.session.Session
The authentication token for this session.
AvailablePlugin - Class in org.jivesoftware.wildfire.update
Plugin available at igniterealtime.org.
AvailablePlugin(String, String, String, String, String, String, String, String, String, String, String) - Constructor for class org.jivesoftware.wildfire.update.AvailablePlugin
 
availableSession(ClientSession, Presence) - Static method in class org.jivesoftware.wildfire.user.PresenceEventDispatcher
Notification message indicating that a session that was not available is now available.
availableSession(ClientSession, Presence) - Method in interface org.jivesoftware.wildfire.user.PresenceEventListener
Notification message indicating that a session that was not available is now available.

B

BasicModule - Class in org.jivesoftware.wildfire.container
A default Module implementation that basically avoids subclasses having to implement the whole Module interface.
BasicModule(String) - Constructor for class org.jivesoftware.wildfire.container.BasicModule
Create a basic module with the given name.
BasicStreamIDFactory - Class in org.jivesoftware.wildfire.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.wildfire.spi.BasicStreamIDFactory
 
BeanUtils - Class in org.jivesoftware.util
A utility class that provides methods that are useful for dealing with Java Beans.
bind(ContextMap) - Static method in class org.jivesoftware.util.log.ContextMap
Bind a particular ContextMap to current thread.
BIRTHDAY - Static variable in class org.jivesoftware.admin.LdapUserTester
 
blockAccess(String) - Static method in class org.jivesoftware.wildfire.component.ExternalComponentManager
Blocks an external component from connecting to the local server.
blockAccess(String) - Static method in class org.jivesoftware.wildfire.server.RemoteServerManager
Blocks a remote server from connecting to the local server.
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.wildfire.pubsub.Node
The URL of an XSL transformation which can be applied to payloads in order to generate an appropriate message body element.
broadcast(Node, Message, Collection<JID>) - Method in class org.jivesoftware.wildfire.pubsub.PubSubModule
 
broadcast(Node, Message, Collection<JID>) - Method in interface org.jivesoftware.wildfire.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.wildfire.roster.Roster
Broadcasts the RosterItem to all the connected resources of this user.
broadcast(Packet) - Method in class org.jivesoftware.wildfire.SessionManager
Broadcasts the given data to all connected sessions.
broadcastNodeEvent(Message, boolean) - Method in class org.jivesoftware.wildfire.pubsub.Node
Broadcasts a node event to subscribers of the node.
broadcastPresence(Presence) - Method in class org.jivesoftware.wildfire.roster.Roster
Broadcast the presence update to all subscribers of the roter.
broadcastPresenceToOtherResources(JID, Presence) - Method in class org.jivesoftware.wildfire.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.wildfire.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.wildfire.nio
Wrapper on a MINA ByteBuffer that extends the Writer class.
ByteBufferWriter(ByteBuffer, CharsetEncoder) - Constructor for class org.jivesoftware.wildfire.nio.ByteBufferWriter
 
ByteFormat - Class in org.jivesoftware.util
A formatter for formatting byte sizes.
ByteFormat() - Constructor for class org.jivesoftware.util.ByteFormat
 

C

Cache<K,V> - Class in org.jivesoftware.util
Default, non-distributed implementation of the Cache interface.
Cache(String, int, long) - Constructor for class org.jivesoftware.util.Cache
Create a new cache and specify the maximum size of for the cache in bytes, and the maximum lifetime of objects.
Cacheable - Interface in org.jivesoftware.util
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.
cacheFileTransfer(String, FileTransfer) - Method in class org.jivesoftware.wildfire.filetransfer.DefaultFileTransferManager
 
cacheHits - Variable in class org.jivesoftware.util.Cache
Maintain the number of cache hits and misses.
CacheManager - Class in org.jivesoftware.util
Centralized management of caches.
CacheManager() - Constructor for class org.jivesoftware.util.CacheManager
 
cacheMisses - Variable in class org.jivesoftware.util.Cache
Maintain the number of cache hits and misses.
CacheSizes - Class in org.jivesoftware.util
Utility class for determining the sizes in bytes of commonly used objects.
CacheSizes() - Constructor for class org.jivesoftware.util.CacheSizes
 
call() - Method in class org.jivesoftware.util.InputOutputStreamWrapper
 
canAccess(String) - Static method in class org.jivesoftware.wildfire.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.wildfire.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.wildfire.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.wildfire.pubsub.models.AuthorizeAccess
 
canAccessItems(Node, JID, JID) - Method in class org.jivesoftware.wildfire.pubsub.models.OpenAccess
 
canAccessItems(Node, JID, JID) - Method in class org.jivesoftware.wildfire.pubsub.models.PresenceAccess
 
canAccessItems(Node, JID, JID) - Method in class org.jivesoftware.wildfire.pubsub.models.RosterAccess
 
canAccessItems(Node, JID, JID) - Method in class org.jivesoftware.wildfire.pubsub.models.WhitelistAccess
 
canAnyoneDiscoverJID() - Method in interface org.jivesoftware.wildfire.muc.MUCRoom
Returns true if every presence packet will include the JID of every occupant.
canAnyoneDiscoverJID() - Method in class org.jivesoftware.wildfire.muc.spi.MUCRoomImpl
 
canBroadcastPresence(String) - Method in interface org.jivesoftware.wildfire.muc.MUCRoom
Returns true if the presences of the requested role will be broadcasted.
canBroadcastPresence(String) - Method in class org.jivesoftware.wildfire.muc.spi.MUCRoomImpl
 
cancel() - Method in class org.jivesoftware.wildfire.mediaproxy.Echo
 
cancelScheduledTask(TimerTask) - Method in class org.jivesoftware.util.TaskEngine
Cancels the execution of a scheduled task.
cancelSubscription(NodeSubscription) - Method in class org.jivesoftware.wildfire.pubsub.Node
Cancels an existing subscription to the node.
canChangeNickname() - Method in interface org.jivesoftware.wildfire.muc.MUCRoom
Returns true if room occupants are allowed to change their nicknames in the room.
canChangeNickname() - Method in class org.jivesoftware.wildfire.muc.spi.MUCRoomImpl
 
canChangePassword() - Method in class org.jivesoftware.wildfire.handler.IQRegisterHandler
 
canCreateNode(JID) - Method in class org.jivesoftware.wildfire.pubsub.PubSubModule
 
canCreateNode(JID) - Method in interface org.jivesoftware.wildfire.pubsub.PubSubService
Returns true if the pubsub service allows the specified user to create nodes.
canDelete(JID) - Method in class org.jivesoftware.wildfire.pubsub.PublishedItem
Returns true if the user that is trying to delete an item is allowed to delete it.
canFloodOfflineMessages() - Method in class org.jivesoftware.wildfire.session.ClientSession
Returns true if the offline messages of the user should be sent to the user when the user becomes online.
canOccupantsChangeSubject() - Method in interface org.jivesoftware.wildfire.muc.MUCRoom
Returns true if participants are allowed to change the room's subject.
canOccupantsChangeSubject() - Method in class org.jivesoftware.wildfire.muc.spi.MUCRoomImpl
 
canOccupantsInvite() - Method in interface org.jivesoftware.wildfire.muc.MUCRoom
Returns true if occupants can invite other users to the room.
canOccupantsInvite() - Method in class org.jivesoftware.wildfire.muc.spi.MUCRoomImpl
 
canProbePresence(JID, String) - Method in interface org.jivesoftware.wildfire.PresenceManager
Returns true if the the prober is allowed to see the presence of the probee.
canProbePresence(JID, String) - Method in class org.jivesoftware.wildfire.spi.PresenceManagerImpl
 
canProcess(Packet) - Method in class org.jivesoftware.wildfire.session.ClientSession
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.wildfire.pubsub.models.OnlyPublishers
 
canPublish(Node, JID) - Method in class org.jivesoftware.wildfire.pubsub.models.OnlySubscribers
 
canPublish(Node, JID) - Method in class org.jivesoftware.wildfire.pubsub.models.OpenPublisher
 
canPublish(Node, JID) - Method in class org.jivesoftware.wildfire.pubsub.models.PublisherModel
Returns true if the entity is allowed to publish items to the specified node.
canSubscribe(Node, JID, JID) - Method in class org.jivesoftware.wildfire.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.wildfire.pubsub.models.AuthorizeAccess
 
canSubscribe(Node, JID, JID) - Method in class org.jivesoftware.wildfire.pubsub.models.OpenAccess
 
canSubscribe(Node, JID, JID) - Method in class org.jivesoftware.wildfire.pubsub.models.PresenceAccess
 
canSubscribe(Node, JID, JID) - Method in class org.jivesoftware.wildfire.pubsub.models.RosterAccess
 
canSubscribe(Node, JID, JID) - Method in class org.jivesoftware.wildfire.pubsub.models.WhitelistAccess
 
CATEGORY_SEPARATOR - Static variable in class org.jivesoftware.util.log.Logger
 
centerWindowOnComponent(Window, Component) - Static method in class org.jivesoftware.wildfire.launcher.GraphicUtils
Centers the window over a component (usually another window).
centerWindowOnScreen(Window) - Static method in class org.jivesoftware.wildfire.launcher.GraphicUtils
Sets the location of the specified window so that it is centered on screen.
certificateCreated(KeyStore, String, X509Certificate) - Method in interface org.jivesoftware.util.CertificateEventListener
Event triggered when a new certificate is created.
certificateCreated(KeyStore, String, X509Certificate) - Method in class org.jivesoftware.wildfire.spi.ConnectionManagerImpl
 
certificateDeleted(KeyStore, String) - Method in interface org.jivesoftware.util.CertificateEventListener
Event triggered when a certificate is being deleted from the keystore.
certificateDeleted(KeyStore, String) - Method in class org.jivesoftware.wildfire.spi.ConnectionManagerImpl
 
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 interface org.jivesoftware.util.CertificateEventListener
Event triggered when a certificate has been signed by a Certificate Authority.
certificateSigned(KeyStore, String, List<X509Certificate>) - Method in class org.jivesoftware.wildfire.spi.ConnectionManagerImpl
 
changeDefaultList(String, PrivacyList, PrivacyList) - Method in class org.jivesoftware.wildfire.privacy.PrivacyListManager
Sets a given privacy list as the new default list of the user.
changeNickname(String) - Method in interface org.jivesoftware.wildfire.muc.MUCRole
Changes the nickname of the occupant within the room to the new nickname.
changeNickname(String) - Method in class org.jivesoftware.wildfire.muc.spi.MUCRoleImpl
 
changeParent(CollectionNode) - Method in class org.jivesoftware.wildfire.pubsub.Node
Changes the parent node of this node.
changePriority(JID, int) - Method in class org.jivesoftware.wildfire.SessionManager
Change the priority of a session, that was already available, associated with the sender.
changeSubject(Message, MUCRole) - Method in interface org.jivesoftware.wildfire.muc.MUCRoom
Changes the room's subject if the occupant has enough permissions.
changeSubject(Message, MUCRole) - Method in class org.jivesoftware.wildfire.muc.spi.MUCRoomImpl
 
ChangeUserPassword - Class in org.jivesoftware.wildfire.commands.admin.user
Command that allows to change password of existing users.
ChangeUserPassword() - Constructor for class org.jivesoftware.wildfire.commands.admin.user.ChangeUserPassword
 
Channel<T extends Packet> - Class in org.jivesoftware.wildfire
A channel provides a mechanism to queue work units for processing.
Channel(String, ChannelHandler<T>) - Constructor for class org.jivesoftware.wildfire.Channel
Creates a new channel.
channelAtoB - Variable in class org.jivesoftware.wildfire.mediaproxy.MediaProxySession
 
channelAtoBControl - Variable in class org.jivesoftware.wildfire.mediaproxy.MediaProxySession
 
channelBtoA - Variable in class org.jivesoftware.wildfire.mediaproxy.MediaProxySession
 
channelBtoAControl - Variable in class org.jivesoftware.wildfire.mediaproxy.MediaProxySession
 
ChannelHandler<T extends Packet> - Interface in org.jivesoftware.wildfire
Interface to handle packets delivered by Channels.
ChannelNotFoundException - Exception in org.jivesoftware.wildfire
Thrown when a channel lookup fails to find the specified channel.
ChannelNotFoundException() - Constructor for exception org.jivesoftware.wildfire.ChannelNotFoundException
 
ChannelNotFoundException(String) - Constructor for exception org.jivesoftware.wildfire.ChannelNotFoundException
 
characters(char[], int, int) - Method in class org.jivesoftware.util.XMLWriter
 
CHARSET - Static variable in class org.jivesoftware.wildfire.net.SASLAuthentication
The utf-8 charset for decoding and encoding Jabber packet streams.
CHARSET - Static variable in class org.jivesoftware.wildfire.net.SocketConnection
The utf-8 charset for decoding and encoding XMPP packet streams.
CHARSET - Static variable in class org.jivesoftware.wildfire.net.StanzaHandler
The utf-8 charset for decoding and encoding Jabber packet streams.
CHARSET - Static variable in class org.jivesoftware.wildfire.nio.NIOConnection
The utf-8 charset for decoding and encoding XMPP packet streams.
CHARSET - Static variable in class org.jivesoftware.wildfire.server.ServerDialback
The utf-8 charset for decoding and encoding Jabber packet streams.
CHARSET - Static variable in class org.jivesoftware.wildfire.session.Session
The utf-8 charset for decoding and encoding Jabber packet streams.
checkAuthentication(String, String) - Method in class org.jivesoftware.wildfire.ldap.LdapManager
Returns true if the user is able to successfully authenticate against the LDAP server.
checkClientTrusted(X509Certificate[], String) - Method in class org.jivesoftware.wildfire.net.ServerTrustManager
 
checkClientTrusted(X509Certificate[], String) - Method in class org.jivesoftware.wildfire.net.SSLJiveTrustManager
 
checkedout - Variable in class org.jivesoftware.database.ConnectionWrapper
 
checkForPluginsUpdates(boolean) - Method in class org.jivesoftware.wildfire.update.UpdateManager
 
checkForServerUpdate(boolean) - Method in class org.jivesoftware.wildfire.update.UpdateManager
Queries the igniterealtime.org server for new server and plugin updates.
checkinTime - Variable in class org.jivesoftware.database.ConnectionWrapper
 
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.wildfire.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.wildfire.net.SSLJiveTrustManager
 
checkWildfireSchema(Connection) - Method in class org.jivesoftware.database.SchemaManager
Checks the Wildfire database schema to ensure that it's installed and up to date.
chooseClientAlias(String, Principal[]) - Method in class org.jivesoftware.wildfire.net.SSLJiveKeyManager
 
chooseClientAlias(String[], Principal[], Socket) - Method in class org.jivesoftware.wildfire.net.SSLJiveKeyManager
 
chooseServerAlias(String, Principal[]) - Method in class org.jivesoftware.wildfire.net.SSLJiveKeyManager
 
chooseServerAlias(String, Principal[], Socket) - Method in class org.jivesoftware.wildfire.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.wildfire.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.util.Cache
 
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.
clear() - Method in class org.jivesoftware.util.log.ContextMap
Empty the context map.
clearAgentListeners() - Method in class org.jivesoftware.wildfire.mediaproxy.MediaProxySession
Removes every Session events listeners
clearInstructions() - Method in class org.xmpp.forms.DataForm
Clears all the stored instructions in this packet extension.
clearValues() - Method in interface org.jivesoftware.wildfire.forms.FormField
Removes all the values of the field.
clearValues() - Method in class org.jivesoftware.wildfire.forms.spi.XFormFieldImpl
 
clearValues() - Method in class org.xmpp.forms.FormField
Removes all the values of the field.
ClientConnectionHandler - Class in org.jivesoftware.wildfire.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.wildfire.nio.ClientConnectionHandler
 
ClientSession - Class in org.jivesoftware.wildfire.session
Represents a session between the server and a client.
ClientSession(String, Connection, StreamID) - Constructor for class org.jivesoftware.wildfire.session.ClientSession
Creates a session with an underlying connection and permission protection.
ClientSessionConnection - Class in org.jivesoftware.wildfire.multiplex
Represents a connection of a Client Session that was established to a Connection Manager.
ClientSessionConnection(String) - Constructor for class org.jivesoftware.wildfire.multiplex.ClientSessionConnection
 
ClientStanzaHandler - Class in org.jivesoftware.wildfire.net
Handler of XML stanzas sent by clients connected directly to the server.
ClientStanzaHandler(PacketRouter, String, Connection) - Constructor for class org.jivesoftware.wildfire.net.ClientStanzaHandler
 
clone() - Method in class org.jivesoftware.util.ConcurrentHashSet
 
close() - Method in class org.jivesoftware.database.ConnectionWrapper
Instead of closing the underlying connection, we simply release it back into the pool.
close() - Method in class org.jivesoftware.util.log.output.AbstractOutputTarget
Shutdown target.
close() - Method in class org.jivesoftware.util.log.output.AbstractTarget
Shutdown target.
close() - Method in class org.jivesoftware.util.log.output.io.StreamTarget
Shutdown target.
close() - Method in class org.jivesoftware.util.log.output.io.WriterTarget
Shutdown target.
close() - Method in class org.jivesoftware.util.log.util.LoggerOutputStream
Shutdown stream.
close() - Method in class org.jivesoftware.util.XMLWriter
Closes the underlying Writer
close() - Method in interface org.jivesoftware.wildfire.Connection
Close this session including associated socket connection.
close() - Method in class org.jivesoftware.wildfire.http.HttpConnection
The connection should be closed without delivering a stanza to the requestor.
close() - Method in class org.jivesoftware.wildfire.http.HttpSession
Closes the session.
close() - Method in class org.jivesoftware.wildfire.net.SocketConnection
 
close() - Method in class org.jivesoftware.wildfire.net.TLSStreamHandler
Closes the channels that will end up closing the input and output streams of the connection.
close() - Method in class org.jivesoftware.wildfire.net.TLSWrapper
Signals that no more outbound application data will be sent on this TLSHandler.
close() - Method in class org.jivesoftware.wildfire.net.VirtualConnection
Closes the session, the virtual connection and notifies listeners that the connection has been closed.
close() - Method in class org.jivesoftware.wildfire.nio.ByteBufferWriter
 
close() - Method in class org.jivesoftware.wildfire.nio.NIOConnection
 
closeClientSession(String, String) - Method in class org.jivesoftware.wildfire.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.
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.wildfire.http.HttpSession.HttpVirtualConnection
 
closeVirtualConnection() - Method in class org.jivesoftware.wildfire.multiplex.ClientSessionConnection
If the Connection Manager or the Client requested to close the connection then just do nothing.
closeVirtualConnection() - Method in class org.jivesoftware.wildfire.net.VirtualConnection
Closes the virtual connection.
CollectionNode - Class in org.jivesoftware.wildfire.pubsub
A type of node that contains nodes and/or other collections but no published items.
CollectionNode.LeafNodeAssociationPolicy - Enum in org.jivesoftware.wildfire.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
 
compareTo(Object) - Method in class org.xmpp.packet.JID
 
component - Static variable in class org.jivesoftware.wildfire.launcher.GraphicUtils
 
Component - Interface in org.xmpp.component
Component enhance the functionality of an XMPP server.
ComponentEventListener - Interface in org.jivesoftware.wildfire.component
Interface to listen for component events.
ComponentException - Exception in org.xmpp.component
Thrown when an exception occors with a Component.
ComponentException() - Constructor for exception org.xmpp.component.ComponentException
 
ComponentException(String) - Constructor for exception org.xmpp.component.ComponentException
 
ComponentException(String, Throwable) - Constructor for exception org.xmpp.component.ComponentException
 
ComponentException(Throwable) - Constructor for exception org.xmpp.component.ComponentException
 
ComponentException(String, StreamError) - Constructor for exception org.xmpp.component.ComponentException
 
ComponentException(StreamError) - Constructor for exception org.xmpp.component.ComponentException
 
componentInfoReceived(Component, IQ) - Method in interface org.jivesoftware.wildfire.component.ComponentEventListener
The server has received a disco#info response from the component.
componentInfoReceived(Component, IQ) - Method in class org.jivesoftware.wildfire.interceptor.PacketCopier
 
ComponentManager - Interface in org.xmpp.component
Manages components.
ComponentManagerFactory - Class in org.xmpp.component
Factory to get a ComponentManager implementation.
ComponentManagerFactory() - Constructor for class org.xmpp.component.ComponentManagerFactory
 
componentRegistered(Component, JID) - Method in interface org.jivesoftware.wildfire.component.ComponentEventListener
A component was registered with the Component Manager.
componentRegistered(Component, JID) - Method in class org.jivesoftware.wildfire.interceptor.PacketCopier
 
ComponentSession - Class in org.jivesoftware.wildfire.session
Represents a session between the server and a component.
ComponentSession(String, Connection, StreamID) - Constructor for class org.jivesoftware.wildfire.session.ComponentSession
 
ComponentSession.ExternalComponent - Class in org.jivesoftware.wildfire.session
The ExternalComponent acts as a proxy of the remote connected component.
ComponentSession.ExternalComponent() - Constructor for class org.jivesoftware.wildfire.session.ComponentSession.ExternalComponent
 
ComponentSocketReader - Class in org.jivesoftware.wildfire.net
A SocketReader specialized for component connections.
ComponentSocketReader(PacketRouter, RoutingTable, String, Socket, SocketConnection, boolean) - Constructor for class org.jivesoftware.wildfire.net.ComponentSocketReader
 
componentUnregistered(Component, JID) - Method in interface org.jivesoftware.wildfire.component.ComponentEventListener
A component was removed.
componentUnregistered(Component, JID) - Method in class org.jivesoftware.wildfire.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.
configure(DataForm) - Method in class org.jivesoftware.wildfire.pubsub.Node
Changes the node configuration based on the completed data form.
configure(IQ, DataForm) - Method in class org.jivesoftware.wildfire.pubsub.NodeSubscription
Configures the subscription based on the sent DataForm included in the IQ packet sent by the subscriber.
ConflictException - Exception in org.jivesoftware.wildfire.muc
Exception used for representing a conflict error in a MUCRoom.
ConflictException() - Constructor for exception org.jivesoftware.wildfire.muc.ConflictException
 
ConflictException(String) - Constructor for exception org.jivesoftware.wildfire.muc.ConflictException
 
ConflictException(Throwable) - Constructor for exception org.jivesoftware.wildfire.muc.ConflictException
 
ConflictException(String, Throwable) - Constructor for exception org.jivesoftware.wildfire.muc.ConflictException
 
conn - Variable in class org.jivesoftware.wildfire.session.Session
The connection that this session represents.
Connection - Interface in org.jivesoftware.wildfire
Represents a connection on the server.
connection - Variable in class org.jivesoftware.wildfire.net.SocketReader
Reference to the physical connection.
Connection.CompressionPolicy - Enum in org.jivesoftware.wildfire
Enumeration of possible compression policies required to interact with the server.
Connection.TLSPolicy - Enum in org.jivesoftware.wildfire
Enumeration of possible TLS policies required to interact with the server.
connectionClosed(HttpSession, HttpConnection) - Method in interface org.jivesoftware.wildfire.http.SessionListener
A conneciton was closed.
ConnectionCloseListener - Interface in org.jivesoftware.wildfire
Implement and register with a connection to receive notification of the connection closing.
ConnectionHandler - Class in org.jivesoftware.wildfire.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.wildfire.nio.ConnectionHandler
 
ConnectionManager - Interface in org.jivesoftware.wildfire
Coordinates connections (accept, read, termination) on the server.
ConnectionManagerImpl - Class in org.jivesoftware.wildfire.spi
 
ConnectionManagerImpl() - Constructor for class org.jivesoftware.wildfire.spi.ConnectionManagerImpl
 
ConnectionMultiplexerManager - Class in org.jivesoftware.wildfire.multiplex
A ConnectionMultiplexerManager is responsible for keeping track of the connected Connection Managers and the sessions that were established with the Connection Managers.
ConnectionMultiplexerSession - Class in org.jivesoftware.wildfire.session
Represents a session between the server and a connection manager.
ConnectionMultiplexerSession(String, Connection, StreamID) - Constructor for class org.jivesoftware.wildfire.session.ConnectionMultiplexerSession
 
connectionOpened(HttpSession, HttpConnection) - Method in interface org.jivesoftware.wildfire.http.SessionListener
A connection was opened.
ConnectionPool - Class in org.jivesoftware.database
Database connection pool.
ConnectionPool(String, String, String, String, int, int, double, boolean) - Constructor for class org.jivesoftware.database.ConnectionPool
 
ConnectionProvider - Interface in org.jivesoftware.database
Abstract class that defines the connection provider framework.
ConnectionWrapper - Class in org.jivesoftware.database
An implementation of the Connection interface that wraps an underlying Connection object.
ConnectionWrapper(Connection, ConnectionPool) - Constructor for class org.jivesoftware.database.ConnectionWrapper
 
construct() - Method in class org.jivesoftware.wildfire.launcher.SwingWorker
Compute the value to be returned by the get method.
contactAdded(Roster, RosterItem) - Static method in class org.jivesoftware.wildfire.roster.RosterEventDispatcher
Notifies the listeners that a contact has been added to a roster.
contactAdded(Roster, RosterItem) - Method in interface org.jivesoftware.wildfire.roster.RosterEventListener
Notification message indicating that a contact has been added to a roster.
contactDeleted(Roster, RosterItem) - Static method in class org.jivesoftware.wildfire.roster.RosterEventDispatcher
Notifies the listeners that a contact has been deleted from a roster.
contactDeleted(Roster, RosterItem) - Method in interface org.jivesoftware.wildfire.roster.RosterEventListener
Notification message indicating that a contact has been deleted from a roster.
contacts - Variable in class org.jivesoftware.wildfire.pubsub.Node
The JIDs of those to contact with questions.
contactUpdated(Roster, RosterItem) - Static method in class org.jivesoftware.wildfire.roster.RosterEventDispatcher
Notifies the listeners that a contact has been updated.
contactUpdated(Roster, RosterItem) - Method in interface org.jivesoftware.wildfire.roster.RosterEventListener
Notification message indicating that a contact has been updated.
contains(Object) - Method in class org.jivesoftware.util.ConcurrentHashSet
 
containsKey(Object) - Method in class org.jivesoftware.util.Cache
 
containsKey(Object) - Method in class org.jivesoftware.util.JiveProperties
 
containsValue(Object) - Method in class org.jivesoftware.util.Cache
 
containsValue(Object) - Method in class org.jivesoftware.util.JiveProperties
 
contextDestroyed(ServletContextEvent) - Method in class org.jivesoftware.wildfire.XMPPContextListener
 
contextInitialized(ServletContextEvent) - Method in class org.jivesoftware.wildfire.XMPPContextListener
 
ContextMap - Class in org.jivesoftware.util.log
The ContextMap contains non-hierarchical context information relevent to a particular LogEvent.
ContextMap() - Constructor for class org.jivesoftware.util.log.ContextMap
Default constructor.
ContextMap(ContextMap) - Constructor for class org.jivesoftware.util.log.ContextMap
Constructor that sets parent contextMap.
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.
createAuthFailureEvent(Session, String, String) - Static method in class org.jivesoftware.wildfire.audit.SessionEvent
Create an event associated with the failure of a session to authenticate.
createAuthSuccessEvent(Session) - Static method in class org.jivesoftware.wildfire.audit.SessionEvent
Create an event associated with a successful authentication.
createClientHttpSession(long, InetAddress, StreamID) - Method in class org.jivesoftware.wildfire.SessionManager
 
createClientSession(String, String) - Method in class org.jivesoftware.wildfire.multiplex.ConnectionMultiplexerManager
Creates a new client session that was established to the specified connection manager.
createClientSession(Connection) - Method in class org.jivesoftware.wildfire.SessionManager
Creates a new ClientSession.
createClientSession(Connection, StreamID) - Method in class org.jivesoftware.wildfire.SessionManager
Creates a new ClientSession with the specified streamID.
createComponentSession(Connection) - Method in class org.jivesoftware.wildfire.SessionManager
 
createConnectEvent(Session) - Static method in class org.jivesoftware.wildfire.audit.SessionEvent
Create an event associated with the initial connection of a session before the stream is created.
createCopy() - Method in class org.jivesoftware.wildfire.multiplex.Route
Returns a deep copy of this route packet.
createCopy() - Method in class org.xmpp.forms.DataForm
 
createCopy() - Method in class org.xmpp.packet.IQ
Returns a deep copy of this IQ.
createCopy() - Method in class org.xmpp.packet.Message
Returns a deep copy of this Message.
createCopy() - Method in class org.xmpp.packet.Packet
Creates a deep copy of this packet.
createCopy() - Method in class org.xmpp.packet.PacketExtension
Creates a deep copy of this packet extension.
createCopy() - Method in class org.xmpp.packet.Presence
Returns a deep copy of this Presence.
createCopy() - Method in class org.xmpp.packet.Roster
Returns a deep copy of this Roster.
createDefaultConfiguration(PubSubService, DefaultNodeConfiguration) - Static method in class org.jivesoftware.wildfire.pubsub.PubSubPersistenceManager
Creates a new default node configuration for the specified service.
createDefaultSessionFilter() - Static method in class org.jivesoftware.wildfire.SessionResultFilter
Creates a default SessionResultFilter: no filtering with results sorted by user (ascending).
createDigest(String, String) - Static method in class org.jivesoftware.wildfire.auth.AuthFactory
Returns a digest given a token and password, according to JEP-0078.
createDigest(String, JID, JID) - Static method in class org.jivesoftware.wildfire.filetransfer.proxy.ProxyConnectionManager
Creates the digest needed for a byte stream.
createDisconnectEvent(Session) - Static method in class org.jivesoftware.wildfire.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.wildfire.group.DefaultGroupProvider
 
createGroup(String) - Method in class org.jivesoftware.wildfire.group.GroupManager
Factory method for creating a new Group.
createGroup(String) - Method in interface org.jivesoftware.wildfire.group.GroupProvider
Creates a group with the given name (optional operation).
createGroup(String) - Method in class org.jivesoftware.wildfire.group.JDBCGroupProvider
Always throws an UnsupportedOperationException because JDBC groups are read-only.
createGroup(String) - Method in class org.jivesoftware.wildfire.ldap.LdapGroupProvider
Always throws an UnsupportedOperationException because LDAP groups are read-only.
createImageIcon(Image) - Static method in class org.jivesoftware.wildfire.launcher.GraphicUtils
 
createIncomingServerSession(Connection, StreamID) - Method in class org.jivesoftware.wildfire.SessionManager
Creates a session for a remote server.
createIncomingSession(XMPPPacketReader) - Method in class org.jivesoftware.wildfire.server.ServerDialback
Returns a new IncomingServerSession with a domain validated by the Authoritative Server.
createItem(String, RosterItem) - Method in class org.jivesoftware.wildfire.roster.RosterItemProvider
Creates a new roster item for the given user (optional operation).
createJID(String, String) - Method in class org.jivesoftware.wildfire.XMPPServer
Creates an XMPPAddress local to this server.
createMimeMessage() - Method in class org.jivesoftware.util.EmailService
Factory method to return a blank JavaMail message.
createMultiplexerSession(Connection, JID) - Method in class org.jivesoftware.wildfire.SessionManager
Creates a new ConnectionMultiplexerSession.
createNode(PubSubService, Node) - Static method in class org.jivesoftware.wildfire.pubsub.PubSubPersistenceManager
Creates and stores the node configuration in the database.
createOutgoingSession(String, String, int) - Method in class org.jivesoftware.wildfire.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.wildfire.muc.MUCRoom
Create a new presence in this room for the given role.
createPresence(Presence.Type) - Method in class org.jivesoftware.wildfire.muc.spi.MUCRoomImpl
 
createPrivacyList(String, String, Element) - Method in class org.jivesoftware.wildfire.privacy.PrivacyListManager
Creates a new privacy list for the specified user.
createPrivacyList(String, PrivacyList) - Method in class org.jivesoftware.wildfire.privacy.PrivacyListProvider
Creates and saves the new privacy list to the database.
createPublishedItem(PubSubService, PublishedItem) - Static method in class org.jivesoftware.wildfire.pubsub.PubSubPersistenceManager
Creates and stores the published item in the database.
createResultIQ(IQ) - Static method in class org.xmpp.packet.IQ
Convenience method to create a new IQ.Type.result IQ based on a IQ.Type.get or IQ.Type.set IQ.
createRosterItem(JID, boolean, boolean) - Method in class org.jivesoftware.wildfire.roster.Roster
Create a new item to the roster.
createRosterItem(JID, String, List<String>, boolean, boolean) - Method in class org.jivesoftware.wildfire.roster.Roster
Create a new item to the roster.
createRosterItem(Roster.Item) - Method in class org.jivesoftware.wildfire.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.
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
Creates a scroll insensitive Statement if the JDBC driver supports it, or a normal Statement otherwise.
createServerSocket(int, InetAddress) - Static method in class org.jivesoftware.wildfire.net.SSLConfig
 
createServerSocket(int) - Method in class org.jivesoftware.wildfire.net.SSLJiveServerSocketFactory
 
createServerSocket(int, int) - Method in class org.jivesoftware.wildfire.net.SSLJiveServerSocketFactory
 
createServerSocket(int, int, InetAddress) - Method in class org.jivesoftware.wildfire.net.SSLJiveServerSocketFactory
 
createSession(InetAddress, Element, HttpConnection) - Method in class org.jivesoftware.wildfire.http.HttpSessionManager
Creates an HTTP binding session which will allow a user to exchange packets with Wildfire.
createSession() - Method in class org.jivesoftware.wildfire.net.SocketReader
Uses the XPP to grab the opening stream tag and create an active session object.
createSession(XmlPullParser) - Method in class org.jivesoftware.wildfire.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.wildfire.session.ClientSession
Returns a newly created session between the server and a client.
createSession(String, XMPPPacketReader, SocketConnection) - Static method in class org.jivesoftware.wildfire.session.ComponentSession
Returns a newly created session between the server and a component.
createSession(String, XmlPullParser, Connection) - Static method in class org.jivesoftware.wildfire.session.ConnectionMultiplexerSession
 
createSession(String, XMPPPacketReader, SocketConnection) - Static method in class org.jivesoftware.wildfire.session.IncomingServerSession
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(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.wildfire.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.wildfire.spi.ConnectionManagerImpl
 
createStreamEvent(Session) - Static method in class org.jivesoftware.wildfire.audit.SessionEvent
Create an event associated with the establishment of an XMPP session.
createStreamID() - Method in class org.jivesoftware.wildfire.audit.AuditStreamIDFactory
 
createStreamID() - Method in class org.jivesoftware.wildfire.spi.BasicStreamIDFactory
 
createStreamID(String) - Method in class org.jivesoftware.wildfire.spi.BasicStreamIDFactory
 
createStreamID() - Method in interface org.jivesoftware.wildfire.StreamIDFactory
Generate a stream id.
createSubscribePresence(JID, boolean) - Method in class org.jivesoftware.wildfire.handler.PresenceUpdateHandler
 
createSubscription(IQ, JID, JID, boolean, DataForm) - Method in class org.jivesoftware.wildfire.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.
createTime - Variable in class org.jivesoftware.database.ConnectionWrapper
 
createToolTip(String, int) - Static method in class org.jivesoftware.wildfire.launcher.GraphicUtils
 
createToolTip(String) - Static method in class org.jivesoftware.wildfire.launcher.GraphicUtils
 
createUser(String, String, String, String) - Method in class org.jivesoftware.wildfire.ldap.LdapUserProvider
 
createUser(String, String, String, String) - Method in class org.jivesoftware.wildfire.user.DefaultUserProvider
 
createUser(String, String, String, String) - Method in class org.jivesoftware.wildfire.user.JDBCUserProvider
 
createUser(String, String, String, String) - Method in class org.jivesoftware.wildfire.user.UserManager
Creates a new User.
createUser(String, String, String, String) - Method in interface org.jivesoftware.wildfire.user.UserProvider
Creates a new user.
createVCard(String, Element) - Method in class org.jivesoftware.wildfire.ldap.LdapVCardProvider
 
createVCard(String, Element) - Method in class org.jivesoftware.wildfire.vcard.DefaultVCardProvider
 
createVCard(String, Element) - Method in interface org.jivesoftware.wildfire.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.wildfire.pubsub.Node
The datetime when the node was created.
creator - Variable in class org.jivesoftware.wildfire.pubsub.Node
The JID of the node creator.
cullCache() - Method in class org.jivesoftware.util.Cache
Removes objects from cache if the cache is too full.
currentFile() - Method in class org.jivesoftware.util.log.output.io.rotate.ExpandingFileStrategy
 
currentFile() - Method in interface org.jivesoftware.util.log.output.io.rotate.FileStrategy
Get the current logfile
currentFile() - Method in class org.jivesoftware.util.log.output.io.rotate.RevolvingFileStrategy
 
currentFile() - Method in class org.jivesoftware.util.log.output.io.rotate.UniqueFileStrategy
 

D

DataForm - Interface in org.jivesoftware.wildfire.forms
Represents a form that could be use for gathering data as well as for reporting data returned from a search.
DataForm - Class in org.xmpp.forms
Represents a form that could be use for gathering data as well as for reporting data returned from a search.
DataForm(DataForm.Type) - Constructor for class org.xmpp.forms.DataForm
 
DataForm(Element) - Constructor for class org.xmpp.forms.DataForm
 
DataForm.Type - Enum in org.xmpp.forms
Type-safe enumeration to represent the type of the Data forms.
dataformXSLT - Variable in class org.jivesoftware.wildfire.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.wildfire.mediaproxy
Listener for datagram packets received.
datagramReceived(DatagramPacket) - Method in interface org.jivesoftware.wildfire.mediaproxy.DatagramListener
Called when a datagram is received.
datagramReceived(DatagramPacket) - Method in class org.jivesoftware.wildfire.mediaproxy.DynamicAddressChannel
Implement DatagramListener method.
datagramReceived(DatagramPacket) - Method in class org.jivesoftware.wildfire.mediaproxy.MediaProxySession
Implement DatagramListener to timestamp last packet arrived
DATE - Static variable in interface org.jivesoftware.wildfire.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
 
debug(Throwable) - Static method in class org.jivesoftware.util.Log
 
debug(String, Throwable) - Static method in class org.jivesoftware.util.Log
 
debug(String, Throwable) - Method in class org.jivesoftware.util.log.Logger
Log a debug priority event.
debug(String) - Method in class org.jivesoftware.util.log.Logger
Log a debug priority event.
DEBUG - Static variable in class org.jivesoftware.util.log.Priority
Developer orientated messages, usually used during development of product.
debug(String, Throwable) - Method in class org.jivesoftware.util.log.util.JettyLog
 
debug(String, Object, Object) - Method in class org.jivesoftware.util.log.util.JettyLog
 
debug(String) - Method in interface org.xmpp.component.Log
Logs a debug message.
debug(String, Throwable) - Method in interface org.xmpp.component.Log
Logs a debug message.
debug(Throwable) - Method in interface org.xmpp.component.Log
Logs a debug message.
decodeBase64(String) - Static method in class org.jivesoftware.util.StringUtils
Decodes a base64 String.
decodeHex(String) - Static method in class org.jivesoftware.util.StringUtils
Turns a hex encoded string into a byte array.
decodeVersion(String) - Static method in class org.jivesoftware.wildfire.session.Session
 
decryptPassword(String) - Static method in class org.jivesoftware.wildfire.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.wildfire.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.wildfire.filetransfer.proxy.FileTransferProxy
Whether or not the file transfer proxy is enabled by default.
DEFAULT_MULTIPLEX_PORT - Static variable in interface org.jivesoftware.wildfire.ConnectionManager
The default XMPP port for connection multiplex.
DEFAULT_PORT - Static variable in interface org.jivesoftware.wildfire.ConnectionManager
The default XMPP port for clients.
DEFAULT_PORT - Static variable in class org.jivesoftware.wildfire.filetransfer.proxy.FileTransferProxy
The default port of the file transfer proxy
DEFAULT_SERVER_PORT - Static variable in interface org.jivesoftware.wildfire.ConnectionManager
The default XMPP port for server2server communication.
DEFAULT_SSL_PORT - Static variable in interface org.jivesoftware.wildfire.ConnectionManager
The default legacy Jabber port for SSL traffic.
DefaultAuthorizationPolicy - Class in org.jivesoftware.wildfire.sasl
This policy will authorize any principal that matches exactly the full JID (REALM and server name must be the same if using GSSAPI) or any principal that matches exactly the username (without REALM or server name).
DefaultAuthorizationPolicy() - Constructor for class org.jivesoftware.wildfire.sasl.DefaultAuthorizationPolicy
 
DefaultAuthorizationProvider - Class in org.jivesoftware.wildfire.sasl
Provider for authorization using the default storage database.
DefaultAuthorizationProvider() - Constructor for class org.jivesoftware.wildfire.sasl.DefaultAuthorizationProvider
 
DefaultAuthProvider - Class in org.jivesoftware.wildfire.auth
Default AuthProvider implementation.
DefaultAuthProvider() - Constructor for class org.jivesoftware.wildfire.auth.DefaultAuthProvider
Constructs a new DefaultAuthProvider.
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
 
DefaultErrorHandler - Class in org.jivesoftware.util.log.util
Handle unrecoverable errors that occur during logging by writing to standard error.
DefaultErrorHandler() - Constructor for class org.jivesoftware.util.log.util.DefaultErrorHandler
 
DefaultFileTransferManager - Class in org.jivesoftware.wildfire.filetransfer
Provides several utility methods for file transfer manager implementaions to utilize.
DefaultFileTransferManager() - Constructor for class org.jivesoftware.wildfire.filetransfer.DefaultFileTransferManager
Default constructor creates the cache.
DefaultGroupProvider - Class in org.jivesoftware.wildfire.group
Database implementation of the GroupManager interface.
DefaultGroupProvider() - Constructor for class org.jivesoftware.wildfire.group.DefaultGroupProvider
 
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.wildfire.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.wildfire.pubsub.DefaultNodeConfiguration
 
DefaultProxyTransfer - Class in org.jivesoftware.wildfire.filetransfer.proxy
Tracks the different connections related to a file transfer.
DefaultProxyTransfer() - Constructor for class org.jivesoftware.wildfire.filetransfer.proxy.DefaultProxyTransfer
 
DefaultUserProvider - Class in org.jivesoftware.wildfire.user
Default implementation of the UserProvider interface, which reads and writes data from the jiveUser database table.
DefaultUserProvider() - Constructor for class org.jivesoftware.wildfire.user.DefaultUserProvider
 
DefaultVCardProvider - Class in org.jivesoftware.wildfire.vcard
Default implementation of the VCardProvider interface, which reads and writes data from the jiveVCard database table.
DefaultVCardProvider() - Constructor for class org.jivesoftware.wildfire.vcard.DefaultVCardProvider
 
delete() - Method in class org.jivesoftware.wildfire.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.wildfire.component.ExternalComponentManager
Removes any existing defined permission and configuration for the specified external component.
deleteConfiguration(String) - Static method in class org.jivesoftware.wildfire.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
Clears all entries out of cache where the entries are older than the maximum defined age.
deleteExtension(String, String) - Method in class org.xmpp.packet.IQ
Deletes the first element whose element name and namespace matches the specified element name and namespace in this packet's child element.
deleteExtension(String, String) - Method in class org.xmpp.packet.Packet
Deletes the first element whose element name and namespace matches the specified element name and namespace.
deleteFromDB(MUCRoom) - Static method in class org.jivesoftware.wildfire.muc.spi.MUCPersistenceManager
Removes the room configuration and its affiliates from the database.
DeleteGroup - Class in org.jivesoftware.wildfire.commands.admin.group
Command that allows to delete existing groups.
DeleteGroup() - Constructor for class org.jivesoftware.wildfire.commands.admin.group.DeleteGroup
 
deleteGroup(String) - Method in class org.jivesoftware.wildfire.group.DefaultGroupProvider
 
deleteGroup(Group) - Method in class org.jivesoftware.wildfire.group.GroupManager
Deletes a group from the system.
deleteGroup(String) - Method in interface org.jivesoftware.wildfire.group.GroupProvider
Deletes the group (optional operation).
deleteGroup(String) - Method in class org.jivesoftware.wildfire.group.JDBCGroupProvider
Always throws an UnsupportedOperationException because JDBC groups are read-only.
deleteGroup(String) - Method in class org.jivesoftware.wildfire.ldap.LdapGroupProvider
Always throws an UnsupportedOperationException because LDAP groups are read-only.
DeleteGroupUsers - Class in org.jivesoftware.wildfire.commands.admin.group
Command that allows to delete members or admins from a given group.
DeleteGroupUsers() - Constructor for class org.jivesoftware.wildfire.commands.admin.group.DeleteGroupUsers
 
deleteItem(String, long) - Method in class org.jivesoftware.wildfire.roster.RosterItemProvider
Delete the roster item with the given itemJID for the user (optional operation).
deleteItems(List<PublishedItem>) - Method in class org.jivesoftware.wildfire.pubsub.LeafNode
Deletes the list of published items from the node.
deleteMember(String, JID) - Method in class org.jivesoftware.wildfire.group.DefaultGroupProvider
 
deleteMember(String, JID) - Method in interface org.jivesoftware.wildfire.group.GroupProvider
Deletes an entity from a group (optional operation).
deleteMember(String, JID) - Method in class org.jivesoftware.wildfire.group.JDBCGroupProvider
Always throws an UnsupportedOperationException because JDBC groups are read-only.
deleteMember(String, JID) - Method in class org.jivesoftware.wildfire.ldap.LdapGroupProvider
Always throws an UnsupportedOperationException because LDAP groups are read-only.
deleteMessage(String, Date) - Method in class org.jivesoftware.wildfire.OfflineMessageStore
Deletes the specified offline message in the store for a user.
deleteMessages(String) - Method in class org.jivesoftware.wildfire.OfflineMessageStore
Deletes all offline messages in the store for a user.
deletePrivacyList(String, String) - Method in class org.jivesoftware.wildfire.privacy.PrivacyListManager
Deletes an existing privacy list of a user.
deletePrivacyList(String, String) - Method in class org.jivesoftware.wildfire.privacy.PrivacyListProvider
Deletes an existing privacy list from the database.
deletePrivacyLists(String) - Method in class org.jivesoftware.wildfire.privacy.PrivacyListManager
Deletes all privacy lists of a user.
deletePrivacyLists(String) - Method in class org.jivesoftware.wildfire.privacy.PrivacyListProvider
Deletes all existing privacy list from the database for the given user.
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.wildfire.roster.RosterManager
Removes the entire roster of a given user.
deleteRosterItem(JID, boolean) - Method in class org.jivesoftware.wildfire.roster.Roster
Remove a user from the roster.
deleteUser(User) - Method in class org.jivesoftware.wildfire.group.GroupManager
Deletes a user from all the groups where he/she belongs.
deleteUser(String) - Method in class org.jivesoftware.wildfire.ldap.LdapUserProvider
 
deleteUser(String) - Method in class org.jivesoftware.wildfire.user.DefaultUserProvider
 
deleteUser(String) - Method in class org.jivesoftware.wildfire.user.JDBCUserProvider
 
deleteUser(User) - Method in class org.jivesoftware.wildfire.user.UserManager
Deletes a user (optional operation).
deleteUser(String) - Method in interface org.jivesoftware.wildfire.user.UserProvider
Delets a user.
deleteVCard(String) - Method in class org.jivesoftware.wildfire.ldap.LdapVCardProvider
 
deleteVCard(String) - Method in class org.jivesoftware.wildfire.vcard.DefaultVCardProvider
 
deleteVCard(String) - Method in class org.jivesoftware.wildfire.vcard.VCardManager
Deletes the user's vCard from the user account.
deleteVCard(String) - Method in interface org.jivesoftware.wildfire.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.wildfire.pubsub.CollectionNode
 
deletingNode() - Method in class org.jivesoftware.wildfire.pubsub.LeafNode
 
deletingNode() - Method in class org.jivesoftware.wildfire.pubsub.Node
Notification message indicating that the node is being deleted.
deliver(Packet) - Method in interface org.jivesoftware.wildfire.Connection
Delivers the packet to this connection without checking the recipient.
deliver(Packet) - Method in class org.jivesoftware.wildfire.http.HttpSession.HttpVirtualConnection
 
deliver(Packet) - Method in class org.jivesoftware.wildfire.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.wildfire.multiplex.MultiplexerPacketDeliverer
 
deliver(Packet) - Method in class org.jivesoftware.wildfire.net.SocketConnection
 
deliver(Packet) - Method in class org.jivesoftware.wildfire.nio.NIOConnection
 
deliver(Packet) - Method in interface org.jivesoftware.wildfire.PacketDeliverer
Delivers the given packet based on packet recipient and sender.
deliver(Packet) - Method in class org.jivesoftware.wildfire.spi.PacketDelivererImpl
 
deliver(Packet) - Method in class org.jivesoftware.wildfire.spi.PacketTransporterImpl
Delivers the given packet based on packet recipient and sender.
deliverBody(String) - Method in class org.jivesoftware.wildfire.http.HttpConnection
Delivers content to the client.
deliverer - Variable in class org.jivesoftware.wildfire.handler.IQHandler
 
deliverHandler - Variable in class org.jivesoftware.wildfire.spi.PacketDelivererImpl
The handler that does the actual delivery (could be a channel instead)
deliverPayloads - Variable in class org.jivesoftware.wildfire.pubsub.Node
Flag that indicates whether to deliver payloads with event notifications.
deliverRawText(String) - Method in interface org.jivesoftware.wildfire.Connection
Delivers raw text to this connection.
deliverRawText(String) - Method in class org.jivesoftware.wildfire.http.HttpSession.HttpVirtualConnection
 
deliverRawText(String) - Method in class org.jivesoftware.wildfire.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.wildfire.net.SocketConnection
 
deliverRawText(String) - Method in class org.jivesoftware.wildfire.nio.NIOConnection
 
DESCENDING - Static variable in class org.jivesoftware.wildfire.SessionResultFilter
Descending sort (ie 3, 2, 1...).
description() - Method in class org.jivesoftware.wildfire.ldap.LdapAuthorizationProvider
Returns a description of the Policy
description - Variable in class org.jivesoftware.wildfire.pubsub.Node
A description of the node.
description() - Method in class org.jivesoftware.wildfire.sasl.AbstractAuthorizationPolicy
Returns a description of the Policy
description() - Method in class org.jivesoftware.wildfire.sasl.AbstractAuthorizationProvider
Returns a description of the Policy
description() - Method in class org.jivesoftware.wildfire.sasl.DefaultAuthorizationPolicy
Returns a description of the Policy
description() - Method in class org.jivesoftware.wildfire.sasl.DefaultAuthorizationProvider
Returns a description of the Policy
description() - Method in class org.jivesoftware.wildfire.sasl.LazyAuthorizationPolicy
Returns a description of the Policy
description() - Method in class org.jivesoftware.wildfire.sasl.StrictAuthorizationPolicy
Returns a description of the Policy
description() - Method in class org.jivesoftware.wildfire.sasl.UnixK5LoginProvider
Returns a description of the Policy
destroy() - Method in class org.jivesoftware.admin.AuthCheckFilter
 
destroy() - Method in class org.jivesoftware.admin.PluginFilter
 
destroy() - Method in class org.jivesoftware.database.ConnectionPool
 
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.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
 
destroy() - Method in class org.jivesoftware.wildfire.container.BasicModule
Destroys the module.
destroy() - Method in interface org.jivesoftware.wildfire.container.Module
Module should free all resources and prepare for deallocation.
destroy() - Method in class org.jivesoftware.wildfire.container.PluginClassLoader
Destroys this class loader.
destroy() - Method in class org.jivesoftware.wildfire.filetransfer.proxy.FileTransferProxy
 
destroy() - Method in class org.jivesoftware.wildfire.http.HttpBindServlet
 
destroy() - Method in class org.jivesoftware.wildfire.net.MulticastDNSService
 
destroy() - Method in class org.jivesoftware.wildfire.stun.STUNService
 
destroyConnectionProvider() - Static method in class org.jivesoftware.database.DbConnectionManager
Destroys the currennt connection provider.
destroyPlugin() - Method in class org.jivesoftware.wildfire.container.AdminConsolePlugin
 
destroyPlugin() - Method in interface org.jivesoftware.wildfire.container.Plugin
Destroys the plugin.
destroyRoom(String, String) - Method in interface org.jivesoftware.wildfire.muc.MUCRoom
Destroys the room.
destroyRoom(String, String) - Method in class org.jivesoftware.wildfire.muc.spi.MUCRoomImpl
 
DestroyRoom - Class in org.xmpp.muc
DestroyRoom is a packet that when sent will ask the server to destroy a given room.
DestroyRoom(JID, String) - Constructor for class org.xmpp.muc.DestroyRoom
Creates a new DestroyRoom with the reason for the destruction and an alternate room JID.
directedPresenceSent(Presence, ChannelHandler, String) - Method in class org.jivesoftware.wildfire.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.wildfire.launcher.DroppableFrame
Notified when a directory has been dropped onto the frame.
directoryDropped(File) - Method in class org.jivesoftware.wildfire.launcher.DroppableTextPane
Notified when a directory has been dropped onto the frame.
disable() - Method in class org.jivesoftware.wildfire.filetransfer.proxy.ProxyConnectionManager
 
DiscoInfoProvider - Interface in org.jivesoftware.wildfire.disco
A DiscoInfoProvider is responsible for providing information about a JID's name and its node.
DiscoItem - Interface in org.jivesoftware.wildfire.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.
DiscoItemsProvider - Interface in org.jivesoftware.wildfire.disco
A DiscoItemsProvider is responsible for providing the items associated with a JID's name and node.
DiscoServerItem - Interface in org.jivesoftware.wildfire.disco
Represent a DiscoItem provided by the server.
dispatchAgentStopped() - Method in class org.jivesoftware.wildfire.mediaproxy.MediaProxySession
Dispatch Stop Event
dispatchEvent(String, PropertyEventDispatcher.EventType, Map<String, Object>) - Static method in class org.jivesoftware.util.PropertyEventDispatcher
Dispatches an event to all listeners.
dispatchEvent(Group, GroupEventDispatcher.EventType, Map) - Static method in class org.jivesoftware.wildfire.event.GroupEventDispatcher
Dispatches an event to all listeners.
dispatchEvent(Session, SessionEventDispatcher.EventType) - Static method in class org.jivesoftware.wildfire.event.SessionEventDispatcher
Dispatches an event to all listeners.
dispatchEvent(User, UserEventDispatcher.EventType, Map) - Static method in class org.jivesoftware.wildfire.event.UserEventDispatcher
Dispatches an event to all listeners.
DNSUtil - Class in org.jivesoftware.wildfire.net
Utilty class to perform DNS lookups for XMPP services.
DNSUtil() - Constructor for class org.jivesoftware.wildfire.net.DNSUtil
 
DNSUtil.HostAddress - Class in org.jivesoftware.wildfire.net
Encapsulates a hostname and port.
docFactory - Static variable in class org.jivesoftware.wildfire.update.UpdateManager
 
docFactory - Static variable in class org.xmpp.packet.Packet
 
docFactory - Static variable in class org.xmpp.packet.PacketExtension
 
doDecode(IoSession, ByteBuffer, ProtocolDecoderOutput) - Method in class org.jivesoftware.wildfire.nio.XMPPDecoder
 
doEndTag() - Method in class org.jivesoftware.admin.SidebarTag
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.util.FaviconServlet
Retrieve the image based on it's name.
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.jivesoftware.wildfire.container.PluginIconServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.jivesoftware.wildfire.http.FlashCrossDomainServlet
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.jivesoftware.wildfire.http.HttpBindServlet
 
doProcessEvent(LogEvent) - Method in class org.jivesoftware.util.log.output.AbstractOutputTarget
 
doProcessEvent(LogEvent) - Method in class org.jivesoftware.util.log.output.AbstractTarget
Process a log event, via formatting and outputting it.
doProcessEvent(LogEvent) - Method in class org.jivesoftware.util.log.output.AsyncLogTarget
Process a log event by adding it to queue.
doStartTag() - Method in class org.jivesoftware.admin.SidebarTag
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.
doTransfer() - Method in class org.jivesoftware.wildfire.filetransfer.proxy.DefaultProxyTransfer
 
doTransfer() - Method in interface org.jivesoftware.wildfire.filetransfer.proxy.ProxyTransfer
Transfers the file from the initiator to the target.
downloadPlugin(String) - Method in class org.jivesoftware.wildfire.update.PluginDownloadManager
Starts the download process of a given plugin with it's URL.
downloadPlugin(String) - Method in class org.jivesoftware.wildfire.update.UpdateManager
Download and install latest version of plugin.
DownloadStatus - Class in org.jivesoftware.wildfire.update
Simple data model to handle success/failure of downloads using AJAX.
DownloadStatus() - Constructor for class org.jivesoftware.wildfire.update.DownloadStatus
 
dragDropEnd(DragSourceDropEvent) - Method in class org.jivesoftware.wildfire.launcher.DroppableFrame
 
dragDropEnd(DragSourceDropEvent) - Method in class org.jivesoftware.wildfire.launcher.DroppableTextPane
 
dragEnter(DragSourceDragEvent) - Method in class org.jivesoftware.wildfire.launcher.DroppableFrame
 
dragEnter(DropTargetDragEvent) - Method in class org.jivesoftware.wildfire.launcher.DroppableFrame
 
dragEnter(DragSourceDragEvent) - Method in class org.jivesoftware.wildfire.launcher.DroppableTextPane
 
dragEnter(DropTargetDragEvent) - Method in class org.jivesoftware.wildfire.launcher.DroppableTextPane
 
dragExit(DragSourceEvent) - Method in class org.jivesoftware.wildfire.launcher.DroppableFrame
 
dragExit(DropTargetEvent) - Method in class org.jivesoftware.wildfire.launcher.DroppableFrame
 
dragExit(DragSourceEvent) - Method in class org.jivesoftware.wildfire.launcher.DroppableTextPane
 
dragExit(DropTargetEvent) - Method in class org.jivesoftware.wildfire.launcher.DroppableTextPane
 
dragGestureRecognized(DragGestureEvent) - Method in class org.jivesoftware.wildfire.launcher.DroppableFrame
 
dragGestureRecognized(DragGestureEvent) - Method in class org.jivesoftware.wildfire.launcher.DroppableTextPane
 
dragOver(DragSourceDragEvent) - Method in class org.jivesoftware.wildfire.launcher.DroppableFrame
 
dragOver(DropTargetDragEvent) - Method in class org.jivesoftware.wildfire.launcher.DroppableFrame
 
dragOver(DragSourceDragEvent) - Method in class org.jivesoftware.wildfire.launcher.DroppableTextPane
 
dragOver(DropTargetDragEvent) - Method in class org.jivesoftware.wildfire.launcher.DroppableTextPane
 
drawHighlightBorder(Graphics, int, int, int, int, boolean, Color, Color) - Static method in class org.jivesoftware.wildfire.launcher.GraphicUtils
Draws a single-line highlight border rectangle.
drop(DropTargetDropEvent) - Method in class org.jivesoftware.wildfire.launcher.DroppableFrame
 
drop(DropTargetDropEvent) - Method in class org.jivesoftware.wildfire.launcher.DroppableTextPane
 
dropActionChanged(DragSourceDragEvent) - Method in class org.jivesoftware.wildfire.launcher.DroppableFrame
 
dropActionChanged(DropTargetDragEvent) - Method in class org.jivesoftware.wildfire.launcher.DroppableFrame
 
dropActionChanged(DragSourceDragEvent) - Method in class org.jivesoftware.wildfire.launcher.DroppableTextPane
 
dropActionChanged(DropTargetDragEvent) - Method in class org.jivesoftware.wildfire.launcher.DroppableTextPane
 
DroppableFrame - Class in org.jivesoftware.wildfire.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.wildfire.launcher.DroppableFrame
Creates a droppable rame.
DroppableTextPane - Class in org.jivesoftware.wildfire.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.wildfire.launcher.DroppableTextPane
Creates a droppable text pane.
DynamicAddressChannel - Class in org.jivesoftware.wildfire.mediaproxy
Listen packets from defined dataSocket and send packets to the defined host.
DynamicAddressChannel(DatagramSocket, InetAddress, int) - Constructor for class org.jivesoftware.wildfire.mediaproxy.DynamicAddressChannel
Default Channel Constructor

E

Echo - Class in org.jivesoftware.wildfire.mediaproxy
 
Echo(int) - Constructor for class org.jivesoftware.wildfire.mediaproxy.Echo
 
element - Variable in class org.xmpp.packet.Packet
 
element - Variable in class org.xmpp.packet.PacketExtension
 
ELEMENT_NAME - Static variable in class org.xmpp.forms.DataForm
Element name of the packet extension.
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.wildfire.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
 
enableClientListener(boolean) - Method in interface org.jivesoftware.wildfire.ConnectionManager
Sets if the port listener for unsecured clients will be available or not.
enableClientListener(boolean) - Method in class org.jivesoftware.wildfire.spi.ConnectionManagerImpl
 
enableClientSSLListener(boolean) - Method in interface org.jivesoftware.wildfire.ConnectionManager
Sets if the port listener for secured clients will be available or not.
enableClientSSLListener(boolean) - Method in class org.jivesoftware.wildfire.spi.ConnectionManagerImpl
 
enableComponentListener(boolean) - Method in interface org.jivesoftware.wildfire.ConnectionManager
Sets if the port listener for external components will be available or not.
enableComponentListener(boolean) - Method in class org.jivesoftware.wildfire.spi.ConnectionManagerImpl
 
enableConnectionManagerListener(boolean) - Method in interface org.jivesoftware.wildfire.ConnectionManager
Sets if the port listener for connection managers will be available or not.
enableConnectionManagerListener(boolean) - Method in class org.jivesoftware.wildfire.spi.ConnectionManagerImpl
 
enableFileTransferProxy(boolean) - Method in class org.jivesoftware.wildfire.filetransfer.proxy.FileTransferProxy
 
enableLogging(boolean) - Method in class org.jivesoftware.wildfire.net.TLSWrapper
 
enableServerListener(boolean) - Method in interface org.jivesoftware.wildfire.ConnectionManager
Sets if the port listener for remote servers will be available or not.
enableServerListener(boolean) - Method in class org.jivesoftware.wildfire.spi.ConnectionManagerImpl
 
enableService(boolean) - Method in interface org.jivesoftware.wildfire.muc.MultiUserChatServer
Enables or disables the MUC service.
enableService(boolean) - Method in class org.jivesoftware.wildfire.muc.spi.MultiUserChatServerImpl
 
encode(IoSession, Object, ProtocolEncoderOutput) - Method in class org.jivesoftware.wildfire.nio.XMPPEncoder
 
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.
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.
encryptPassword(String) - Static method in class org.jivesoftware.wildfire.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
 
entrySet() - Method in class org.jivesoftware.util.Cache
 
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.util.Enum
 
equals(Object) - Method in class org.jivesoftware.util.IntEnum
 
equals(Object) - Method in class org.jivesoftware.wildfire.group.Group
 
equals(Object) - Method in class org.jivesoftware.wildfire.privacy.PrivacyList
 
equals(Object) - Method in class org.jivesoftware.wildfire.SessionResultFilter
 
equals(Object) - Method in class org.jivesoftware.wildfire.user.User
 
equals(Object) - Method in class org.xmpp.packet.JID
 
equals(String, String) - Static method in class org.xmpp.packet.JID
Returns true if two JID's are equivalent.
error(String) - Static method in class org.jivesoftware.util.Log
 
error(Throwable) - Static method in class org.jivesoftware.util.Log
 
error(String, Throwable) - Static method in class org.jivesoftware.util.Log
 
error(String, Throwable, LogEvent) - Method in interface org.jivesoftware.util.log.ErrorHandler
Log an unrecoverable error.
error(String, Throwable) - Method in class org.jivesoftware.util.log.Logger
Log a error priority event.
error(String) - Method in class org.jivesoftware.util.log.Logger
Log a error priority event.
error(String, Throwable) - Method in class org.jivesoftware.util.log.output.AbstractTarget
Deprecated. Use getErrorHandler().error(...) directly
ERROR - Static variable in class org.jivesoftware.util.log.Priority
A problem has occurred but it is not fatal.
error(String, Throwable, LogEvent) - Method in class org.jivesoftware.util.log.util.DefaultErrorHandler
Log an unrecoverable error.
error(String) - Method in interface org.xmpp.component.Log
Logs an error.
error(String, Throwable) - Method in interface org.xmpp.component.Log
Logs an error.
error(Throwable) - Method in interface org.xmpp.component.Log
Logs an error.
ErrorAware - Interface in org.jivesoftware.util.log
Interface implemented by components that wish to delegate ErrorHandling to an ErrorHandler.
ErrorHandler - Interface in org.jivesoftware.util.log
Handle unrecoverable errors that occur during logging.
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.
escapeNode(String) - Static method in class org.xmpp.packet.JID
Escapes the node portion of a JID according to "JID Escaping" (JEP-0106).
exception - Variable in class org.jivesoftware.database.ConnectionWrapper
 
exceptionCaught(IoSession, Throwable) - Method in class org.jivesoftware.wildfire.nio.ConnectionHandler
 
execute(SessionData, Element) - Method in class org.jivesoftware.wildfire.commands.AdHocCommand
Executes the command with the specified session data.
execute(SessionData, Element) - Method in class org.jivesoftware.wildfire.commands.admin.GetListActiveUsers
 
execute(SessionData, Element) - Method in class org.jivesoftware.wildfire.commands.admin.GetNumberActiveUsers
 
execute(SessionData, Element) - Method in class org.jivesoftware.wildfire.commands.admin.GetNumberOnlineUsers
 
execute(SessionData, Element) - Method in class org.jivesoftware.wildfire.commands.admin.GetNumberUserSessions
 
execute(SessionData, Element) - Method in class org.jivesoftware.wildfire.commands.admin.GetServerStats
 
execute(SessionData, Element) - Method in class org.jivesoftware.wildfire.commands.admin.GetUsersPresence
 
execute(SessionData, Element) - Method in class org.jivesoftware.wildfire.commands.admin.group.AddGroup
 
execute(SessionData, Element) - Method in class org.jivesoftware.wildfire.commands.admin.group.AddGroupUsers
 
execute(SessionData, Element) - Method in class org.jivesoftware.wildfire.commands.admin.group.DeleteGroup
 
execute(SessionData, Element) - Method in class org.jivesoftware.wildfire.commands.admin.group.DeleteGroupUsers
 
execute(SessionData, Element) - Method in class org.jivesoftware.wildfire.commands.admin.group.GetListGroups
 
execute(SessionData, Element) - Method in class org.jivesoftware.wildfire.commands.admin.group.GetListGroupUsers
 
execute(SessionData, Element) - Method in class org.jivesoftware.wildfire.commands.admin.group.UpdateGroup
 
execute(SessionData, Element) - Method in class org.jivesoftware.wildfire.commands.admin.HttpBindStatus
 
execute(SessionData, Element) - Method in class org.jivesoftware.wildfire.commands.admin.PacketsNotification
 
execute(SessionData, Element) - Method in class org.jivesoftware.wildfire.commands.admin.user.AddUser
 
execute(SessionData, Element) - Method in class org.jivesoftware.wildfire.commands.admin.user.AuthenticateUser
 
execute(SessionData, Element) - Method in class org.jivesoftware.wildfire.commands.admin.user.ChangeUserPassword
 
execute(SessionData, Element) - Method in class org.jivesoftware.wildfire.commands.admin.user.UserProperties
 
ExpandingFileStrategy - Class in org.jivesoftware.util.log.output.io.rotate
strategy for naming log files based on appending revolving suffix.
ExpandingFileStrategy(String) - Constructor for class org.jivesoftware.util.log.output.io.rotate.ExpandingFileStrategy
 
ExtendedPatternFormatter - Class in org.jivesoftware.util.log.format
Formatter especially designed for debugging applications.
ExtendedPatternFormatter(String) - Constructor for class org.jivesoftware.util.log.format.ExtendedPatternFormatter
 
ExternalComponentConfiguration - Class in org.jivesoftware.wildfire.component
Holds the configuration for external components that want to connect to this server.
ExternalComponentConfiguration(String) - Constructor for class org.jivesoftware.wildfire.component.ExternalComponentConfiguration
 
ExternalComponentConfiguration.Permission - Enum in org.jivesoftware.wildfire.component
 
ExternalComponentManager - Class in org.jivesoftware.wildfire.component
Manages the connection permissions for external components.
ExternalComponentManager() - Constructor for class org.jivesoftware.wildfire.component.ExternalComponentManager
 
ExternalComponentManager.PermissionPolicy - Enum in org.jivesoftware.wildfire.component
 

F

failedLoading - Static variable in class org.jivesoftware.util.JiveGlobals
 
FastDateFormat - Class in org.jivesoftware.util
Similar to SimpleDateFormat, but faster and thread-safe.
fatal(String) - Static method in class org.jivesoftware.util.Log
 
fatal(Throwable) - Static method in class org.jivesoftware.util.Log
 
fatal(String, Throwable) - Static method in class org.jivesoftware.util.Log
 
FATAL_ERROR - Static variable in class org.jivesoftware.util.log.Priority
Something caused whole system to fail.
fatalError(String, Throwable) - Method in class org.jivesoftware.util.log.Logger
Log a fatalError priority event.
fatalError(String) - Method in class org.jivesoftware.util.log.Logger
Log a fatalError priority event.
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.wildfire.handler.IQRegisterInfo
Fields should be stored in user properties
FIELD_IN_VCARD - Static variable in interface org.jivesoftware.wildfire.handler.IQRegisterInfo
Fields should be stored in vCard
FIELD_NAMES - Static variable in interface org.jivesoftware.wildfire.handler.IQRegisterInfo
Element names of the fields, array index matches type
fileDropped(File) - Method in class org.jivesoftware.wildfire.launcher.DroppableFrame
Notified when a file has been dropped onto the frame.
fileDropped(File) - Method in class org.jivesoftware.wildfire.launcher.DroppableTextPane
Notified when a file has been dropped onto the frame.
FileStrategy - Interface in org.jivesoftware.util.log.output.io.rotate
Strategy for naming log files.
FileTarget - Class in org.jivesoftware.util.log.output.io
A basic target that writes to a File.
FileTarget(File, boolean, Formatter) - Constructor for class org.jivesoftware.util.log.output.io.FileTarget
Construct file target to send to a file with a formatter.
FileTransfer - Class in org.jivesoftware.wildfire.filetransfer
Contains all of the meta information associated with a file transfer.
FileTransfer(String, String, String, String, long, String) - Constructor for class org.jivesoftware.wildfire.filetransfer.FileTransfer
 
FileTransferInterceptor - Interface in org.jivesoftware.wildfire.filetransfer
Interface used to capture a file transfer before it begins.
FileTransferManager - Interface in org.jivesoftware.wildfire.filetransfer
Manages all file transfer currently happening originating from and/or ending at users of the server.
FileTransferProgress - Interface in org.jivesoftware.wildfire.filetransfer
An interface to track the progress of a file transfer through the server.
FileTransferProxy - Class in org.jivesoftware.wildfire.filetransfer.proxy
Manages the transfering of files between two remote entities on the jabber network.
FileTransferProxy() - Constructor for class org.jivesoftware.wildfire.filetransfer.proxy.FileTransferProxy
 
FileTransferRejectedException - Exception in org.jivesoftware.wildfire.filetransfer
Thrown by a FileTransferInterceptor when a file transfer is rejected my the Interceptor.
FileTransferRejectedException() - Constructor for exception org.jivesoftware.wildfire.filetransfer.FileTransferRejectedException
 
FileTransferRejectedException(String) - Constructor for exception org.jivesoftware.wildfire.filetransfer.FileTransferRejectedException
 
FileTransferRejectedException(Throwable) - Constructor for exception org.jivesoftware.wildfire.filetransfer.FileTransferRejectedException
 
FileTransferRejectedException(String, Throwable) - Constructor for exception org.jivesoftware.wildfire.filetransfer.FileTransferRejectedException
 
filter(LogEvent) - Method in class org.jivesoftware.util.log.filter.AbstractFilterTarget
Filter the log event.
filter(LogEvent) - Method in class org.jivesoftware.util.log.filter.PriorityFilter
Filter the log event based on priority.
FilterTarget - Interface in org.jivesoftware.util.log
A Log target which will do filtering and then pass it onto targets further along in chain.
finalize() - Method in class org.jivesoftware.database.DefaultConnectionProvider
 
finalize() - Method in class org.jivesoftware.database.EmbeddedConnectionProvider
 
findUserDN(String) - Method in class org.jivesoftware.wildfire.ldap.LdapManager
Finds a user's dn using their username.
findUserDN(String, String) - Method in class org.jivesoftware.wildfire.ldap.LdapManager
Finds a user's dn using their username in the specified baseDN.
findUsers(Set<String>, String) - Method in class org.jivesoftware.wildfire.ldap.LdapUserProvider
 
findUsers(Set<String>, String, int, int) - Method in class org.jivesoftware.wildfire.ldap.LdapUserProvider
 
findUsers(Set<String>, String) - Method in class org.jivesoftware.wildfire.user.DefaultUserProvider
 
findUsers(Set<String>, String, int, int) - Method in class org.jivesoftware.wildfire.user.DefaultUserProvider
 
findUsers(Set<String>, String) - Method in class org.jivesoftware.wildfire.user.JDBCUserProvider
 
findUsers(Set<String>, String, int, int) - Method in class org.jivesoftware.wildfire.user.JDBCUserProvider
 
findUsers(Set<String>, String) - Method in class org.jivesoftware.wildfire.user.UserManager
Searches for users based on a set of fields and a query string.
findUsers(Set<String>, String) - Method in interface org.jivesoftware.wildfire.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.wildfire.user.UserProvider
Searches for users based on a set of fields and a query string.
finished() - Method in class org.jivesoftware.wildfire.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.wildfire.XMPPServer
Finish the setup process.
fireFileTransferIntercept(FileTransferProgress, boolean) - Method in class org.jivesoftware.wildfire.filetransfer.DefaultFileTransferManager
 
fireFileTransferIntercept(FileTransferProgress, boolean) - Method in interface org.jivesoftware.wildfire.filetransfer.FileTransferManager
 
FIRST_NAME - Static variable in interface org.jivesoftware.wildfire.handler.IQRegisterInfo
The user's first name
FlashCrossDomainServlet - Class in org.jivesoftware.wildfire.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.wildfire.http.FlashCrossDomainServlet
 
flush() - Method in class org.jivesoftware.util.log.util.LoggerOutputStream
Flush data to underlying logger.
flush() - Method in class org.jivesoftware.util.XMLWriter
Flushes the underlying Writer
flush() - Method in class org.jivesoftware.wildfire.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.wildfire.nio.ByteBufferWriter
 
focusComponentOrChild(Component) - Static method in class org.jivesoftware.wildfire.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.wildfire.launcher.GraphicUtils
Puts the focus on the first component in the tree of c that can accept the focus.
ForbiddenException - Exception in org.jivesoftware.wildfire.muc
Exception used for representing that the requested operation is forbidden for the user in the MUCRoom.
ForbiddenException() - Constructor for exception org.jivesoftware.wildfire.muc.ForbiddenException
 
ForbiddenException(String) - Constructor for exception org.jivesoftware.wildfire.muc.ForbiddenException
 
ForbiddenException(Throwable) - Constructor for exception org.jivesoftware.wildfire.muc.ForbiddenException
 
ForbiddenException(String, Throwable) - Constructor for exception org.jivesoftware.wildfire.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(LogEvent) - Method in interface org.jivesoftware.util.log.format.Formatter
Serialize log event into string.
format(LogEvent) - Method in class org.jivesoftware.util.log.format.PatternFormatter
Format the event according to the pattern.
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.
formatPatternRun(LogEvent, PatternFormatter.PatternRun) - Method in class org.jivesoftware.util.log.format.ExtendedPatternFormatter
Formats a single pattern run (can be extended in subclasses).
formatPatternRun(LogEvent, PatternFormatter.PatternRun) - Method in class org.jivesoftware.util.log.format.PatternFormatter
Formats a single pattern run (can be extended in subclasses).
Formatter - Interface in org.jivesoftware.util.log.format
This defines the interface for components that wish to serialize LogEvents into Strings.
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.wildfire.forms
Represents a field of a form.
FormField - Class in org.xmpp.forms
Represents a field of a form.
FormField.Option - Class in org.xmpp.forms
Represents the available option of a given FormField.
FormField.Type - Enum in org.xmpp.forms
Type-safe enumeration to represent the field type of the Data forms.
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.wildfire.http.HttpSessionManager
Forwards a client request, which is related to a session, to the server.
freeConnection() - Method in class org.jivesoftware.database.ConnectionPool
 
fromJID - Variable in class org.xmpp.packet.Packet
 
fromLegacyCode(int) - Static method in enum org.xmpp.packet.PacketError.Condition
 
fromXMPP(String) - Static method in enum org.xmpp.forms.FormField.Type
Converts a String value into its Type representation.
fromXMPP(String) - Static method in enum org.xmpp.packet.PacketError.Condition
Converts a String value into its Condition representation.
fromXMPP(String) - Static method in enum org.xmpp.packet.PacketError.Type
Converts a String value into its Type representation.
fromXMPP(String) - Static method in enum org.xmpp.packet.StreamError.Condition
Converts a String value into its Condition representation.
FULL - Static variable in class org.jivesoftware.util.FastDateFormat
Style pattern
FULL_NAME - Static variable in class org.jivesoftware.admin.LdapUserTester
 

G

get(Object) - Method in class org.jivesoftware.util.Cache
 
get(Object) - Method in class org.jivesoftware.util.JiveProperties
 
get(String, Object) - Method in class org.jivesoftware.util.log.ContextMap
Get an entry from the context.
get(String) - Method in class org.jivesoftware.util.log.ContextMap
Get an entry from the context.
get() - Method in class org.jivesoftware.wildfire.launcher.SwingWorker
Return the value created by the construct method.
get(String, Element) - Method in class org.jivesoftware.wildfire.PrivateStorage
Returns the data stored under a key corresponding to the name and namespace of the given element.
getAcceptedIssuers() - Method in class org.jivesoftware.wildfire.net.ServerTrustManager
 
getAcceptedIssuers() - Method in class org.jivesoftware.wildfire.net.SSLJiveTrustManager
 
getAccessModel() - Method in class org.jivesoftware.wildfire.pubsub.DefaultNodeConfiguration
Returns the access model that specifies who is allowed to subscribe and retrieve items.
getAccessModel() - Method in class org.jivesoftware.wildfire.pubsub.Node
Returns the access model that specifies who is allowed to subscribe and retrieve items.
getAction() - Method in interface org.jivesoftware.wildfire.disco.DiscoItem
Returns the action (i.e.
getActions(SessionData) - Method in class org.jivesoftware.wildfire.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.wildfire.commands.admin.GetListActiveUsers
 
getActions(SessionData) - Method in class org.jivesoftware.wildfire.commands.admin.GetNumberActiveUsers
 
getActions(SessionData) - Method in class org.jivesoftware.wildfire.commands.admin.GetNumberOnlineUsers
 
getActions(SessionData) - Method in class org.jivesoftware.wildfire.commands.admin.GetNumberUserSessions
 
getActions(SessionData) - Method in class org.jivesoftware.wildfire.commands.admin.GetServerStats
 
getActions(SessionData) - Method in class org.jivesoftware.wildfire.commands.admin.GetUsersPresence
 
getActions(SessionData) - Method in class org.jivesoftware.wildfire.commands.admin.group.AddGroup
 
getActions(SessionData) - Method in class org.jivesoftware.wildfire.commands.admin.group.AddGroupUsers
 
getActions(SessionData) - Method in class org.jivesoftware.wildfire.commands.admin.group.DeleteGroup
 
getActions(SessionData) - Method in class org.jivesoftware.wildfire.commands.admin.group.DeleteGroupUsers
 
getActions(SessionData) - Method in class org.jivesoftware.wildfire.commands.admin.group.GetListGroups
 
getActions(SessionData) - Method in class org.jivesoftware.wildfire.commands.admin.group.GetListGroupUsers
 
getActions(SessionData) - Method in class org.jivesoftware.wildfire.commands.admin.group.UpdateGroup
 
getActions(SessionData) - Method in class org.jivesoftware.wildfire.commands.admin.HttpBindStatus
 
getActions(SessionData) - Method in class org.jivesoftware.wildfire.commands.admin.PacketsNotification
 
getActions(SessionData) - Method in class org.jivesoftware.wildfire.commands.admin.user.AddUser
 
getActions(SessionData) - Method in class org.jivesoftware.wildfire.commands.admin.user.AuthenticateUser
 
getActions(SessionData) - Method in class org.jivesoftware.wildfire.commands.admin.user.ChangeUserPassword
 
getActions(SessionData) - Method in class org.jivesoftware.wildfire.commands.admin.user.UserProperties
 
getActiveList() - Method in class org.jivesoftware.wildfire.session.ClientSession
Returns the Privacy list that overrides the default privacy list.
getActiveSessionCount() - Method in class org.jivesoftware.wildfire.SessionManager
Returns number of client sessions that are available.
getActiveSessionCount(String) - Method in class org.jivesoftware.wildfire.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.wildfire.component.InternalComponentManager
 
getAddress() - Method in class org.jivesoftware.wildfire.component.InternalComponentManager.RoutableComponent
 
getAddress() - Method in class org.jivesoftware.wildfire.filetransfer.proxy.FileTransferProxy
 
getAddress() - Method in class org.jivesoftware.wildfire.mediaproxy.MediaProxyService
 
getAddress() - Method in interface org.jivesoftware.wildfire.muc.MUCUser
Obtain the address of the user.
getAddress() - Method in class org.jivesoftware.wildfire.muc.spi.MUCUserImpl
 
getAddress() - Method in class org.jivesoftware.wildfire.muc.spi.MultiUserChatServerImpl
 
getAddress() - Method in class org.jivesoftware.wildfire.pubsub.PubSubModule
 
getAddress() - Method in interface org.jivesoftware.wildfire.pubsub.PubSubService
Returns the XMPP address of the service.
getAddress() - Method in interface org.jivesoftware.wildfire.RoutableChannelHandler
Returns the XMPP address.
getAddress() - Method in class org.jivesoftware.wildfire.server.OutgoingSessionPromise
 
getAddress() - Method in class org.jivesoftware.wildfire.session.Session
Obtain the address of the user.
getAddress() - Method in class org.jivesoftware.wildfire.stun.STUNService
 
getAddresses() - Method in class org.jivesoftware.wildfire.stun.STUNService
 
getAdHocCommandHandler() - Method in class org.jivesoftware.wildfire.XMPPServer
Returns the AdHocCommandHandler registered with this server.
getAdminDN() - Method in class org.jivesoftware.wildfire.ldap.LdapManager
Returns the starting admin DN that searches for admins will performed with.
getAdminPassword() - Method in class org.jivesoftware.wildfire.ldap.LdapManager
Returns the starting admin DN that searches for admins will performed with.
getAdmins() - Method in class org.jivesoftware.wildfire.group.Group
Returns a Collection of the group administrators.
getAdmins() - Method in interface org.jivesoftware.wildfire.muc.MUCRoom
Returns a collection with the current list of admins.
getAdmins() - Method in class org.jivesoftware.wildfire.muc.spi.MUCRoomImpl
 
getAdmins() - Method in class org.jivesoftware.wildfire.XMPPServer
Returns a collection with the JIDs of the server's admins.
getAdminSecurePort() - Method in class org.jivesoftware.wildfire.container.AdminConsolePlugin
Returns the SSL port on which the admin console is current operating.
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.wildfire.container.AdminConsolePlugin
Returns the non-SSL port on which the admin console is currently operating.
getAffiliate(JID) - Method in class org.jivesoftware.wildfire.pubsub.Node
Returns the NodeAffiliate of the specified JID or null if none was found.
getAffiliate() - Method in class org.jivesoftware.wildfire.pubsub.NodeSubscription
Returns the NodeAffiliate that owns this subscription.
getAffiliation() - Method in interface org.jivesoftware.wildfire.muc.MUCRole
Obtain the affiliation state of the user.
getAffiliation(String) - Method in interface org.jivesoftware.wildfire.muc.MUCRoom
Returns the affiliation state of the user in the room.
getAffiliation() - Method in class org.jivesoftware.wildfire.muc.spi.MUCRoleImpl
 
getAffiliation(String) - Method in class org.jivesoftware.wildfire.muc.spi.MUCRoomImpl
 
getAffiliation() - Method in class org.jivesoftware.wildfire.pubsub.NodeAffiliate
 
getAgents() - Method in class org.jivesoftware.wildfire.mediaproxy.MediaProxyService
Return the list of active Agents
getAllowedComponents() - Static method in class org.jivesoftware.wildfire.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.wildfire.session.ClientSession
Returns the list of IP address that are allowed to connect to the server.
getAllowedServers() - Static method in class org.jivesoftware.wildfire.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.wildfire.stats.StatisticsManager
Returns all statistics that the StatManager is tracking.
getAlternateBaseDN() - Method in class org.jivesoftware.wildfire.ldap.LdapManager
Returns the alternate starting DN that searches for users will performed with.
getAmountTransfered() - Method in interface org.jivesoftware.wildfire.filetransfer.FileTransferProgress
 
getAmountTransfered() - Method in class org.jivesoftware.wildfire.filetransfer.proxy.DefaultProxyTransfer
 
getAmountWritten() - Method in class org.jivesoftware.util.InputOutputStreamWrapper
 
getAnonymousSessionCount() - Method in class org.jivesoftware.wildfire.SessionManager
 
getAnonymousSessions() - Method in class org.jivesoftware.wildfire.SessionManager
 
getAppBuffSize() - Method in class org.jivesoftware.wildfire.net.TLSWrapper
 
getAppName() - Static method in class org.jivesoftware.admin.AdminConsole
Returns the name of the application.
getAsk() - Method in class org.xmpp.packet.Roster.Item
Returns the ask state of this item.
getAskStatus() - Method in class org.jivesoftware.wildfire.roster.RosterItem
Obtain the current ask status of the item.
getAssociationPolicy() - Method in class org.jivesoftware.wildfire.pubsub.CollectionNode
Returns the policy that defines who may associate leaf nodes with a collection.
getAssociationPolicy() - Method in class org.jivesoftware.wildfire.pubsub.DefaultNodeConfiguration
Returns the policy that defines who may associate leaf nodes with a collection.
getAssociationTrusted() - Method in class org.jivesoftware.wildfire.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.wildfire.XMPPServer
Returns the AuditManager registered with this server.
getAuditor() - Method in interface org.jivesoftware.wildfire.audit.AuditManager
Factory method for creating auditors that are configured by this audit manager.
getAuditor() - Method in class org.jivesoftware.wildfire.audit.spi.AuditManagerImpl
 
getAuthenticatedDomains() - Method in class org.jivesoftware.wildfire.session.OutgoingServerSession
Returns a collection with all the domains, subdomains and virtual hosts that where authenticated.
getAuthor(Plugin) - Method in class org.jivesoftware.wildfire.container.PluginManager
Returns the author of a plugin.
getAuthor() - Method in class org.jivesoftware.wildfire.update.AvailablePlugin
Returns the author of the plugin as specified in plugin.xml.
getAuthorizationProviders() - Static method in class org.jivesoftware.wildfire.sasl.AuthorizationManager
Returns the currently-installed AuthorizationProvider.
getAuthorized(String) - Method in class org.jivesoftware.wildfire.ldap.LdapAuthorizationProvider
Returns a String Collection of principals that are authorized to use the named user.
getAuthorized(String) - Method in class org.jivesoftware.wildfire.sasl.AbstractAuthorizationProvider
Returns a String Collection of principals that are authorized to use the named user.
getAuthorized(String) - Method in class org.jivesoftware.wildfire.sasl.DefaultAuthorizationProvider
Returns a String Collection of principals that are authorized to use the named user.
getAuthorized(String) - Method in class org.jivesoftware.wildfire.sasl.UnixK5LoginProvider
Returns a String Collection of principals that are authorized to use the named user.
getAuthProvider() - Static method in class org.jivesoftware.wildfire.auth.AuthFactory
Returns the currently-installed AuthProvider.
getAuthToken() - Method in class org.jivesoftware.util.WebManager
Returns the auth token redirects to the login page if an auth token is not found.
getAuthToken() - Method in class org.jivesoftware.wildfire.session.ClientSession
Returns the authentication token associated with this session.
getAvailableStreamFeatures() - Method in class org.jivesoftware.wildfire.http.HttpSession
 
getAvailableStreamFeatures() - Method in class org.jivesoftware.wildfire.session.ClientSession
 
getAvailableStreamFeatures() - Method in class org.jivesoftware.wildfire.session.ComponentSession
 
getAvailableStreamFeatures() - Method in class org.jivesoftware.wildfire.session.ConnectionMultiplexerSession
 
getAvailableStreamFeatures() - Method in class org.jivesoftware.wildfire.session.IncomingServerSession
 
getAvailableStreamFeatures() - Method in class org.jivesoftware.wildfire.session.OutgoingServerSession
 
getAvailableStreamFeatures() - Method in class org.jivesoftware.wildfire.session.Session
Returns a text with the available stream features.
getAvailableStreamFeaturesElements() - Method in class org.jivesoftware.wildfire.http.HttpSession
Returns the stream features which are available for this session.
getBaseDN() - Method in class org.jivesoftware.wildfire.ldap.LdapManager
Returns the starting DN that searches for users will performed with.
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
 
getBestRoute(JID) - Method in interface org.jivesoftware.wildfire.RoutingTable
Obtain a route to a handler at the given node falling back to a user branch if no resource leaf exists.
getBestRoute(JID) - Method in class org.jivesoftware.wildfire.SessionManager
Retrieve the best route to deliver packets to this session given the recipient jid.
getBestRoute(JID) - Method in class org.jivesoftware.wildfire.spi.RoutingTableImpl
 
getBirthday() - Method in class org.jivesoftware.admin.LdapUserProfile
 
getBlockedComponents() - Static method in class org.jivesoftware.wildfire.component.ExternalComponentManager
Returns the list of external components that are NOT allowed to connect to this server.
getBlockedServers() - Static method in class org.jivesoftware.wildfire.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.
getBody() - Method in class org.xmpp.packet.Message
Returns the body of this message or null if there is no body.
getBodyXSLT() - Method in class org.jivesoftware.wildfire.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) - 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.
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
 
getCache(String) - Static method in class org.jivesoftware.util.CacheManager
Returns the cache specified by name.
getCachedSize() - Method in interface org.jivesoftware.util.Cacheable
Returns the approximate size of the Object in bytes.
getCachedSize() - Method in class org.jivesoftware.wildfire.filetransfer.FileTransfer
 
getCachedSize() - Method in class org.jivesoftware.wildfire.filetransfer.proxy.DefaultProxyTransfer
 
getCachedSize() - Method in class org.jivesoftware.wildfire.group.Group
 
getCachedSize() - Method in class org.jivesoftware.wildfire.Permissions
 
getCachedSize() - Method in class org.jivesoftware.wildfire.privacy.PrivacyList
 
getCachedSize() - Method in class org.jivesoftware.wildfire.roster.Roster
 
getCachedSize() - Method in class org.jivesoftware.wildfire.roster.RosterItem
 
getCachedSize() - Method in class org.jivesoftware.wildfire.user.User
 
getCacheHits() - Method in class org.jivesoftware.util.Cache
Returns the number of cache hits.
getCacheMisses() - Method in class org.jivesoftware.util.Cache
Returns the number of cache misses.
getCaches() - Static method in class org.jivesoftware.util.CacheManager
Returns the list of caches being managed by this manager.
getCaches() - Method in class org.jivesoftware.util.WebManager
 
getCacheSize() - Method in class org.jivesoftware.util.Cache
Returns the size of the cache contents in bytes.
getCallerClass(Class) - Static method in class org.jivesoftware.util.log.util.StackIntrospector
Find the caller of the passed in Class.
getCallerMethod(Class) - Static method in class org.jivesoftware.util.log.util.StackIntrospector
Get the method path name for the method from which the LogEvent was created, this includes the path name and the source filename and line number if the source was compiled with debugging on.
getCategory(String, String) - Method in class org.jivesoftware.util.log.format.PatternFormatter
Utility method to format category.
getCategory() - Method in class org.jivesoftware.util.log.LogEvent
Get the category that LogEvent relates to.
getCategory() - Method in class org.jivesoftware.util.log.Logger
Deprecated. This method violates Inversion of Control principle. If you are relying on its presence then there may be something wrong with the design of your system
getCategory() - Method in class org.jivesoftware.wildfire.session.ComponentSession.ExternalComponent
 
getCertificateChain(String) - Method in class org.jivesoftware.wildfire.net.SSLJiveKeyManager
 
getChangelog() - Method in class org.jivesoftware.wildfire.update.AvailablePlugin
Returns the URL to the change log of the plugin.
getChangelog() - Method in class org.jivesoftware.wildfire.update.Update
Returns the URL to the change log of the latest version of the component.
getChatLength() - Method in interface org.jivesoftware.wildfire.muc.MUCRoom
Returns the total length of the chat session.
getChatLength() - Method in class org.jivesoftware.wildfire.muc.spi.MUCRoomImpl
 
getChatRoom() - Method in interface org.jivesoftware.wildfire.muc.MUCRole
Obtain the chat room that hosts this user's role.
getChatRoom(String, JID) - Method in interface org.jivesoftware.wildfire.muc.MultiUserChatServer
Obtains a chatroom by name.
getChatRoom(String) - Method in interface org.jivesoftware.wildfire.muc.MultiUserChatServer
Obtains a chatroom by name.
getChatRoom() - Method in class org.jivesoftware.wildfire.muc.spi.MUCRoleImpl
 
getChatRoom(String, JID) - Method in class org.jivesoftware.wildfire.muc.spi.MultiUserChatServerImpl
 
getChatRoom(String) - Method in class org.jivesoftware.wildfire.muc.spi.MultiUserChatServerImpl
 
getChatRooms() - Method in interface org.jivesoftware.wildfire.muc.MultiUserChatServer
Retuns a list with a snapshot of all the rooms in the server (i.e.
getChatRooms() - Method in class org.jivesoftware.wildfire.muc.spi.MultiUserChatServerImpl
 
getChatUser() - Method in interface org.jivesoftware.wildfire.muc.MUCRole
Obtain the chat user that plays this role.
getChatUser(JID) - Method in interface org.jivesoftware.wildfire.muc.MultiUserChatServer
Obtain a chat user by XMPPAddress.
getChatUser() - Method in class org.jivesoftware.wildfire.muc.spi.MUCRoleImpl
 
getChatUser(JID) - Method in class org.jivesoftware.wildfire.muc.spi.MultiUserChatServerImpl
 
getCheckFrequency() - Method in class org.jivesoftware.wildfire.update.UpdateManager
Returns the frequency to check for updates.
getChildElement(Element, String) - Static method in class org.jivesoftware.wildfire.filetransfer.DefaultFileTransferManager
 
getChildElement() - Method in class org.jivesoftware.wildfire.multiplex.Route
Returns the wrapped stanza that is being routed.
getChildElement() - Method in class org.xmpp.packet.IQ
Returns the child element of this IQ.
getChildElement(String, String) - Method in class org.xmpp.packet.Message
Returns the first child element of this packet that matches the given name and namespace.
getChildElement(String, String) - Method in class org.xmpp.packet.Presence
Returns the first child element of this packet that matches the given name and namespace.
getChildLogger(String) - Method in class org.jivesoftware.util.log.Logger
Create a new child logger.
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.
getChildren() - Method in class org.jivesoftware.util.log.Logger
Get all the child Loggers of current logger.
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.wildfire.container.PluginDevEnvironment
Returns the classes directory of a plugin in development mode.
getClassLoader() - Method in class org.jivesoftware.wildfire.container.PluginClassLoader
Returns the URLClassloader used.
getClientAliases(String, Principal[]) - Method in class org.jivesoftware.wildfire.net.SSLJiveKeyManager
 
getClientListenerPort() - Method in interface org.jivesoftware.wildfire.ConnectionManager
Returns the port to use for unsecured clients.
getClientListenerPort() - Method in class org.jivesoftware.wildfire.spi.ConnectionManagerImpl
 
getClientPacketRangeMax() - Method in class org.jivesoftware.wildfire.SessionResultFilter
Returns the upper boundary on client packets for sessions to be selected by the result filter.
getClientPacketRangeMin() - Method in class org.jivesoftware.wildfire.SessionResultFilter
Returns the lower boundary on client packets for sessions to be selected by the result filter.
getClientSession(String, String) - Method in class org.jivesoftware.wildfire.multiplex.ConnectionMultiplexerManager
Returns the ClientSession with the specified stream ID that is being hosted by the specified connection manager.
getClientSSLListenerPort() - Method in interface org.jivesoftware.wildfire.ConnectionManager
Returns the port to use for secured clients.
getClientSSLListenerPort() - Method in class org.jivesoftware.wildfire.spi.ConnectionManagerImpl
 
getCode() - Method in class org.jivesoftware.wildfire.audit.AuditEvent
Obtain the primary type of event.
getCode() - Method in class org.jivesoftware.wildfire.commands.AdHocCommand
Returns the unique identifier for this command for the containing JID.
getCode() - Method in class org.jivesoftware.wildfire.commands.admin.GetListActiveUsers
 
getCode() - Method in class org.jivesoftware.wildfire.commands.admin.GetNumberActiveUsers
 
getCode() - Method in class org.jivesoftware.wildfire.commands.admin.GetNumberOnlineUsers
 
getCode() - Method in class org.jivesoftware.wildfire.commands.admin.GetNumberUserSessions
 
getCode() - Method in class org.jivesoftware.wildfire.commands.admin.GetServerStats
 
getCode() - Method in class org.jivesoftware.wildfire.commands.admin.GetUsersPresence
 
getCode() - Method in class org.jivesoftware.wildfire.commands.admin.group.AddGroup
 
getCode() - Method in class org.jivesoftware.wildfire.commands.admin.group.AddGroupUsers
 
getCode() - Method in class org.jivesoftware.wildfire.commands.admin.group.DeleteGroup
 
getCode() - Method in class org.jivesoftware.wildfire.commands.admin.group.DeleteGroupUsers
 
getCode() - Method in class org.jivesoftware.wildfire.commands.admin.group.GetListGroups
 
getCode() - Method in class org.jivesoftware.wildfire.commands.admin.group.GetListGroupUsers
 
getCode() - Method in class org.jivesoftware.wildfire.commands.admin.group.UpdateGroup
 
getCode() - Method in class org.jivesoftware.wildfire.commands.admin.HttpBindStatus
 
getCode() - Method in class org.jivesoftware.wildfire.commands.admin.PacketsNotification
 
getCode() - Method in class org.jivesoftware.wildfire.commands.admin.user.AddUser
 
getCode() - Method in class org.jivesoftware.wildfire.commands.admin.user.AuthenticateUser
 
getCode() - Method in class org.jivesoftware.wildfire.commands.admin.user.ChangeUserPassword
 
getCode() - Method in class org.jivesoftware.wildfire.commands.admin.user.UserProperties
 
getCommand(String) - Method in class org.jivesoftware.wildfire.commands.AdHocCommandManager
Returns the command whose code matches the specified code or null if none was found.
getCommands() - Method in class org.jivesoftware.wildfire.commands.AdHocCommandManager
Returns a list with the available commands in this command manager.
getComponent(JID) - Method in class org.jivesoftware.wildfire.component.InternalComponentManager
Retrieves the Component which is mapped to the specified JID.
getComponent(String) - Method in class org.jivesoftware.wildfire.component.InternalComponentManager
Retrieves the Component which is mapped to the specified JID.
getComponentListenerPort() - Method in interface org.jivesoftware.wildfire.ConnectionManager
Returns the port to use for external components.
getComponentListenerPort() - Method in class org.jivesoftware.wildfire.spi.ConnectionManagerImpl
 
getComponentManager() - Static method in class org.xmpp.component.ComponentManagerFactory
Returns a ComponentManager instance.
getComponentName() - Method in class org.jivesoftware.wildfire.update.Update
Returns the name of the component that is outdated.
getComponents() - Method in class org.jivesoftware.wildfire.component.InternalComponentManager
Returns the list of components that are currently installed in the server.
getComponentSession(String) - Method in class org.jivesoftware.wildfire.SessionManager
Returns the session of the component whose domain matches the specified domain.
getComponentSessions() - Method in class org.jivesoftware.wildfire.SessionManager
Returns a collection with the established sessions from external components.
getCompressionPolicy() - Method in interface org.jivesoftware.wildfire.Connection
Returns whether compression is optional or is disabled.
getCompressionPolicy() - Method in class org.jivesoftware.wildfire.net.SocketConnection
 
getCompressionPolicy() - Method in class org.jivesoftware.wildfire.net.VirtualConnection
 
getCompressionPolicy() - Method in class org.jivesoftware.wildfire.nio.NIOConnection
 
getCompressionPolicy() - Static method in class org.jivesoftware.wildfire.session.ClientSession
Returns whether compression is optional or is disabled for clients.
getCompressionPolicy() - Static method in class org.jivesoftware.wildfire.session.ConnectionMultiplexerSession
Returns whether compression is optional or is disabled for clients.
getCondition() - Method in class org.xmpp.packet.PacketError
Returns the error condition.
getCondition() - Method in class org.xmpp.packet.StreamError
Returns the error condition.
getConfiguration(String) - Static method in class org.jivesoftware.wildfire.component.ExternalComponentManager
Returns the configuration for an external component.
getConfiguration(String) - Static method in class org.jivesoftware.wildfire.server.RemoteServerManager
Returns the configuration for a remote server or null if none was found.
getConfigurationForm() - Method in class org.jivesoftware.wildfire.pubsub.DefaultNodeConfiguration
 
getConfigurationForm() - Method in class org.jivesoftware.wildfire.pubsub.Node
Returns a data form used by the owner to edit the node configuration.
getConfigurationForm() - Method in class org.jivesoftware.wildfire.pubsub.NodeSubscription
Returns a data form with the subscription configuration.
getConflictCount() - Method in class org.jivesoftware.wildfire.session.ClientSession
Returns the number of conflicts detected on this session.
getConflictKickLimit() - Method in class org.jivesoftware.wildfire.SessionManager
 
getConnection() - Method in class org.jivesoftware.database.ConnectionPool
 
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.wildfire.session.Session
Returns the connection associated with this Session.
getConnectionManager() - Method in class org.jivesoftware.wildfire.XMPPServer
Returns the ConnectionManager registered with this server.
getConnectionManagerListenerPort() - Method in interface org.jivesoftware.wildfire.ConnectionManager
Returns the port to use for remote servers.
getConnectionManagerListenerPort() - Method in class org.jivesoftware.wildfire.spi.ConnectionManagerImpl
 
getConnectionMultiplexerInetAddress(String) - Method in class org.jivesoftware.wildfire.SessionManager
Returns the IP address of the connection manager whose domain matches the specified domain.
getConnectionMultiplexerSession(JID) - Method in class org.jivesoftware.wildfire.SessionManager
Returns the session originated from the specified address.
getConnectionMultiplexerSessions() - Method in class org.jivesoftware.wildfire.SessionManager
Returns all sessions originated from connection managers.
getConnectionMultiplexerSessions(String) - Method in class org.jivesoftware.wildfire.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.
getConnectionTimeout() - Method in class org.jivesoftware.database.DefaultConnectionProvider
Returns the amount of time between connection recycles in days.
getContacts() - Method in class org.jivesoftware.wildfire.pubsub.Node
Returns the JIDs of those to contact with questions.
getContext() - Method in class org.jivesoftware.wildfire.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.wildfire.ldap.LdapManager
Returns a DirContext for the LDAP server that can be used to perform lookups and searches using the specified base DN.
getContextMap(ContextMap, String) - Method in class org.jivesoftware.util.log.format.PatternFormatter
Utility method to format context map.
getContextMap() - Method in class org.jivesoftware.util.log.LogEvent
Get ContextMap associated with LogEvent
getContexts() - Method in class org.jivesoftware.wildfire.container.AdminConsolePlugin
Returns the collection of Jetty contexts used in the admin console.
getContexts() - Method in class org.jivesoftware.wildfire.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.
getCreationDate() - Method in interface org.jivesoftware.wildfire.muc.MUCRoom
Returns the date when the room was created.
getCreationDate() - Method in class org.jivesoftware.wildfire.muc.spi.MUCRoomImpl
 
getCreationDate() - Method in class org.jivesoftware.wildfire.OfflineMessage
Returns the date when the offline message was stored in the database.
getCreationDate() - Method in class org.jivesoftware.wildfire.pubsub.Node
Returns the datetime when the node was created.
getCreationDate() - Method in class org.jivesoftware.wildfire.pubsub.PublishedItem
Returns the datetime when the items was published.
getCreationDate() - Method in class org.jivesoftware.wildfire.session.Session
Obtain the date the session was created.
getCreationDate() - Method in class org.jivesoftware.wildfire.user.User
 
getCreationDateRangeMax() - Method in class org.jivesoftware.wildfire.SessionResultFilter
Returns a date that represents the upper boundry for sessions to be selected by the result filter.
getCreationDateRangeMin() - Method in class org.jivesoftware.wildfire.SessionResultFilter
Returns the creation date that represents the lower boundary for sessions to be filtered on.
getCreationStamp() - Method in class org.jivesoftware.wildfire.commands.SessionData
 
getCreator() - Method in class org.jivesoftware.wildfire.mediaproxy.MediaProxySession
Get the agent creator.
getCreator() - Method in class org.jivesoftware.wildfire.pubsub.Node
Returns the JID of the node creator.
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.TabsTag
Returns the value of the CSS class to be used for tab decoration.
getCurrentContext() - Static method in class org.jivesoftware.util.log.ContextMap
Get the Current ContextMap.
getCurrentContext(boolean) - Static method in class org.jivesoftware.util.log.ContextMap
Get the Current ContextMap.
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.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.wildfire.audit.AuditEvent
Obtain the data associated with the event.
getData() - Method in class org.jivesoftware.wildfire.commands.SessionData
Returns a Map with all the variables and values obtained during all the command stages.
getDatabaseKey(Plugin) - Method in class org.jivesoftware.wildfire.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.wildfire.container.PluginManager
Returns the database schema version of a plugin, if it exists.
getDataformXSLT() - Method in class org.jivesoftware.wildfire.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.wildfire.nio.XMPPCodecFactory
 
getDefault() - Static method in class org.jivesoftware.util.SimpleSSLSocketFactory
 
getDefaultCipherSuites() - Method in class org.jivesoftware.util.SimpleSSLSocketFactory
 
getDefaultCipherSuites() - Static method in class org.jivesoftware.wildfire.net.SSLConfig
 
getDefaultCipherSuites() - Method in class org.jivesoftware.wildfire.net.SSLJiveServerSocketFactory
 
getDefaultEventIndex() - Method in class org.jivesoftware.util.JiveBeanInfo
 
getDefaultHierarchy() - Static method in class org.jivesoftware.util.log.Hierarchy
Retrieve the default hierarchy.
getDefaultLabel() - Method in class org.jivesoftware.wildfire.commands.AdHocCommand
Returns the default label used for describing this commmand.
getDefaultLabel() - Method in class org.jivesoftware.wildfire.commands.admin.GetListActiveUsers
 
getDefaultLabel() - Method in class org.jivesoftware.wildfire.commands.admin.GetNumberActiveUsers
 
getDefaultLabel() - Method in class org.jivesoftware.wildfire.commands.admin.GetNumberOnlineUsers
 
getDefaultLabel() - Method in class org.jivesoftware.wildfire.commands.admin.GetNumberUserSessions
 
getDefaultLabel() - Method in class org.jivesoftware.wildfire.commands.admin.GetServerStats
 
getDefaultLabel() - Method in class org.jivesoftware.wildfire.commands.admin.GetUsersPresence
 
getDefaultLabel() - Method in class org.jivesoftware.wildfire.commands.admin.group.AddGroup
 
getDefaultLabel() - Method in class org.jivesoftware.wildfire.commands.admin.group.AddGroupUsers
 
getDefaultLabel() - Method in class org.jivesoftware.wildfire.commands.admin.group.DeleteGroup
 
getDefaultLabel() - Method in class org.jivesoftware.wildfire.commands.admin.group.DeleteGroupUsers
 
getDefaultLabel() - Method in class org.jivesoftware.wildfire.commands.admin.group.GetListGroups
 
getDefaultLabel() - Method in class org.jivesoftware.wildfire.commands.admin.group.GetListGroupUsers
 
getDefaultLabel() - Method in class org.jivesoftware.wildfire.commands.admin.group.UpdateGroup
 
getDefaultLabel() - Method in class org.jivesoftware.wildfire.commands.admin.HttpBindStatus
 
getDefaultLabel() - Method in class org.jivesoftware.wildfire.commands.admin.PacketsNotification
 
getDefaultLabel() - Method in class org.jivesoftware.wildfire.commands.admin.user.AddUser
 
getDefaultLabel() - Method in class org.jivesoftware.wildfire.commands.admin.user.AuthenticateUser
 
getDefaultLabel() - Method in class org.jivesoftware.wildfire.commands.admin.user.ChangeUserPassword
 
getDefaultLabel() - Method in class org.jivesoftware.wildfire.commands.admin.user.UserProperties
 
getDefaultList() - Method in class org.jivesoftware.wildfire.session.ClientSession
Returns the default Privacy list used for the session's user.
getDefaultNodeConfiguration(boolean) - Method in class org.jivesoftware.wildfire.pubsub.PubSubModule
 
getDefaultNodeConfiguration(boolean) - Method in interface org.jivesoftware.wildfire.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.wildfire.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.wildfire.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.wildfire.multiplex.ConnectionMultiplexerManager
Returns the default secret key that connection managers should present while trying to establish a new connection.
getDefaultType() - Method in enum org.xmpp.packet.PacketError.Condition
Returns the default PacketError.Type associated with this condition.
getDepth() - Method in class org.jivesoftware.wildfire.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.wildfire.container.PluginManager
Returns the description of a plugin.
getDescription() - Method in interface org.jivesoftware.wildfire.forms.FormField
Returns a description that provides extra clarification about the question.
getDescription() - Method in class org.jivesoftware.wildfire.forms.spi.XFormFieldImpl
 
getDescription() - Method in class org.jivesoftware.wildfire.group.Group
Returns the description of the group.
getDescription() - Method in interface org.jivesoftware.wildfire.muc.MUCRoom
Returns a description set by the room's owners about the room.
getDescription() - Method in class org.jivesoftware.wildfire.muc.spi.MUCRoomImpl
 
getDescription() - Method in class org.jivesoftware.wildfire.muc.spi.MultiUserChatServerImpl
 
getDescription() - Method in class org.jivesoftware.wildfire.pubsub.Node
Returns the description of the node.
getDescription() - Method in class org.jivesoftware.wildfire.session.ComponentSession.ExternalComponent
 
getDescription() - Method in class org.jivesoftware.wildfire.stats.i18nStatistic
 
getDescription() - Method in interface org.jivesoftware.wildfire.stats.Statistic
Returns a description of the stat.
getDescription() - Method in class org.jivesoftware.wildfire.update.AvailablePlugin
Returns the description of the plugin as specified in plugin.xml.
getDescription() - Method in interface org.xmpp.component.Component
Returns the description of this component.
getDescription() - Method in class org.xmpp.forms.FormField
Returns a description that provides extra clarification about the question.
getDevEnvironment(Plugin) - Method in class org.jivesoftware.wildfire.container.PluginManager
Returns a plugin's dev environment if development mode is enabled for the plugin.
getDigestFrequency() - Method in class org.jivesoftware.wildfire.pubsub.NodeSubscription
Returns the minimum number of milliseconds between sending any two notification digests.
getDiscoInfoProvider() - Method in interface org.jivesoftware.wildfire.disco.DiscoServerItem
Returns the DiscoInfoProvider responsible for providing the information related to this item.
getDiscoItemsProvider() - Method in interface org.jivesoftware.wildfire.disco.DiscoServerItem
Returns the DiscoItemsProvider responsible for providing the items related to this item.
getDnsOverride() - Static method in class org.jivesoftware.wildfire.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.wildfire.server.RemoteServerConfiguration
 
getDomain() - Method in class org.xmpp.packet.JID
Returns the domain.
getDomainNames() - Method in class org.jivesoftware.wildfire.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.wildfire.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(long, TimeUnit) - Method in class org.jivesoftware.wildfire.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.
getElement() - Method in class org.xmpp.packet.Packet
Returns the DOM4J Element that backs the packet.
getElement() - Method in class org.xmpp.packet.PacketError
Returns the DOM4J Element that backs the error.
getElement() - Method in class org.xmpp.packet.PacketExtension
Returns the DOM4J Element that backs the packet.
getElement() - Method in class org.xmpp.packet.StreamError
Returns the DOM4J Element that backs the error.
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.wildfire.user.User
Returns the email address of the user or null if none is defined.
getEmailField() - Method in class org.jivesoftware.wildfire.ldap.LdapManager
Returns the LDAP field name that the user's email address is stored in.
getEmptyDate() - Method in interface org.jivesoftware.wildfire.muc.MUCRoom
Returns the date when the last occupant left the room.
getEmptyDate() - Method in class org.jivesoftware.wildfire.muc.spi.MUCRoomImpl
 
getEncoder() - Method in class org.jivesoftware.wildfire.nio.XMPPCodecFactory
 
getEnumFromInt(Class, int) - Static method in class org.jivesoftware.util.IntEnum
Obtain the enum associated with the given value.
getError() - Method in class org.xmpp.packet.Packet
Returns the packet error, or null if there is no packet error.
getErrorHandler() - Method in class org.jivesoftware.util.log.output.AbstractTarget
Helper method to retrieve ErrorHandler for subclasses.
getEventSetDescriptors() - Method in class org.jivesoftware.util.JiveBeanInfo
 
getExecuteAction(SessionData) - Method in class org.jivesoftware.wildfire.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.wildfire.commands.admin.GetListActiveUsers
 
getExecuteAction(SessionData) - Method in class org.jivesoftware.wildfire.commands.admin.GetNumberActiveUsers
 
getExecuteAction(SessionData) - Method in class org.jivesoftware.wildfire.commands.admin.GetNumberOnlineUsers
 
getExecuteAction(SessionData) - Method in class org.jivesoftware.wildfire.commands.admin.GetNumberUserSessions
 
getExecuteAction(SessionData) - Method in class org.jivesoftware.wildfire.commands.admin.GetServerStats
 
getExecuteAction(SessionData) - Method in class org.jivesoftware.wildfire.commands.admin.GetUsersPresence
 
getExecuteAction(SessionData) - Method in class org.jivesoftware.wildfire.commands.admin.group.AddGroup
 
getExecuteAction(SessionData) - Method in class org.jivesoftware.wildfire.commands.admin.group.AddGroupUsers
 
getExecuteAction(SessionData) - Method in class org.jivesoftware.wildfire.commands.admin.group.DeleteGroup
 
getExecuteAction(SessionData) - Method in class org.jivesoftware.wildfire.commands.admin.group.DeleteGroupUsers
 
getExecuteAction(SessionData) - Method in class org.jivesoftware.wildfire.commands.admin.group.GetListGroups
 
getExecuteAction(SessionData) - Method in class org.jivesoftware.wildfire.commands.admin.group.GetListGroupUsers
 
getExecuteAction(SessionData) - Method in class org.jivesoftware.wildfire.commands.admin.group.UpdateGroup
 
getExecuteAction(SessionData) - Method in class org.jivesoftware.wildfire.commands.admin.HttpBindStatus
 
getExecuteAction(SessionData) - Method in class org.jivesoftware.wildfire.commands.admin.PacketsNotification
 
getExecuteAction(SessionData) - Method in class org.jivesoftware.wildfire.commands.admin.user.AddUser
 
getExecuteAction(SessionData) - Method in class org.jivesoftware.wildfire.commands.admin.user.AuthenticateUser
 
getExecuteAction(SessionData) - Method in class org.jivesoftware.wildfire.commands.admin.user.ChangeUserPassword
 
getExecuteAction(SessionData) - Method in class org.jivesoftware.wildfire.commands.admin.user.UserProperties
 
getExpire() - Method in class org.jivesoftware.wildfire.pubsub.NodeSubscription
Returns the Date at which a leased subscription will end or has ended.
getExtendedInfo(String, String, JID) - Method in class org.jivesoftware.wildfire.commands.AdHocCommandHandler
 
getExtendedInfo(String, String, JID) - Method in interface org.jivesoftware.wildfire.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.wildfire.filetransfer.proxy.FileTransferProxy
 
getExtendedInfo(String, String, JID) - Method in class org.jivesoftware.wildfire.handler.IQOfflineMessagesHandler
 
getExtendedInfo(String, String, JID) - Method in class org.jivesoftware.wildfire.mediaproxy.MediaProxyService
 
getExtendedInfo(String, String, JID) - Method in class org.jivesoftware.wildfire.muc.spi.MultiUserChatServerImpl
 
getExtendedInfo(String, String, JID) - Method in class org.jivesoftware.wildfire.pubsub.PubSubModule
 
getExtendedInfo(String, String, JID) - Method in class org.jivesoftware.wildfire.stun.STUNService
 
getExtendedPresenceInformation() - Method in interface org.jivesoftware.wildfire.muc.MUCRole
Returns the extended presence information that includes information about roles, affiliations, JIDs, etc.
getExtendedPresenceInformation() - Method in class org.jivesoftware.wildfire.muc.spi.MUCRoleImpl
 
getExtension(String, String) - Method in class org.xmpp.packet.IQ
Returns a PacketExtension on the first element found in this packet's child element for the specified name and namespace or null if none was found.
getExtension(String, String) - Method in class org.xmpp.packet.Packet
Returns a PacketExtension on the first element found in this packet for the specified name and namespace or null if none was found.
getExtensionClass(String, String) - Static method in class org.xmpp.packet.PacketExtension
Returns the extension class to use for the specified element name and namespace.
getExternalComponent() - Method in class org.jivesoftware.wildfire.session.ComponentSession
 
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.wildfire.commands.AdHocCommandHandler
 
getFeatures(String, String, JID) - Method in class org.jivesoftware.wildfire.commands.AdHocCommandHandler
 
getFeatures(String, String, JID) - Method in interface org.jivesoftware.wildfire.disco.DiscoInfoProvider
Returns an Iterator (of String) with the supported features.
getFeatures() - Method in class org.jivesoftware.wildfire.disco.IQDiscoItemsHandler
 
getFeatures() - Method in interface org.jivesoftware.wildfire.disco.ServerFeaturesProvider
Returns an Iterator (of String) with the supported features by the server.
getFeatures(String, String, JID) - Method in class org.jivesoftware.wildfire.filetransfer.proxy.FileTransferProxy
 
getFeatures() - Method in class org.jivesoftware.wildfire.handler.IQLastActivityHandler
 
getFeatures() - Method in class org.jivesoftware.wildfire.handler.IQOfflineMessagesHandler
 
getFeatures(String, String, JID) - Method in class org.jivesoftware.wildfire.handler.IQOfflineMessagesHandler
 
getFeatures() - Method in class org.jivesoftware.wildfire.handler.IQPrivacyHandler
 
getFeatures() - Method in class org.jivesoftware.wildfire.handler.IQPrivateHandler
 
getFeatures() - Method in class org.jivesoftware.wildfire.handler.IQRegisterHandler
 
getFeatures() - Method in class org.jivesoftware.wildfire.handler.IQRosterHandler
 
getFeatures() - Method in class org.jivesoftware.wildfire.handler.IQTimeHandler
 
getFeatures() - Method in class org.jivesoftware.wildfire.handler.IQVersionHandler
 
getFeatures(String, String, JID) - Method in class org.jivesoftware.wildfire.mediaproxy.MediaProxyService
 
getFeatures(String, String, JID) - Method in class org.jivesoftware.wildfire.muc.spi.MultiUserChatServerImpl
 
getFeatures() - Method in class org.jivesoftware.wildfire.MulticastRouter
 
getFeatures(String, String, JID) - Method in class org.jivesoftware.wildfire.pubsub.PubSubModule
 
getFeatures(String, String, JID) - Method in class org.jivesoftware.wildfire.stun.STUNService
 
getFeatures() - Method in class org.jivesoftware.wildfire.vcard.VCardManager
 
getField(String) - Method in interface org.jivesoftware.wildfire.forms.DataForm
Returns the field of the form whose variable matches the specified variable.
getField(String) - Method in class org.jivesoftware.wildfire.forms.spi.XDataFormImpl
 
getField(String) - Method in class org.xmpp.forms.DataForm
Returns the field whose variable matches the specified variable.
getFieldElementName(int) - Method in interface org.jivesoftware.wildfire.handler.IQRegisterInfo
Obtain the element name from a field type.
getFields() - Method in interface org.jivesoftware.wildfire.forms.DataForm
Returns an Iterator for the fields that are part of the form.
getFields() - Method in class org.jivesoftware.wildfire.forms.spi.XDataFormImpl
 
getFields() - Method in class org.xmpp.forms.DataForm
Returns the fields that are part of the form.
getFieldsSize() - Method in interface org.jivesoftware.wildfire.forms.DataForm
Returns the number of fields included in the form.
getFieldsSize() - Method in class org.jivesoftware.wildfire.forms.spi.XDataFormImpl
 
getFieldStoreLocation() - Method in interface org.jivesoftware.wildfire.handler.IQRegisterInfo
Determines where field information is stored.
getFieldType(String) - Method in interface org.jivesoftware.wildfire.handler.IQRegisterInfo
Get the setting type from a field's element name.
getFile() - Method in class org.jivesoftware.util.log.output.io.FileTarget
Retrieve file associated with target.
getFileName() - Method in class org.jivesoftware.wildfire.filetransfer.FileTransfer
 
getFileSize() - Method in class org.jivesoftware.wildfire.filetransfer.FileTransfer
 
getFileSize() - Method in class org.jivesoftware.wildfire.update.AvailablePlugin
Returns the size in bytes of the plugin jar file.
getFileTransferManager() - Method in class org.jivesoftware.wildfire.XMPPServer
Returns the FileTransferManager registered with this server.
getFileTransferProxy() - Method in class org.jivesoftware.wildfire.XMPPServer
Returns the FileTransferProxy registered with this server.
getFirst() - Method in class org.jivesoftware.util.LinkedList
Returns the first linked list node in the list.
getFocusableComponentOrChild(Component) - Static method in class org.jivesoftware.wildfire.launcher.GraphicUtils
Deprecated. replaced by GraphicUtils.getFocusableComponentOrChild(Component, boolean)
getFocusableComponentOrChild(Component, boolean) - Static method in class org.jivesoftware.wildfire.launcher.GraphicUtils
Returns the first component in the tree of c that can accept the focus.
getFormatter() - Method in class org.jivesoftware.util.log.output.AbstractOutputTarget
Deprecated. Access to formatter is not advised and this method will be removed in future iterations. It remains only for backwards compatability.
getFreePort() - Method in class org.jivesoftware.wildfire.mediaproxy.MediaProxySession
Obtain a free port with a nested control port we can use.
getFrom() - Method in class org.xmpp.packet.Packet
Returns the XMPP address (JID) that the packet is from, or null if the "from" attribute is not set.
getFullName() - Method in class org.jivesoftware.admin.LdapUserProfile
 
getGroup(String) - Method in class org.jivesoftware.wildfire.group.DefaultGroupProvider
 
getGroup(String) - Method in class org.jivesoftware.wildfire.group.GroupManager
Returns a Group by name.
getGroup(String) - Method in interface org.jivesoftware.wildfire.group.GroupProvider
Returns a group based on it's name.
getGroup(String) - Method in class org.jivesoftware.wildfire.group.JDBCGroupProvider
 
getGroup(String) - Method in class org.jivesoftware.wildfire.ldap.LdapGroupProvider
 
getGroupCount() - Method in class org.jivesoftware.wildfire.group.DefaultGroupProvider
 
getGroupCount() - Method in class org.jivesoftware.wildfire.group.GroupManager
Returns the total number of groups in the system.
getGroupCount() - Method in interface org.jivesoftware.wildfire.group.GroupProvider
Returns the number of groups in the system.
getGroupCount() - Method in class org.jivesoftware.wildfire.group.JDBCGroupProvider
 
getGroupCount() - Method in class org.jivesoftware.wildfire.ldap.LdapGroupProvider
 
getGroupDescriptionField() - Method in class org.jivesoftware.wildfire.ldap.LdapManager
Return the field used to describe a group.
getGroupManager() - Method in class org.jivesoftware.util.WebManager
 
getGroupMemberField() - Method in class org.jivesoftware.wildfire.ldap.LdapManager
Return the field used to list members within a group.
getGroupNameField() - Method in class org.jivesoftware.wildfire.ldap.LdapManager
Returns the field name used for groups.
getGroupNames() - Method in class org.jivesoftware.wildfire.group.DefaultGroupProvider
 
getGroupNames(int, int) - Method in class org.jivesoftware.wildfire.group.DefaultGroupProvider
 
getGroupNames(JID) - Method in class org.jivesoftware.wildfire.group.DefaultGroupProvider
 
getGroupNames() - Method in interface org.jivesoftware.wildfire.group.GroupProvider
Returns the Collection of all group names in the system.
getGroupNames(int, int) - Method in interface org.jivesoftware.wildfire.group.GroupProvider
Returns the Collection of all groups in the system.
getGroupNames(JID) - Method in interface org.jivesoftware.wildfire.group.GroupProvider
Returns the Collection of group names that an entity belongs to.
getGroupNames() - Method in class org.jivesoftware.wildfire.group.JDBCGroupProvider
 
getGroupNames(int, int) - Method in class org.jivesoftware.wildfire.group.JDBCGroupProvider
 
getGroupNames(JID) - Method in class org.jivesoftware.wildfire.group.JDBCGroupProvider
 
getGroupNames() - Method in class org.jivesoftware.wildfire.ldap.LdapGroupProvider
 
getGroupNames(int, int) - Method in class org.jivesoftware.wildfire.ldap.LdapGroupProvider
 
getGroupNames(JID) - Method in class org.jivesoftware.wildfire.ldap.LdapGroupProvider
 
getGroups(int) - Method in class org.jivesoftware.admin.LdapGroupTester
Returns fist N groups found in LDAP.
getGroups() - Method in class org.jivesoftware.wildfire.group.GroupManager
Returns an unmodifiable Collection of all groups in the system.
getGroups(int, int) - Method in class org.jivesoftware.wildfire.group.GroupManager
Returns all groups given a start index and desired number of results.
getGroups(User) - Method in class org.jivesoftware.wildfire.group.GroupManager
Returns an iterator for all groups that the User is a member of.
getGroups(JID) - Method in class org.jivesoftware.wildfire.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.wildfire.roster.RosterItem
Returns the groups for the item.
getGroups() - Method in class org.xmpp.packet.Roster.Item
Returns a Collection of the groups defined in this item.
getGroupSearchFilter() - Method in class org.jivesoftware.wildfire.ldap.LdapManager
Returns the filter used for searching the directory for groups, which includes the default filter plus any custom-defined search filter.
getHashCode() - Method in class org.jivesoftware.wildfire.update.AvailablePlugin
Returns the hash code for this object.
getHashCode() - Method in class org.jivesoftware.wildfire.update.DownloadStatus
 
getHashCode() - Method in class org.jivesoftware.wildfire.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.wildfire.launcher.GraphicUtils
Return the amount of space taken up by a highlight border drawn by drawHighlightBorder().
getHistoryStrategy() - Method in interface org.jivesoftware.wildfire.muc.MultiUserChatServer
Obtain the server-wide default message history settings.
getHistoryStrategy() - Method in class org.jivesoftware.wildfire.muc.spi.MultiUserChatServerImpl
 
getHold() - Method in class org.jivesoftware.wildfire.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() - Static method in class org.jivesoftware.util.JiveGlobals
Returns the location of the home directory.
getHomeDirectory() - Method in class org.jivesoftware.wildfire.component.InternalComponentManager
 
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.util.EmailService
Returns the SMTP host (e.g.
getHost() - Method in class org.jivesoftware.wildfire.net.DNSUtil.HostAddress
Returns the hostname.
getHostA() - Method in class org.jivesoftware.wildfire.mediaproxy.MediaProxySession
Get the Host A IP
getHostA() - Method in interface org.jivesoftware.wildfire.mediaproxy.ProxyCandidate
 
getHostB() - Method in class org.jivesoftware.wildfire.mediaproxy.MediaProxySession
Get the Host B IP
getHostB() - Method in interface org.jivesoftware.wildfire.mediaproxy.ProxyCandidate
 
getHostnames() - Method in class org.jivesoftware.wildfire.session.OutgoingServerSession
Returns the list of hostnames related to the remote server.
getHosts() - Method in class org.jivesoftware.wildfire.ldap.LdapManager
Returns the LDAP servers hosts; e.g.
getHttpBindSecureAddress() - Method in class org.jivesoftware.wildfire.http.HttpBindManager
 
getHttpBindSecurePort() - Method in class org.jivesoftware.wildfire.http.HttpBindManager
Returns the HTTP binding port which uses SSL.
getHttpBindUnsecureAddress() - Method in class org.jivesoftware.wildfire.http.HttpBindManager
 
getHttpBindUnsecurePort() - Method in class org.jivesoftware.wildfire.http.HttpBindManager
Returns the HTTP binding port which does not use SSL.
getHttpError() - Method in exception org.jivesoftware.wildfire.http.HttpBindException
 
getIcon(int) - Method in class org.jivesoftware.util.JiveBeanInfo
 
getIcon() - Method in class org.jivesoftware.wildfire.update.AvailablePlugin
Return the icon's URL of the latest version of the plugin.
getId() - Method in class org.jivesoftware.wildfire.commands.SessionData
 
getID() - Method in interface org.jivesoftware.wildfire.muc.MUCRoom
Obtain a unique numerical id for this room.
getID() - Method in interface org.jivesoftware.wildfire.muc.MUCUser
Obtain a user ID (useful for database indexing).
getID() - Method in class org.jivesoftware.wildfire.muc.spi.MUCRoomImpl
 
getID() - Method in class org.jivesoftware.wildfire.muc.spi.MUCUserImpl
 
getID() - Method in class org.jivesoftware.wildfire.pubsub.NodeSubscription
Returns the ID that uniquely identifies the subscription of the user in the node.
getID() - Method in class org.jivesoftware.wildfire.pubsub.PublishedItem
Returns the ID that uniquely identifies the published item in the node.
getID() - Method in class org.jivesoftware.wildfire.roster.RosterItem
Returns the roster ID associated with this particular roster item.
getID() - Method in interface org.jivesoftware.wildfire.StreamID
Obtain a unique identifier for easily identifying this stream in a database.
getID() - Method in class org.xmpp.packet.Packet
Returns the packet ID, or null if the packet does not have an ID.
getIdentities(String, String, JID) - Method in class org.jivesoftware.wildfire.commands.AdHocCommandHandler
 
getIdentities(String, String, JID) - Method in interface org.jivesoftware.wildfire.disco.DiscoInfoProvider
Returns an Iterator (of Element) with the target entity's identities.
getIdentities(String, String, JID) - Method in class org.jivesoftware.wildfire.filetransfer.proxy.FileTransferProxy
 
getIdentities(String, String, JID) - Method in class org.jivesoftware.wildfire.handler.IQOfflineMessagesHandler
 
getIdentities(String, String, JID) - Method in class org.jivesoftware.wildfire.mediaproxy.MediaProxyService
 
getIdentities(String, String, JID) - Method in class org.jivesoftware.wildfire.muc.spi.MultiUserChatServerImpl
 
getIdentities(String, String, JID) - Method in class org.jivesoftware.wildfire.pubsub.PubSubModule
 
getIdentities(String, String, JID) - Method in class org.jivesoftware.wildfire.stun.STUNService
 
getIdleTime() - Method in class org.jivesoftware.wildfire.mediaproxy.MediaProxy
Returns the max time (in millis) that a session can remain open without receiving any packets.
getIdleTime() - Method in class org.jivesoftware.wildfire.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.wildfire.net.SocketConnection
 
getIgnoreList() - Method in interface org.jivesoftware.wildfire.audit.AuditManager
Returns the list of usernames that won't be audited.
getIgnoreList() - Method in class org.jivesoftware.wildfire.audit.spi.AuditManagerImpl
 
getInactivityTimeout() - Method in class org.jivesoftware.wildfire.http.HttpSession
Returns the time, in seconds, after which this session will be considered inactive and terminated.
getInactivityTimeout() - Method in class org.jivesoftware.wildfire.http.HttpSessionManager
Seconds a session has to be idle to be closed.
getIncomingServers() - Method in class org.jivesoftware.wildfire.SessionManager
Returns a collection with the hostnames of the remote servers that currently have an incoming server connection to this server.
getIncomingServerSessions(String) - Method in class org.jivesoftware.wildfire.SessionManager
Returns the list of sessions that were originated by a remote server.
getInetAddress() - Method in interface org.jivesoftware.wildfire.Connection
Returns the InetAddress describing the connection.
getInetAddress() - Method in class org.jivesoftware.wildfire.http.HttpSession.HttpVirtualConnection
 
getInetAddress() - Method in class org.jivesoftware.wildfire.multiplex.ClientSessionConnection
 
getInetAddress() - Method in class org.jivesoftware.wildfire.net.SocketConnection
 
getInetAddress() - Method in class org.jivesoftware.wildfire.nio.NIOConnection
 
getInfo() - Method in class org.jivesoftware.wildfire.commands.AdHocCommandHandler
 
getInfo() - Method in class org.jivesoftware.wildfire.disco.IQDiscoInfoHandler
 
getInfo() - Method in class org.jivesoftware.wildfire.disco.IQDiscoItemsHandler
 
getInfo() - Method in class org.jivesoftware.wildfire.filetransfer.proxy.FileTransferProxy
 
getInfo() - Method in class org.jivesoftware.wildfire.handler.IQAuthHandler
 
getInfo() - Method in class org.jivesoftware.wildfire.handler.IQBindHandler
 
getInfo() - Method in class org.jivesoftware.wildfire.handler.IQHandler
Returns the handler information to help generically handle IQ packets.
getInfo() - Method in class org.jivesoftware.wildfire.handler.IQLastActivityHandler
 
getInfo() - Method in class org.jivesoftware.wildfire.handler.IQOfflineMessagesHandler
 
getInfo() - Method in class org.jivesoftware.wildfire.handler.IQPrivacyHandler
 
getInfo() - Method in class org.jivesoftware.wildfire.handler.IQPrivateHandler
 
getInfo() - Method in class org.jivesoftware.wildfire.handler.IQRegisterHandler
 
getInfo() - Method in class org.jivesoftware.wildfire.handler.IQRosterHandler
 
getInfo() - Method in class org.jivesoftware.wildfire.handler.IQSessionEstablishmentHandler
 
getInfo() - Method in class org.jivesoftware.wildfire.handler.IQSharedGroupHandler
 
getInfo() - Method in class org.jivesoftware.wildfire.handler.IQTimeHandler
 
getInfo() - Method in class org.jivesoftware.wildfire.handler.IQvCardHandler
 
getInfo() - Method in class org.jivesoftware.wildfire.handler.IQVersionHandler
 
getInitialSubdomain() - Method in class org.jivesoftware.wildfire.session.ComponentSession.ExternalComponent
 
getInitiator() - Method in class org.jivesoftware.wildfire.filetransfer.FileTransfer
 
getInitiator() - Method in interface org.jivesoftware.wildfire.filetransfer.FileTransferProgress
Returns the fully qualified JID of the initiator of the file transfer.
getInitiator() - Method in class org.jivesoftware.wildfire.filetransfer.proxy.DefaultProxyTransfer
 
getInputStream() - Method in interface org.jivesoftware.wildfire.filetransfer.FileTransferProgress
 
getInputStream() - Method in class org.jivesoftware.wildfire.filetransfer.proxy.DefaultProxyTransfer
 
getInputStream() - Method in class org.jivesoftware.wildfire.net.TLSStreamHandler
 
getInputStream() - Method in class org.jivesoftware.wildfire.net.TLSStreamReader
 
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).
getInstance() - Static method in class org.jivesoftware.wildfire.component.InternalComponentManager
 
getInstance() - Static method in class org.jivesoftware.wildfire.group.GroupManager
Returns a singleton instance of GroupManager.
getInstance() - Static method in class org.jivesoftware.wildfire.http.HttpBindManager
 
getInstance() - Static method in class org.jivesoftware.wildfire.interceptor.InterceptorManager
Returns a singleton instance of InterceptorManager.
getInstance() - Static method in class org.jivesoftware.wildfire.interceptor.PacketCopier
Returns unique instance of this class.
getInstance() - Static method in class org.jivesoftware.wildfire.ldap.LdapManager
Provides singleton access to an instance of the LdapManager class.
getInstance() - Static method in class org.jivesoftware.wildfire.multiplex.ConnectionMultiplexerManager
Returns the unique instance of this class.
getInstance() - Static method in class org.jivesoftware.wildfire.net.SocketSendingTracker
Returns the unique instance of this class.
getInstance(String, KeyStore, KeyStore) - Static method in class org.jivesoftware.wildfire.net.SSLJiveServerSocketFactory
 
getInstance() - Static method in class org.jivesoftware.wildfire.OfflineMessageStore
Returns the instance of OfflineMessageStore being used by the XMPPServer.
getInstance() - Static method in class org.jivesoftware.wildfire.privacy.PrivacyListManager
Returns the unique instance of this class.
getInstance() - Static method in class org.jivesoftware.wildfire.roster.RosterItemProvider
 
getInstance() - Static method in class org.jivesoftware.wildfire.sasl.AuthorizationManager
Returns a singleton AuthorizationManager instance.
getInstance() - Static method in class org.jivesoftware.wildfire.server.OutgoingSessionPromise
 
getInstance() - Static method in class org.jivesoftware.wildfire.SessionManager
Returns the instance of SessionManagerImpl being used by the XMPPServer.
getInstance() - Static method in class org.jivesoftware.wildfire.stats.StatisticsManager
 
getInstance() - Static method in class org.jivesoftware.wildfire.user.UserManager
Returns a singleton UserManager instance.
getInstance() - Static method in class org.jivesoftware.wildfire.vcard.VCardManager
 
getInstance() - Static method in class org.jivesoftware.wildfire.XMPPServer
Returns a singleton instance of XMPPServer.
getInstances() - Static method in class org.jivesoftware.wildfire.net.SocketConnection
 
getInstructions() - Method in interface org.jivesoftware.wildfire.forms.DataForm
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.wildfire.forms.spi.XDataFormImpl
 
getInstructions() - Method in class org.xmpp.forms.DataForm
Returns an unmodifiable list of instructions that explain how to fill out the form and what the form is about.
getIntAttribute(HttpServletRequest, String, int) - Static method in class org.jivesoftware.util.ParamUtils
Returns an attribute as a int.
getInterceptors() - Method in class org.jivesoftware.wildfire.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, int) - Static method in class org.jivesoftware.util.JiveGlobals
Returns an integer value Jive property.
getInvisibleSharedGroups() - Method in class org.jivesoftware.wildfire.roster.RosterItem
Returns the invisible shared groups for the item.
getIPAddress() - Method in class org.jivesoftware.wildfire.ServerPort
Returns the dot separated IP address for the server.
getIQAdminHandler() - Method in interface org.jivesoftware.wildfire.muc.MUCRoom
 
getIQAdminHandler() - Method in class org.jivesoftware.wildfire.muc.spi.MUCRoomImpl
 
getIQAuthHandler() - Method in class org.jivesoftware.wildfire.XMPPServer
Returns the IQAuthHandler registered with this server.
getIQDiscoInfoHandler() - Method in class org.jivesoftware.wildfire.XMPPServer
Returns the IQDiscoInfoHandler registered with this server.
getIQDiscoItemsHandler() - Method in class org.jivesoftware.wildfire.XMPPServer
Returns the IQDiscoItemsHandler registered with this server.
getIQHandlers() - Method in class org.jivesoftware.wildfire.XMPPServer
Returns a list with all the modules registered with the server that inherit from IQHandler.
getIQOwnerHandler() - Method in interface org.jivesoftware.wildfire.muc.MUCRoom
 
getIQOwnerHandler() - Method in class org.jivesoftware.wildfire.muc.spi.MUCRoomImpl
 
getIQRegisterHandler() - Method in class org.jivesoftware.wildfire.XMPPServer
Returns the IQRegisterHandler registered with this server.
getIQRouter() - Method in class org.jivesoftware.wildfire.XMPPServer
Returns the IQRouter registered with this server.
getItemCount(String) - Method in class org.jivesoftware.wildfire.roster.RosterItemProvider
Obtain a count of the number of roster items available for the given user.
getItems(String, String, JID) - Method in class org.jivesoftware.wildfire.commands.AdHocCommandHandler
 
getItems(String, String, JID) - Method in interface org.jivesoftware.wildfire.disco.DiscoItemsProvider
Returns an Iterator (of Element) with the target entity's items or null if none.
getItems() - Method in interface org.jivesoftware.wildfire.disco.ServerItemsProvider
Returns an Iterator (of DiscoServerItem) with the items associated with the server or null if none.
getItems() - Method in class org.jivesoftware.wildfire.filetransfer.proxy.FileTransferProxy
 
getItems(String, String, JID) - Method in class org.jivesoftware.wildfire.filetransfer.proxy.FileTransferProxy
 
getItems(String, String, JID) - Method in class org.jivesoftware.wildfire.handler.IQOfflineMessagesHandler
 
getItems(String, String, JID) - Method in class org.jivesoftware.wildfire.mediaproxy.MediaProxyService
 
getItems() - Method in class org.jivesoftware.wildfire.mediaproxy.MediaProxyService
 
getItems() - Method in class org.jivesoftware.wildfire.muc.spi.MultiUserChatServerImpl
 
getItems(String, String, JID) - Method in class org.jivesoftware.wildfire.muc.spi.MultiUserChatServerImpl
 
getItems() - Method in class org.jivesoftware.wildfire.pubsub.PubSubModule
 
getItems(String, String, JID) - Method in class org.jivesoftware.wildfire.pubsub.PubSubModule
 
getItems(String) - Method in class org.jivesoftware.wildfire.roster.RosterItemProvider
Retrieve an iterator of RosterItems for the given user.
getItems(String, String, JID) - Method in class org.jivesoftware.wildfire.stun.STUNService
 
getItems() - Method in class org.jivesoftware.wildfire.stun.STUNService
 
getItems() - Method in class org.xmpp.packet.Roster
Returns an unmodifiable copy of the Items in the roster packet.
getJavaScriptUrl() - Method in class org.jivesoftware.wildfire.http.HttpBindManager
 
getJID() - Method in interface org.jivesoftware.wildfire.disco.DiscoItem
Returns the entity's ID.
getJID() - Method in class org.jivesoftware.wildfire.pubsub.NodeAffiliate
 
getJID() - Method in class org.jivesoftware.wildfire.pubsub.NodeSubscription
Returns the JID that is going to receive the event notifications.
getJid() - Method in class org.jivesoftware.wildfire.roster.RosterItem
Obtain the address of the item.
getJID() - Method in class org.xmpp.packet.Roster.Item
Returns the JID associated with this item.
getKeyManagers(String, String, String) - Static method in class org.jivesoftware.wildfire.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.wildfire.net.SSLJiveKeyManagerFactory
 
getKeyPassword() - Static method in class org.jivesoftware.wildfire.net.SSLConfig
 
getKeyStore() - Static method in class org.jivesoftware.wildfire.net.SSLConfig
 
getKeystoreLocation() - Static method in class org.jivesoftware.wildfire.net.SSLConfig
 
getKeyword() - Method in class org.jivesoftware.wildfire.pubsub.NodeSubscription
Returns the keyword that the event needs to match.
getKickIdleUsersTimeout() - Method in interface org.jivesoftware.wildfire.muc.MultiUserChatServer
Returns the time to elapse between clearing of idle chat users.
getKickIdleUsersTimeout() - Method in class org.jivesoftware.wildfire.muc.spi.MultiUserChatServerImpl
 
getLabel() - Method in class org.jivesoftware.wildfire.commands.AdHocCommand
 
getLabel() - Method in interface org.jivesoftware.wildfire.forms.FormField
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.wildfire.forms.spi.XFormFieldImpl
 
getLabel() - Method in class org.xmpp.forms.FormField
Returns the label of the question which should give enough information to the user to fill out the form.
getLabel() - Method in class org.xmpp.forms.FormField.Option
Returns the label that represents the option.
getLanguage() - Method in interface org.jivesoftware.wildfire.Connection
Returns the language code that should be used for this connection (e.g.
getLanguage() - Method in class org.jivesoftware.wildfire.http.HttpSession
Returns the language this session is using.
getLanguage() - Method in class org.jivesoftware.wildfire.net.SocketConnection
 
getLanguage() - Method in class org.jivesoftware.wildfire.net.VirtualConnection
 
getLanguage() - Method in class org.jivesoftware.wildfire.nio.NIOConnection
 
getLanguage() - Method in class org.jivesoftware.wildfire.pubsub.DefaultNodeConfiguration
Returns the default language of the node.
getLanguage() - Method in class org.jivesoftware.wildfire.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() - Method in class org.jivesoftware.util.LinkedList
Returns the last linked list node in the list.
getLastActiveDate() - Method in class org.jivesoftware.wildfire.session.Session
Obtain the time the session last had activity.
getLastActivity() - Method in class org.jivesoftware.wildfire.http.HttpSession
Returns the time in milliseconds since the epoch that this session was last active.
getLastActivity(User) - Method in interface org.jivesoftware.wildfire.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.wildfire.spi.PresenceManagerImpl
 
getLastActivityDateRangeMax() - Method in class org.jivesoftware.wildfire.SessionResultFilter
Returns a date that represents the upper boundry for sessions to be selected by the result filter.
getLastActivityDateRangeMin() - Method in class org.jivesoftware.wildfire.SessionResultFilter
Returns a date that represents the lower boundary for session to be selected by the result filter.
getLastHeartbeat() - Method in class org.jivesoftware.wildfire.net.MXParser
Returns the last time a heartbeat was received.
getLastPacketTime() - Method in interface org.jivesoftware.wildfire.muc.MUCUser
Get time (in milliseconds from System currentTimeMillis()) since last packet.
getLastPacketTime() - Method in class org.jivesoftware.wildfire.muc.spi.MUCUserImpl
 
getLastPresenceStatus(User) - Method in interface org.jivesoftware.wildfire.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.wildfire.spi.PresenceManagerImpl
 
getLastPublishedItem() - Method in class org.jivesoftware.wildfire.pubsub.LeafNode
 
getLastPublishedItem() - Method in class org.jivesoftware.wildfire.pubsub.Node
Returns the last PublishedItem that was published to the node or null if the node does not have published items.
getLastStarted() - Method in class org.jivesoftware.wildfire.spi.XMPPServerInfoImpl
 
getLastStarted() - Method in interface org.jivesoftware.wildfire.XMPPServerInfo
Obtain the date when the server was last started.
getLastStopped() - Method in class org.jivesoftware.wildfire.spi.XMPPServerInfoImpl
 
getLastStopped() - Method in interface org.jivesoftware.wildfire.XMPPServerInfo
Obtain the date when the server was last stopped.
getLatestVersion() - Method in class org.jivesoftware.wildfire.update.AvailablePlugin
Returns the latest version of the plugin that is not installed.
getLatestVersion() - Method in class org.jivesoftware.wildfire.update.Update
Returns the latest version of the component that was found.
getLegacyCode() - Method in enum org.xmpp.packet.PacketError.Condition
Returns the legacy error code associated with the error.
getLexicalHandler() - Method in class org.jivesoftware.util.XMLWriter
 
getLicense(Plugin) - Method in class org.jivesoftware.wildfire.container.PluginManager
Returns the license agreement type that the plugin is governed by.
getLicenseType() - Method in class org.jivesoftware.wildfire.update.AvailablePlugin
Returns the type of license the plugin is being released under.
getLifetime() - Method in class org.jivesoftware.wildfire.mediaproxy.MediaProxy
Returns the maximum lifetime (in seconds) of a session.
getLifetime() - Method in class org.jivesoftware.wildfire.mediaproxy.MediaProxyService
Get the Life Time of Sessions
GetListActiveUsers - Class in org.jivesoftware.wildfire.commands.admin
Command that allows to retrieve a list of all active users.
GetListActiveUsers() - Constructor for class org.jivesoftware.wildfire.commands.admin.GetListActiveUsers
 
GetListGroups - Class in org.jivesoftware.wildfire.commands.admin.group
Command that allows to retrieve a list of existing groups.
GetListGroups() - Constructor for class org.jivesoftware.wildfire.commands.admin.group.GetListGroups
 
GetListGroupUsers - Class in org.jivesoftware.wildfire.commands.admin.group
Command that allows to retrieve list members of a given group.
GetListGroupUsers() - Constructor for class org.jivesoftware.wildfire.commands.admin.group.GetListGroupUsers
 
getLocalDomain() - Method in class org.jivesoftware.wildfire.session.IncomingServerSession
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.wildfire.mediaproxy.MediaProxySession
Get localhost of the Session
getLocalhost() - Method in interface org.jivesoftware.wildfire.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, 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.wildfire.mediaproxy.MediaProxySession
Get the localport that listen for Host A Packets
getLocalPortA() - Method in interface org.jivesoftware.wildfire.mediaproxy.ProxyCandidate
 
getLocalPortB() - Method in class org.jivesoftware.wildfire.mediaproxy.MediaProxySession
Get the localport that listen for Host B Packets
getLocalPortB() - Method in interface org.jivesoftware.wildfire.mediaproxy.ProxyCandidate
 
getLog() - Method in class org.jivesoftware.wildfire.component.InternalComponentManager
 
getLog() - Method in interface org.xmpp.component.ComponentManager
Returns a Log instance, which can be used by components for logging error, warning, info, and debug messages.
getLogConversationBatchSize() - Method in interface org.jivesoftware.wildfire.muc.MultiUserChatServer
Returns the number of messages to save to the database on each run of the logging process.
getLogConversationBatchSize() - Method in class org.jivesoftware.wildfire.muc.spi.MultiUserChatServerImpl
 
getLogConversationsTimeout() - Method in interface org.jivesoftware.wildfire.muc.MultiUserChatServer
Returns the time to elapse between logging the room conversations.
getLogConversationsTimeout() - Method in class org.jivesoftware.wildfire.muc.spi.MultiUserChatServerImpl
 
getLogDir() - Method in interface org.jivesoftware.wildfire.audit.AuditManager
Returns the absolute path to the directory where the audit log files will be saved.
getLogDir() - Method in class org.jivesoftware.wildfire.audit.spi.AuditManagerImpl
 
getLogDirectory() - Static method in class org.jivesoftware.util.Log
Returns the directory that log files exist in.
getLogger(String) - Method in class org.jivesoftware.util.log.util.JettyLog
 
getLoggerFor(String) - Method in class org.jivesoftware.util.log.Hierarchy
Retrieve a logger for named category.
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.
getLogTargets() - Method in class org.jivesoftware.util.log.Logger
Get a copy of log targets for this logger.
getLogTimeout() - Method in interface org.jivesoftware.wildfire.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.wildfire.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, 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.
getMajorXMPPVersion() - Method in interface org.jivesoftware.wildfire.Connection
Returns the major version of XMPP being used by this connection (major_version.minor_version.
getMajorXMPPVersion() - Method in class org.jivesoftware.wildfire.net.SocketConnection
 
getMajorXMPPVersion() - Method in class org.jivesoftware.wildfire.net.VirtualConnection
 
getMajorXMPPVersion() - Method in class org.jivesoftware.wildfire.nio.NIOConnection
 
getManager() - Method in class org.jivesoftware.util.WebManager
 
getMaxCacheSize() - Method in class org.jivesoftware.util.Cache
Returns the maximum size of the cache (in bytes).
getMaxChars() - Method in class org.jivesoftware.wildfire.muc.HistoryRequest
Returns the total number of characters to receive in the history.
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.wildfire.audit.AuditManager
Returns the maximum number of days to keep audit information.
getMaxDays() - Method in class org.jivesoftware.wildfire.audit.spi.AuditManagerImpl
 
getMaxFileSize() - Method in interface org.jivesoftware.wildfire.audit.AuditManager
Obtain the maximum size of audit log files in megabytes.
getMaxFileSize() - Method in class org.jivesoftware.wildfire.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.wildfire.pubsub.CollectionNode
Returns the max number of leaf nodes that this collection node might have.
getMaxLeafNodes() - Method in class org.jivesoftware.wildfire.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 class org.jivesoftware.util.Cache
Returns the maximum number of milleseconds that any object can live in cache.
getMaxNumber() - Method in class org.jivesoftware.wildfire.muc.HistoryStrategy
Obtain the maximum number of messages for strategies using message number limitations.
getMaxPayloadSize() - Method in class org.jivesoftware.wildfire.pubsub.DefaultNodeConfiguration
Returns the maximum payload size in bytes.
getMaxPayloadSize() - Method in class org.jivesoftware.wildfire.pubsub.LeafNode
 
getMaxPollingInterval() - Method in class org.jivesoftware.wildfire.http.HttpSession
Returns the max interval within which a client can send polling requests.
getMaxPort() - Method in class org.jivesoftware.wildfire.mediaproxy.MediaProxy
Returns the maximum port value to listen for incoming packets.
getMaxPort() - Method in class org.jivesoftware.wildfire.mediaproxy.MediaProxyService
Get Maximum port value to listen from incoming packets.
getMaxPublishedItems() - Method in class org.jivesoftware.wildfire.pubsub.DefaultNodeConfiguration
Returns the maximum number of published items to persist.
getMaxPublishedItems() - Method in class org.jivesoftware.wildfire.pubsub.LeafNode
 
getMaxRequests() - Method in class org.jivesoftware.wildfire.http.HttpSession
Returns the max number of requests it is permissable for this session to have open at any one time.
getMaxRequests() - Method in class org.jivesoftware.wildfire.http.HttpSessionManager
Wildfire MAY limit the number of simultaneous requests the client makes with the 'requests' attribute.
getMaxStages(SessionData) - Method in class org.jivesoftware.wildfire.commands.AdHocCommand
Returns the max number of stages for this command.
getMaxStages(SessionData) - Method in class org.jivesoftware.wildfire.commands.admin.GetListActiveUsers
 
getMaxStages(SessionData) - Method in class org.jivesoftware.wildfire.commands.admin.GetNumberActiveUsers
 
getMaxStages(SessionData) - Method in class org.jivesoftware.wildfire.commands.admin.GetNumberOnlineUsers
 
getMaxStages(SessionData) - Method in class org.jivesoftware.wildfire.commands.admin.GetNumberUserSessions
 
getMaxStages(SessionData) - Method in class org.jivesoftware.wildfire.commands.admin.GetServerStats
 
getMaxStages(SessionData) - Method in class org.jivesoftware.wildfire.commands.admin.GetUsersPresence
 
getMaxStages(SessionData) - Method in class org.jivesoftware.wildfire.commands.admin.group.AddGroup
 
getMaxStages(SessionData) - Method in class org.jivesoftware.wildfire.commands.admin.group.AddGroupUsers
 
getMaxStages(SessionData) - Method in class org.jivesoftware.wildfire.commands.admin.group.DeleteGroup
 
getMaxStages(SessionData) - Method in class org.jivesoftware.wildfire.commands.admin.group.DeleteGroupUsers
 
getMaxStages(SessionData) - Method in class org.jivesoftware.wildfire.commands.admin.group.GetListGroups
 
getMaxStages(SessionData) - Method in class org.jivesoftware.wildfire.commands.admin.group.GetListGroupUsers
 
getMaxStages(SessionData) - Method in class org.jivesoftware.wildfire.commands.admin.group.UpdateGroup
 
getMaxStages(SessionData) - Method in class org.jivesoftware.wildfire.commands.admin.HttpBindStatus
 
getMaxStages(SessionData) - Method in class org.jivesoftware.wildfire.commands.admin.PacketsNotification
 
getMaxStages(SessionData) - Method in class org.jivesoftware.wildfire.commands.admin.user.AddUser
 
getMaxStages(SessionData) - Method in class org.jivesoftware.wildfire.commands.admin.user.AuthenticateUser
 
getMaxStages(SessionData) - Method in class org.jivesoftware.wildfire.commands.admin.user.ChangeUserPassword
 
getMaxStages(SessionData) - Method in class org.jivesoftware.wildfire.commands.admin.user.UserProperties
 
getMaxStanzas() - Method in class org.jivesoftware.wildfire.muc.HistoryRequest
Returns the total number of messages to receive in the history.
getMaxThreadCount() - Method in class org.jivesoftware.wildfire.Channel
Returns the max number of threads the channel will use for processing messages.
getMaxTotalSize() - Method in interface org.jivesoftware.wildfire.audit.AuditManager
Returns the maximum size in megabytes that all audit log files may have.
getMaxTotalSize() - Method in class org.jivesoftware.wildfire.audit.spi.AuditManagerImpl
 
getMaxUsers() - Method in interface org.jivesoftware.wildfire.muc.MUCRoom
Returns the maximum number of occupants that can be simultaneously in the room.
getMaxUsers() - Method in class org.jivesoftware.wildfire.muc.spi.MUCRoomImpl
 
getMaxWait() - Method in class org.jivesoftware.wildfire.http.HttpSessionManager
Returns the longest time (in seconds) that Wildfire is allowed to wait before responding to any request during the session.
getMediaProxyService() - Method in class org.jivesoftware.wildfire.XMPPServer
Returns the MediaProxyService registered with this server.
getMembers() - Method in class org.jivesoftware.admin.LdapGroupTester.Group
 
getMembers() - Method in class org.jivesoftware.wildfire.group.Group
Returns a Collection of the group members.
getMembers() - Method in interface org.jivesoftware.wildfire.muc.MUCRoom
Returns a collection with the current list of room members.
getMembers() - Method in class org.jivesoftware.wildfire.muc.spi.MUCRoomImpl
 
getMessage(String, String) - Method in class org.jivesoftware.util.log.format.PatternFormatter
Utility method to format message.
getMessage() - Method in class org.jivesoftware.util.log.LogEvent
Get the message associated with event.
getMessage(String, Date) - Method in class org.jivesoftware.wildfire.OfflineMessageStore
Returns the offline message of the specified user with the given creation date.
getMessageHistory() - Method in class org.jivesoftware.wildfire.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.wildfire.muc.MUCRoomHistory
 
getMessageRouter() - Method in class org.jivesoftware.wildfire.XMPPServer
Returns the MessageRouter registered with this server.
getMessages(String, boolean) - Method in class org.jivesoftware.wildfire.OfflineMessageStore
Returns a Collection of all messages in the store for a user.
getMetadataForm() - Method in class org.jivesoftware.wildfire.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.wildfire.filetransfer.FileTransfer
 
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.
getMinorXMPPVersion() - Method in interface org.jivesoftware.wildfire.Connection
Returns the minor version of XMPP being used by this connection (major_version.minor_version.
getMinorXMPPVersion() - Method in class org.jivesoftware.wildfire.net.SocketConnection
 
getMinorXMPPVersion() - Method in class org.jivesoftware.wildfire.net.VirtualConnection
 
getMinorXMPPVersion() - Method in class org.jivesoftware.wildfire.nio.NIOConnection
 
getMinPort() - Method in class org.jivesoftware.wildfire.mediaproxy.MediaProxy
Returns the minimum port value to listen for incoming packets.
getMinPort() - Method in class org.jivesoftware.wildfire.mediaproxy.MediaProxyService
Get Minimal port value to listen from incoming packets.
getMinServerVersion(Plugin) - Method in class org.jivesoftware.wildfire.container.PluginManager
Returns the minimum server version this plugin can run within.
getMinServerVersion() - Method in class org.jivesoftware.wildfire.update.AvailablePlugin
Returns the minimum server version required by this plugin as specified in plugin.xml.
getMinThreadCount() - Method in class org.jivesoftware.wildfire.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.wildfire.muc.MUCRoom
Returns a collection with the current list of room moderators.
getModerators() - Method in class org.jivesoftware.wildfire.muc.spi.MUCRoomImpl
 
getModificationDate() - Method in interface org.jivesoftware.wildfire.muc.MUCRoom
Returns the last date when the room's configuration was modified.
getModificationDate() - Method in class org.jivesoftware.wildfire.muc.spi.MUCRoomImpl
 
getModificationDate() - Method in class org.jivesoftware.wildfire.pubsub.Node
Returns the last date when the ndoe's configuration was modified.
getModificationDate() - Method in class org.jivesoftware.wildfire.user.User
 
getMulticastRouter() - Method in class org.jivesoftware.wildfire.XMPPServer
Returns the MulticastRouter registered with this server.
getMultiplexers() - Method in class org.jivesoftware.wildfire.multiplex.ConnectionMultiplexerManager
Returns the names of the connected connection managers to this server.
getMultiplexerSession(String) - Method in class org.jivesoftware.wildfire.multiplex.ConnectionMultiplexerManager
Returns a ConnectionMultiplexerSession for the specified connection manager domain or null if none was found.
getMultiplexerSocketAcceptor() - Method in class org.jivesoftware.wildfire.spi.ConnectionManagerImpl
 
getMultistatGroup(String) - Method in class org.jivesoftware.wildfire.stats.StatisticsManager
 
getMultiUserChatServer() - Method in class org.jivesoftware.util.WebManager
 
getMultiUserChatServer() - Method in class org.jivesoftware.wildfire.XMPPServer
Returns the MultiUserChatServer registered with this server.
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.util.Cache
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).
getName() - Method in class org.jivesoftware.util.log.Priority
Get name of priority.
getName() - Method in class org.jivesoftware.wildfire.Channel
Returns the name of the channel.
getName() - Method in class org.jivesoftware.wildfire.container.BasicModule
Obtain the name of the module.
getName() - Method in interface org.jivesoftware.wildfire.container.Module
Returns the name of the module for display in administration interfaces.
getName(Plugin) - Method in class org.jivesoftware.wildfire.container.PluginManager
Returns the name of a plugin.
getName() - Method in interface org.jivesoftware.wildfire.disco.DiscoItem
Returns the entity's name.
getName() - Method in class org.jivesoftware.wildfire.forms.spi.XDataFormImpl
 
getName() - Method in class org.jivesoftware.wildfire.forms.spi.XFormFieldImpl
 
getName() - Method in class org.jivesoftware.wildfire.group.Group
Returns the name of the group.
getName() - Method in class org.jivesoftware.wildfire.IQHandlerInfo
Obtain the name of the root iq element for this packet type.
getName() - Method in class org.jivesoftware.wildfire.mediaproxy.MediaProxyService
 
getName() - Method in interface org.jivesoftware.wildfire.muc.MUCRoom
Get the name of this room.
getName() - Method in class org.jivesoftware.wildfire.muc.spi.MUCRoomImpl
 
getName() - Method in class org.jivesoftware.wildfire.privacy.PrivacyList
Returns the name that uniquely identifies this list among the users lists.
getName() - Method in class org.jivesoftware.wildfire.pubsub.models.AccessModel
Returns the name as defined by the JEP-60 spec.
getName() - Method in class org.jivesoftware.wildfire.pubsub.models.AuthorizeAccess
 
getName() - Method in class org.jivesoftware.wildfire.pubsub.models.OnlyPublishers
 
getName() - Method in class org.jivesoftware.wildfire.pubsub.models.OnlySubscribers
 
getName() - Method in class org.jivesoftware.wildfire.pubsub.models.OpenAccess
 
getName() - Method in class org.jivesoftware.wildfire.pubsub.models.OpenPublisher
 
getName() - Method in class org.jivesoftware.wildfire.pubsub.models.PresenceAccess
 
getName() - Method in class org.jivesoftware.wildfire.pubsub.models.PublisherModel
Returns the name as defined by the JEP-60 spec.
getName() - Method in class org.jivesoftware.wildfire.pubsub.models.RosterAccess
 
getName() - Method in class org.jivesoftware.wildfire.pubsub.models.WhitelistAccess
 
getName() - Method in class org.jivesoftware.wildfire.pubsub.Node
Returns the name of the node.
getName() - Method in class org.jivesoftware.wildfire.session.ComponentSession.ExternalComponent
 
getName() - Method in class org.jivesoftware.wildfire.spi.XMPPServerInfoImpl
 
getName() - Method in class org.jivesoftware.wildfire.stats.i18nStatistic
 
getName() - Method in interface org.jivesoftware.wildfire.stats.Statistic
Returns the name of a stat.
getName() - Method in class org.jivesoftware.wildfire.stun.STUNService
 
getName() - Method in class org.jivesoftware.wildfire.update.AvailablePlugin
Returns the name of the plugin that is not installed.
getName() - Method in class org.jivesoftware.wildfire.user.User
 
getName() - Method in interface org.jivesoftware.wildfire.XMPPServerInfo
Obtain the server name (ip address or hostname).
getName() - Method in interface org.xmpp.component.Component
Returns the name of this component.
getName() - Method in class org.xmpp.packet.Roster.Item
Returns the nickname associated with this item.
getNameField() - Method in class org.jivesoftware.wildfire.ldap.LdapManager
Returns the LDAP field name that the user's name is stored in.
getNamespace() - Method in class org.jivesoftware.wildfire.forms.spi.XDataFormImpl
 
getNamespace() - Method in class org.jivesoftware.wildfire.forms.spi.XFormFieldImpl
 
getNamespace() - Method in class org.jivesoftware.wildfire.IQHandlerInfo
Obtain the namespace of the root iq element for this packet type.
getNaturalLanguageName() - Method in interface org.jivesoftware.wildfire.muc.MUCRoom
Returns the natural language name of the room.
getNaturalLanguageName() - Method in class org.jivesoftware.wildfire.muc.spi.MUCRoomImpl
 
getNetBuffSize() - Method in class org.jivesoftware.wildfire.net.TLSWrapper
 
getNickname() - Method in class org.jivesoftware.admin.LdapUserProfile
 
getNickname() - Method in interface org.jivesoftware.wildfire.muc.MUCRole
Obtain the nickname for the user in the chatroom.
getNickname() - Method in class org.jivesoftware.wildfire.muc.spi.MUCRoleImpl
 
getNickname() - Method in class org.jivesoftware.wildfire.roster.RosterItem
Obtain the current nickname for the item.
getNode() - Method in interface org.jivesoftware.wildfire.disco.DiscoItem
Returns the node attribute that supplements the 'jid' attribute.
getNode() - Method in class org.jivesoftware.wildfire.pubsub.NodeAffiliate
 
getNode() - Method in class org.jivesoftware.wildfire.pubsub.NodeSubscription
Returns the node that holds this subscription.
getNode() - Method in class org.jivesoftware.wildfire.pubsub.PublishedItem
Returns the LeafNode where this item was published.
getNode(String) - Method in class org.jivesoftware.wildfire.pubsub.PubSubModule
 
getNode(String) - Method in interface org.jivesoftware.wildfire.pubsub.PubSubService
Returns the Node that matches the specified node ID or null if none was found.
getNode() - Method in class org.xmpp.packet.JID
Returns the node, or null if this JID does not contain node information.
getNodeID() - Method in class org.jivesoftware.wildfire.pubsub.Node
Returns the unique identifier for a node within the context of a pubsub service.
getNodes() - Method in class org.jivesoftware.wildfire.pubsub.CollectionNode
 
getNodes() - Method in class org.jivesoftware.wildfire.pubsub.Node
Returns the list of nodes contained by this node.
getNodes() - Method in class org.jivesoftware.wildfire.pubsub.PubSubModule
 
getNodes() - Method in interface org.jivesoftware.wildfire.pubsub.PubSubService
Retuns the collection of nodes hosted by the pubsub service.
getNotificationMessage() - Method in class org.jivesoftware.wildfire.update.UpdateManager
Returns the message to send to admins when new updates are available.
getNotInstalledPlugins() - Method in class org.jivesoftware.wildfire.update.UpdateManager
Returns the list of available plugins to install as reported by igniterealtime.org.
GetNumberActiveUsers - Class in org.jivesoftware.wildfire.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.wildfire.commands.admin.GetNumberActiveUsers
 
getNumberChatRooms() - Method in class org.jivesoftware.wildfire.muc.spi.MultiUserChatServerImpl
Retuns the number of existing rooms in the server (i.e.
getNumberConnectedUsers() - Method in class org.jivesoftware.wildfire.muc.spi.MultiUserChatServerImpl
Retuns the total number of occupants in all rooms in the server.
GetNumberOnlineUsers - Class in org.jivesoftware.wildfire.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.wildfire.commands.admin.GetNumberOnlineUsers
 
getNumberRoomOccupants() - Method in class org.jivesoftware.wildfire.muc.spi.MultiUserChatServerImpl
Retuns the total number of users that have joined in all rooms in the server.
GetNumberUserSessions - Class in org.jivesoftware.wildfire.commands.admin
Command that allows to retrieve the number of user sessions at any one moment.
GetNumberUserSessions() - Constructor for class org.jivesoftware.wildfire.commands.admin.GetNumberUserSessions
 
getNumClientPackets() - Method in class org.jivesoftware.wildfire.session.Session
Obtain the number of packets sent from the client to the server.
getNumConnectedClients(String) - Method in class org.jivesoftware.wildfire.multiplex.ConnectionMultiplexerManager
Returns the number of connected clients to a specific connection manager.
getNumResults() - Method in class org.jivesoftware.wildfire.SessionResultFilter
Returns the max number of results that should be returned.
getNumServerPackets() - Method in class org.jivesoftware.wildfire.session.Session
Obtain the number of packets sent from the server to the client.
getOccupant(String) - Method in interface org.jivesoftware.wildfire.muc.MUCRoom
Obtain the role of a given user by nickname.
getOccupant(String) - Method in class org.jivesoftware.wildfire.muc.spi.MUCRoomImpl
 
getOccupantByFullJID(JID) - Method in interface org.jivesoftware.wildfire.muc.MUCRoom
Obtain the role of a given user in the room by his full JID.
getOccupantByFullJID(JID) - Method in class org.jivesoftware.wildfire.muc.spi.MUCRoomImpl
 
getOccupants() - Method in interface org.jivesoftware.wildfire.muc.MUCRoom
Obtain the roles of all users in the chatroom.
getOccupants() - Method in class org.jivesoftware.wildfire.muc.spi.MUCRoomImpl
 
getOccupantsByBareJID(String) - Method in interface org.jivesoftware.wildfire.muc.MUCRoom
Obtain the roles of a given user in the room by his bare JID.
getOccupantsByBareJID(String) - Method in class org.jivesoftware.wildfire.muc.spi.MUCRoomImpl
 
getOccupantsCount() - Method in interface org.jivesoftware.wildfire.muc.MUCRoom
Returns the number of occupants in the chatroom at the moment.
getOccupantsCount() - Method in class org.jivesoftware.wildfire.muc.spi.MUCRoomImpl
 
getOfflineMessageStore() - Method in class org.jivesoftware.wildfire.XMPPServer
Returns the OfflineMessageStore registered with this server.
getOfflineMessageStrategy() - Method in class org.jivesoftware.wildfire.XMPPServer
Returns the OfflineMessageStrategy registered with this server.
getOptions() - Method in class org.xmpp.forms.FormField
Returns the available options to answer for this question.
getOutcasts() - Method in interface org.jivesoftware.wildfire.muc.MUCRoom
Returns a collection with the current list of outcast users.
getOutcasts() - Method in class org.jivesoftware.wildfire.muc.spi.MUCRoomImpl
 
getOutgoingServers() - Method in class org.jivesoftware.wildfire.SessionManager
Returns a collection with the hostnames of the remote servers that currently may receive packets sent from this server.
getOutgoingServerSession(String) - Method in class org.jivesoftware.wildfire.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.wildfire.filetransfer.FileTransferProgress
 
getOutputStream() - Method in class org.jivesoftware.wildfire.filetransfer.proxy.DefaultProxyTransfer
 
getOutputStream() - Method in class org.jivesoftware.wildfire.net.TLSStreamHandler
 
getOutputStream() - Method in class org.jivesoftware.wildfire.net.TLSStreamWriter
 
getOwner() - Method in class org.jivesoftware.wildfire.commands.SessionData
Returns the JID of the entity that is executing the command.
getOwner() - Method in class org.jivesoftware.wildfire.pubsub.NodeSubscription
Retuns the JID of the entity that owns this subscription.
getOwners() - Method in interface org.jivesoftware.wildfire.muc.MUCRoom
Returns a collection with the current list of owners.
getOwners() - Method in class org.jivesoftware.wildfire.muc.spi.MUCRoomImpl
 
getOwners() - Method in class org.jivesoftware.wildfire.pubsub.Node
Returns a collection with the JID of the node owners.
getPacketDeliverer() - Method in interface org.jivesoftware.wildfire.Connection
Returns the packet deliverer to use when delivering a packet over the socket fails.
getPacketDeliverer() - Method in class org.jivesoftware.wildfire.net.SocketConnection
 
getPacketDeliverer() - Method in class org.jivesoftware.wildfire.net.VirtualConnection
 
getPacketDeliverer() - Method in class org.jivesoftware.wildfire.nio.NIOConnection
 
getPacketDeliverer() - Method in class org.jivesoftware.wildfire.XMPPServer
Returns the PacketDeliverer registered with this server.
getPacketRouter() - Method in class org.jivesoftware.wildfire.XMPPServer
Returns the PacketRouter registered with this server.
getPacketsToSend(long, TimeUnit) - Method in class org.jivesoftware.wildfire.http.HttpSession
Returns the next set of packets to be sent.
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
getParent() - Method in class org.jivesoftware.wildfire.pubsub.Node
Returns the collection node that is containing this node.
getParents() - Method in class org.jivesoftware.wildfire.pubsub.Node
Returns the complete hierarchy of parents of this node.
getParticipants() - Method in interface org.jivesoftware.wildfire.muc.MUCRoom
Returns a collection with the current list of room participants.
getParticipants() - Method in class org.jivesoftware.wildfire.muc.spi.MUCRoomImpl
 
getPass() - Method in class org.jivesoftware.wildfire.mediaproxy.MediaProxySession
Get the pass of this Session A pass can be used to authorize an Session modification
getPass() - Method in interface org.jivesoftware.wildfire.mediaproxy.ProxyCandidate
 
getPassword() - Method in class org.jivesoftware.database.DefaultConnectionProvider
Returns the password used to connect to the database.
getPassword() - Method in class org.jivesoftware.util.EmailService
Returns the password used to connect to the SMTP server.
getPassword(String) - Static method in class org.jivesoftware.wildfire.auth.AuthFactory
Returns the user's password.
getPassword(String) - Method in interface org.jivesoftware.wildfire.auth.AuthProvider
Returns the user's password.
getPassword(String) - Method in class org.jivesoftware.wildfire.auth.DefaultAuthProvider
 
getPassword(String) - Method in class org.jivesoftware.wildfire.auth.HybridAuthProvider
 
getPassword(String) - Method in class org.jivesoftware.wildfire.auth.JDBCAuthProvider
 
getPassword(String) - Method in class org.jivesoftware.wildfire.auth.NativeAuthProvider
 
getPassword(String) - Method in class org.jivesoftware.wildfire.auth.POP3AuthProvider
 
getPassword(String) - Method in class org.jivesoftware.wildfire.ldap.LdapAuthProvider
 
getPassword() - Method in interface org.jivesoftware.wildfire.muc.MUCRoom
Returns the password that the user must provide to enter the room.
getPassword() - Method in class org.jivesoftware.wildfire.muc.spi.MUCRoomImpl
 
getPattern() - Method in class org.jivesoftware.util.FastDateFormat
 
getPayload() - Method in class org.jivesoftware.wildfire.pubsub.PublishedItem
Returns the payload included when publishing the item.
getPayloadType() - Method in class org.jivesoftware.wildfire.pubsub.Node
Returns the type of payload data to be provided at the node.
getPayloadXML() - Method in class org.jivesoftware.wildfire.pubsub.PublishedItem
Returns a textual representation of the payload or null if no payload was specified with the item.
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.wildfire.pubsub.Node
Returns a list with the subscriptions to the node that are pending to be approved by a node owner.
getPercentOfTotalInstallation() - Method in class org.jivesoftware.wildfire.launcher.Uninstaller
 
getPermission() - Method in class org.jivesoftware.wildfire.component.ExternalComponentConfiguration
 
getPermission() - Method in class org.jivesoftware.wildfire.server.RemoteServerConfiguration
 
getPermissionPolicy() - Static method in class org.jivesoftware.wildfire.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.wildfire.server.RemoteServerManager
Returns the permission policy being used for new XMPP entities that are trying to connect to the server.
getPlugin(String) - Method in class org.jivesoftware.wildfire.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.wildfire.container.PluginManager
Returns the classloader of a plugin.
getPluginDirectory(Plugin) - Method in class org.jivesoftware.wildfire.container.PluginManager
Returns the plugin's directory.
getPluginManager() - Method in class org.jivesoftware.wildfire.XMPPServer
Returns the PluginManager instance registered with this server.
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.wildfire.container.PluginManager
Returns a Collection of all installed plugins.
getPluginUpdate(String, String) - Method in class org.jivesoftware.wildfire.update.UpdateManager
Returns the plugin update or null if the plugin is up to date.
getPluginUpdates() - Method in class org.jivesoftware.wildfire.update.UpdateManager
Returns a previously fetched list of updates.
getPollingInterval() - Method in class org.jivesoftware.wildfire.http.HttpSessionManager
Wildfire 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.wildfire.launcher.GraphicUtils
Returns a point where the given popup menu should be shown.
getPopupMenuShowPoint(JPopupMenu, int, int) - Static method in class org.jivesoftware.wildfire.launcher.GraphicUtils
Returns a point where the given popup menu should be shown.
getPort() - Method in class org.jivesoftware.util.EmailService
Returns the port number used when connecting to the SMTP server.
getPort() - Method in class org.jivesoftware.wildfire.ldap.LdapManager
Returns the LDAP server port number.
getPort() - Method in class org.jivesoftware.wildfire.net.DNSUtil.HostAddress
Returns the port.
getPort() - Method in class org.jivesoftware.wildfire.net.SocketAcceptThread
Retrieve the port this server socket is bound to.
getPort() - Method in class org.jivesoftware.wildfire.net.SocketConnection
Returns the port that the connection uses.
getPort() - Method in class org.jivesoftware.wildfire.ServerPort
Returns the port number that is being used.
getPortA() - Method in class org.jivesoftware.wildfire.mediaproxy.MediaProxySession
Get the Port A IP
getPortA() - Method in interface org.jivesoftware.wildfire.mediaproxy.ProxyCandidate
 
getPortB() - Method in class org.jivesoftware.wildfire.mediaproxy.MediaProxySession
Get the Port B IP
getPortB() - Method in interface org.jivesoftware.wildfire.mediaproxy.ProxyCandidate
 
getPortForServer(String) - Static method in class org.jivesoftware.wildfire.server.RemoteServerManager
Returns the remote port to connect for the specified remote server.
getPorts() - Method in interface org.jivesoftware.wildfire.ConnectionManager
Returns an array of the ports managed by this connection manager.
getPorts() - Method in class org.jivesoftware.wildfire.spi.ConnectionManagerImpl
 
getPreAuthenticatedKeys() - Method in class org.jivesoftware.wildfire.SessionManager
Returns the temporary keys used by the sessions that has not been authenticated yet.
getPresence() - Method in interface org.jivesoftware.wildfire.muc.MUCRole
Obtain the current presence status of a user in a chatroom.
getPresence() - Method in class org.jivesoftware.wildfire.muc.spi.MUCRoleImpl
 
getPresence(User) - Method in interface org.jivesoftware.wildfire.PresenceManager
Returns the user's current presence, or null if the user is unavailable.
getPresence() - Method in class org.jivesoftware.wildfire.session.ClientSession
Obtain the presence of this session.
getPresence(User) - Method in class org.jivesoftware.wildfire.spi.PresenceManagerImpl
 
getPresenceManager() - Method in class org.jivesoftware.util.WebManager
 
getPresenceManager() - Method in class org.jivesoftware.wildfire.XMPPServer
Returns the PresenceManager registered with this server.
getPresenceRouter() - Method in class org.jivesoftware.wildfire.XMPPServer
Returns the PresenceRouter registered with this server.
getPresences(String) - Method in interface org.jivesoftware.wildfire.PresenceManager
Returns all presences for the user, or null if the user is unavailable.
getPresences(String) - Method in class org.jivesoftware.wildfire.spi.PresenceManagerImpl
 
getPresenceStates() - Method in class org.jivesoftware.wildfire.pubsub.NodeSubscription
The presence states for which an entity wants to receive notifications.
getPresenceSubscribeHandler() - Method in class org.jivesoftware.wildfire.XMPPServer
Returns the PresenceSubscribeHandler registered with this server.
getPresenceUpdateHandler() - Method in class org.jivesoftware.wildfire.XMPPServer
Returns the PresenceUpdateHandler registered with this server.
getPrimaryAddress() - Method in class org.jivesoftware.wildfire.stun.STUNService
Get the primary Address used by the STUN server
getPrimaryPort() - Method in class org.jivesoftware.wildfire.stun.STUNService
Get the primary Port used by the STUN server
getPriority(Priority, String) - Method in class org.jivesoftware.util.log.format.PatternFormatter
Get formatted priority string.
getPriority() - Method in class org.jivesoftware.util.log.LogEvent
Get Priority for LogEvent.
getPriority() - Method in class org.jivesoftware.util.log.Logger
Deprecated. This method violates Inversion of Control principle. It will downgraded to protected access in a future release. When user needs to check priority it is advised that they use the is[Priority]Enabled() functions.
getPriority() - Method in class org.xmpp.packet.Presence
Returns the priority.
getPriorityForName(String) - Static method in class org.jivesoftware.util.log.Priority
Retrieve a Priority object for the name parameter.
getPrivacyList(String, String) - Method in class org.jivesoftware.wildfire.privacy.PrivacyListManager
Returns a specific privacy list of the specified user or null if none was found.
getPrivacyLists(String) - Method in class org.jivesoftware.wildfire.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.wildfire.net.SSLJiveKeyManager
 
getPrivateStorage() - Method in class org.jivesoftware.wildfire.XMPPServer
Returns the PrivateStorage registered with this server.
getPrivateStore() - Method in class org.jivesoftware.util.WebManager
 
getProgress() - Method in class org.jivesoftware.wildfire.filetransfer.FileTransfer
 
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.
getProperties() - Method in class org.jivesoftware.wildfire.group.Group
Returns all extended properties of the group.
getProperties() - Method in class org.jivesoftware.wildfire.user.User
Returns all extended properties of the group.
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) - Method in class org.jivesoftware.util.XMLProperties
Returns the value of the specified property.
getProperty(String) - Method in class org.jivesoftware.util.XMLWriter
 
getProperty(String) - Method in class org.jivesoftware.wildfire.component.InternalComponentManager
 
getProperty(String) - Method in interface org.xmpp.component.ComponentManager
Returns a property value specified by name.
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() - 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.wildfire.user.User
Returns the value of the specified property for the given username.
getProvider() - Method in class org.jivesoftware.wildfire.group.GroupManager
Returns the configured group provider.
getProvider() - Static method in class org.jivesoftware.wildfire.vcard.VCardManager
Returns the currently-installed VCardProvider.
getProxyHost() - Method in class org.jivesoftware.wildfire.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.wildfire.filetransfer.proxy.FileTransferProxy
Returns the port that the file transfer proxy is opertating on.
getProxyPort() - Method in class org.jivesoftware.wildfire.filetransfer.proxy.ProxyConnectionManager
 
getProxyPort() - Method in class org.jivesoftware.wildfire.update.UpdateManager
Returns the port of the proxy to use to connect to igniterealtime.org or -1 if no proxy is being used.
getPublicIP() - Method in class org.jivesoftware.wildfire.mediaproxy.MediaProxy
Get the public IP of this media proxy that listen for incomming packets.
getPublicSharedGroups() - Method in class org.jivesoftware.wildfire.roster.RosterManager
Returns the list of shared groups whose visibility is public.
getPublishedItem(String) - Method in class org.jivesoftware.wildfire.pubsub.LeafNode
 
getPublishedItem(String) - Method in class org.jivesoftware.wildfire.pubsub.Node
Returns the PublishedItem whose ID matches the specified item ID or null if none was found.
getPublishedItems() - Method in class org.jivesoftware.wildfire.pubsub.LeafNode
 
getPublishedItems(int) - Method in class org.jivesoftware.wildfire.pubsub.LeafNode
 
getPublishedItems() - Method in class org.jivesoftware.wildfire.pubsub.Node
Returns the list of PublishedItem that were published to the node.
getPublishedItems(int) - Method in class org.jivesoftware.wildfire.pubsub.Node
Returns a list of PublishedItem with the most recent N items published to the node.
getPublisher() - Method in class org.jivesoftware.wildfire.pubsub.PublishedItem
Returns the JID of the entity that published the item to the node.
getPublisherModel() - Method in class org.jivesoftware.wildfire.pubsub.DefaultNodeConfiguration
Returnes the publisher model that specifies who is allowed to publish items to the node.
getPublisherModel() - Method in class org.jivesoftware.wildfire.pubsub.Node
Returns the publisher model that specifies who is allowed to publish items to the node.
getPublishers() - Method in class org.jivesoftware.wildfire.pubsub.Node
Returns a collection with the JID of the enitities with an affiliation of NodeAffiliate.Affiliation.publisher.
getPubSubEngine() - Method in class org.jivesoftware.wildfire.pubsub.PubSubModule
 
getPubSubEngine() - Method in interface org.jivesoftware.wildfire.pubsub.PubSubService
Returns the pubsub engine responsible for handling packets sent to the pub-sub service.
getPubSubModule() - Method in class org.jivesoftware.wildfire.XMPPServer
Returns the PubSubModule registered with this server.
getQueuedPacketsNumber() - Method in interface org.jivesoftware.wildfire.audit.Auditor
Returns the number of queued packets that are still in memory and need to be saved to a permanent store.
getQueuedPacketsNumber() - Method in class org.jivesoftware.wildfire.audit.spi.AuditorImpl
 
getQueueSize() - Method in class org.jivesoftware.wildfire.Channel
Returns the current number of ChannelMessage objects waiting to be processed by the channel.
getQuota() - Method in class org.jivesoftware.wildfire.OfflineMessageStrategy
 
getRange() - Method in class org.jivesoftware.util.WebManager
 
getReadme() - Method in class org.jivesoftware.wildfire.update.AvailablePlugin
Returns the URL to the README file of the latest version of the plugin.
getReason() - Method in class org.jivesoftware.wildfire.audit.AuditEvent
Obtain the subtype of event.
getRecentStack(Class, int) - Static method in class org.jivesoftware.util.log.util.StackIntrospector
Return the current call stack as a String, starting with the first call in the stack after a reference to the clazz class, and then display entries entries.
getRecursiveChildrenProperties(Element, String) - Static method in class org.jivesoftware.util.ElementUtil
Returns all recursive children of the given parent property or an empty string array if no children exist.
getRecvStatus() - Method in class org.jivesoftware.wildfire.roster.RosterItem
Obtain the current recv status of the item.
getRefreshValue(String, int) - Method in class org.jivesoftware.util.WebManager
Returns the number of seconds between each page refresh for the specified page for the current logged user.
getRejectionMessage() - Method in exception org.jivesoftware.wildfire.filetransfer.FileTransferRejectedException
Retuns the text to include in a message that will be sent to the intitiator and target of the file transfer that got rejected or null if none was defined.
getRejectionMessage() - Method in exception org.jivesoftware.wildfire.interceptor.PacketRejectedException
Retuns the text to include in a message that will be sent to the sender of the packet that got rejected or null if none was defined.
getRelativeTime() - Method in class org.jivesoftware.util.log.LogEvent
Get the time of the log event relative to start of application.
getRemotePort() - Method in class org.jivesoftware.wildfire.server.RemoteServerConfiguration
 
getReplyPolicy() - Method in class org.jivesoftware.wildfire.pubsub.DefaultNodeConfiguration
Returns the policy that defines whether owners or publisher should receive replies to items.
getReplyPolicy() - Method in class org.jivesoftware.wildfire.pubsub.Node
 
getReplyRooms() - Method in class org.jivesoftware.wildfire.pubsub.Node
 
getReplyTo() - Method in class org.jivesoftware.wildfire.pubsub.Node
 
getRequestId() - Method in class org.jivesoftware.wildfire.http.HttpConnection
Returns the ID which uniquely identifies this connection.
getReservedNickname(String) - Method in interface org.jivesoftware.wildfire.muc.MUCRoom
Returns the reserved room nickname for the bare JID or null if none.
getReservedNickname(MUCRoom, String) - Static method in class org.jivesoftware.wildfire.muc.spi.MUCPersistenceManager
Returns the reserved room nickname for the bare JID in a given room or null if none.
getReservedNickname(String) - Method in class org.jivesoftware.wildfire.muc.spi.MUCRoomImpl
 
getReset() - Method in class org.jivesoftware.wildfire.roster.Roster
Obtain a 'roster reset', a snapshot of the full cached roster as an Roster.
getResource() - Method in class org.xmpp.packet.JID
Returns the resource, or null if this JID does not contain resource information.
getResourceAsStream(String) - Static method in class org.jivesoftware.util.ClassUtils
Loads the given resource as a stream.
getResourceBundle(String, Locale) - Static method in class org.jivesoftware.util.LocaleUtils
Returns the specified resource bundle, which is a properties file that aids in localization of skins.
getResponse() - Method in class org.jivesoftware.wildfire.http.HttpConnection
A call that will cause a wait, or in the case of Jetty the thread to be freed, if there is no deliverable currently available.
getResponse(long) - Method in class org.jivesoftware.wildfire.http.HttpSession
 
getReverseMessageHistory() - Method in class org.jivesoftware.wildfire.muc.HistoryStrategy
Obtain the current history to be iterated in reverse mode.
getReverseMessageHistory() - Method in class org.jivesoftware.wildfire.muc.MUCRoomHistory
Obtain the current history to be iterated in reverse mode.
getRole() - Method in interface org.jivesoftware.wildfire.muc.MUCRole
Obtain the role state of the user.
getRole() - Method in interface org.jivesoftware.wildfire.muc.MUCRoom
Obtain the role of the chat server (mainly for addressing messages and presence).
getRole(String) - Method in interface org.jivesoftware.wildfire.muc.MUCUser
Obtain the role of the user in a particular room.
getRole() - Method in class org.jivesoftware.wildfire.muc.spi.MUCRoleImpl
 
getRole() - Method in class org.jivesoftware.wildfire.muc.spi.MUCRoomImpl
 
getRole(String) - Method in class org.jivesoftware.wildfire.muc.spi.MUCUserImpl
 
getRoleAddress() - Method in interface org.jivesoftware.wildfire.muc.MUCRole
Obtain the XMPPAddress representing this role in a room: room@server/nickname
getRoleAddress() - Method in class org.jivesoftware.wildfire.muc.spi.MUCRoleImpl
 
getRoles() - Method in interface org.jivesoftware.wildfire.muc.MUCUser
Get all roles for this user.
getRoles() - Method in class org.jivesoftware.wildfire.muc.spi.MUCUserImpl
 
getRolesToBroadcastPresence() - Method in interface org.jivesoftware.wildfire.muc.MUCRoom
Returns the list of roles of which presence will be broadcasted to the rest of the occupants.
getRolesToBroadcastPresence() - Method in class org.jivesoftware.wildfire.muc.spi.MUCRoomImpl
 
getRoomHistory() - Method in interface org.jivesoftware.wildfire.muc.MUCRoom
Returns the history of the room which includes chat transcripts.
getRoomHistory() - Method in class org.jivesoftware.wildfire.muc.spi.MUCRoomImpl
 
getRootCollectionNode() - Method in class org.jivesoftware.wildfire.pubsub.PubSubModule
 
getRootCollectionNode() - Method in interface org.jivesoftware.wildfire.pubsub.PubSubService
Returns the CollectionNode that acts as the root node of the entire node hierarchy.
getRootLogger() - Method in class org.jivesoftware.util.log.Hierarchy
Utility method to retrieve logger for hierarchy.
getRoster(String) - Method in class org.jivesoftware.wildfire.roster.RosterManager
Returns the roster for the given username.
getRoster() - Method in class org.jivesoftware.wildfire.user.User
Returns the user's roster.
getRosterGroupsAllowed() - Method in class org.jivesoftware.wildfire.pubsub.Node
Returns the roster group(s) allowed to subscribe and retrieve items.
getRosterItem(JID) - Method in class org.jivesoftware.wildfire.roster.Roster
Returns the roster item that is associated with the specified JID.
getRosterItems() - Method in class org.jivesoftware.wildfire.roster.Roster
Returns a collection of users in this roster.
getRosterManager() - Method in class org.jivesoftware.util.WebManager
 
getRosterManager() - Method in class org.jivesoftware.wildfire.XMPPServer
Returns the RosterManager registered with this server.
getRoute(JID) - Method in interface org.jivesoftware.wildfire.RoutingTable
Obtain a route to a packet handler for the given node.
getRoute(JID) - Method in class org.jivesoftware.wildfire.spi.RoutingTableImpl
 
getRoutes(JID) - Method in interface org.jivesoftware.wildfire.RoutingTable
Obtain all child routes for the given node.
getRoutes(JID) - Method in class org.jivesoftware.wildfire.spi.RoutingTableImpl
 
getRoutingTable() - Method in class org.jivesoftware.wildfire.XMPPServer
Returns the RoutingTable registered with this server.
getRowsPerPage(String, int) - Method in class org.jivesoftware.util.WebManager
Returns the number of rows per page for the specified page for the current logged user.
getRTime(long, String) - Method in class org.jivesoftware.util.log.format.PatternFormatter
Utility method to format relative time.
getSample(int) - Method in class org.jivesoftware.admin.LdapUserTester
Returns a list of usernames with a sample of the users found in LDAP.
getSASLMechanisms(Session) - Static method in class org.jivesoftware.wildfire.net.SASLAuthentication
Returns a string with the valid SASL mechanisms available for the specified session.
getSASLMechanismsElement(Session) - Static method in class org.jivesoftware.wildfire.net.SASLAuthentication
 
getSchemaManager() - Static method in class org.jivesoftware.database.DbConnectionManager
Returns a SchemaManager instance, which can be used to manage the database schema information for Wildfire and plugins.
getScreenBounds() - Static method in class org.jivesoftware.wildfire.launcher.GraphicUtils
 
getScripts() - Method in class org.jivesoftware.admin.AdminPageBean
Returns a collection of scripts.
getSearchFields() - Method in class org.jivesoftware.wildfire.ldap.LdapUserProvider
 
getSearchFields() - Method in class org.jivesoftware.wildfire.user.DefaultUserProvider
 
getSearchFields() - Method in class org.jivesoftware.wildfire.user.JDBCUserProvider
 
getSearchFields() - Method in class org.jivesoftware.wildfire.user.UserManager
Returns the set of fields that can be used for searching for users.
getSearchFields() - Method in interface org.jivesoftware.wildfire.user.UserProvider
Returns the set of fields that can be used for searching for users.
getSearchFilter() - Method in class org.jivesoftware.wildfire.ldap.LdapManager
Returns the filter used for searching the directory for users, which includes the default filter (username field search) plus any custom-defined search filter.
getSecondaryAddress() - Method in class org.jivesoftware.wildfire.stun.STUNService
Get the secondary Address used by the STUN server
getSecondaryPort() - Method in class org.jivesoftware.wildfire.stun.STUNService
Get the secondary Port used by the STUN server
getSeconds() - Method in class org.jivesoftware.wildfire.muc.HistoryRequest
Returns the number of seconds to use to filter the messages received during that time.
getSecret() - Method in class org.jivesoftware.wildfire.component.ExternalComponentConfiguration
 
getSecretForComponent(String) - Static method in class org.jivesoftware.wildfire.component.ExternalComponentManager
Returns the shared secret with the specified external component.
getSecurityType() - Method in class org.jivesoftware.wildfire.ServerPort
Returns the basic protocol/algorithm being used to secure the port connections.
getServerAliases(String, Principal[]) - Method in class org.jivesoftware.wildfire.net.SSLJiveKeyManager
 
getServerFeaturesProviders() - Method in class org.jivesoftware.wildfire.XMPPServer
Returns a list with all the modules that provide "discoverable" features.
getServerInfo() - Method in class org.jivesoftware.util.WebManager
 
getServerInfo() - Method in class org.jivesoftware.wildfire.XMPPServer
Returns a snapshot of the server's status.
getServerItemsProviders() - Method in class org.jivesoftware.wildfire.XMPPServer
Returns a list with all the modules that provide "discoverable" items associated with the server.
getServerListenerPort() - Method in interface org.jivesoftware.wildfire.ConnectionManager
Returns the port to use for remote servers.
getServerListenerPort() - Method in class org.jivesoftware.wildfire.spi.ConnectionManagerImpl
 
getServerName() - Method in class org.jivesoftware.wildfire.component.InternalComponentManager
 
getServerName() - Method in class org.jivesoftware.wildfire.session.Session
Obtain the name of the server this session belongs to.
getServerName() - Method in interface org.xmpp.component.ComponentManager
Returns the domain of the XMPP server.
getServerPacketRangeMax() - Method in class org.jivesoftware.wildfire.SessionResultFilter
Returns the upper boundary on server packets for sessions to be selected by the result filter.
getServerPacketRangeMin() - Method in class org.jivesoftware.wildfire.SessionResultFilter
Returns the lower boundary on server packets for sessions to be selected by the result filter.
getServerPort() - Method in class org.jivesoftware.wildfire.net.SocketAcceptThread
Returns information about the port on which the server is listening for connections.
getServerPorts() - Method in class org.jivesoftware.wildfire.spi.XMPPServerInfoImpl
 
getServerPorts() - Method in interface org.jivesoftware.wildfire.XMPPServerInfo
Obtain the server ports active on this server.
getServerSessionIdleTime() - Method in class org.jivesoftware.wildfire.SessionManager
 
getServerSessionTimeout() - Method in class org.jivesoftware.wildfire.SessionManager
Returns the number of milliseconds to elapse between clearing of idle server sessions.
getServerSocketFactory() - Static method in class org.jivesoftware.wildfire.net.SSLConfig
 
GetServerStats - Class in org.jivesoftware.wildfire.commands.admin
Command that returns information about the server and some basic statistics.
GetServerStats() - Constructor for class org.jivesoftware.wildfire.commands.admin.GetServerStats
 
getServerUpdate() - Method in class org.jivesoftware.wildfire.update.UpdateManager
Returns the server update or null if the server is up to date.
getServerURL() - Method in class org.jivesoftware.database.DefaultConnectionProvider
Returns the JDBC connection URL used to make database connections.
getServiceDomain() - Method in class org.jivesoftware.wildfire.filetransfer.proxy.FileTransferProxy
Returns the fully-qualifed domain name of this chat service.
getServiceDomain() - Method in class org.jivesoftware.wildfire.mediaproxy.MediaProxyService
Returns the fully-qualifed domain name of this chat service.
getServiceDomain() - Method in interface org.jivesoftware.wildfire.muc.MultiUserChatServer
Returns the fully-qualifed domain name of this chat service.
getServiceDomain() - Method in class org.jivesoftware.wildfire.muc.spi.MultiUserChatServerImpl
 
getServiceDomain() - Method in class org.jivesoftware.wildfire.pubsub.PubSubModule
 
getServiceDomain() - Method in class org.jivesoftware.wildfire.stun.STUNService
Returns the fully-qualifed domain name of this chat service.
getServiceID() - Method in class org.jivesoftware.wildfire.pubsub.PubSubModule
 
getServiceID() - Method in interface org.jivesoftware.wildfire.pubsub.PubSubService
Returns a String that uniquely identifies this pubsub service.
getServiceName() - Method in interface org.jivesoftware.wildfire.muc.MultiUserChatServer
Returns the subdomain of the chat service.
getServiceName() - Method in class org.jivesoftware.wildfire.muc.spi.MultiUserChatServerImpl
 
getServiceName() - Method in class org.jivesoftware.wildfire.pubsub.PubSubModule
 
getSession() - Method in class org.jivesoftware.wildfire.audit.AuditEvent
Obtain the session associated with the event.
getSession() - Method in class org.jivesoftware.wildfire.http.HttpConnection
Returns the session that this connection belongs to.
getSession(String) - Method in class org.jivesoftware.wildfire.http.HttpSessionManager
Returns the session related to a stream id.
getSession(String) - Method in class org.jivesoftware.wildfire.mediaproxy.MediaProxy
Returns a media proxy session with the specified ID.
getSession() - Method in class org.jivesoftware.wildfire.server.OutgoingServerSocketReader
Returns the OutgoingServerSession for which this reader is working for or null if a OutgoingServerSession was not created yet.
getSession(JID) - Method in class org.jivesoftware.wildfire.SessionManager
Returns the session responsible for this JID.
getSession(String, String, String) - Method in class org.jivesoftware.wildfire.SessionManager
Returns the session responsible for this JID data.
getSessionCount() - Method in class org.jivesoftware.wildfire.SessionManager
Returns number of client sessions that are connected to the server.
getSessionCount(String) - Method in class org.jivesoftware.wildfire.SessionManager
 
getSessionData(String) - Method in class org.jivesoftware.wildfire.session.Session
Retrieves session data.
getSessionID() - Method in class org.jivesoftware.wildfire.filetransfer.FileTransfer
 
getSessionID() - Method in interface org.jivesoftware.wildfire.filetransfer.FileTransferProgress
Returns the unique session id that correlates to the file transfer.
getSessionID() - Method in class org.jivesoftware.wildfire.filetransfer.proxy.DefaultProxyTransfer
 
getSessionManager() - Method in class org.jivesoftware.util.WebManager
 
getSessionManager() - Method in class org.jivesoftware.wildfire.http.HttpBindManager
 
getSessionManager() - Method in class org.jivesoftware.wildfire.XMPPServer
Returns the SessionManager registered with this server.
getSessions() - Method in class org.jivesoftware.wildfire.mediaproxy.MediaProxy
Returns the list of all currently active and running sessions.
getSessions() - Method in class org.jivesoftware.wildfire.SessionManager
Returns a list that contains all client sessions connected to the server.
getSessions(SessionResultFilter) - Method in class org.jivesoftware.wildfire.SessionManager
 
getSessions(String) - Method in class org.jivesoftware.wildfire.SessionManager
 
getSessionUsers() - Method in class org.jivesoftware.wildfire.SessionManager
 
getSharedGroups() - Method in class org.jivesoftware.wildfire.group.GroupManager
Returns an unmodifiable Collection of all shared groups in the system.
getSharedGroups() - Method in class org.jivesoftware.wildfire.roster.RosterItem
Returns the shared groups for the item.
getSharedGroups(String) - Method in class org.jivesoftware.wildfire.roster.RosterManager
Returns a collection with all the groups that the user may include in his roster.
getSharedSecret() - Static method in class org.jivesoftware.wildfire.net.SASLAuthentication
Returns the shared secret value, or null if shared secret authentication is disabled.
getShow() - Method in class org.xmpp.packet.Presence
Returns the presence "show" value, which specifies a particular availability status.
getShowPresences(JID) - Method in class org.jivesoftware.wildfire.pubsub.PubSubEngine
Returns the show values of the last know presence of all connected resources of the specified subscriber.
getShowPresences(JID) - Method in class org.jivesoftware.wildfire.pubsub.PubSubModule
 
getShowPresences(JID) - Method in interface org.jivesoftware.wildfire.pubsub.PubSubService
Returns the show values of the last know presence of all connected resources of the specified subscriber.
getSID() - Method in class org.jivesoftware.wildfire.mediaproxy.MediaProxySession
Get the ID of the Session
getSID() - Method in interface org.jivesoftware.wildfire.mediaproxy.ProxyCandidate
 
getSince() - Method in class org.jivesoftware.wildfire.muc.HistoryRequest
Returns the since date to use to filter the messages received during that time.
getSize() - Method in class org.jivesoftware.database.ConnectionPool
 
getSize() - Method in class org.jivesoftware.util.log.ContextMap
Get the number of contexts in map.
getSize(String) - Method in class org.jivesoftware.wildfire.OfflineMessageStore
Returns the approximate size (in bytes) of the XML messages stored for a particular user.
getSize() - Method in class org.jivesoftware.wildfire.OfflineMessageStore
Returns the approximate size (in bytes) of the XML messages stored for all users.
getSocketAcceptor() - Method in class org.jivesoftware.wildfire.spi.ConnectionManagerImpl
 
getSocketTimeout() - Static method in class org.jivesoftware.wildfire.server.RemoteServerManager
Returns the number of milliseconds to wait to connect to a remote server or read data from a remote server.
getSortComparator() - Method in class org.jivesoftware.wildfire.SessionResultFilter
Returns a comparator that will sort a standard sorted set according to this filter's sort order.
getSortField() - Method in class org.jivesoftware.wildfire.SessionResultFilter
Returns the currently selected sort field.
getSortOrder() - Method in class org.jivesoftware.wildfire.SessionResultFilter
Returns the sort order, which will be SessionResultFilter.ASCENDING for ascending sorting, or SessionResultFilter.DESCENDING for descending sorting.
getSpportedCipherSuites() - Static method in class org.jivesoftware.wildfire.net.SSLConfig
 
getSQL() - Method in class org.jivesoftware.database.CachedPreparedStatement
Returns the SQL.
getSSLSession() - Method in class org.jivesoftware.wildfire.net.SocketConnection
 
getSSLSession() - Method in class org.jivesoftware.wildfire.net.TLSStreamHandler
Returns the SSLSession in use.
getSSLSocketAcceptor() - Method in class org.jivesoftware.wildfire.spi.ConnectionManagerImpl
 
getStackTrace(Throwable, String) - Method in class org.jivesoftware.util.log.format.PatternFormatter
Utility method to format stack trace.
getStage() - Method in class org.jivesoftware.wildfire.commands.SessionData
Returns the current stage where the requester is located.
getStart() - Method in class org.jivesoftware.util.WebManager
 
getStartIndex() - Method in class org.jivesoftware.wildfire.SessionResultFilter
Returns the index of the first result to return.
getState() - Method in class org.jivesoftware.wildfire.pubsub.NodeSubscription
Returns the current subscription state.
getStatGroup(String) - Method in class org.jivesoftware.wildfire.stats.StatisticsManager
 
getStatistic(String) - Method in class org.jivesoftware.wildfire.stats.StatisticsManager
Returns a statistic being tracked by the StatManager.
getStatType() - Method in class org.jivesoftware.wildfire.stats.i18nStatistic
 
getStatType() - Method in interface org.jivesoftware.wildfire.stats.Statistic
Returns the type of a stat.
getStatus() - Method in class org.jivesoftware.util.Version
Returns the release status of this product.
getStatus() - Method in class org.jivesoftware.wildfire.net.TLSWrapper
Returns the current status for this TLSHandler.
getStatus() - Method in class org.jivesoftware.wildfire.session.Session
Obtain the current status of this session.
getStatus() - Method in class org.xmpp.packet.Presence
Returns the status of this presence packet, a natural-language description of availability status.
getStatusVersion() - Method in class org.jivesoftware.util.Version
Obtain the status relase number for this product.
getStoreType() - Static method in class org.jivesoftware.wildfire.net.SSLConfig
 
getStreamError() - Method in exception org.xmpp.component.ComponentException
 
getStreamID() - Method in class org.jivesoftware.wildfire.multiplex.Route
Return the stream ID that identifies the connection that is actually sending the wrapped stanza.
getStreamID() - Method in class org.jivesoftware.wildfire.session.Session
Obtain the stream ID associated with this sesison.
getSTUNService() - Method in class org.jivesoftware.wildfire.XMPPServer
Returns the STUNService registered with this server.
getSubdomain() - Method in class org.jivesoftware.wildfire.component.ExternalComponentConfiguration
 
getSubdomains() - Method in class org.jivesoftware.wildfire.session.ComponentSession.ExternalComponent
 
getSubject() - Method in interface org.jivesoftware.wildfire.muc.MUCRoom
Returns the last subject that some occupant set to the room.
getSubject() - Method in class org.jivesoftware.wildfire.muc.spi.MUCRoomImpl
 
getSubject() - Method in class org.xmpp.packet.Message
Returns the subject of this message or null if there is no subject..
getSubPageID() - Method in class org.jivesoftware.admin.AdminPageBean
Returns the subpage ID (corresponds to sidebar ID's).
getSubscription() - Method in class org.xmpp.packet.Roster.Item
Returns the subscription state of this item.
getSubscriptions(JID) - Method in class org.jivesoftware.wildfire.pubsub.Node
Returns the list of subscriptions owned by the specified user.
getSubscriptions() - Method in class org.jivesoftware.wildfire.pubsub.NodeAffiliate
Returns the list of subscriptions of the affiliate in the node.
getSubsidebarTag() - Method in class org.jivesoftware.admin.SidebarTag
Returns the subsidebar tag - should be declared in the body of this tag (see class description).
getSubsriptionError() - Method in class org.jivesoftware.wildfire.pubsub.models.AccessModel
Returns the error condition that should be returned to the subscriber when subscription is not allowed.
getSubsriptionError() - Method in class org.jivesoftware.wildfire.pubsub.models.AuthorizeAccess
 
getSubsriptionError() - Method in class org.jivesoftware.wildfire.pubsub.models.OpenAccess
 
getSubsriptionError() - Method in class org.jivesoftware.wildfire.pubsub.models.PresenceAccess
 
getSubsriptionError() - Method in class org.jivesoftware.wildfire.pubsub.models.RosterAccess
 
getSubsriptionError() - Method in class org.jivesoftware.wildfire.pubsub.models.WhitelistAccess
 
getSubsriptionErrorDetail() - Method in class org.jivesoftware.wildfire.pubsub.models.AccessModel
Returns the error element that should be returned to the subscriber as error detail when subscription is not allowed.
getSubsriptionErrorDetail() - Method in class org.jivesoftware.wildfire.pubsub.models.AuthorizeAccess
 
getSubsriptionErrorDetail() - Method in class org.jivesoftware.wildfire.pubsub.models.OpenAccess
 
getSubsriptionErrorDetail() - Method in class org.jivesoftware.wildfire.pubsub.models.PresenceAccess
 
getSubsriptionErrorDetail() - Method in class org.jivesoftware.wildfire.pubsub.models.RosterAccess
 
getSubsriptionErrorDetail() - Method in class org.jivesoftware.wildfire.pubsub.models.WhitelistAccess
 
getSubStatus() - Method in class org.jivesoftware.wildfire.roster.RosterItem
Obtain the current subscription status of the item.
getSupportedCipherSuites() - Method in class org.jivesoftware.util.SimpleSSLSocketFactory
 
getSupportedCipherSuites() - Method in class org.jivesoftware.wildfire.net.SSLJiveServerSocketFactory
 
getSupportedMechanisms() - Static method in class org.jivesoftware.wildfire.net.SASLAuthentication
Returns the list of supported SASL mechanisms by the server.
getSysadmins() - Method in interface org.jivesoftware.wildfire.muc.MultiUserChatServer
Returns the collection of JIDs that are system administrators of the MUC service.
getSysadmins() - Method in class org.jivesoftware.wildfire.muc.spi.MultiUserChatServerImpl
 
getSysadmins() - Method in class org.jivesoftware.wildfire.pubsub.PubSubModule
 
getTarget() - Method in class org.jivesoftware.wildfire.filetransfer.FileTransfer
 
getTarget() - Method in interface org.jivesoftware.wildfire.filetransfer.FileTransferProgress
Returns the full qualified JID of the target of the file transfer.
getTarget() - Method in class org.jivesoftware.wildfire.filetransfer.proxy.DefaultProxyTransfer
 
getText() - Method in class org.xmpp.packet.PacketError
Returns a text description of the error, or null if there is no text description.
getText() - Method in class org.xmpp.packet.StreamError
Returns a text description of the error, or null if there is no text description.
getTextLang() - Method in class org.xmpp.packet.PacketError
Returns the text description's language code, or null if there is no language code associated with the description text.
getTextLanguage() - Method in class org.xmpp.packet.StreamError
Returns the text description's language code, or null if there is no language code associated with the description text.
getThread() - Method in class org.xmpp.packet.Message
Returns the thread value of this message, an identifier that is used for tracking a conversation thread ("instant messaging session") between two entities.
getThreadCount() - Method in class org.jivesoftware.wildfire.Channel
Returns the number of currently active worker threads in the channel.
getThrowable() - Method in class org.jivesoftware.util.log.LogEvent
Get throwabe instance associated with event.
getTime(long, String) - Method in class org.jivesoftware.util.log.format.PatternFormatter
Utility method to format time.
getTime() - Method in class org.jivesoftware.util.log.LogEvent
Get the absolute time of the log event.
getTimeInstance(Object, TimeZone, Locale) - Static method in class org.jivesoftware.util.FastDateFormat
 
getTimestamp() - Method in class org.jivesoftware.wildfire.audit.AuditEvent
Obtain the timestamp of when the event occured.
getTimestamp() - Method in class org.jivesoftware.wildfire.mediaproxy.MediaProxySession
Get last packet arrived timestamp
getTimeZone() - Method in class org.jivesoftware.util.FastDateFormat
Returns the time zone used by this formatter, or null if time zone of formatted dates is used instead.
getTimeZone() - Static method in class org.jivesoftware.util.JiveGlobals
Returns the global TimeZone used by Jive.
getTimeZoneList() - Static method in class org.jivesoftware.util.LocaleUtils
Returns a list of all available time zone's as a String [][].
getTimeZoneName(String, Locale) - Static method in class org.jivesoftware.util.LocaleUtils
Returns the display name for a time zone.
getTitle() - Method in class org.jivesoftware.admin.AdminPageBean
Returns the title of the page with HTML escaped.
getTitle() - Method in interface org.jivesoftware.wildfire.forms.DataForm
Returns the description of the data.
getTitle() - Method in class org.jivesoftware.wildfire.forms.spi.XDataFormImpl
 
getTitle() - Method in class org.xmpp.forms.DataForm
Returns the description of the data form.
getTlsEngine() - Method in class org.jivesoftware.wildfire.net.TLSWrapper
 
getTlsPolicy() - Method in interface org.jivesoftware.wildfire.Connection
Returns whether TLS is mandatory, optional or is disabled.
getTlsPolicy() - Method in class org.jivesoftware.wildfire.net.SocketConnection
 
getTlsPolicy() - Method in class org.jivesoftware.wildfire.net.VirtualConnection
 
getTlsPolicy() - Method in class org.jivesoftware.wildfire.nio.NIOConnection
 
getTLSPolicy() - Static method in class org.jivesoftware.wildfire.session.ClientSession
Returns whether TLS is mandatory, optional or is disabled for clients.
getTLSPolicy() - Static method in class org.jivesoftware.wildfire.session.ConnectionMultiplexerSession
Returns whether TLS is mandatory, optional or is disabled for clients.
getTLSStreamHandler() - Method in class org.jivesoftware.wildfire.net.SocketConnection
Returns the stream handler responsible for securing the plain connection and providing the corresponding input and output streams.
getTo() - Method in class org.xmpp.packet.Packet
Returns the XMPP address (JID) that the packet is addressed to, or null if the "to" attribute is not set.
getTotalChatTime() - Method in interface org.jivesoftware.wildfire.muc.MultiUserChatServer
Returns the total chat time of all rooms combined.
getTotalChatTime() - Method in class org.jivesoftware.wildfire.muc.spi.MultiUserChatServerImpl
 
getTransactionConnection() - Static method in class org.jivesoftware.database.DbConnectionManager
Returns a Connection from the currently active connection provider that is ready to participate in transactions (auto commit is set to false).
getTransferDigest() - Method in class org.jivesoftware.wildfire.filetransfer.proxy.DefaultProxyTransfer
 
getTransferDigest() - Method in interface org.jivesoftware.wildfire.filetransfer.proxy.ProxyTransfer
Returns the transfer digest uniquely identifies a file transfer in the system.
getTransportHandler() - Method in class org.jivesoftware.wildfire.spi.PacketTransporterImpl
Obtain the transport handler that this transporter uses for delivering transport packets.
getTransportHandler() - Method in class org.jivesoftware.wildfire.XMPPServer
Returns the TransportHandler registered with this server.
getTrustManagers(String, String, String) - Static method in class org.jivesoftware.wildfire.net.SSLJiveTrustManagerFactory
Creates a TrustManager list which is null if the storeType is null, or is a standard TrustManager 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 (note that trust managers typically don't need a key password as public keys are stored in the clear and can be obtained without a key password).
getTrustManagers(KeyStore, String) - Static method in class org.jivesoftware.wildfire.net.SSLJiveTrustManagerFactory
 
getTrustPassword() - Static method in class org.jivesoftware.wildfire.net.SSLConfig
 
getTrustStore() - Static method in class org.jivesoftware.wildfire.net.SSLConfig
 
getTruststoreLocation() - Static method in class org.jivesoftware.wildfire.net.SSLConfig
 
getType() - Method in interface org.jivesoftware.wildfire.forms.DataForm
Returns the meaning of the data within the context.
getType() - Method in interface org.jivesoftware.wildfire.forms.FormField
Returns an indicative of the format for the data to answer.
getType() - Method in class org.jivesoftware.wildfire.forms.spi.XDataFormImpl
 
getType() - Method in class org.jivesoftware.wildfire.forms.spi.XFormFieldImpl
 
getType() - Method in class org.jivesoftware.wildfire.muc.HistoryStrategy
Obtain the type of history strategy being used.
getType() - Method in class org.jivesoftware.wildfire.OfflineMessageStrategy
 
getType() - Method in class org.jivesoftware.wildfire.pubsub.NodeSubscription
Returns if the owner has subscribed to receive notification of new items only or of new nodes only.
getType() - Method in class org.jivesoftware.wildfire.ServerPort
 
getType() - Method in class org.jivesoftware.wildfire.session.ComponentSession.ExternalComponent
 
getType() - Method in class org.xmpp.forms.DataForm
Returns the type of this data form.
getType() - Method in class org.xmpp.forms.FormField
Returns an indicative of the format for the data to answer.
getType() - Method in class org.xmpp.packet.IQ
Returns the type of this IQ.
getType() - Method in class org.xmpp.packet.Message
Returns the type of this message
getType() - Method in class org.xmpp.packet.PacketError
Returns the error type.
getType() - Method in class org.xmpp.packet.Presence
Returns the type of this presence.
getTypeFromInt(int) - Static method in class org.jivesoftware.wildfire.roster.RosterItem.AskType
 
getTypeFromInt(int) - Static method in class org.jivesoftware.wildfire.roster.RosterItem.RecvType
 
getTypeFromInt(int) - Static method in class org.jivesoftware.wildfire.roster.RosterItem.SubType
 
getTypeIdFor(String) - Method in class org.jivesoftware.util.log.format.ExtendedPatternFormatter
Retrieve the type-id for a particular string.
getTypeIdFor(String) - Method in class org.jivesoftware.util.log.format.PatternFormatter
Retrieve the type-id for a particular string.
getUnits() - Method in class org.jivesoftware.wildfire.stats.i18nStatistic
 
getUnits() - Method in interface org.jivesoftware.wildfire.stats.Statistic
Returns the units that relate to the stat.
getUpdateManager() - Method in class org.jivesoftware.wildfire.XMPPServer
Returns the UpdateManager registered with this server.
getUrl() - Method in class org.jivesoftware.admin.AdminPageBean.Breadcrumb
Returns the URL.
getURL() - Method in class org.jivesoftware.wildfire.update.AvailablePlugin
Returns the URL from where the plugin.
getUrl() - Method in class org.jivesoftware.wildfire.update.DownloadStatus
 
getURL() - Method in class org.jivesoftware.wildfire.update.Update
Returns the URL from where the latest version of the component can be downloaded.
getURLS() - Method in class org.jivesoftware.wildfire.container.PluginClassLoader
 
getUser() - Method in class org.jivesoftware.util.WebManager
Returns the page user or null if one is not found.
getUser(String) - Method in class org.jivesoftware.wildfire.user.UserManager
Returns the User specified by username.
getUserCount() - Method in class org.jivesoftware.wildfire.ldap.LdapUserProvider
 
getUserCount() - Method in class org.jivesoftware.wildfire.user.DefaultUserProvider
 
getUserCount() - Method in class org.jivesoftware.wildfire.user.JDBCUserProvider
 
getUserCount() - Method in class org.jivesoftware.wildfire.user.UserManager
Returns the total number of users in the system.
getUserCount() - Method in interface org.jivesoftware.wildfire.user.UserProvider
Returns the number of users in the system.
getUserIdleTime() - Method in interface org.jivesoftware.wildfire.muc.MultiUserChatServer
Returns the number of milliseconds a user must be idle before he/she gets kicked from all the rooms.
getUserIdleTime() - Method in class org.jivesoftware.wildfire.muc.spi.MultiUserChatServerImpl
 
getUserInterceptors(String) - Method in class org.jivesoftware.wildfire.interceptor.InterceptorManager
Returns an unmodifable list of packet interceptors that are related to the specified username.
getUserManager() - Method in class org.jivesoftware.util.WebManager
 
getUserManager() - Method in class org.jivesoftware.wildfire.XMPPServer
Returns the UserManager registered with this server.
getUsername() - Method in class org.jivesoftware.database.DefaultConnectionProvider
Returns the username used to connect to the database.
getUsername() - Method in class org.jivesoftware.util.EmailService
Returns the username used to connect to the SMTP server.
getUsername() - Method in class org.jivesoftware.wildfire.auth.AuthToken
Returns the username associated with this AuthToken.
getUsername() - Method in class org.jivesoftware.wildfire.roster.Roster
Return the username of the user or chatbot that owns this roster.
getUsername() - Method in class org.jivesoftware.wildfire.session.ClientSession
Returns the username associated with this session.
getUsername() - Method in class org.jivesoftware.wildfire.SessionResultFilter
Returns the username that results will be filtered on.
getUsername() - Method in class org.jivesoftware.wildfire.user.User
Returns this user's username.
getUserName(JID) - Static method in class org.jivesoftware.wildfire.user.UserNameManager
Returns the name of the XMPP entity.
getUserName(JID) - Method in interface org.jivesoftware.wildfire.user.UserNameProvider
Returns the name of the entity specified by the following JID.
getUsernameField() - Method in class org.jivesoftware.wildfire.ldap.LdapManager
Returns the LDAP field name that the username lookup will be performed on.
getUsernames() - Method in class org.jivesoftware.wildfire.ldap.LdapUserProvider
 
getUsernames(String) - Method in class org.jivesoftware.wildfire.roster.RosterItemProvider
Returns an iterator on the usernames whose roster includes the specified JID.
getUsernames() - Method in class org.jivesoftware.wildfire.user.DefaultUserProvider
 
getUsernames() - Method in class org.jivesoftware.wildfire.user.JDBCUserProvider
 
getUsernames() - Method in class org.jivesoftware.wildfire.user.UserManager
Returns an unmodifiable Collection of usernames of all users in the system.
getUsernames() - Method in interface org.jivesoftware.wildfire.user.UserProvider
Returns an unmodifiable Collection of usernames of all users in the system.
getUserProvider() - Static method in class org.jivesoftware.wildfire.user.UserManager
Returns the currently-installed UserProvider.
getUsers() - Method in class org.jivesoftware.wildfire.ldap.LdapUserProvider
 
getUsers(int, int) - Method in class org.jivesoftware.wildfire.ldap.LdapUserProvider
 
getUsers() - Method in class org.jivesoftware.wildfire.user.DefaultUserProvider
 
getUsers(int, int) - Method in class org.jivesoftware.wildfire.user.DefaultUserProvider
 
getUsers() - Method in class org.jivesoftware.wildfire.user.JDBCUserProvider
 
getUsers(int, int) - Method in class org.jivesoftware.wildfire.user.JDBCUserProvider
 
getUsers() - Method in class org.jivesoftware.wildfire.user.UserManager
Returns an unmodifiable Collection of all users in the system.
getUsers(int, int) - Method in class org.jivesoftware.wildfire.user.UserManager
Returns an unmodifiable Collection of all users starting at startIndex with the given number of results.
getUsers() - Method in interface org.jivesoftware.wildfire.user.UserProvider
Returns an unmodifiable Collections of all users in the system.
getUsers(int, int) - Method in interface org.jivesoftware.wildfire.user.UserProvider
Returns an unmodifiable Collections of users in the system within the specified range.
getUsersAllowedToCreate() - Method in interface org.jivesoftware.wildfire.muc.MultiUserChatServer
Returns the collection of JIDs that are allowed to create MUC rooms.
getUsersAllowedToCreate() - Method in class org.jivesoftware.wildfire.muc.spi.MultiUserChatServerImpl
 
getUsersAllowedToCreate() - Method in class org.jivesoftware.wildfire.pubsub.PubSubModule
 
getUsersBaseDN(String) - Method in class org.jivesoftware.wildfire.ldap.LdapManager
Returns the BaseDN for the given username.
GetUsersPresence - Class in org.jivesoftware.wildfire.commands.admin
Command that allows to retrieve the presence of all active users.
GetUsersPresence() - Constructor for class org.jivesoftware.wildfire.commands.admin.GetUsersPresence
 
getValidatedDomains() - Method in class org.jivesoftware.wildfire.session.IncomingServerSession
Returns a collection with all the domains, subdomains and virtual hosts that where validated.
getValue() - Method in class org.jivesoftware.util.IntEnum
Returns the int value associated with the enum.
getValue() - Method in class org.jivesoftware.util.log.Priority
Get numerical value associated with priority.
getValue() - Method in class org.jivesoftware.wildfire.launcher.SwingWorker
Get the value produced by the worker thread, or null if it hasn't been constructed yet.
getValue() - Method in enum org.jivesoftware.wildfire.muc.MUCRole.Affiliation
Returns the value for the role.
getValue() - Method in enum org.jivesoftware.wildfire.muc.MUCRole.Role
Returns the value for the role.
getValue() - Method in class org.xmpp.forms.FormField.Option
Returns the value of the option.
getValues() - Method in interface org.jivesoftware.wildfire.forms.FormField
Returns an Iterator for the default values of the question if the question is part of a form to fill out.
getValues() - Method in class org.jivesoftware.wildfire.forms.spi.XFormFieldImpl
 
getValues() - Method in class org.xmpp.forms.FormField
Returns an Iterator for the default values of the question if the question is part of a form to fill out.
getVariable() - Method in interface org.jivesoftware.wildfire.forms.FormField
Returns the variable name that the question is filling out.
getVariable() - Method in class org.jivesoftware.wildfire.forms.spi.XFormFieldImpl
 
getVariable() - Method in class org.xmpp.forms.FormField
Returns the variable name that the question is filling out.
getVCard(String) - Method in class org.jivesoftware.wildfire.vcard.VCardManager
Returns the vCard of a given user or null if none was defined before.
getVCardProperty(String, String) - Method in class org.jivesoftware.wildfire.vcard.VCardManager
Returns the user's vCard information for a given vcard property name.
getVersion(Plugin) - Method in class org.jivesoftware.wildfire.container.PluginManager
Returns the version of a plugin.
getVersion() - Method in class org.jivesoftware.wildfire.spi.XMPPServerInfoImpl
 
getVersion() - Method in interface org.jivesoftware.wildfire.XMPPServerInfo
Obtain the server's version information.
getVersionString() - Static method in class org.jivesoftware.admin.AdminConsole
Returns the version string displayed in the admin console.
getVersionString() - Method in class org.jivesoftware.util.Version
Returns the version number of this instance of Wildfire as a String (ie major.minor.revision).
getWait() - Method in class org.jivesoftware.wildfire.http.HttpSession
Specifies the longest time (in seconds) that the connection manager is allowed to wait before responding to any request during the session.
getWebRoot() - Method in class org.jivesoftware.wildfire.container.PluginDevEnvironment
Returns the document root of a plugins web development application.
getWriter() - Method in class org.jivesoftware.wildfire.net.SocketConnection
Returns the Writer used to send data to the connection.
getXMLProperties(String) - Static method in class org.jivesoftware.util.JiveGlobals
Return all immediate children property values of a parent local property as a list of strings, or an empty list if there are no children.
getXMLProperty(String) - Static method in class org.jivesoftware.util.JiveGlobals
Returns a local property.
getXMLProperty(String, String) - Static method in class org.jivesoftware.util.JiveGlobals
Returns a local property.
getXMLProperty(String, int) - Static method in class org.jivesoftware.util.JiveGlobals
Returns an integer value local property.
getXMLProperty(String, boolean) - Static method in class org.jivesoftware.util.JiveGlobals
Returns a boolean value local property.
getXMPPServer() - Method in class org.jivesoftware.util.WebManager
Returns the XMPP server object -- can get many config items from here.
getXPathFilters() - Method in interface org.jivesoftware.wildfire.audit.AuditManager
Obtain an iterator over the XPath expressions (Strings) currently registered with the audit manager.
getXPathFilters() - Method in class org.jivesoftware.wildfire.audit.spi.AuditManagerImpl
 
GraphicUtils - Class in org.jivesoftware.wildfire.launcher
GraphicsUtils class defines common user-interface related utility functions.
Group - Class in org.jivesoftware.wildfire.group
Groups organize users into a single entity for easier management.
Group(String, String, Collection<JID>, Collection<JID>) - Constructor for class org.jivesoftware.wildfire.group.Group
Constructs a new group.
GROUP_ADMIN - Static variable in class org.jivesoftware.wildfire.Permissions
Permission to administer a particular group.
GroupAlreadyExistsException - Exception in org.jivesoftware.wildfire.group
Thrown when attempting to create a group that already exists.
GroupAlreadyExistsException() - Constructor for exception org.jivesoftware.wildfire.group.GroupAlreadyExistsException
 
GroupAlreadyExistsException(String) - Constructor for exception org.jivesoftware.wildfire.group.GroupAlreadyExistsException
 
GroupAlreadyExistsException(Throwable) - Constructor for exception org.jivesoftware.wildfire.group.GroupAlreadyExistsException
 
GroupAlreadyExistsException(String, Throwable) - Constructor for exception org.jivesoftware.wildfire.group.GroupAlreadyExistsException
 
GroupCollection - Class in org.jivesoftware.wildfire.group
Provides a view of an array of group names as a Collection of Group objects.
GroupCollection(Collection<String>) - Constructor for class org.jivesoftware.wildfire.group.GroupCollection
Constructs a new GroupCollection.
GroupCollection(String[]) - Constructor for class org.jivesoftware.wildfire.group.GroupCollection
Constructs a new GroupCollection.
groupCreated(Group, Map) - Method in interface org.jivesoftware.wildfire.event.GroupEventListener
A group was created.
groupCreated(Group, Map) - Method in class org.jivesoftware.wildfire.roster.RosterManager
 
groupDeleting(Group, Map) - Method in interface org.jivesoftware.wildfire.event.GroupEventListener
A group is being deleted.
groupDeleting(Group, Map) - Method in class org.jivesoftware.wildfire.roster.RosterManager
 
GroupEventDispatcher - Class in org.jivesoftware.wildfire.event
Dispatches group events.
GroupEventDispatcher.EventType - Enum in org.jivesoftware.wildfire.event
Represents valid event types.
GroupEventListener - Interface in org.jivesoftware.wildfire.event
Interface to listen for group events.
GroupManager - Class in org.jivesoftware.wildfire.group
Manages groups.
groupModified(Group, Map) - Method in interface org.jivesoftware.wildfire.event.GroupEventListener
A group's name, description, or an extended property was changed.
groupModified(Group, Map) - Method in class org.jivesoftware.wildfire.roster.RosterManager
 
GroupNotFoundException - Exception in org.jivesoftware.wildfire.group
Thrown when unable to find or load a group.
GroupNotFoundException() - Constructor for exception org.jivesoftware.wildfire.group.GroupNotFoundException
Constructs a new exception with null as its detail message.
GroupNotFoundException(String) - Constructor for exception org.jivesoftware.wildfire.group.GroupNotFoundException
Constructs a new exception with the specified detail message.
GroupNotFoundException(String, Throwable) - Constructor for exception org.jivesoftware.wildfire.group.GroupNotFoundException
Constructs a new exception with the specified detail message and cause.
GroupNotFoundException(Throwable) - Constructor for exception org.jivesoftware.wildfire.group.GroupNotFoundException
Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
GroupProvider - Interface in org.jivesoftware.wildfire.group
Provider interface for groups.
groups - Variable in class org.jivesoftware.wildfire.roster.RosterItem
 

H

handle(Packet) - Method in class org.jivesoftware.wildfire.multiplex.MultiplexerPacketHandler
Process IQ packet sent by a connection manager indicating that a new session has been created, should be closed or that a packet was failed to be delivered.
handle(Session, Element) - Static method in class org.jivesoftware.wildfire.net.SASLAuthentication
Handles the SASL authentication packet.
handle(Callback[]) - Method in class org.jivesoftware.wildfire.net.XMPPCallbackHandler
 
handleException(IOException) - Method in class org.jivesoftware.util.XMLWriter
 
handleIQ(IQ) - Method in class org.jivesoftware.wildfire.commands.AdHocCommandHandler
 
handleIQ(IQ) - Method in class org.jivesoftware.wildfire.disco.IQDiscoInfoHandler
 
handleIQ(IQ) - Method in class org.jivesoftware.wildfire.disco.IQDiscoItemsHandler
 
handleIQ(IQ) - Method in class org.jivesoftware.wildfire.filetransfer.proxy.FileTransferProxy
 
handleIQ(IQ) - Method in class org.jivesoftware.wildfire.handler.IQAuthHandler
 
handleIQ(IQ) - Method in class org.jivesoftware.wildfire.handler.IQBindHandler
 
handleIQ(IQ) - Method in class org.jivesoftware.wildfire.handler.IQHandler
Handles the received IQ packet.
handleIQ(IQ) - Method in class org.jivesoftware.wildfire.handler.IQLastActivityHandler
 
handleIQ(IQ) - Method in class org.jivesoftware.wildfire.handler.IQOfflineMessagesHandler
 
handleIQ(IQ) - Method in class org.jivesoftware.wildfire.handler.IQPrivacyHandler
 
handleIQ(IQ) - Method in class org.jivesoftware.wildfire.handler.IQPrivateHandler
 
handleIQ(IQ) - Method in class org.jivesoftware.wildfire.handler.IQRegisterHandler
 
handleIQ(IQ) - Method in class org.jivesoftware.wildfire.handler.IQRosterHandler
Handles all roster queries.
handleIQ(IQ) - Method in class org.jivesoftware.wildfire.handler.IQSessionEstablishmentHandler
 
handleIQ(IQ) - Method in class org.jivesoftware.wildfire.handler.IQSharedGroupHandler
 
handleIQ(IQ) - Method in class org.jivesoftware.wildfire.handler.IQTimeHandler
 
handleIQ(IQ) - Method in class org.jivesoftware.wildfire.handler.IQvCardHandler
 
handleIQ(IQ) - Method in class org.jivesoftware.wildfire.handler.IQVersionHandler
 
handleIQ(IQ, MUCRole) - Method in class org.jivesoftware.wildfire.muc.spi.IQAdminHandler
Handles the IQ packet sent by an owner or admin of the room.
handleIQ(IQ, MUCRole) - Method in class org.jivesoftware.wildfire.muc.spi.IQOwnerHandler
Handles the IQ packet sent by an owner of the room.
handleProbe(Presence) - Method in interface org.jivesoftware.wildfire.PresenceManager
Handle a presence probe sent by a remote server.
handleProbe(Presence) - Method in class org.jivesoftware.wildfire.spi.PresenceManagerImpl
 
hasChangedSubject() - Method in class org.jivesoftware.wildfire.muc.HistoryStrategy
Returns true if there is a message within the history of the room that has changed the room's subject.
hasChangedSubject() - Method in class org.jivesoftware.wildfire.muc.MUCRoomHistory
Returns true if there is a message within the history of the room that has changed the room's subject.
hasChatRoom(String) - Method in interface org.jivesoftware.wildfire.muc.MultiUserChatServer
Returns true if the server includes a chatroom with the requested name.
hasChatRoom(String) - Method in class org.jivesoftware.wildfire.muc.spi.MultiUserChatServerImpl
 
hasDirectPresence(Session, JID) - Method in class org.jivesoftware.wildfire.handler.PresenceUpdateHandler
 
hash(String) - Static method in class org.jivesoftware.util.StringUtils
Hashes a String using the Md5 algorithm and returns the result as a String of hexadecimal numbers.
hash(String, String) - Static method in class org.jivesoftware.util.StringUtils
Hashes a String using the specified algorithm and returns the result as a String of hexadecimal numbers.
hash(byte[], String) - Static method in class org.jivesoftware.util.StringUtils
Hashes a byte array using the specified algorithm and returns the result as a String of hexadecimal numbers.
hashCode() - Method in class org.jivesoftware.database.CachedPreparedStatement
 
hashCode() - Method in class org.jivesoftware.util.Enum
 
hashCode() - Method in class org.jivesoftware.util.IntEnum
 
hashCode() - Method in class org.jivesoftware.wildfire.group.Group
 
hashCode() - Method in class org.jivesoftware.wildfire.privacy.PrivacyList
 
hashCode() - Method in class org.jivesoftware.wildfire.user.User
 
hashCode() - Method in class org.xmpp.packet.JID
 
hasInfo(String, String, JID) - Method in class org.jivesoftware.wildfire.commands.AdHocCommandHandler
 
hasInfo(String, String, JID) - Method in interface org.jivesoftware.wildfire.disco.DiscoInfoProvider
Returns true if we can provide information related to the requested name and node.
hasInfo(String, String, JID) - Method in class org.jivesoftware.wildfire.filetransfer.proxy.FileTransferProxy
 
hasInfo(String, String, JID) - Method in class org.jivesoftware.wildfire.handler.IQOfflineMessagesHandler
 
hasInfo(String, String, JID) - Method in class org.jivesoftware.wildfire.mediaproxy.MediaProxyService
 
hasInfo(String, String, JID) - Method in class org.jivesoftware.wildfire.muc.spi.MultiUserChatServerImpl
 
hasInfo(String, String, JID) - Method in class org.jivesoftware.wildfire.pubsub.PubSubModule
 
hasInfo(String, String, JID) - Method in class org.jivesoftware.wildfire.stun.STUNService
 
hasLoggedException - Variable in class org.jivesoftware.database.ConnectionWrapper
 
hasOccupant(String) - Method in interface org.jivesoftware.wildfire.muc.MUCRoom
Determine if a given nickname is taken.
hasOccupant(String) - Method in class org.jivesoftware.wildfire.muc.spi.MUCRoomImpl
 
hasPermission(JID) - Method in class org.jivesoftware.wildfire.commands.AdHocCommand
Returns true if the requester is allowed to execute this command.
hasPermission(JID) - Method in class org.jivesoftware.wildfire.commands.admin.GetServerStats
Returns if the requester can access this command.
hasPermission(JID) - Method in class org.jivesoftware.wildfire.commands.admin.GetUsersPresence
Returns if the requester can access this command.
hasPermission(JID) - Method in class org.jivesoftware.wildfire.commands.admin.HttpBindStatus
 
hasPermission(JID) - Method in class org.jivesoftware.wildfire.commands.admin.PacketsNotification
Returns if the requester can access this command.
hasPermission(JID) - Method in class org.jivesoftware.wildfire.commands.admin.user.AddUser
 
hasPermission(JID) - Method in class org.jivesoftware.wildfire.commands.admin.user.AuthenticateUser
 
hasPermission(JID) - Method in class org.jivesoftware.wildfire.commands.admin.user.ChangeUserPassword
 
hasPermission(long) - Method in class org.jivesoftware.wildfire.Permissions
Returns true if one or more of the permission types is set to true.
Hierarchy - Class in org.jivesoftware.util.log
This class encapsulates a basic independent log hierarchy.
Hierarchy() - Constructor for class org.jivesoftware.util.log.Hierarchy
Create a hierarchy object.
HistoryRequest - Class in org.jivesoftware.wildfire.muc
Represents the amount of history requested by an occupant while joining a room.
HistoryRequest(Element) - Constructor for class org.jivesoftware.wildfire.muc.HistoryRequest
 
HistoryStrategy - Class in org.jivesoftware.wildfire.muc
Multi-User Chat rooms may cache history of the conversations in the room in order to play them back to newly arriving members.
HistoryStrategy(HistoryStrategy) - Constructor for class org.jivesoftware.wildfire.muc.HistoryStrategy
Create a history strategy with the given parent strategy (for defaults) or null if no parent exists.
HistoryStrategy.Type - Enum in org.jivesoftware.wildfire.muc
Strategy type.
HOME_CITY - Static variable in class org.jivesoftware.admin.LdapUserTester
 
HOME_COUNTRY - Static variable in class org.jivesoftware.admin.LdapUserTester
 
HOME_FAX - Static variable in class org.jivesoftware.admin.LdapUserTester
 
HOME_MOBILE - Static variable in class org.jivesoftware.admin.LdapUserTester
 
HOME_PAGER - Static variable in class org.jivesoftware.admin.LdapUserTester
 
HOME_PHONE - Static variable in class org.jivesoftware.admin.LdapUserTester
 
HOME_STATE - Static variable in class org.jivesoftware.admin.LdapUserTester
 
HOME_STREET - Static variable in class org.jivesoftware.admin.LdapUserTester
 
HOME_ZIP - Static variable in class org.jivesoftware.admin.LdapUserTester
 
hostA - Variable in class org.jivesoftware.wildfire.mediaproxy.MediaProxySession
 
hostB - Variable in class org.jivesoftware.wildfire.mediaproxy.MediaProxySession
 
HOUR - Static variable in class org.jivesoftware.util.JiveConstants
 
HTTP_BIND_ENABLED - Static variable in class org.jivesoftware.wildfire.http.HttpBindManager
 
HTTP_BIND_ENABLED_DEFAULT - Static variable in class org.jivesoftware.wildfire.http.HttpBindManager
 
HTTP_BIND_PORT - Static variable in class org.jivesoftware.wildfire.http.HttpBindManager
 
HTTP_BIND_PORT_DEFAULT - Static variable in class org.jivesoftware.wildfire.http.HttpBindManager
 
HTTP_BIND_SECURE_PORT - Static variable in class org.jivesoftware.wildfire.http.HttpBindManager
 
HTTP_BIND_SECURE_PORT_DEFAULT - Static variable in class org.jivesoftware.wildfire.http.HttpBindManager
 
HttpBindException - Exception in org.jivesoftware.wildfire.http
 
HttpBindException(String, boolean, int) - Constructor for exception org.jivesoftware.wildfire.http.HttpBindException
 
HttpBindManager - Class in org.jivesoftware.wildfire.http
 
HttpBindServlet - Class in org.jivesoftware.wildfire.http
Servlet which handles requests to the HTTP binding service.
HttpBindServlet() - Constructor for class org.jivesoftware.wildfire.http.HttpBindServlet
 
HttpBindStatus - Class in org.jivesoftware.wildfire.commands.admin
AdHoc command to return the current status of the HTTP-bind service.
HttpBindStatus() - Constructor for class org.jivesoftware.wildfire.commands.admin.HttpBindStatus
 
HttpConnection - Class in org.jivesoftware.wildfire.http
Represents one HTTP connection with a client using the HTTP Binding service.
HttpConnection(long, boolean) - Constructor for class org.jivesoftware.wildfire.http.HttpConnection
Constructs an HTTP Connection.
HttpConnectionClosedException - Exception in org.jivesoftware.wildfire.http
This exception is thrown when an action attempted on the connection to the client but the connection has been closed.
HttpConnectionClosedException(String) - Constructor for exception org.jivesoftware.wildfire.http.HttpConnectionClosedException
 
HttpSession - Class in org.jivesoftware.wildfire.http
A session represents a serious of interactions with an XMPP client sending packets using the HTTP Binding protocol specified in XEP-0124.
HttpSession(PacketDeliverer, String, InetAddress, StreamID, long) - Constructor for class org.jivesoftware.wildfire.http.HttpSession
 
HttpSession.HttpVirtualConnection - Class in org.jivesoftware.wildfire.http
A virtual server connection relates to a http session which its self can relate to many http connections.
HttpSession.HttpVirtualConnection(InetAddress) - Constructor for class org.jivesoftware.wildfire.http.HttpSession.HttpVirtualConnection
 
HttpSessionManager - Class in org.jivesoftware.wildfire.http
Manages sessions for all users connecting to Wildfire using the HTTP binding protocal, XEP-0124.
HttpSessionManager() - Constructor for class org.jivesoftware.wildfire.http.HttpSessionManager
Creates a new HttpSessionManager instance.
HybridAuthProvider - Class in org.jivesoftware.wildfire.auth
The hybrid auth provider allows up to three AuthProvider implementations to be strung together to do chained authentication checking.
HybridAuthProvider() - Constructor for class org.jivesoftware.wildfire.auth.HybridAuthProvider
 

I

i18nStatistic - Class in org.jivesoftware.wildfire.stats
A convience class to build statistic parameters out of a resource bundle.
i18nStatistic(String, Statistic.Type) - Constructor for class org.jivesoftware.wildfire.stats.i18nStatistic
 
i18nStatistic(String, String, Statistic.Type) - Constructor for class org.jivesoftware.wildfire.stats.i18nStatistic
 
ignorableWhitespace(char[], int, int) - Method in class org.jivesoftware.util.XMLWriter
 
implicitFrom - Variable in class org.jivesoftware.wildfire.roster.Roster
Contacts with subscription FROM that only exist due to shared groups key: jabberid string; value: groups why the implicit roster item exists (aka invisibleSharedGroups).
includesProperty(Element, String) - Static method in class org.jivesoftware.util.ElementUtil
Returns true if the specified property is included in the XML hierarchy.
IncomingServerSession - Class in org.jivesoftware.wildfire.session
Server-to-server communication is done using two TCP connections between the servers.
IncomingServerSession(String, Connection, StreamID) - Constructor for class org.jivesoftware.wildfire.session.IncomingServerSession
 
incrementClientPacketCount() - Method in class org.jivesoftware.wildfire.session.Session
Increments the number of packets sent from the client to the server.
incrementConflictCount() - Method in class org.jivesoftware.wildfire.session.ClientSession
Increments the conflict by one.
incrementIncomingCounter(long) - Static method in class org.jivesoftware.wildfire.net.ServerTrafficCounter
Increments the counter of read bytes by delta.
incrementOutgoingCounter(long) - Static method in class org.jivesoftware.wildfire.net.ServerTrafficCounter
Increments the counter of written bytes by delta.
incrementServerPacketCount() - Method in class org.jivesoftware.wildfire.session.Session
Increments the number of packets sent from the server to the client.
indent() - Method in class org.jivesoftware.util.XMLWriter
 
info(String) - Static method in class org.jivesoftware.util.Log
 
info(Throwable) - Static method in class org.jivesoftware.util.Log
 
info(String, Throwable) - Static method in class org.jivesoftware.util.Log
 
info(String, Throwable) - Method in class org.jivesoftware.util.log.Logger
Log a info priority event.
info(String) - Method in class org.jivesoftware.util.log.Logger
Log a info priority event.
INFO - Static variable in class org.jivesoftware.util.log.Priority
Useful information messages such as state changes, client connection, user login etc.
info(String, Object, Object) - Method in class org.jivesoftware.util.log.util.JettyLog
 
info(String) - Method in interface org.xmpp.component.Log
Logs an info message.
info(String, Throwable) - Method in interface org.xmpp.component.Log
Logs an info message.
info(Throwable) - Method in interface org.xmpp.component.Log
Logs an info message.
init(FilterConfig) - Method in class org.jivesoftware.admin.AuthCheckFilter
 
init(FilterConfig) - Method in class org.jivesoftware.admin.PluginFilter
 
init(ServletConfig) - Method in class org.jivesoftware.util.FaviconServlet
 
init() - Method in class org.jivesoftware.util.JiveProperties
For internal use only.
init(FilterConfig) - Method in class org.jivesoftware.util.LocaleFilter
 
init(FilterConfig) - Method in class org.jivesoftware.util.SetCharacterEncodingFilter
 
init(HttpServletRequest, HttpServletResponse, HttpSession, ServletContext, JspWriter) - Method in class org.jivesoftware.util.WebBean
 
init(HttpServletRequest, HttpServletResponse, HttpSession, ServletContext) - Method in class org.jivesoftware.util.WebBean
 
init(PageContext) - Method in class org.jivesoftware.util.WebBean
 
init(Session) - Method in interface org.jivesoftware.wildfire.Connection
Initializes the connection with it's owning session.
init(ServletConfig) - Method in class org.jivesoftware.wildfire.container.PluginIconServlet
 
init(ServletConfig) - Method in class org.jivesoftware.wildfire.container.PluginServlet
 
init(ServletConfig) - Method in class org.jivesoftware.wildfire.http.HttpBindServlet
 
init(ServletConfig) - Method in class org.jivesoftware.wildfire.http.ResourceServlet
 
init(Session) - Method in class org.jivesoftware.wildfire.net.SocketConnection
 
init(Session) - Method in class org.jivesoftware.wildfire.net.VirtualConnection
 
init(Session) - Method in class org.jivesoftware.wildfire.nio.NIOConnection
 
initForActiveDirectory() - Method in class org.jivesoftware.admin.LdapUserProfile
Sets default mapping values when using an Active Directory server.
initForOpenLDAP() - Method in class org.jivesoftware.admin.LdapUserProfile
Sets default mapping values when using an Active Directory server.
initialize(XMPPServer) - Method in class org.jivesoftware.wildfire.audit.spi.AuditManagerImpl
 
initialize(XMPPServer) - Method in class org.jivesoftware.wildfire.commands.AdHocCommandHandler
 
initialize(XMPPServer) - Method in class org.jivesoftware.wildfire.container.BasicModule
Initializes the basic module.
initialize(XMPPServer) - Method in interface org.jivesoftware.wildfire.container.Module
Initialize the module with the container.
initialize() - Method in class org.jivesoftware.wildfire.container.PluginClassLoader
Initializes the class loader with all configured classpath URLs.
initialize(XMPPServer) - Method in class org.jivesoftware.wildfire.disco.IQDiscoInfoHandler
 
initialize(XMPPServer) - Method in class org.jivesoftware.wildfire.disco.IQDiscoItemsHandler
 
initialize(XMPPServer) - Method in class org.jivesoftware.wildfire.filetransfer.proxy.FileTransferProxy
 
initialize(XMPPServer) - Method in class org.jivesoftware.wildfire.handler.IQAuthHandler
 
initialize(XMPPServer) - Method in class org.jivesoftware.wildfire.handler.IQBindHandler
 
initialize(XMPPServer) - Method in class org.jivesoftware.wildfire.handler.IQHandler
 
initialize(XMPPServer) - Method in class org.jivesoftware.wildfire.handler.IQLastActivityHandler
 
initialize(XMPPServer) - Method in class org.jivesoftware.wildfire.handler.IQOfflineMessagesHandler
 
initialize(XMPPServer) - Method in class org.jivesoftware.wildfire.handler.IQPrivacyHandler
 
initialize(XMPPServer) - Method in class org.jivesoftware.wildfire.handler.IQPrivateHandler
 
initialize(XMPPServer) - Method in class org.jivesoftware.wildfire.handler.IQRegisterHandler
 
initialize(XMPPServer) - Method in class org.jivesoftware.wildfire.handler.IQRosterHandler
 
initialize(XMPPServer) - Method in class org.jivesoftware.wildfire.handler.IQSharedGroupHandler
 
initialize(XMPPServer) - Method in class org.jivesoftware.wildfire.handler.IQvCardHandler
 
initialize(XMPPServer) - Method in class org.jivesoftware.wildfire.handler.PresenceSubscribeHandler
 
initialize(XMPPServer) - Method in class org.jivesoftware.wildfire.handler.PresenceUpdateHandler
 
initialize(XMPPServer) - Method in class org.jivesoftware.wildfire.IQRouter
 
initialize(XMPPServer) - Method in class org.jivesoftware.wildfire.mediaproxy.MediaProxyService
 
initialize(XMPPServer) - Method in class org.jivesoftware.wildfire.MessageRouter
 
initialize(JID, ComponentManager) - Method in class org.jivesoftware.wildfire.muc.spi.MultiUserChatServerImpl
 
initialize(XMPPServer) - Method in class org.jivesoftware.wildfire.muc.spi.MultiUserChatServerImpl
 
initialize(XMPPServer) - Method in class org.jivesoftware.wildfire.MulticastRouter
 
initialize(XMPPServer) - Method in class org.jivesoftware.wildfire.net.MulticastDNSService
 
initialize(XMPPServer) - Method in class org.jivesoftware.wildfire.OfflineMessageStrategy
 
initialize(XMPPServer) - Method in class org.jivesoftware.wildfire.PresenceRouter
 
initialize(XMPPServer) - Method in class org.jivesoftware.wildfire.pubsub.PubSubModule
 
initialize(XMPPServer) - Method in class org.jivesoftware.wildfire.roster.RosterManager
 
initialize(JID, ComponentManager) - Method in class org.jivesoftware.wildfire.session.ComponentSession.ExternalComponent
 
initialize(XMPPServer) - Method in class org.jivesoftware.wildfire.SessionManager
 
initialize(XMPPServer) - Method in class org.jivesoftware.wildfire.spi.ConnectionManagerImpl
 
initialize(XMPPServer) - Method in class org.jivesoftware.wildfire.spi.PacketDelivererImpl
 
initialize(XMPPServer) - Method in class org.jivesoftware.wildfire.spi.PacketRouterImpl
 
initialize(XMPPServer) - Method in class org.jivesoftware.wildfire.spi.PacketTransporterImpl
 
initialize(XMPPServer) - Method in class org.jivesoftware.wildfire.spi.PresenceManagerImpl
 
initialize(XMPPServer) - Method in class org.jivesoftware.wildfire.spi.RoutingTableImpl
 
initialize(XMPPServer) - Method in class org.jivesoftware.wildfire.stun.STUNService
 
initialize(XMPPServer) - Method in class org.jivesoftware.wildfire.transport.TransportHandler
 
initialize(XMPPServer) - Method in class org.jivesoftware.wildfire.update.UpdateManager
 
initialize(XMPPServer) - Method in class org.jivesoftware.wildfire.vcard.VCardManager
 
initialize(JID, ComponentManager) - Method in interface org.xmpp.component.Component
Initializes this component with a ComponentManager and the JID that this component is available at (e.g.
initializeCache(String, String, int) - Static method in class org.jivesoftware.util.CacheManager
Initializes a cache given it's name and max size.
initializeCache(String, String, int, long) - Static method in class org.jivesoftware.util.CacheManager
Initializes a cache given it's name, max size, and expiration time.
initializePlugin(PluginManager, File) - Method in class org.jivesoftware.wildfire.container.AdminConsolePlugin
 
initializePlugin(PluginManager, File) - Method in interface org.jivesoftware.wildfire.container.Plugin
Initializes the plugin.
initLog() - Static method in class org.jivesoftware.util.Log
This method is used to initialize the Log class.
initStatistics() - Static method in class org.jivesoftware.wildfire.net.ServerTrafficCounter
Creates and adds statistics to statistic manager.
InputOutputStreamWrapper - Class in org.jivesoftware.util
Callable which will read from an input stream and write to an output stream.
InputOutputStreamWrapper(InputStream, OutputStream, int) - Constructor for class org.jivesoftware.util.InputOutputStreamWrapper
 
InputOutputStreamWrapper(InputStream, OutputStream) - Constructor for class org.jivesoftware.util.InputOutputStreamWrapper
 
installCert(KeyStore, KeyStore, String, String, InputStream, InputStream, boolean, boolean) - Static method in class org.jivesoftware.util.CertificateManager
Imports a new signed certificate and its private key into the keystore.
installLexicalHandler() - Method in class org.jivesoftware.util.XMLWriter
 
installPlugin(InputStream, String) - Method in class org.jivesoftware.wildfire.container.PluginManager
Installs or updates an existing plugin.
installPlugin(String, int) - Method in class org.jivesoftware.wildfire.update.PluginDownloadManager
Installs a new plugin into Wildfire.
installReply(KeyStore, KeyStore, String, String, InputStream, boolean, boolean) - Static method in class org.jivesoftware.util.CertificateManager
Installs the Certificate Authority reply returned as part of the signing request.
IntEnum - Class in org.jivesoftware.util
A type safe enumeration object that is keyed by an Int value for switch statements and storage in DBs.
IntEnum(String, int) - Constructor for class org.jivesoftware.util.IntEnum
 
interceptFileTransfer(FileTransfer, boolean) - Method in interface org.jivesoftware.wildfire.filetransfer.FileTransferInterceptor
Invokes the interceptor on the specified file transfer.
InterceptorManager - Class in org.jivesoftware.wildfire.interceptor
An InterceptorManager manages the list of global interceptors and per-user interceptors that are invoked before and after packets are read and sent.
InterceptorManager() - Constructor for class org.jivesoftware.wildfire.interceptor.InterceptorManager
 
interceptPacket(Packet, Session, boolean, boolean) - Method in class org.jivesoftware.wildfire.interceptor.PacketCopier
 
interceptPacket(Packet, Session, boolean, boolean) - Method in interface org.jivesoftware.wildfire.interceptor.PacketInterceptor
Invokes the interceptor on the specified packet.
InternalComponentManager - Class in org.jivesoftware.wildfire.component
Manages the registration and delegation of Components.
InternalComponentManager() - Constructor for class org.jivesoftware.wildfire.component.InternalComponentManager
 
InternalComponentManager.RoutableComponent - Class in org.jivesoftware.wildfire.component
Exposes a Component as a RoutableChannelHandler.
InternalComponentManager.RoutableComponent(JID, Component) - Constructor for class org.jivesoftware.wildfire.component.InternalComponentManager.RoutableComponent
 
interrupt() - Method in class org.jivesoftware.wildfire.launcher.SwingWorker
A new method that interrupts the worker thread.
invisibleSharedGroups - Variable in class org.jivesoftware.wildfire.roster.RosterItem
 
Invitation - Class in org.xmpp.muc
Represents an invitation to a Multi-User Chat room from a room occupant to a user that is not an occupant of the room.
Invitation(String, String) - Constructor for class org.xmpp.muc.Invitation
Creates a new invitation.
invokeInterceptors(Packet, Session, boolean, boolean) - Method in class org.jivesoftware.wildfire.interceptor.InterceptorManager
Invokes all currently-installed interceptors on the specified packet.
IQ - Class in org.xmpp.packet
IQ (Info/Query) packet.
IQ() - Constructor for class org.xmpp.packet.IQ
Constructs a new IQ with an automatically generated ID and a type of IQ.Type.get.
IQ(IQ.Type) - Constructor for class org.xmpp.packet.IQ
Constructs a new IQ using the specified type.
IQ(IQ.Type, String) - Constructor for class org.xmpp.packet.IQ
Constructs a new IQ using the specified type and ID.
IQ(Element) - Constructor for class org.xmpp.packet.IQ
Constructs a new IQ using an existing Element.
IQ(Element, boolean) - Constructor for class org.xmpp.packet.IQ
Constructs a new IQ using an existing Element.
IQ.Type - Enum in org.xmpp.packet
Type-safe enumeration to represent the type of the IQ packet.
IQAdminHandler - Class in org.jivesoftware.wildfire.muc.spi
A handler for the IQ packet with namespace http://jabber.org/protocol/muc#admin.
IQAdminHandler(MUCRoomImpl, PacketRouter) - Constructor for class org.jivesoftware.wildfire.muc.spi.IQAdminHandler
 
IQAuthHandler - Class in org.jivesoftware.wildfire.handler
Implements the TYPE_IQ jabber:iq:auth protocol (plain only).
IQAuthHandler() - Constructor for class org.jivesoftware.wildfire.handler.IQAuthHandler
Clients are not authenticated when accessing this handler.
IQAuthInfo - Interface in org.jivesoftware.wildfire.handler
Information for controlling the authentication options for the server.
IQBindHandler - Class in org.jivesoftware.wildfire.handler
Binds a resource to the stream so that the client's address becomes a full JID.
IQBindHandler() - Constructor for class org.jivesoftware.wildfire.handler.IQBindHandler
 
IQDiscoInfoHandler - Class in org.jivesoftware.wildfire.disco
IQDiscoInfoHandler is responsible for handling disco#info requests.
IQDiscoInfoHandler() - Constructor for class org.jivesoftware.wildfire.disco.IQDiscoInfoHandler
 
IQDiscoItemsHandler - Class in org.jivesoftware.wildfire.disco
IQDiscoItemsHandler is responsible for handling disco#items requests.
IQDiscoItemsHandler() - Constructor for class org.jivesoftware.wildfire.disco.IQDiscoItemsHandler
 
IQHandler - Class in org.jivesoftware.wildfire.handler
Base class whose main responsibility is to handle IQ packets.
IQHandler(String) - Constructor for class org.jivesoftware.wildfire.handler.IQHandler
Create a basic module with the given name.
IQHandlerInfo - Class in org.jivesoftware.wildfire
A simple meta-data class that stores several related tools for generic IQ protocol handling.
IQHandlerInfo(String, String) - Constructor for class org.jivesoftware.wildfire.IQHandlerInfo
Construct an info object.
IQLastActivityHandler - Class in org.jivesoftware.wildfire.handler
Implements the TYPE_IQ jabber:iq:last protocol (last activity).
IQLastActivityHandler() - Constructor for class org.jivesoftware.wildfire.handler.IQLastActivityHandler
 
IQOfflineMessagesHandler - Class in org.jivesoftware.wildfire.handler
Implements JEP-0013: Flexible Offline Message Retrieval.
IQOfflineMessagesHandler() - Constructor for class org.jivesoftware.wildfire.handler.IQOfflineMessagesHandler
 
IQOwnerHandler - Class in org.jivesoftware.wildfire.muc.spi
A handler for the IQ packet with namespace http://jabber.org/protocol/muc#owner.
IQOwnerHandler(MUCRoomImpl, PacketRouter) - Constructor for class org.jivesoftware.wildfire.muc.spi.IQOwnerHandler
 
IQPrivacyHandler - Class in org.jivesoftware.wildfire.handler
IQPrivacyHandler is responsible for handling privacy lists.
IQPrivacyHandler() - Constructor for class org.jivesoftware.wildfire.handler.IQPrivacyHandler
 
IQPrivateHandler - Class in org.jivesoftware.wildfire.handler
Implements the TYPE_IQ jabber:iq:private protocol.
IQPrivateHandler() - Constructor for class org.jivesoftware.wildfire.handler.IQPrivateHandler
 
IQRegisterHandler - Class in org.jivesoftware.wildfire.handler
Implements the TYPE_IQ jabber:iq:register protocol (plain only).
IQRegisterHandler() - Constructor for class org.jivesoftware.wildfire.handler.IQRegisterHandler
Basic constructor does nothing.
IQRegisterInfo - Interface in org.jivesoftware.wildfire.handler
Handle the various user registration settings that are valid under XMPP.
IQResultListener - Interface in org.jivesoftware.wildfire
An IQResultListener will be invoked when a previously IQ packet sent by the server was answered.
IQRosterHandler - Class in org.jivesoftware.wildfire.handler
Implements the TYPE_IQ jabber:iq:roster protocol.
IQRosterHandler() - Constructor for class org.jivesoftware.wildfire.handler.IQRosterHandler
 
IQRouter - Class in org.jivesoftware.wildfire
Routes iq packets throughout the server.
IQRouter() - Constructor for class org.jivesoftware.wildfire.IQRouter
Creates a packet router.
IQSessionEstablishmentHandler - Class in org.jivesoftware.wildfire.handler
Activate client sessions once resource binding has been done.
IQSessionEstablishmentHandler() - Constructor for class org.jivesoftware.wildfire.handler.IQSessionEstablishmentHandler
 
IQSharedGroupHandler - Class in org.jivesoftware.wildfire.handler
Handler of IQ packets whose child element is "sharedgroup" with namespace "http://www.jivesoftware.org/protocol/sharedgroup".
IQSharedGroupHandler() - Constructor for class org.jivesoftware.wildfire.handler.IQSharedGroupHandler
 
IQTimeHandler - Class in org.jivesoftware.wildfire.handler
Implements the TYPE_IQ jabber:iq:time protocol (time info) as as defined by JEP-0090.
IQTimeHandler() - Constructor for class org.jivesoftware.wildfire.handler.IQTimeHandler
 
IQvCardHandler - Class in org.jivesoftware.wildfire.handler
Implements the TYPE_IQ vcard-temp protocol.
IQvCardHandler() - Constructor for class org.jivesoftware.wildfire.handler.IQvCardHandler
 
IQVersionHandler - Class in org.jivesoftware.wildfire.handler
Implements the TYPE_IQ jabber:iq:version protocol (version info).
IQVersionHandler() - Constructor for class org.jivesoftware.wildfire.handler.IQVersionHandler
 
isActivatable() - Method in class org.jivesoftware.wildfire.filetransfer.proxy.DefaultProxyTransfer
 
isActivatable() - Method in interface org.jivesoftware.wildfire.filetransfer.proxy.ProxyTransfer
Returns true if the Bytestream is ready to be activated and the proxy transfer can begin.
isActive() - Method in class org.jivesoftware.wildfire.pubsub.NodeSubscription
Returns true if the subscription is active.
isActiveRoute(String, String) - Method in class org.jivesoftware.wildfire.SessionManager
 
isAdmin(JID) - Method in class org.jivesoftware.wildfire.pubsub.Node
Returns true if the specified user is allowed to administer the node.
isAllowToDiscoverLockedRooms() - Method in class org.jivesoftware.wildfire.muc.spi.MultiUserChatServerImpl
Returns the flag that indicates if the service should provide information about locked rooms when handling service discovery requests.
isAncestorOfFocusedComponent(Component) - Static method in class org.jivesoftware.wildfire.launcher.GraphicUtils
 
isAnonymous() - Method in class org.jivesoftware.wildfire.auth.AuthToken
Returns true if this AuthToken is the Anonymous auth token.
isAnonymousAllowed() - Method in class org.jivesoftware.wildfire.handler.IQAuthHandler
 
isAnonymousAllowed() - Method in interface org.jivesoftware.wildfire.handler.IQAuthInfo
Returns true if anonymous authentication is allowed.
isAnonymousRoute(String) - Method in class org.jivesoftware.wildfire.SessionManager
 
isAssociationAllowed(JID) - Method in class org.jivesoftware.wildfire.pubsub.CollectionNode
Returns true if the specified user is allowed to associate a leaf node with this node.
isAuditIQ() - Method in interface org.jivesoftware.wildfire.audit.AuditManager
Determines if the server will audit all iq packets.
isAuditIQ() - Method in class org.jivesoftware.wildfire.audit.spi.AuditManagerImpl
 
isAuditMessage() - Method in interface org.jivesoftware.wildfire.audit.AuditManager
Determines if the server will audit all message packets.
isAuditMessage() - Method in class org.jivesoftware.wildfire.audit.spi.AuditManagerImpl
 
isAuditPresence() - Method in interface org.jivesoftware.wildfire.audit.AuditManager
Determines if the server will audit all presence packets.
isAuditPresence() - Method in class org.jivesoftware.wildfire.audit.spi.AuditManagerImpl
 
isAuditXPath() - Method in interface org.jivesoftware.wildfire.audit.AuditManager
Determines if the server will audit packets using XPath expressions.
isAuditXPath() - Method in class org.jivesoftware.wildfire.audit.spi.AuditManagerImpl
 
isAuthorizationPending() - Method in class org.jivesoftware.wildfire.pubsub.NodeSubscription
Returns true if the subscription needs to be approved by a node owner to become active.
isAuthorizationRequired() - Method in class org.jivesoftware.wildfire.pubsub.models.AccessModel
Returns true if the new subscription should be authorized by a node owner.
isAuthorizationRequired() - Method in class org.jivesoftware.wildfire.pubsub.models.AuthorizeAccess
 
isAuthorizationRequired() - Method in class org.jivesoftware.wildfire.pubsub.models.OpenAccess
 
isAuthorizationRequired() - Method in class org.jivesoftware.wildfire.pubsub.models.PresenceAccess
 
isAuthorizationRequired() - Method in class org.jivesoftware.wildfire.pubsub.models.RosterAccess
 
isAuthorizationRequired() - Method in class org.jivesoftware.wildfire.pubsub.models.WhitelistAccess
 
isAvailable(User) - Method in interface org.jivesoftware.wildfire.PresenceManager
Returns the availability of the user.
isAvailable(User) - Method in class org.jivesoftware.wildfire.spi.PresenceManagerImpl
 
isAvailable() - Method in class org.xmpp.packet.Presence
Returns true if the presence type is "available".
isBatchUpdatesSupported() - Static method in class org.jivesoftware.database.DbConnectionManager
 
isCheckedOut() - Method in class org.jivesoftware.database.ConnectionWrapper
 
isChildNode(Node) - Method in class org.jivesoftware.wildfire.pubsub.CollectionNode
Returns true if the specified node is a first-level children of this collection node.
isChildNode(Node) - Method in class org.jivesoftware.wildfire.pubsub.Node
Returns true if the specified node is a first-level children of this node.
isClientListenerEnabled() - Method in interface org.jivesoftware.wildfire.ConnectionManager
Returns true if the port listener for unsecured clients is available.
isClientListenerEnabled() - Method in class org.jivesoftware.wildfire.spi.ConnectionManagerImpl
 
isClientPort() - Method in class org.jivesoftware.wildfire.ServerPort
Returns true if clients can connect to this port.
isClientSSLListenerEnabled() - Method in interface org.jivesoftware.wildfire.ConnectionManager
Returns true if the port listener for secured clients is available.
isClientSSLListenerEnabled() - Method in class org.jivesoftware.wildfire.spi.ConnectionManagerImpl
 
isClientTrusted(X509Certificate[]) - Method in class org.jivesoftware.wildfire.net.SSLJiveTrustManager
 
isClosed() - Method in interface org.jivesoftware.wildfire.Connection
Returns true if the connection/session is closed.
isClosed() - Method in class org.jivesoftware.wildfire.http.HttpConnection
Returns true if this connection has been closed, either a response was delivered to the client or the server closed the connection aburbtly.
isClosed() - Method in class org.jivesoftware.wildfire.http.HttpSession
Returns true if this session has been closed and no longer activley accepting connections.
isClosed() - Method in class org.jivesoftware.wildfire.net.SocketConnection
 
isClosed() - Method in class org.jivesoftware.wildfire.net.VirtualConnection
 
isClosed() - Method in class org.jivesoftware.wildfire.nio.NIOConnection
 
isCollectionNode() - Method in class org.jivesoftware.wildfire.pubsub.CollectionNode
 
isCollectionNode() - Method in class org.jivesoftware.wildfire.pubsub.Node
Returns true if this node is a node container.
isCollectionNodesSupported() - Method in class org.jivesoftware.wildfire.pubsub.PubSubModule
 
isCollectionNodesSupported() - Method in interface org.jivesoftware.wildfire.pubsub.PubSubService
Returns true if the pubsub service supports collection nodes.
isCommercial() - Method in class org.jivesoftware.wildfire.update.AvailablePlugin
Returns true if the plugin is commercial.
isComponentListenerEnabled() - Method in interface org.jivesoftware.wildfire.ConnectionManager
Returns true if the port listener for external components is available.
isComponentListenerEnabled() - Method in class org.jivesoftware.wildfire.spi.ConnectionManagerImpl
 
isComponentPort() - Method in class org.jivesoftware.wildfire.ServerPort
Returns true if external components can connect to this port.
isCompressed() - Method in interface org.jivesoftware.wildfire.Connection
Returns true if the connection is using compression.
isCompressed() - Method in class org.jivesoftware.wildfire.net.SocketConnection
 
isCompressed() - Method in class org.jivesoftware.wildfire.net.VirtualConnection
 
isCompressed() - Method in class org.jivesoftware.wildfire.nio.NIOConnection
 
isConfigurationPending() - Method in class org.jivesoftware.wildfire.pubsub.NodeSubscription
Returns true if configuration is required by the node and is still pending to be configured by the subscriber.
isConnectionManagerListenerEnabled() - Method in interface org.jivesoftware.wildfire.ConnectionManager
Returns true if the port listener for connection managers is available.
isConnectionManagerListenerEnabled() - Method in class org.jivesoftware.wildfire.spi.ConnectionManagerImpl
 
isConnectionManagerPort() - Method in class org.jivesoftware.wildfire.ServerPort
Returns true if connection managers can connect to this port.
isConnectionPoolEnabled() - Method in class org.jivesoftware.wildfire.ldap.LdapManager
Returns whether an LDAP connection pool should be used or not.
isDebugEnabled() - Method in class org.jivesoftware.util.EmailService
Returns true if SMTP debugging is enabled.
isDebugEnabled() - Static method in class org.jivesoftware.util.Log
 
isDebugEnabled() - Method in class org.jivesoftware.util.log.Logger
Determine if messages of priority DEBUG will be logged.
isDebugEnabled() - Method in class org.jivesoftware.util.log.util.JettyLog
 
isDebugEnabled() - Method in class org.jivesoftware.wildfire.ldap.LdapManager
Returns true if LDAP connection debugging is turned on.
isDefault() - Method in class org.jivesoftware.wildfire.privacy.PrivacyList
Returns true if this privacy list is the default list to apply for the user.
isDelivered() - Method in class org.jivesoftware.wildfire.http.HttpConnection
 
isDeliverPayloads() - Method in class org.jivesoftware.wildfire.pubsub.DefaultNodeConfiguration
Returns true if payloads are going to be delivered with event notifications.
isDescendantNode(Node) - Method in class org.jivesoftware.wildfire.pubsub.CollectionNode
Returns true if the specified node is a direct child node of this collection node or a descendant of the children nodes.
isDescendantNode(Node) - Method in class org.jivesoftware.wildfire.pubsub.Node
Returns true if the specified node is a direct child node of this node or a descendant of the children nodes.
isDigestSupported() - Static method in class org.jivesoftware.wildfire.auth.AuthFactory
Returns true if the currently installed AuthProvider supports digest authentication according to JEP-0078.
isDigestSupported() - Method in interface org.jivesoftware.wildfire.auth.AuthProvider
Returns true if this AuthProvider supports digest authentication according to JEP-0078.
isDigestSupported() - Method in class org.jivesoftware.wildfire.auth.DefaultAuthProvider
 
isDigestSupported() - Method in class org.jivesoftware.wildfire.auth.HybridAuthProvider
 
isDigestSupported() - Method in class org.jivesoftware.wildfire.auth.JDBCAuthProvider
 
isDigestSupported() - Method in class org.jivesoftware.wildfire.auth.NativeAuthProvider
 
isDigestSupported() - Method in class org.jivesoftware.wildfire.auth.POP3AuthProvider
 
isDigestSupported() - Method in class org.jivesoftware.wildfire.ldap.LdapAuthProvider
 
isDownloaded() - Method in class org.jivesoftware.wildfire.update.Update
Returns true if the plugin was downloaded.
isDSACertificate(KeyStore, String) - Static method in class org.jivesoftware.util.CertificateManager
Returns true if an DSA certificate was found in the specified keystore for the specified domain.
isDSACertificate(X509Certificate) - Static method in class org.jivesoftware.util.CertificateManager
Returns true if the specified certificate is using the DSA algorithm.
isElementSpacePreserved(Element) - Method in class org.jivesoftware.util.XMLWriter
Determines if element is a special case of XML elements where it contains an xml:space attribute of "preserve".
isEmbedded() - Method in class org.jivesoftware.util.WebManager
Returns true if the server is in embedded mode, false otherwise.
isEmpty() - Method in class org.jivesoftware.util.Cache
 
isEmpty() - Method in class org.jivesoftware.util.ConcurrentHashSet
 
isEmpty() - Method in class org.jivesoftware.util.JiveProperties
 
isEnabled() - Method in interface org.jivesoftware.wildfire.audit.AuditManager
Determines if auditing is enabled at all.
isEnabled() - Method in class org.jivesoftware.wildfire.audit.spi.AuditManagerImpl
 
isEnabled() - Method in class org.jivesoftware.wildfire.mediaproxy.MediaProxyService
Get if the service is enabled.
isEnabled() - Method in class org.jivesoftware.wildfire.PrivateStorage
Returns true if private storage is enabled.
isEnabled() - Static method in class org.jivesoftware.wildfire.server.ServerDialback
Returns true if server dialback is enabled.
isEnabled() - Method in class org.jivesoftware.wildfire.stun.STUNService
Get if the service is enabled.
isEngineClosed() - Method in class org.jivesoftware.wildfire.net.TLSWrapper
Returns whether unwrap(ByteBuffer, ByteBuffer) will accept any more inbound data messages and whether wrap(ByteBuffer, ByteBuffer) will produce any more outbound data messages.
isErrorEnabled() - Static method in class org.jivesoftware.util.Log
 
isErrorEnabled() - Method in class org.jivesoftware.util.log.Logger
Determine if messages of priority ERROR will be logged.
isEscapeText() - Method in class org.jivesoftware.util.XMLWriter
 
isExpandEmptyElements() - Method in class org.jivesoftware.util.XMLWriter
 
isExternalMode() - Method in class org.jivesoftware.wildfire.component.InternalComponentManager
 
isExternalMode() - Method in interface org.xmpp.component.ComponentManager
Returns true if components managed by this component manager are external components connected to the server over a network connection.
isFatalEnabled() - Static method in class org.jivesoftware.util.Log
 
isFatalErrorEnabled() - Method in class org.jivesoftware.util.log.Logger
Determine if messages of priority FATAL_ERROR will be logged.
isFetchSizeSupported() - Static method in class org.jivesoftware.database.DbConnectionManager
 
isFieldRequired(int) - Method in interface org.jivesoftware.wildfire.handler.IQRegisterInfo
Determines if a given field is required for registration.
isFlashClient() - Method in interface org.jivesoftware.wildfire.Connection
Returns true if the connected client is a flash client.
isFlashClient() - Method in class org.jivesoftware.wildfire.net.SocketConnection
 
isFlashClient() - Method in class org.jivesoftware.wildfire.net.VirtualConnection
 
isFlashClient() - Method in class org.jivesoftware.wildfire.nio.NIOConnection
 
isFollowReferralsEnabled() - Method in class org.jivesoftware.wildfire.ldap.LdapManager
Returns true if LDAP referrals will automatically be followed when found.
isGreater(Priority) - Method in class org.jivesoftware.util.log.Priority
Test whether this priority is greater than other priority.
isHttpBindEnabled() - Method in class org.jivesoftware.wildfire.http.HttpBindManager
Returns true if the HTTP binding server is currently enabled.
isInbandRegEnabled() - Method in class org.jivesoftware.wildfire.handler.IQRegisterHandler
 
isIncludingBody() - Method in class org.jivesoftware.wildfire.pubsub.NodeSubscription
Returns whether an entity wants to receive an XMPP message body in addition to the payload format.
isInfoEnabled() - Static method in class org.jivesoftware.util.Log
 
isInfoEnabled() - Method in class org.jivesoftware.util.log.Logger
Determine if messages of priority INFO will be logged.
isInitialized() - Method in class org.jivesoftware.wildfire.session.ClientSession
Flag indicating if this session has been initialized once coming online.
isInstantNodeSupported() - Method in class org.jivesoftware.wildfire.pubsub.PubSubModule
 
isInstantNodeSupported() - Method in interface org.jivesoftware.wildfire.pubsub.PubSubService
Returns true if the pubsub service allows users to create nodes without specifying the node ID.
isItemRequired() - Method in class org.jivesoftware.wildfire.pubsub.LeafNode
Returns true if an item element is required to be included when publishing an item to this node.
isJoined() - Method in interface org.jivesoftware.wildfire.muc.MUCUser
Returns true if the user is currently present in one or more rooms.
isJoined() - Method in class org.jivesoftware.wildfire.muc.spi.MUCUserImpl
 
isLeaf() - Method in class org.jivesoftware.wildfire.pubsub.DefaultNodeConfiguration
Returns true if this default configutation belongs to a leaf node.
isLocal(JID) - Method in class org.jivesoftware.wildfire.XMPPServer
Returns true if the given address is local to the server (managed by this server domain).
isLocked() - Method in interface org.jivesoftware.wildfire.muc.MUCRoom
Returns true if the room is locked.
isLocked() - Method in class org.jivesoftware.wildfire.muc.spi.MUCRoomImpl
 
isLogEnabled() - Method in interface org.jivesoftware.wildfire.muc.MUCRoom
Returns true if the room's conversation is being logged.
isLogEnabled() - Method in class org.jivesoftware.wildfire.muc.spi.MUCRoomImpl
 
isLoginRestrictedToNickname() - Method in interface org.jivesoftware.wildfire.muc.MUCRoom
Returns true if registered users can only join the room using their registered nickname.
isLoginRestrictedToNickname() - Method in class org.jivesoftware.wildfire.muc.spi.MUCRoomImpl
 
isLower(Priority) - Method in class org.jivesoftware.util.log.Priority
Test whether this priority is lower than other priority.
isLowerOrEqual(Priority) - Method in class org.jivesoftware.util.log.Priority
Test whether this priority is lower or equal to other priority.
isManuallyLocked() - Method in interface org.jivesoftware.wildfire.muc.MUCRoom
Returns true if the room is locked and it was locked by a room owner after the room was initially configured.
isManuallyLocked() - Method in class org.jivesoftware.wildfire.muc.spi.MUCRoomImpl
 
isMatchProxyTransfer() - Method in class org.jivesoftware.wildfire.filetransfer.DefaultFileTransferManager
Returns true if the proxy transfer should be matched to an existing file transfer in the system.
isMaxLeafNodeReached() - Method in class org.jivesoftware.wildfire.pubsub.CollectionNode
Returns true if the max number of leaf nodes associated with this node has reached to the maximum allowed.
isMaxRowsSupported() - Static method in class org.jivesoftware.database.DbConnectionManager
 
isMembersOnly() - Method in interface org.jivesoftware.wildfire.muc.MUCRoom
Returns true if the room requires an invitation to enter.
isMembersOnly() - Method in class org.jivesoftware.wildfire.muc.spi.MUCRoomImpl
 
isModerated() - Method in interface org.jivesoftware.wildfire.muc.MUCRoom
Returns if the room in which only those with "voice" may send messages to all occupants.
isModerated() - Method in class org.jivesoftware.wildfire.muc.spi.MUCRoomImpl
 
isMultipleServerConnectionsAllowed() - Method in class org.jivesoftware.wildfire.SessionManager
Returns true if remote servers are allowed to have more than one connection to this server.
isMultipleSubscriptionsEnabled() - Method in class org.jivesoftware.wildfire.pubsub.Node
Returns true if a user may have more than one subscription with the node.
isMultipleSubscriptionsEnabled() - Method in class org.jivesoftware.wildfire.pubsub.PubSubModule
 
isMultipleSubscriptionsEnabled() - Method in interface org.jivesoftware.wildfire.pubsub.PubSubService
Returns true if a user may have more than one subscription with the node.
isMysqlUseUnicode() - Method in class org.jivesoftware.database.DefaultConnectionProvider
 
isNamespaceDeclaration(Namespace) - Method in class org.jivesoftware.util.XMLWriter
 
isNodeCreationRestricted() - Method in class org.jivesoftware.wildfire.pubsub.PubSubModule
 
isNotificationEnabled() - Method in class org.jivesoftware.wildfire.update.UpdateManager
Returns true if admins should be notified by IM when new updates are available.
isNotifiedOfConfigChanges() - Method in class org.jivesoftware.wildfire.pubsub.Node
Returns true if subscribers will be notified when the node configuration changes.
isNotifiedOfDelete() - Method in class org.jivesoftware.wildfire.pubsub.Node
Returns true if subscribers will be notified when the node is deleted.
isNotifiedOfRetract() - Method in class org.jivesoftware.wildfire.pubsub.Node
Returns true if subscribers will be notified when items are removed from the node.
isNotifyConfigChanges() - Method in class org.jivesoftware.wildfire.pubsub.DefaultNodeConfiguration
Returns true if subscribers are going to be notified when node configuration changes.
isNotifyDelete() - Method in class org.jivesoftware.wildfire.pubsub.DefaultNodeConfiguration
Returns true if subscribers are going to be notified when node is deleted.
isNotifyRetract() - Method in class org.jivesoftware.wildfire.pubsub.DefaultNodeConfiguration
Returns true if subscribers are going to be notified when items are removed from the node.
isOfflineFloodStopped() - Method in class org.jivesoftware.wildfire.session.ClientSession
Returns true if the user requested to not receive offline messages when sending an available presence.
isOnlyShared() - Method in class org.jivesoftware.wildfire.roster.RosterItem
Returns true if this item belongs ONLY to shared groups.
isOpen() - Method in class org.jivesoftware.util.log.output.AbstractTarget
 
isOpenRegistrationSupported() - Method in interface org.jivesoftware.wildfire.handler.IQRegisterInfo
Determines if users can automatically register user accounts without system administrator intervention.
isPasswordProtected() - Method in interface org.jivesoftware.wildfire.muc.MUCRoom
Returns true if a user cannot enter without first providing the correct password.
isPasswordProtected() - Method in class org.jivesoftware.wildfire.muc.spi.MUCRoomImpl
 
isPayloadDelivered() - Method in class org.jivesoftware.wildfire.pubsub.Node
Returns true if event notifications will include payloads.
isPersistent() - Method in interface org.jivesoftware.wildfire.muc.MUCRoom
Returns true if the room is not destroyed if the last occupant exits.
isPersistent() - Method in class org.jivesoftware.wildfire.muc.spi.MUCRoomImpl
 
isPersistPublishedItems() - Method in class org.jivesoftware.wildfire.pubsub.DefaultNodeConfiguration
Returns true if items are going to be persisted in a storage.
isPersistPublishedItems() - Method in class org.jivesoftware.wildfire.pubsub.LeafNode
 
isPlainSupported() - Static method in class org.jivesoftware.wildfire.auth.AuthFactory
Returns true if the currently installed AuthProvider supports authentication using plain-text passwords according to JEP-0078.
isPlainSupported() - Method in interface org.jivesoftware.wildfire.auth.AuthProvider
Returns true if this AuthProvider supports authentication using plain-text passwords according to JEP--0078.
isPlainSupported() - Method in class org.jivesoftware.wildfire.auth.DefaultAuthProvider
 
isPlainSupported() - Method in class org.jivesoftware.wildfire.auth.HybridAuthProvider
 
isPlainSupported() - Method in class org.jivesoftware.wildfire.auth.JDBCAuthProvider
 
isPlainSupported() - Method in class org.jivesoftware.wildfire.auth.NativeAuthProvider
 
isPlainSupported() - Method in class org.jivesoftware.wildfire.auth.POP3AuthProvider
 
isPlainSupported() - Method in class org.jivesoftware.wildfire.ldap.LdapAuthProvider
 
isPluginDownloaded(String) - Method in class org.jivesoftware.wildfire.container.PluginManager
Returns true if the specified filename, that belongs to a plugin, exists.
isPluginDownloaded(String) - Method in class org.jivesoftware.wildfire.update.UpdateManager
Returns true if the plugin downloaded from the specified URL has been downloaded.
isPooled() - Method in interface org.jivesoftware.database.ConnectionProvider
Returns true if this connection provider provides connections out of a connection pool.
isPooled() - Method in class org.jivesoftware.database.DefaultConnectionProvider
 
isPooled() - Method in class org.jivesoftware.database.EmbeddedConnectionProvider
 
isPooled() - Method in class org.jivesoftware.database.JNDIDataSourceProvider
 
isPosixMode() - Method in class org.jivesoftware.wildfire.ldap.LdapManager
Return true if the LDAP server is operating in Posix mode.
isPresenceBasedDelivery() - Method in class org.jivesoftware.wildfire.pubsub.DefaultNodeConfiguration
Returns true if notifications are going to be delivered only to available users.
isPresenceBasedDelivery() - Method in class org.jivesoftware.wildfire.pubsub.Node
Returns true if notifications are going to be delivered to available users only.
isPresenceBasedDelivery(JID) - Method in class org.jivesoftware.wildfire.pubsub.Node
Returns true if notifications to the specified user will be delivered when the user is online.
isPriorityEnabled(Priority) - Method in class org.jivesoftware.util.log.Logger
Determine if messages of priority will be logged.
isProfilingEnabled() - Static method in class org.jivesoftware.database.DbConnectionManager
Returns true if connection profiling is turned on.
isProxyEnabled() - Method in class org.jivesoftware.wildfire.filetransfer.proxy.FileTransferProxy
Returns true if the file transfer proxy is currently enabled and false if it is not.
isPublicRoom() - Method in interface org.jivesoftware.wildfire.muc.MUCRoom
Returns true if the room is searchable and visible through service discovery.
isPublicRoom() - Method in class org.jivesoftware.wildfire.muc.spi.MUCRoomImpl
 
isPublicSharedGroup(Group) - Static method in class org.jivesoftware.wildfire.roster.RosterManager
Returns true if the specified Group may be seen by all users in the system.
isReadOnly() - Method in class org.jivesoftware.util.log.ContextMap
Determine if context is read-only.
isReadOnly() - Method in class org.jivesoftware.wildfire.group.DefaultGroupProvider
 
isReadOnly() - Method in class org.jivesoftware.wildfire.group.GroupManager
Returns true if groups are read-only.
isReadOnly() - Method in interface org.jivesoftware.wildfire.group.GroupProvider
Returns true if this GroupProvider is read-only.
isReadOnly() - Method in class org.jivesoftware.wildfire.group.JDBCGroupProvider
Always returns true because JDBC groups are read-only.
isReadOnly() - Method in class org.jivesoftware.wildfire.ldap.LdapGroupProvider
Returns true because LDAP groups are read-only.
isReadOnly() - Method in class org.jivesoftware.wildfire.ldap.LdapUserProvider
 
isReadOnly() - Method in class org.jivesoftware.wildfire.ldap.LdapVCardProvider
 
isReadOnly() - Method in class org.jivesoftware.wildfire.user.DefaultUserProvider
 
isReadOnly() - Method in class org.jivesoftware.wildfire.user.JDBCUserProvider
 
isReadOnly() - Method in interface org.jivesoftware.wildfire.user.UserProvider
Returns true if this UserProvider is read-only.
isReadOnly() - Method in class org.jivesoftware.wildfire.vcard.DefaultVCardProvider
 
isReadOnly() - Method in interface org.jivesoftware.wildfire.vcard.VCardProvider
Returns true if this VCardProvider is read-only.
isRegisteredUser(String) - Method in class org.jivesoftware.wildfire.user.UserManager
Returns true if the specified local username belongs to a registered local user.
isRegisteredUser(JID) - Method in class org.jivesoftware.wildfire.user.UserManager
Returns true if the specified JID belongs to a local or remote registered user.
isRegistrationEnabled() - Method in interface org.jivesoftware.wildfire.muc.MUCRoom
Returns true if users are allowed to register with the room.
isRegistrationEnabled() - Method in class org.jivesoftware.wildfire.muc.spi.MUCRoomImpl
 
isRemote(JID) - Method in class org.jivesoftware.wildfire.XMPPServer
Returns true if the given address does not match the local server hostname and does not match a component service JID.
isRequired() - Method in interface org.jivesoftware.wildfire.forms.FormField
Returns true if the question must be answered in order to complete the questionnaire.
isRequired() - Method in class org.jivesoftware.wildfire.forms.spi.XFormFieldImpl
 
isRequired() - Method in class org.xmpp.forms.FormField
Returns true if the question must be answered in order to complete the questionnaire.
isRestartable() - Method in class org.jivesoftware.wildfire.XMPPServer
 
isRestartNeeded() - Method in class org.jivesoftware.wildfire.container.AdminConsolePlugin
Returns true if the Jetty server needs to be restarted.
isRoomCreationRestricted() - Method in interface org.jivesoftware.wildfire.muc.MultiUserChatServer
Returns false if anyone can create rooms or true if only the returned JIDs in getUsersAllowedToCreate are allowed to create rooms.
isRoomCreationRestricted() - Method in class org.jivesoftware.wildfire.muc.spi.MultiUserChatServerImpl
 
isRootCollectionNode() - Method in class org.jivesoftware.wildfire.pubsub.Node
Returns true if this node is the root node of the pubsub service.
isRosterItem(JID) - Method in class org.jivesoftware.wildfire.roster.Roster
Returns true if the specified user is a member of the roster, false otherwise.
isRosterServiceEnabled() - Static method in class org.jivesoftware.wildfire.roster.RosterManager
Returns true if the roster service is enabled.
isRotationNeeded(String, File) - Method in class org.jivesoftware.util.log.output.io.rotate.OrRotateStrategy
check if now a log rotation is neccessary.
isRotationNeeded(String, File) - Method in interface org.jivesoftware.util.log.output.io.rotate.RotateStrategy
Check if a log rotation is neccessary at this time.
isRotationNeeded(String, File) - Method in class org.jivesoftware.util.log.output.io.rotate.RotateStrategyBySize
Check if now a log rotation is neccessary.
isRotationNeeded(String, File) - Method in class org.jivesoftware.util.log.output.io.rotate.RotateStrategyByTime
Check if now a log rotation is neccessary.
isRSACertificate(KeyStore, String) - Static method in class org.jivesoftware.util.CertificateManager
Returns true if an RSA certificate was found in the specified keystore for the specified domain.
isRunning() - Method in class org.jivesoftware.wildfire.Channel
Returns true if the channel is currently running.
isRunning() - Method in class org.jivesoftware.wildfire.filetransfer.proxy.ProxyConnectionManager
 
isScrollResultsSupported() - Static method in class org.jivesoftware.database.DbConnectionManager
 
isSearchSupported() - Method in class org.jivesoftware.wildfire.group.DefaultGroupProvider
 
isSearchSupported() - Method in class org.jivesoftware.wildfire.group.GroupManager
Returns true if searching for groups is supported.
isSearchSupported() - Method in interface org.jivesoftware.wildfire.group.GroupProvider
Returns true if group searching is supported by the provider.
isSearchSupported() - Method in class org.jivesoftware.wildfire.group.JDBCGroupProvider
 
isSearchSupported() - Method in class org.jivesoftware.wildfire.ldap.LdapGroupProvider
 
isSecure() - Method in interface org.jivesoftware.wildfire.Connection
Returns true if this connection is secure.
isSecure() - Method in class org.jivesoftware.wildfire.http.HttpConnection
Returns true if this connection is using HTTPS.
isSecure() - Method in class org.jivesoftware.wildfire.http.HttpSession
Returns true if all connections on this session should be secured, and false if they should not.
isSecure() - Method in class org.jivesoftware.wildfire.net.SocketConnection
 
isSecure() - Method in class org.jivesoftware.wildfire.net.VirtualConnection
 
isSecure() - Method in class org.jivesoftware.wildfire.nio.NIOConnection
 
isSecure() - Method in class org.jivesoftware.wildfire.ServerPort
Determines if the connection is secure.
isSendItemSubscribe() - Method in class org.jivesoftware.wildfire.pubsub.DefaultNodeConfiguration
Returns true if new subscribers are going to receive new items once subscribed.
isSendItemSubscribe() - Method in class org.jivesoftware.wildfire.pubsub.LeafNode
Returns true if the last published item is going to be sent to new subscribers.
isSendItemSubscribe() - Method in class org.jivesoftware.wildfire.pubsub.Node
Returns true if the last published item is going to be sent to new subscribers.
isServerListenerEnabled() - Method in interface org.jivesoftware.wildfire.ConnectionManager
Returns true if the port listener for remote servers is available.
isServerListenerEnabled() - Method in class org.jivesoftware.wildfire.spi.ConnectionManagerImpl
 
isServerPort() - Method in class org.jivesoftware.wildfire.ServerPort
Returns true if other servers can connect to this port for s2s communication.
isServerRunning() - Method in class org.jivesoftware.util.WebManager
 
isServerTrusted(X509Certificate[]) - Method in class org.jivesoftware.wildfire.net.SSLJiveTrustManager
 
isServiceAdmin(JID) - Method in class org.jivesoftware.wildfire.pubsub.PubSubModule
 
isServiceAdmin(JID) - Method in interface org.jivesoftware.wildfire.pubsub.PubSubService
Returns true if the specified user is a sysadmin of the pubsub service or has admin privileges.
isServiceEnabled() - Method in interface org.jivesoftware.wildfire.muc.MultiUserChatServer
Returns true if the MUC service is available.
isServiceEnabled() - Method in class org.jivesoftware.wildfire.muc.spi.MultiUserChatServerImpl
 
isServiceEnabled() - Method in class org.jivesoftware.wildfire.update.UpdateManager
Returns true if the check for updates service is enabled.
isSetupMode() - Method in class org.jivesoftware.util.WebManager
Returns true if the Wildfire container is in setup mode, false otherwise.
isSetupMode() - Method in class org.jivesoftware.wildfire.XMPPServer
 
isShared() - Method in class org.jivesoftware.wildfire.roster.RosterItem
Returns true if this item belongs to a shared group.
isSharedGroup(Group) - Static method in class org.jivesoftware.wildfire.roster.RosterManager
Returns true if the specified Group may be included in a user roster.
isSharedSecretAllowed() - Static method in class org.jivesoftware.wildfire.net.SASLAuthentication
Returns true if shared secret authentication is enabled.
isSSLEnabled() - Method in class org.jivesoftware.util.EmailService
Returns true if SSL is enabled for SMTP connections.
isSslEnabled() - Method in class org.jivesoftware.wildfire.ldap.LdapManager
Returns true if LDAP connection is via SSL or not.
isStandAlone() - Method in class org.jivesoftware.wildfire.XMPPServer
Returns if the server is running in standalone mode.
isStreamTextRequired() - Static method in class org.jivesoftware.database.DbConnectionManager
 
isSubqueriesSupported() - Static method in class org.jivesoftware.database.DbConnectionManager
 
isSubscriptionConfigurationRequired() - Method in class org.jivesoftware.wildfire.pubsub.Node
Returns true if new subscriptions should be configured to be active.
isSubscriptionEnabled() - Method in class org.jivesoftware.wildfire.pubsub.DefaultNodeConfiguration
Returns true if subscribing and unsubscribing are enabled.
isSubscriptionEnabled() - Method in class org.jivesoftware.wildfire.pubsub.Node
Returns true if users are allowed to subscribe and unsubscribe.
isSubTreeSearch() - Method in class org.jivesoftware.wildfire.ldap.LdapManager
Returns true if the entire tree under the base DN will be searched (recursive search) when doing LDAP queries (finding users, groups, etc).
isSuccessfull() - Method in class org.jivesoftware.wildfire.update.DownloadStatus
 
isTransactionsSupported() - Static method in class org.jivesoftware.database.DbConnectionManager
 
isUser(JID) - Method in class org.jivesoftware.wildfire.group.Group
Returns true if the provided username belongs to a user that is part of the group.
isUser(String) - Method in class org.jivesoftware.wildfire.group.Group
Returns true if the provided username belongs to a user of the group.
isUsingDigest() - Method in class org.jivesoftware.wildfire.pubsub.NodeSubscription
Returns whether an entity wants to receive digests (aggregations) of notifications or all notifications individually.
isUsingProxy() - Method in class org.jivesoftware.wildfire.update.UpdateManager
Returns true if a proxy is being used to connect to igniterealtime.org or false if a direct connection should be attempted.
isValidDomain(String) - Method in class org.jivesoftware.wildfire.session.IncomingServerSession
Returns true if the specified domain has been validated for this session.
isVoiceOnly() - Method in interface org.jivesoftware.wildfire.muc.MUCRole
Returns true if the room occupant does not want to get messages broadcasted to all room occupants.
isVoiceOnly() - Method in class org.jivesoftware.wildfire.muc.spi.MUCRoleImpl
 
isWarnEnabled() - Static method in class org.jivesoftware.util.Log
 
isWarnEnabled() - Method in class org.jivesoftware.util.log.Logger
Determine if messages of priority WARN will be logged.
isWritable() - Method in class org.jivesoftware.wildfire.ldap.LdapAuthorizationProvider
Returns false, this implementation is not writeable.
isWritable() - Method in class org.jivesoftware.wildfire.sasl.AbstractAuthorizationProvider
Returns true if this AuthorizationProvider supports changing the list of authorized principals for users.
isWritable() - Method in class org.jivesoftware.wildfire.sasl.DefaultAuthorizationProvider
Returns true.
isWritable() - Method in class org.jivesoftware.wildfire.sasl.UnixK5LoginProvider
Returns false, this implementation is not writeable.
itemsByID - Variable in class org.jivesoftware.wildfire.pubsub.LeafNode
 
iterator() - Method in class org.jivesoftware.util.ConcurrentHashSet
 
iterator() - Method in class org.jivesoftware.wildfire.group.GroupCollection
 
iterator() - Method in class org.jivesoftware.wildfire.user.UserCollection
 

J

JDBCAuthProvider - Class in org.jivesoftware.wildfire.auth
The JDBC auth provider allows you to authenticate users against any database that you can connect to with JDBC.
JDBCAuthProvider() - Constructor for class org.jivesoftware.wildfire.auth.JDBCAuthProvider
Constructs a new JDBC authentication provider.
JDBCAuthProvider.PasswordType - Enum in org.jivesoftware.wildfire.auth
Indicates how the password is stored.
JDBCGroupProvider - Class in org.jivesoftware.wildfire.group
The JDBC group provider allows you to use an external database to define the make up of groups.
JDBCGroupProvider() - Constructor for class org.jivesoftware.wildfire.group.JDBCGroupProvider
Constructor of the JDBCGroupProvider class.
JDBCUserProvider - Class in org.jivesoftware.wildfire.user
The JDBC user provider allows you to use an external database to define the users.
JDBCUserProvider() - Constructor for class org.jivesoftware.wildfire.user.JDBCUserProvider
Constructs a new JDBC user provider.
JettyLog - Class in org.jivesoftware.util.log.util
A Logger implementation to override the default Jetty logging behavior.
JettyLog() - Constructor for class org.jivesoftware.util.log.util.JettyLog
 
jid - Variable in class org.jivesoftware.wildfire.roster.RosterItem
 
JID - Class in org.xmpp.packet
An XMPP address (JID).
JID(String) - Constructor for class org.xmpp.packet.JID
Constructs a JID from it's String representation.
JID(String, String, String) - Constructor for class org.xmpp.packet.JID
Constructs a JID given a node, domain, and resource.
JID(String, String, String, boolean) - Constructor for class org.xmpp.packet.JID
Constructs a JID given a node, domain, and resource being able to specify if stringprep should be applied or not.
JiveBeanInfo - Class in org.jivesoftware.util
An abstract BeanInfo implementation that automatically constructs PropertyDescriptors and handles i18n through ResourceBundles.
JiveBeanInfo() - Constructor for class org.jivesoftware.util.JiveBeanInfo
 
JiveConstants - Class in org.jivesoftware.util
Contains constant values representing various objects in Jive.
JiveConstants() - Constructor for class org.jivesoftware.util.JiveConstants
 
JiveGlobals - Class in org.jivesoftware.util
Controls Jive properties.
JiveGlobals() - Constructor for class org.jivesoftware.util.JiveGlobals
 
JiveID - Annotation Type in org.jivesoftware.database
Used to specify what jive id an object should have
JiveProperties - Class in org.jivesoftware.util
Retrieves and stores Jive properties.
JIVEPROPERTY_PORT - Static variable in class org.jivesoftware.wildfire.filetransfer.proxy.FileTransferProxy
The JiveProperty relating to the port the proxy is operating on.
JIVEPROPERTY_PROXY_ENABLED - Static variable in class org.jivesoftware.wildfire.filetransfer.proxy.FileTransferProxy
The JiveProperty relating to whether or not the file treansfer proxy is enabled.
JNDIDataSourceProvider - Class in org.jivesoftware.database
An implementation of ConnectionProvider that utilizes a JDBC 2.0 DataSource made available via JNDI.
JNDIDataSourceProvider() - Constructor for class org.jivesoftware.database.JNDIDataSourceProvider
Constructs a new JNDI pool.
joinRoom(String, String, HistoryRequest, MUCUser, Presence) - Method in interface org.jivesoftware.wildfire.muc.MUCRoom
Joins the room using the given nickname.
joinRoom(String, String, HistoryRequest, MUCUser, Presence) - Method in class org.jivesoftware.wildfire.muc.spi.MUCRoomImpl
 
JoinRoom - Class in org.xmpp.muc
Initial presence sent when joining an existing room or creating a new room.
JoinRoom(String, String) - Constructor for class org.xmpp.muc.JoinRoom
Creates a new Presence packet that could be sent to a MUC service in order to join an existing MUC room or create a new one.

K

keySet() - Method in class org.jivesoftware.util.Cache
 
keySet() - Method in class org.jivesoftware.util.JiveProperties
 
kickOccupant(JID, JID, String) - Method in interface org.jivesoftware.wildfire.muc.MUCRoom
Kicks a user from the room.
kickOccupant(JID, JID, String) - Method in class org.jivesoftware.wildfire.muc.spi.MUCRoomImpl
 

L

language - Variable in class org.jivesoftware.wildfire.pubsub.Node
The default language of the node.
LAST_NAME - Static variable in interface org.jivesoftware.wildfire.handler.IQRegisterInfo
The user's last name
lastAccessedList - Variable in class org.jivesoftware.util.Cache
Linked list to maintain order that cache objects are accessed in, most used to least used.
lastOutputNodeType - Variable in class org.jivesoftware.util.XMLWriter
Stores the last type of node written so algorithms can refer to the previous node type
Launcher - Class in org.jivesoftware.wildfire.launcher
Graphical launcher for Wildfire.
Launcher() - Constructor for class org.jivesoftware.wildfire.launcher.Launcher
Creates a new Launcher object.
LazyAuthorizationPolicy - Class in org.jivesoftware.wildfire.sasl
This policy will authorize any principal who's username matches exactly the username of the JID.
LazyAuthorizationPolicy() - Constructor for class org.jivesoftware.wildfire.sasl.LazyAuthorizationPolicy
 
LdapAuthorizationProvider - Class in org.jivesoftware.wildfire.ldap
Provider for authorization using LDAP.
LdapAuthorizationProvider() - Constructor for class org.jivesoftware.wildfire.ldap.LdapAuthorizationProvider
 
LdapAuthProvider - Class in org.jivesoftware.wildfire.ldap
Implementation of auth provider interface for LDAP authentication service plug-in.
LdapAuthProvider() - Constructor for class org.jivesoftware.wildfire.ldap.LdapAuthProvider
 
LdapGroupProvider - Class in org.jivesoftware.wildfire.ldap
LDAP implementation of the GroupProvider interface.
LdapGroupProvider() - Constructor for class org.jivesoftware.wildfire.ldap.LdapGroupProvider
Constructs a new LDAP group provider.
LdapGroupTester - Class in org.jivesoftware.admin
Class that assists during the testing of the ldap groups.
LdapGroupTester(LdapManager) - Constructor for class org.jivesoftware.admin.LdapGroupTester
 
LdapGroupTester.Group - Class in org.jivesoftware.admin
Representation of a group found in LDAP.
LdapGroupTester.Group(String, String, int) - Constructor for class org.jivesoftware.admin.LdapGroupTester.Group
 
LdapManager - Class in org.jivesoftware.wildfire.ldap
Centralized administration of LDAP connections.
LdapManager(Map<String, String>) - Constructor for class org.jivesoftware.wildfire.ldap.LdapManager
Constructs a new LdapManager instance.
LdapUserProfile - Class in org.jivesoftware.admin
Bean that stores the vcard mapping.
LdapUserProfile() - Constructor for class org.jivesoftware.admin.LdapUserProfile
 
LdapUserProvider - Class in org.jivesoftware.wildfire.ldap
LDAP implementation of the UserProvider interface.
LdapUserProvider() - Constructor for class org.jivesoftware.wildfire.ldap.LdapUserProvider
 
LdapUserTester - Class in org.jivesoftware.admin
Class that assists during the testing of the user-ldap mapping.
LdapUserTester(LdapManager, LdapUserProfile) - Constructor for class org.jivesoftware.admin.LdapUserTester
 
LdapVCardProvider - Class in org.jivesoftware.wildfire.ldap
Read-only LDAP provider for vCards.Configuration consists of adding a provider:

LdapVCardProvider() - Constructor for class org.jivesoftware.wildfire.ldap.LdapVCardProvider
 
LeafNode - Class in org.jivesoftware.wildfire.pubsub
A type of node that contains published items only.
leaveRoom(String) - Method in interface org.jivesoftware.wildfire.muc.MUCRoom
Remove a member from the chat room.
leaveRoom(String) - Method in class org.jivesoftware.wildfire.muc.spi.MUCRoomImpl
 
LeaveRoom - Class in org.xmpp.muc
Initial presence sent when joining an existing room or creating a new room.
LeaveRoom(String, String) - Constructor for class org.xmpp.muc.LeaveRoom
Creates a new Presence packet that could be sent to a MUC service in order to leave the room.
LEXICAL_HANDLER_NAMES - Static variable in class org.jivesoftware.util.XMLWriter
 
LinkedList - Class in org.jivesoftware.util
Simple LinkedList implementation.
LinkedList() - Constructor for class org.jivesoftware.util.LinkedList
Creates a new linked list.
LinkedListNode - Class in org.jivesoftware.util
Doubly linked node in a LinkedList.
LinkedListNode(Object, LinkedListNode, LinkedListNode) - Constructor for class org.jivesoftware.util.LinkedListNode
Constructs a new linked list node.
loadClass(String) - Method in class org.jivesoftware.util.ClassUtils
 
loadClass(String) - Method in class org.jivesoftware.wildfire.container.PluginClassLoader
Load a class using this plugin class loader.
loadClass(Plugin, String) - Method in class org.jivesoftware.wildfire.container.PluginManager
Loads a class from the classloader of a plugin.
loadDefaultConfiguration(PubSubService, boolean) - Static method in class org.jivesoftware.wildfire.pubsub.PubSubPersistenceManager
Loads from the database the default node configuration for the specified node type and pubsub service.
loadDefaultPrivacyList(String) - Method in class org.jivesoftware.wildfire.privacy.PrivacyListProvider
Loads the default privacy list of a given user from the database.
loadFromDB(MUCRoomImpl) - Static method in class org.jivesoftware.wildfire.muc.spi.MUCPersistenceManager
Loads the room configuration from the database if the room was persistent.
loadFromProperties() - Method in class org.jivesoftware.admin.LdapUserProfile
Returns true if the vCard mappings where successfully loaded from the XML property.
loadFromResource(String, Class) - Static method in class org.jivesoftware.wildfire.launcher.GraphicUtils
Loads an Image named imageName as a resource relative to the Class cls.
loadItems(PubSubService, LeafNode) - Static method in class org.jivesoftware.wildfire.pubsub.PubSubPersistenceManager
Loads and adds the published items to the specified node.
loadNodes(PubSubService) - Static method in class org.jivesoftware.wildfire.pubsub.PubSubPersistenceManager
Loads all nodes from the database and adds them to the PubSub service.
loadPrivacyList(String, String) - Method in class org.jivesoftware.wildfire.privacy.PrivacyListProvider
Loads the requested privacy list from the database.
loadRoomsFromDB(MultiUserChatServer, Date, PacketRouter) - Static method in class org.jivesoftware.wildfire.muc.spi.MUCPersistenceManager
Loads all the rooms that had occupants after a given date from the database.
loadUser(String) - Method in class org.jivesoftware.wildfire.ldap.LdapUserProvider
 
loadUser(String) - Method in class org.jivesoftware.wildfire.user.DefaultUserProvider
 
loadUser(String) - Method in class org.jivesoftware.wildfire.user.JDBCUserProvider
 
loadUser(String) - Method in interface org.jivesoftware.wildfire.user.UserProvider
Loads the specified user by username.
loadVCard(String) - Method in class org.jivesoftware.wildfire.ldap.LdapVCardProvider
 
loadVCard(String) - Method in class org.jivesoftware.wildfire.vcard.DefaultVCardProvider
 
loadVCard(String) - Method in interface org.jivesoftware.wildfire.vcard.VCardProvider
Loads the specified user vcard by username.
localAddress - Variable in class org.jivesoftware.wildfire.mediaproxy.MediaProxySession
 
localeCodeToLocale(String) - Static method in class org.jivesoftware.util.LocaleUtils
Converts a locale string like "en", "en_US" or "en_US_win" to a Java locale object.
LocaleFilter - Class in org.jivesoftware.util
Sets the locale context-wide.
LocaleFilter() - Constructor for class org.jivesoftware.util.LocaleFilter
 
LocaleUtils - Class in org.jivesoftware.util
A set of methods for retrieving and converting locale specific strings and numbers.
localPortA - Variable in class org.jivesoftware.wildfire.mediaproxy.MediaProxySession
 
localPortB - Variable in class org.jivesoftware.wildfire.mediaproxy.MediaProxySession
 
lock(MUCRole) - Method in interface org.jivesoftware.wildfire.muc.MUCRoom
Locks the room so that users cannot join the room.
lock(MUCRole) - Method in class org.jivesoftware.wildfire.muc.spi.MUCRoomImpl
 
lockTime - Variable in class org.jivesoftware.database.ConnectionWrapper
 
Log - Class in org.jivesoftware.util
Simple wrapper to the incorporated LogKit to log under a single logging name.
log(Priority, String, Throwable) - Method in class org.jivesoftware.util.log.Logger
Log a event at specific priority with a certain message and throwable.
log(Priority, String) - Method in class org.jivesoftware.util.log.Logger
Log a event at specific priority with a certain message.
Log - Interface in org.xmpp.component
A simple logging service for components.
logConversation(MUCRoom, Message, JID) - Method in interface org.jivesoftware.wildfire.muc.MultiUserChatServer
Logs that a given message was sent to a room as part of a conversation.
logConversation(MUCRoom, Message, JID) - Method in class org.jivesoftware.wildfire.muc.spi.MultiUserChatServerImpl
 
LogEvent - Class in org.jivesoftware.util.log
This class encapsulates each individual log event.
LogEvent() - Constructor for class org.jivesoftware.util.log.LogEvent
 
Logger - Class in org.jivesoftware.util.log
The object interacted with by client objects to perform logging.
LoggerOutputStream - Class in org.jivesoftware.util.log.util
Redirect an output stream to a logger.
LoggerOutputStream(Logger, Priority) - Constructor for class org.jivesoftware.util.log.util.LoggerOutputStream
Construct OutputStreamLogger to send to a particular logger at a particular priority.
LogTarget - Interface in org.jivesoftware.util.log
LogTarget is a class to encapsulate outputting LogEvent's.
LONG - Static variable in class org.jivesoftware.util.FastDateFormat
Style pattern

M

m_data - Variable in class org.jivesoftware.util.log.format.PatternFormatter.PatternRun
 
m_format - Variable in class org.jivesoftware.util.log.format.PatternFormatter.PatternRun
 
m_maxSize - Variable in class org.jivesoftware.util.log.format.PatternFormatter.PatternRun
 
m_minSize - Variable in class org.jivesoftware.util.log.format.PatternFormatter.PatternRun
 
m_rightJustify - Variable in class org.jivesoftware.util.log.format.PatternFormatter.PatternRun
 
m_type - Variable in class org.jivesoftware.util.log.format.PatternFormatter.PatternRun
 
main(String[]) - Static method in class org.jivesoftware.wildfire.launcher.Launcher
Creates a new GUI launcher instance.
main(String[]) - Static method in class org.jivesoftware.wildfire.starter.ServerStarter
 
MAJOR_VERSION - Static variable in class org.jivesoftware.wildfire.session.Session
Version of the XMPP spec supported as MAJOR_VERSION.MINOR_VERSION (e.g.
makeReadOnly() - Method in class org.jivesoftware.util.log.ContextMap
Make the context read-only.
makeSameSize(JComponent[]) - Static method in class org.jivesoftware.wildfire.launcher.GraphicUtils
 
map - Variable in class org.jivesoftware.util.Cache
The map the keys and values are stored in.
markDebugLogFile(String) - Static method in class org.jivesoftware.util.Log
 
markErrorLogFile(String) - Static method in class org.jivesoftware.util.Log
 
markInfoLogFile(String) - Static method in class org.jivesoftware.util.Log
 
markWarnLogFile(String) - Static method in class org.jivesoftware.util.Log
 
matchesComponent(JID) - Method in class org.jivesoftware.wildfire.XMPPServer
Returns true if the given address matches a component service JID.
MAX_TYPE - Static variable in class org.jivesoftware.util.log.format.PatternFormatter
The maximum value used for TYPEs.
maxLifetime - Variable in class org.jivesoftware.util.Cache
Maximum length of time objects can exist in cache before expiring.
MediaProxy - Class in org.jivesoftware.wildfire.mediaproxy
A Media Proxy relays UDP traffic between two IPs to provide connectivity between two parties that are behind NAT devices.
MediaProxy(String) - Constructor for class org.jivesoftware.wildfire.mediaproxy.MediaProxy
Contruct a MediaProxy instance that will listen on a specific network interface.
MediaProxyService - Class in org.jivesoftware.wildfire.mediaproxy
A proxy service for UDP traffic such as RTP.
MediaProxyService() - Constructor for class org.jivesoftware.wildfire.mediaproxy.MediaProxyService
Constructs a new MediaProxyService.
MediaProxySession - Class in org.jivesoftware.wildfire.mediaproxy
A media proxy session enables two clients to exchange UDP traffic.
MediaProxySession(String, String, String, String, int, String, int, int, int) - Constructor for class org.jivesoftware.wildfire.mediaproxy.MediaProxySession
Creates a new static UDP channel between Host A and Host B.
MEDIUM - Static variable in class org.jivesoftware.util.FastDateFormat
Style pattern
memberAdded(Group, Map) - Method in interface org.jivesoftware.wildfire.event.GroupEventListener
A member was added to a group.
memberAdded(Group, Map) - Method in class org.jivesoftware.wildfire.roster.RosterManager
 
memberRemoved(Group, Map) - Method in interface org.jivesoftware.wildfire.event.GroupEventListener
A member was removed from a group.
memberRemoved(Group, Map) - Method in class org.jivesoftware.wildfire.roster.RosterManager
 
Message - Class in org.xmpp.packet
Message packet.
Message() - Constructor for class org.xmpp.packet.Message
Constructs a new Message.
Message(Element) - Constructor for class org.xmpp.packet.Message
Constructs a new Message using an existing Element.
Message(Element, boolean) - Constructor for class org.xmpp.packet.Message
Constructs a new Message using an existing Element.
Message.Type - Enum in org.xmpp.packet
Type-safe enumeration for the type of a message.
messageBounced(Message) - Method in interface org.jivesoftware.wildfire.OfflineMessageListener
Notification message indicating that a message was not stored offline but bounced back to the sender.
messageBroadcastedTo(int) - Method in interface org.jivesoftware.wildfire.muc.MultiUserChatServer
Notification message indicating the server that an incoming message was broadcasted to a given number of occupants.
messageBroadcastedTo(int) - Method in class org.jivesoftware.wildfire.muc.spi.MultiUserChatServerImpl
 
messageReceived(IoSession, Object) - Method in class org.jivesoftware.wildfire.nio.ConnectionHandler
 
MessageRouter - Class in org.jivesoftware.wildfire
Route message packets throughout the server.
MessageRouter() - Constructor for class org.jivesoftware.wildfire.MessageRouter
Constructs a message router.
messageSent(IoSession, Object) - Method in class org.jivesoftware.wildfire.nio.ConnectionHandler
 
messageStored(Message) - Method in interface org.jivesoftware.wildfire.OfflineMessageListener
Notification message indicating that a message was stored offline since the target entity was not online at the moment.
MINOR_VERSION - Static variable in class org.jivesoftware.wildfire.session.Session
 
MINUTE - Static variable in class org.jivesoftware.util.JiveConstants
 
MISC - Static variable in interface org.jivesoftware.wildfire.handler.IQRegisterInfo
Misc data to associate with the account
Module - Interface in org.jivesoftware.wildfire.container
Logical, server-managed entities must implement this interface.
MUC_ROOM - Static variable in class org.jivesoftware.util.JiveConstants
 
MUCPersistenceManager - Class in org.jivesoftware.wildfire.muc.spi
A manager responsible for ensuring room persistence.
MUCPersistenceManager() - Constructor for class org.jivesoftware.wildfire.muc.spi.MUCPersistenceManager
 
MUCRole - Interface in org.jivesoftware.wildfire.muc
Defines the permissions and actions that a MUCUser may use in a particular room.
MUCRole.Affiliation - Enum in org.jivesoftware.wildfire.muc
 
MUCRole.Role - Enum in org.jivesoftware.wildfire.muc
 
MUCRoleImpl - Class in org.jivesoftware.wildfire.muc.spi
Simple in-memory implementation of a role in a chatroom
MUCRoleImpl(MultiUserChatServer, MUCRoomImpl, String, MUCRole.Role, MUCRole.Affiliation, MUCUserImpl, Presence, PacketRouter) - Constructor for class org.jivesoftware.wildfire.muc.spi.MUCRoleImpl
Create a new role.
MUCRoom - Interface in org.jivesoftware.wildfire.muc
A chat room on the chat server manages its users, and enforces it's own security rules.
MUCRoomHistory - Class in org.jivesoftware.wildfire.muc
Represent the data model for one MUCRoom history.
MUCRoomHistory(MUCRoom, HistoryStrategy) - Constructor for class org.jivesoftware.wildfire.muc.MUCRoomHistory
 
MUCRoomImpl - Class in org.jivesoftware.wildfire.muc.spi
Simple in-memory implementation of a chatroom.
MUCUser - Interface in org.jivesoftware.wildfire.muc
The chat user is a separate user abstraction for interacting with the chat server.
MUCUserImpl - Class in org.jivesoftware.wildfire.muc.spi
Implementation of MUCUser.
MulticastDNSService - Class in org.jivesoftware.wildfire.net
Publishes Wildfire information as a service using the Multicast DNS (marketed by Apple as Rendezvous) protocol.
MulticastDNSService() - Constructor for class org.jivesoftware.wildfire.net.MulticastDNSService
 
MulticastRouter - Class in org.jivesoftware.wildfire
Router of packets with multiple recipients.
MulticastRouter() - Constructor for class org.jivesoftware.wildfire.MulticastRouter
 
multiplexerAvailable(String) - Method in class org.jivesoftware.wildfire.multiplex.ConnectionMultiplexerManager
A connection manager has become available.
MultiplexerConnectionHandler - Class in org.jivesoftware.wildfire.nio
ConnectionHandler that knows which subclass of StanzaHandler should be created and how to build and configure a NIOConnection.
MultiplexerConnectionHandler(String) - Constructor for class org.jivesoftware.wildfire.nio.MultiplexerConnectionHandler
 
MultiplexerPacketDeliverer - Class in org.jivesoftware.wildfire.multiplex
Fallback method used by SocketConnection when connected to a connection manager.
MultiplexerPacketDeliverer() - Constructor for class org.jivesoftware.wildfire.multiplex.MultiplexerPacketDeliverer
 
MultiplexerPacketHandler - Class in org.jivesoftware.wildfire.multiplex
IQ packets sent from Connection Managers themselves to the server will be handled by instances of this class.
MultiplexerPacketHandler(String) - Constructor for class org.jivesoftware.wildfire.multiplex.MultiplexerPacketHandler
 
MultiplexerStanzaHandler - Class in org.jivesoftware.wildfire.net
Handler of XML stanzas sent by Connection Managers.
MultiplexerStanzaHandler(PacketRouter, String, Connection) - Constructor for class org.jivesoftware.wildfire.net.MultiplexerStanzaHandler
 
multiplexerUnavailable(String) - Method in class org.jivesoftware.wildfire.multiplex.ConnectionMultiplexerManager
A connection manager has gone unavailable.
MultiUserChatServer - Interface in org.jivesoftware.wildfire.muc
Manages groupchat conversations, chatrooms, and users.
MultiUserChatServerImpl - Class in org.jivesoftware.wildfire.muc.spi
Implements the chat server as a cached memory resident chat server.
MultiUserChatServerImpl() - Constructor for class org.jivesoftware.wildfire.muc.spi.MultiUserChatServerImpl
Create a new group chat server.
MXParser - Class in org.jivesoftware.wildfire.net
MXParser that returns an IGNORABLE_WHITESPACE event when a whitespace character or a line feed is received.
MXParser() - Constructor for class org.jivesoftware.wildfire.net.MXParser
 

N

NAME - Static variable in class org.jivesoftware.admin.LdapUserTester
Constants to access user properties
NAME - Static variable in interface org.jivesoftware.wildfire.handler.IQRegisterInfo
The user's full name
name() - Method in class org.jivesoftware.wildfire.ldap.LdapAuthorizationProvider
Returns the short name of the Policy
name - Variable in class org.jivesoftware.wildfire.pubsub.Node
The name of the node.
name() - Method in class org.jivesoftware.wildfire.sasl.AbstractAuthorizationPolicy
Returns the short name of the Policy
name() - Method in class org.jivesoftware.wildfire.sasl.AbstractAuthorizationProvider
Returns the short name of the Policy
name() - Method in class org.jivesoftware.wildfire.sasl.DefaultAuthorizationPolicy
Returns the short name of the Policy
name() - Method in class org.jivesoftware.wildfire.sasl.DefaultAuthorizationProvider
Returns the short name of the Policy
name() - Method in class org.jivesoftware.wildfire.sasl.LazyAuthorizationPolicy
Returns the short name of the Policy
name() - Method in class org.jivesoftware.wildfire.sasl.StrictAuthorizationPolicy
Returns the short name of the Policy
name() - Method in class org.jivesoftware.wildfire.sasl.UnixK5LoginProvider
Returns the short name of the Policy
NAMESPACE - Static variable in class org.jivesoftware.wildfire.mediaproxy.MediaProxyService
 
NAMESPACE - Static variable in class org.jivesoftware.wildfire.stun.STUNService
 
NAMESPACE - Static variable in class org.xmpp.forms.DataForm
Namespace of the packet extension.
NAMESPACE_BYTESTREAMS - Static variable in interface org.jivesoftware.wildfire.filetransfer.FileTransferManager
Bytestreams namespace
NAMESPACE_SI - Static variable in interface org.jivesoftware.wildfire.filetransfer.FileTransferManager
The Stream Initiation, SI, namespace.
NAMESPACE_SI_FILETRANSFER - Static variable in interface org.jivesoftware.wildfire.filetransfer.FileTransferManager
Namespace for the file transfer profile of Stream Initiation.
NativeAuthProvider - Class in org.jivesoftware.wildfire.auth
Authenticates using the native operating system authentication method.
NativeAuthProvider() - Constructor for class org.jivesoftware.wildfire.auth.NativeAuthProvider
 
NativeUserProvider - Class in org.jivesoftware.wildfire.user
A UserProvider to be used in conjunction with NativeAuthProvider, which authenticates using OS-level authentication.
NativeUserProvider() - Constructor for class org.jivesoftware.wildfire.user.NativeUserProvider
 
NEVER_KICK - Static variable in class org.jivesoftware.wildfire.SessionManager
 
next - Variable in class org.jivesoftware.util.LinkedListNode
 
nextFile() - Method in class org.jivesoftware.util.log.output.io.rotate.ExpandingFileStrategy
Calculate the real file name from the base filename.
nextFile() - Method in interface org.jivesoftware.util.log.output.io.rotate.FileStrategy
Get the next log file to rotate to.
nextFile() - Method in class org.jivesoftware.util.log.output.io.rotate.RevolvingFileStrategy
Calculate the real file name from the base filename.
nextFile() - Method in class org.jivesoftware.util.log.output.io.rotate.UniqueFileStrategy
Calculate the real file name from the base filename.
nextID(int) - Static method in class org.jivesoftware.database.SequenceManager
Returns the next ID of the specified type.
nextID(Object) - Static method in class org.jivesoftware.database.SequenceManager
Returns the next id for an object that has defined the annotation JiveID.
nextImpl() - Method in class org.jivesoftware.wildfire.net.MXParser
 
nextStreamID() - Method in class org.jivesoftware.wildfire.SessionManager
Returns a randomly created ID to be used in a stream element.
nextUniqueID() - Method in class org.jivesoftware.database.SequenceManager
Returns the next available unique ID.
NICKNAME - Static variable in class org.jivesoftware.admin.LdapUserTester
 
nickname - Variable in class org.jivesoftware.wildfire.roster.RosterItem
 
nicknameChanged(String, String) - Method in interface org.jivesoftware.wildfire.muc.MUCRoom
An event callback fired whenever an occupant changes his nickname within the chatroom.
nicknameChanged(String, String) - Method in class org.jivesoftware.wildfire.muc.spi.MUCRoomImpl
 
NIOConnection - Class in org.jivesoftware.wildfire.nio
Implementation of Connection inteface specific for NIO connections when using the MINA framework.
NIOConnection(IoSession, PacketDeliverer) - Constructor for class org.jivesoftware.wildfire.nio.NIOConnection
 
NO_PACKET_LIMIT - Static variable in class org.jivesoftware.wildfire.SessionResultFilter
Represents no result limit (infinite results).
NO_RESULT_LIMIT - Static variable in class org.jivesoftware.wildfire.SessionResultFilter
Represents no result limit (infinite results).
Node - Class in org.jivesoftware.wildfire.pubsub
A virtual location to which information can be published and from which event notifications and/or payloads can be received (in other pubsub systems, this may be labelled a "topic").
Node.ItemReplyPolicy - Enum in org.jivesoftware.wildfire.pubsub
Policy that defines whether owners or publisher should receive replies to items.
NodeAffiliate - Class in org.jivesoftware.wildfire.pubsub
A NodeAffiliate keeps information about the affiliation of an entity with a node.
NodeAffiliate.Affiliation - Enum in org.jivesoftware.wildfire.pubsub
Affiliation with a node defines user permissions.
nodeID - Variable in class org.jivesoftware.wildfire.pubsub.Node
The unique identifier for a node within the context of a pubsub service.
NodeSubscription - Class in org.jivesoftware.wildfire.pubsub
A subscription to a node.
NodeSubscription.State - Enum in org.jivesoftware.wildfire.pubsub
Subscriptions to a node may exist in several states.
NodeSubscription.Type - Enum in org.jivesoftware.wildfire.pubsub
 
NONE - Static variable in class org.jivesoftware.wildfire.Permissions
No permissions.
NotAcceptableException - Exception in org.jivesoftware.wildfire.muc
Exception used for representing that the nickname used by the user is not acceptable.
NotAcceptableException() - Constructor for exception org.jivesoftware.wildfire.muc.NotAcceptableException
 
NotAcceptableException(String) - Constructor for exception org.jivesoftware.wildfire.muc.NotAcceptableException
 
NotAcceptableException(Throwable) - Constructor for exception org.jivesoftware.wildfire.muc.NotAcceptableException
 
NotAcceptableException(String, Throwable) - Constructor for exception org.jivesoftware.wildfire.muc.NotAcceptableException
 
NotAcceptableException - Exception in org.jivesoftware.wildfire.pubsub
Exception used for representing that the specified node configuration is not acceptable.
NotAcceptableException() - Constructor for exception org.jivesoftware.wildfire.pubsub.NotAcceptableException
 
NotAcceptableException(String) - Constructor for exception org.jivesoftware.wildfire.pubsub.NotAcceptableException
 
NotAcceptableException(Throwable) - Constructor for exception org.jivesoftware.wildfire.pubsub.NotAcceptableException
 
NotAcceptableException(String, Throwable) - Constructor for exception org.jivesoftware.wildfire.pubsub.NotAcceptableException
 
NotAllowedException - Exception in org.jivesoftware.wildfire.muc
Exception used for representing that the user is not allowed to perform the requested operation in the MUCRoom.
NotAllowedException() - Constructor for exception org.jivesoftware.wildfire.muc.NotAllowedException
 
NotAllowedException(String) - Constructor for exception org.jivesoftware.wildfire.muc.NotAllowedException
 
NotAllowedException(Throwable) - Constructor for exception org.jivesoftware.wildfire.muc.NotAllowedException
 
NotAllowedException(String, Throwable) - Constructor for exception org.jivesoftware.wildfire.muc.NotAllowedException
 
notationDecl(String, String, String) - Method in class org.jivesoftware.util.XMLWriter
 
NotFoundException - Exception in org.jivesoftware.util
Flags an exception when something requested is not found.
NotFoundException() - Constructor for exception org.jivesoftware.util.NotFoundException
 
NotFoundException(String) - Constructor for exception org.jivesoftware.util.NotFoundException
 
notifyConfigChanges - Variable in class org.jivesoftware.wildfire.pubsub.Node
Flag that indicates whether to notify subscribers when the node configuration changes.
notifyDelete - Variable in class org.jivesoftware.wildfire.pubsub.Node
Flag that indicates whether to notify subscribers when the node is deleted.
notifyRetract - Variable in class org.jivesoftware.wildfire.pubsub.Node
Flag that indicates whether to notify subscribers when items are removed from the node.

O

object - Variable in class org.jivesoftware.util.LinkedListNode
 
OFFLINE - Static variable in class org.jivesoftware.util.JiveConstants
 
OfflineMessage - Class in org.jivesoftware.wildfire
Subclass of Message that keeps the date when the offline message was stored in the database.
OfflineMessage(Date, Element) - Constructor for class org.jivesoftware.wildfire.OfflineMessage
 
OfflineMessageListener - Interface in org.jivesoftware.wildfire
Interface to listen for offline message events.
OfflineMessageStore - Class in org.jivesoftware.wildfire
Represents the user's offline message storage.
OfflineMessageStore() - Constructor for class org.jivesoftware.wildfire.OfflineMessageStore
Constructs a new offline message store.
OfflineMessageStrategy - Class in org.jivesoftware.wildfire
Controls what is done with offline messages.
OfflineMessageStrategy() - Constructor for class org.jivesoftware.wildfire.OfflineMessageStrategy
 
OfflineMessageStrategy.Type - Enum in org.jivesoftware.wildfire
Strategy types.
onConnectionClose(Object) - Method in interface org.jivesoftware.wildfire.ConnectionCloseListener
Called when a connection is closed.
OnlyPublishers - Class in org.jivesoftware.wildfire.pubsub.models
Publishers and owners may publish items to the node.
OnlyPublishers() - Constructor for class org.jivesoftware.wildfire.pubsub.models.OnlyPublishers
 
OnlySubscribers - Class in org.jivesoftware.wildfire.pubsub.models
Subscribers, publishers and owners may publish items to the node.
OnlySubscribers() - Constructor for class org.jivesoftware.wildfire.pubsub.models.OnlySubscribers
 
open() - Method in class org.jivesoftware.util.log.output.AbstractOutputTarget
Startup log session.
open() - Method in class org.jivesoftware.util.log.output.AbstractTarget
Startup log session.
open - Variable in class org.jivesoftware.wildfire.net.SocketReader
 
open - Static variable in class org.jivesoftware.wildfire.pubsub.models.AccessModel
 
open - Static variable in class org.jivesoftware.wildfire.pubsub.models.PublisherModel
 
OpenAccess - Class in org.jivesoftware.wildfire.pubsub.models
Anyone may subscribe and retrieve items.
openFile() - Method in class org.jivesoftware.util.log.output.io.FileTarget
Open underlying file and allocate resources.
OpenPublisher - Class in org.jivesoftware.wildfire.pubsub.models
Anyone may publish items to the node.
OpenPublisher() - Constructor for class org.jivesoftware.wildfire.pubsub.models.OpenPublisher
 
openURL(String) - Static method in class org.jivesoftware.wildfire.launcher.BrowserLauncher
Attempts to open the default web browser to the given URL.
org.jivesoftware.admin - package org.jivesoftware.admin
Supporting classes and tags for the admin console.
org.jivesoftware.database - package org.jivesoftware.database
Database connection code.
org.jivesoftware.util - package org.jivesoftware.util
Utility classes.
org.jivesoftware.util.log - package org.jivesoftware.util.log
 
org.jivesoftware.util.log.filter - package org.jivesoftware.util.log.filter
 
org.jivesoftware.util.log.format - package org.jivesoftware.util.log.format
 
org.jivesoftware.util.log.output - package org.jivesoftware.util.log.output
 
org.jivesoftware.util.log.output.io - package org.jivesoftware.util.log.output.io
 
org.jivesoftware.util.log.output.io.rotate - package org.jivesoftware.util.log.output.io.rotate
 
org.jivesoftware.util.log.util - package org.jivesoftware.util.log.util
 
org.jivesoftware.wildfire - package org.jivesoftware.wildfire
 
org.jivesoftware.wildfire.audit - package org.jivesoftware.wildfire.audit
Service that records XMPP traffic.
org.jivesoftware.wildfire.audit.spi - package org.jivesoftware.wildfire.audit.spi
 
org.jivesoftware.wildfire.auth - package org.jivesoftware.wildfire.auth
Authentication service interfaces and classes.
org.jivesoftware.wildfire.commands - package org.jivesoftware.wildfire.commands
Ad-Hoc Commands implementation (JEP-0050).
org.jivesoftware.wildfire.commands.admin - package org.jivesoftware.wildfire.commands.admin
 
org.jivesoftware.wildfire.commands.admin.group - package org.jivesoftware.wildfire.commands.admin.group
 
org.jivesoftware.wildfire.commands.admin.user - package org.jivesoftware.wildfire.commands.admin.user
 
org.jivesoftware.wildfire.component - package org.jivesoftware.wildfire.component
 
org.jivesoftware.wildfire.container - package org.jivesoftware.wildfire.container
The microkernel core of the server is a simple, flexible, nested container framework defined in this package.
org.jivesoftware.wildfire.disco - package org.jivesoftware.wildfire.disco
Service discovery implementation (JEP-0030).
org.jivesoftware.wildfire.event - package org.jivesoftware.wildfire.event
Event system.
org.jivesoftware.wildfire.filetransfer - package org.jivesoftware.wildfire.filetransfer
Implementation of SOCKS5 Bytestreams (JEP-0065).
org.jivesoftware.wildfire.filetransfer.proxy - package org.jivesoftware.wildfire.filetransfer.proxy
 
org.jivesoftware.wildfire.forms - package org.jivesoftware.wildfire.forms
Data forms implementation (JEP-0004).
org.jivesoftware.wildfire.forms.spi - package org.jivesoftware.wildfire.forms.spi
 
org.jivesoftware.wildfire.group - package org.jivesoftware.wildfire.group
Groups, which are used to organize users together.
org.jivesoftware.wildfire.handler - package org.jivesoftware.wildfire.handler
IQ class implementations.
org.jivesoftware.wildfire.http - package org.jivesoftware.wildfire.http
 
org.jivesoftware.wildfire.interceptor - package org.jivesoftware.wildfire.interceptor
 
org.jivesoftware.wildfire.launcher - package org.jivesoftware.wildfire.launcher
Laucher classes for Wildfire.
org.jivesoftware.wildfire.ldap - package org.jivesoftware.wildfire.ldap
LDAP code for authentication and user profile information.
org.jivesoftware.wildfire.mediaproxy - package org.jivesoftware.wildfire.mediaproxy
 
org.jivesoftware.wildfire.muc - package org.jivesoftware.wildfire.muc
Implementation of Multi-User Chat (JEP-0045).
org.jivesoftware.wildfire.muc.spi - package org.jivesoftware.wildfire.muc.spi
Implementation of Multi-User Chat (JEP-0045).
org.jivesoftware.wildfire.multiplex - package org.jivesoftware.wildfire.multiplex
Connection Manager implementation.
org.jivesoftware.wildfire.net - package org.jivesoftware.wildfire.net
 
org.jivesoftware.wildfire.nio - package org.jivesoftware.wildfire.nio
 
org.jivesoftware.wildfire.privacy - package org.jivesoftware.wildfire.privacy
Implementation of Blocking Communication.
org.jivesoftware.wildfire.pubsub - package org.jivesoftware.wildfire.pubsub
Implementation of Publish-Subscribe (JEP-0060).
org.jivesoftware.wildfire.pubsub.models - package org.jivesoftware.wildfire.pubsub.models
Defines policies that define who is allowed to subscribe and retrieve items or policies that define who is allowed to publish items to nodes.
org.jivesoftware.wildfire.roster - package org.jivesoftware.wildfire.roster
 
org.jivesoftware.wildfire.sasl - package org.jivesoftware.wildfire.sasl
 
org.jivesoftware.wildfire.server - package org.jivesoftware.wildfire.server
Classes used for server-to-server communication.
org.jivesoftware.wildfire.session - package org.jivesoftware.wildfire.session
 
org.jivesoftware.wildfire.spi - package org.jivesoftware.wildfire.spi
 
org.jivesoftware.wildfire.starter - package org.jivesoftware.wildfire.starter
 
org.jivesoftware.wildfire.stats - package org.jivesoftware.wildfire.stats
 
org.jivesoftware.wildfire.stun - package org.jivesoftware.wildfire.stun
 
org.jivesoftware.wildfire.transport - package org.jivesoftware.wildfire.transport
 
org.jivesoftware.wildfire.update - package org.jivesoftware.wildfire.update
Classes that provide the "check for update" service or the "get available plugins" service.
org.jivesoftware.wildfire.user - package org.jivesoftware.wildfire.user
Provides the interfaces and classes necessary to create custom user account data providers for Wildfire.
org.jivesoftware.wildfire.vcard - package org.jivesoftware.wildfire.vcard
 
org.xmpp.component - package org.xmpp.component
 
org.xmpp.forms - package org.xmpp.forms
 
org.xmpp.muc - package org.xmpp.muc
 
org.xmpp.packet - package org.xmpp.packet
 
OrRotateStrategy - Class in org.jivesoftware.util.log.output.io.rotate
Hierarchical Rotation stragety.
OrRotateStrategy(RotateStrategy[]) - Constructor for class org.jivesoftware.util.log.output.io.rotate.OrRotateStrategy
Constructor
out - Variable in class org.jivesoftware.util.WebBean
 
OutgoingServerSession - Class in org.jivesoftware.wildfire.session
Server-to-server communication is done using two TCP connections between the servers.
OutgoingServerSession(String, Connection, OutgoingServerSocketReader, StreamID) - Constructor for class org.jivesoftware.wildfire.session.OutgoingServerSession
 
outgoingServerSessionCreated(OutgoingServerSession) - Method in class org.jivesoftware.wildfire.SessionManager
Notification message that a new OutgoingServerSession has been created.
OutgoingServerSocketReader - Class in org.jivesoftware.wildfire.server
An OutgoingServerSocketReader is responsible for reading and queueing the DOM Element sent by a remote server.
OutgoingServerSocketReader(XMPPPacketReader) - Constructor for class org.jivesoftware.wildfire.server.OutgoingServerSocketReader
 
OutgoingSessionPromise - Class in org.jivesoftware.wildfire.server
An OutgoingSessionPromise provides an asynchronic way for sending packets to remote servers.
output(String) - Method in class org.jivesoftware.util.log.output.AbstractOutputTarget
Deprecated. User should overide send() instead of output(). Output exists for backwards compatability and will be removed in future.
OutputStreamLogger - Class in org.jivesoftware.util.log.util
Deprecated. Use LoggerOutputStream as this class was misnamed.
OutputStreamLogger(Logger, Priority) - Constructor for class org.jivesoftware.util.log.util.OutputStreamLogger
Deprecated. Use LoggerOutputStream as this class was misnamed.

P

Packet - Class in org.xmpp.packet
An XMPP packet (also referred to as a stanza).
Packet(Element) - Constructor for class org.xmpp.packet.Packet
Constructs a new Packet.
Packet(Element, boolean) - Constructor for class org.xmpp.packet.Packet
Constructs a new Packet.
Packet() - Constructor for class org.xmpp.packet.Packet
Constructs a new Packet with no element data.
PacketCopier - Class in org.jivesoftware.wildfire.interceptor
Packet interceptor that notifies of packets activity to components that previously subscribed to the notificator.
PacketDeliverer - Interface in org.jivesoftware.wildfire
Delivers packets to locally connected streams.
PacketDelivererImpl - Class in org.jivesoftware.wildfire.spi
In-memory implementation of the packet deliverer service
PacketDelivererImpl() - Constructor for class org.jivesoftware.wildfire.spi.PacketDelivererImpl
 
PacketError - Class in org.xmpp.packet
A packet error.
PacketError(PacketError.Condition) - Constructor for class org.xmpp.packet.PacketError
Construcs a new PacketError with the specified condition.
PacketError(PacketError.Condition, PacketError.Type) - Constructor for class org.xmpp.packet.PacketError
Constructs a new PacketError with the specified condition and type.
PacketError(PacketError.Condition, PacketError.Type, String) - Constructor for class org.xmpp.packet.PacketError
Constructs a new PacketError.
PacketError(PacketError.Condition, PacketError.Type, String, String) - Constructor for class org.xmpp.packet.PacketError
Constructs a new PacketError.
PacketError(Element) - Constructor for class org.xmpp.packet.PacketError
Constructs a new PacketError using an existing Element.
PacketError.Condition - Enum in org.xmpp.packet
Type-safe enumeration for the error condition.
PacketError.Type - Enum in org.xmpp.packet
Error type.
PacketException - Exception in org.jivesoftware.wildfire
Represents a runtime packet exception typically from a malformed packet.
PacketException() - Constructor for exception org.jivesoftware.wildfire.PacketException
 
PacketException(String) - Constructor for exception org.jivesoftware.wildfire.PacketException
 
PacketExtension - Class in org.xmpp.packet
A packet extension represents a child element of a Packet for a given qualified name.
PacketExtension(String, String) - Constructor for class org.xmpp.packet.PacketExtension
Constructs a new Packet extension using the specified name and namespace.
PacketExtension(Element) - Constructor for class org.xmpp.packet.PacketExtension
Constructs a new PacketExtension.
PacketInterceptor - Interface in org.jivesoftware.wildfire.interceptor
A packet interceptor encapsulates an action that is invoked on a packet immediately before or after it was received by a SocketReader and also when the packet is about to be sent in SocketConnection.
PacketRejectedException - Exception in org.jivesoftware.wildfire.interceptor
Thrown by a PacketInterceptor when a packet is prevented from being processed.
PacketRejectedException() - Constructor for exception org.jivesoftware.wildfire.interceptor.PacketRejectedException
 
PacketRejectedException(String) - Constructor for exception org.jivesoftware.wildfire.interceptor.PacketRejectedException
 
PacketRejectedException(Throwable) - Constructor for exception org.jivesoftware.wildfire.interceptor.PacketRejectedException
 
PacketRejectedException(String, Throwable) - Constructor for exception org.jivesoftware.wildfire.interceptor.PacketRejectedException
 
PacketRouter - Interface in org.jivesoftware.wildfire
A router that handles incoming packets.
PacketRouterImpl - Class in org.jivesoftware.wildfire.spi
An uber router that can handle any packet type.
PacketRouterImpl() - Constructor for class org.jivesoftware.wildfire.spi.PacketRouterImpl
Constructs a packet router.
PacketsNotification - Class in org.jivesoftware.wildfire.commands.admin
Command that allows to retrieve the presence of all active users.
PacketsNotification() - Constructor for class org.jivesoftware.wildfire.commands.admin.PacketsNotification
 
PacketTransporterImpl - Class in org.jivesoftware.wildfire.spi
In-memory implementation of the packet transporter service.
PacketTransporterImpl() - Constructor for class org.jivesoftware.wildfire.spi.PacketTransporterImpl
This is a singleton, you can't create one.
ParamUtils - Class in org.jivesoftware.util
Assists JSP writers in getting parameters and attributes.
ParamUtils() - Constructor for class org.jivesoftware.util.ParamUtils
 
parent - Variable in class org.jivesoftware.wildfire.pubsub.Node
Keeps the Node that is containing this node.
parse(String) - Method in class org.jivesoftware.util.log.format.PatternFormatter
Parse the input pattern and build internal data structures.
parse(InputSource) - Method in class org.jivesoftware.util.XMLWriter
 
parse(Element) - Method in class org.jivesoftware.wildfire.forms.spi.XDataFormImpl
 
parse(Element) - Method in class org.jivesoftware.wildfire.forms.spi.XFormFieldImpl
 
parseDate(String) - Static method in class org.xmpp.forms.DataForm
Returns the Date obtained by parsing the specified date representation.
parseObject(String, ParsePosition) - Method in class org.jivesoftware.util.ByteFormat
In this implementation, returns null always.
PatternFormatter - Class in org.jivesoftware.util.log.format
This formater formats the LogEvents according to a input pattern string.
PatternFormatter() - Constructor for class org.jivesoftware.util.log.format.PatternFormatter
Deprecated. Use constructor PatternFormatter(String pattern) as this does not correctly initialize object
PatternFormatter(String) - Constructor for class org.jivesoftware.util.log.format.PatternFormatter
 
PatternFormatter.PatternRun - Class in org.jivesoftware.util.log.format
 
PatternFormatter.PatternRun() - Constructor for class org.jivesoftware.util.log.format.PatternFormatter.PatternRun
 
payloadType - Variable in class org.jivesoftware.wildfire.pubsub.Node
The type of payload data to be provided at the node.
performAction(Context, ProgressInterface) - Method in class org.jivesoftware.wildfire.launcher.Uninstaller
 
Permissions - Class in org.jivesoftware.wildfire
Represents a set of permissions that an entity has for an object in the system.
Permissions(long) - Constructor for class org.jivesoftware.wildfire.Permissions
Create a new permissions object with the specified permissions.
Permissions(Permissions, Permissions) - Constructor for class org.jivesoftware.wildfire.Permissions
Creates a new ForumPermission object by combining two permissions objects.
PHONE - Static variable in interface org.jivesoftware.wildfire.handler.IQRegisterInfo
The user's phone
Plugin - Interface in org.jivesoftware.wildfire.container
Plugin interface.
PluginClassLoader - Class in org.jivesoftware.wildfire.container
ClassLoader for plugins.
PluginClassLoader() - Constructor for class org.jivesoftware.wildfire.container.PluginClassLoader
Constructs a plugin loader for the given plugin directory.
pluginCreated(String, Plugin) - Method in interface org.jivesoftware.wildfire.container.PluginListener
Called when a plugin has been created.
pluginDestroyed(String, Plugin) - Method in interface org.jivesoftware.wildfire.container.PluginListener
Called when a plugin has been destroyed.
PluginDevEnvironment - Class in org.jivesoftware.wildfire.container
Represents the data model used to represent development mode within the Jive Wildfire plugin framework.
PluginDevEnvironment() - Constructor for class org.jivesoftware.wildfire.container.PluginDevEnvironment
 
PluginDownloadManager - Class in org.jivesoftware.wildfire.update
Service that allow for aysynchrous calling of system managers.
PluginDownloadManager() - Constructor for class org.jivesoftware.wildfire.update.PluginDownloadManager
 
PluginFilter - Class in org.jivesoftware.admin
A servlet filter that plugin classes can use to dynamically register and un-register filter logic.
PluginFilter() - Constructor for class org.jivesoftware.admin.PluginFilter
 
PluginFilter.SimpleFilter - Interface in org.jivesoftware.admin
A simplified version of a servlet filter.
PluginIconServlet - Class in org.jivesoftware.wildfire.container
Servlet is used for retrieval of plugin icons.
PluginIconServlet() - Constructor for class org.jivesoftware.wildfire.container.PluginIconServlet
 
PluginListener - Interface in org.jivesoftware.wildfire.container
Allows for notifications that a plugin has been either created or destroyed.
PluginManager - Class in org.jivesoftware.wildfire.container
Loads and manages plugins.
PluginManager(File) - Constructor for class org.jivesoftware.wildfire.container.PluginManager
Constructs a new plugin manager.
PluginManager.License - Enum in org.jivesoftware.wildfire.container
An enumberation for plugin license agreement types.
PluginServlet - Class in org.jivesoftware.wildfire.container
The plugin servlet acts as a proxy for web requests (in the admin console) to plugins.
PluginServlet() - Constructor for class org.jivesoftware.wildfire.container.PluginServlet
 
pool - Variable in class org.jivesoftware.database.ConnectionWrapper
 
POP3AuthProvider - Class in org.jivesoftware.wildfire.auth
An AuthProvider that authenticates using a POP3 server.
POP3AuthProvider() - Constructor for class org.jivesoftware.wildfire.auth.POP3AuthProvider
Initialiazes the POP3AuthProvider with values from the global config file.
POP3UserProvider - Class in org.jivesoftware.wildfire.user
A UserProvider to be used in conjunction with POP3AuthProvider, which authenticates using a POP3 server.
POP3UserProvider() - Constructor for class org.jivesoftware.wildfire.user.POP3UserProvider
 
portA - Variable in class org.jivesoftware.wildfire.mediaproxy.MediaProxySession
 
portB - Variable in class org.jivesoftware.wildfire.mediaproxy.MediaProxySession
 
presence - Static variable in class org.jivesoftware.wildfire.pubsub.models.AccessModel
 
Presence - Class in org.xmpp.packet
Presence packet.
Presence() - Constructor for class org.xmpp.packet.Presence
Constructs a new Presence.
Presence(Presence.Type) - Constructor for class org.xmpp.packet.Presence
Constructs a new Presence with the specified type.
Presence(Element) - Constructor for class org.xmpp.packet.Presence
Constructs a new Presence using an existing Element.
Presence(Element, boolean) - Constructor for class org.xmpp.packet.Presence
Constructs a new Presence using an existing Element.
Presence.Show - Enum in org.xmpp.packet
Represents the presence "show" value.
Presence.Type - Enum in org.xmpp.packet
Represents the type of a presence packet.
PRESENCE_AVAILABLE_AVAILABLE - Static variable in interface org.jivesoftware.wildfire.audit.AuditManager
 
PRESENCE_AVAILABLE_UNAVAILABLE - Static variable in interface org.jivesoftware.wildfire.audit.AuditManager
 
PRESENCE_UNAVAILABLE_AVAILABLE - Static variable in interface org.jivesoftware.wildfire.audit.AuditManager
 
PRESENCE_UNAVAILABLE_UNAVAILABLE - Static variable in interface org.jivesoftware.wildfire.audit.AuditManager
 
PresenceAccess - Class in org.jivesoftware.wildfire.pubsub.models
Anyone with a presence subscription of both or from may subscribe and retrieve items.
presenceBasedDelivery - Variable in class org.jivesoftware.wildfire.pubsub.Node
Flag that indicates whether to deliver notifications to available users only.
presenceChanged(ClientSession, Presence) - Static method in class org.jivesoftware.wildfire.user.PresenceEventDispatcher
Notification message indicating that an available session has changed its presence.
presenceChanged(ClientSession, Presence) - Method in interface org.jivesoftware.wildfire.user.PresenceEventListener
Notification message indicating that an available session has changed its presence.
PresenceEventDispatcher - Class in org.jivesoftware.wildfire.user
Dispatches presence events.
PresenceEventDispatcher() - Constructor for class org.jivesoftware.wildfire.user.PresenceEventDispatcher
 
PresenceEventListener - Interface in org.jivesoftware.wildfire.user
Interface to listen for presence events.
PresenceManager - Interface in org.jivesoftware.wildfire
The presence manager tracks on a global basis who's online.
PresenceManagerImpl - Class in org.jivesoftware.wildfire.spi
Simple in memory implementation of the PresenceManager interface.
PresenceManagerImpl() - Constructor for class org.jivesoftware.wildfire.spi.PresenceManagerImpl
 
presencePriorityChanged(ClientSession, Presence) - Static method in class org.jivesoftware.wildfire.user.PresenceEventDispatcher
Notification message indicating that the presence priority of a session has been modified.
presencePriorityChanged(ClientSession, Presence) - Method in interface org.jivesoftware.wildfire.user.PresenceEventListener
Notification message indicating that the presence priority of a session has been modified.
PresenceRouter - Class in org.jivesoftware.wildfire
Route presence packets throughout the server.
PresenceRouter() - Constructor for class org.jivesoftware.wildfire.PresenceRouter
Constructs a presence router.
PresenceSubscribeHandler - Class in org.jivesoftware.wildfire.handler
Implements the presence protocol.
PresenceSubscribeHandler() - Constructor for class org.jivesoftware.wildfire.handler.PresenceSubscribeHandler
 
presenceSubscriptionNotRequired(Node, JID) - Method in class org.jivesoftware.wildfire.pubsub.PubSubEngine
Requests the pubsub service to subscribe to the presence of the user.
presenceSubscriptionNotRequired(Node, JID) - Method in class org.jivesoftware.wildfire.pubsub.PubSubModule
 
presenceSubscriptionNotRequired(Node, JID) - Method in interface org.jivesoftware.wildfire.pubsub.PubSubService
Requests the pubsub service to unsubscribe from the presence of the user.
presenceSubscriptionRequired(Node, JID) - Method in class org.jivesoftware.wildfire.pubsub.PubSubEngine
Requests the pubsub service to unsubscribe from the presence of the user.
presenceSubscriptionRequired(Node, JID) - Method in class org.jivesoftware.wildfire.pubsub.PubSubModule
 
presenceSubscriptionRequired(Node, JID) - Method in interface org.jivesoftware.wildfire.pubsub.PubSubService
Requests the pubsub service to subscribe to the presence of the user.
PresenceUpdateHandler - Class in org.jivesoftware.wildfire.handler
Implements the presence protocol.
PresenceUpdateHandler() - Constructor for class org.jivesoftware.wildfire.handler.PresenceUpdateHandler
 
preserve - Variable in class org.jivesoftware.util.XMLWriter
Stores the xml:space attribute value of preserve for whitespace flag
previous - Variable in class org.jivesoftware.util.LinkedListNode
 
println() - Method in class org.jivesoftware.util.XMLWriter
Writes the new line text to the underlying Writer
printStackTrace() - Method in exception org.jivesoftware.wildfire.filetransfer.FileTransferRejectedException
 
printStackTrace(PrintStream) - Method in exception org.jivesoftware.wildfire.filetransfer.FileTransferRejectedException
 
printStackTrace(PrintWriter) - Method in exception org.jivesoftware.wildfire.filetransfer.FileTransferRejectedException
 
printStackTrace() - Method in exception org.jivesoftware.wildfire.interceptor.PacketRejectedException
 
printStackTrace(PrintStream) - Method in exception org.jivesoftware.wildfire.interceptor.PacketRejectedException
 
printStackTrace(PrintWriter) - Method in exception org.jivesoftware.wildfire.interceptor.PacketRejectedException
 
printStackTrace() - Method in exception org.jivesoftware.wildfire.muc.ConflictException
 
printStackTrace(PrintStream) - Method in exception org.jivesoftware.wildfire.muc.ConflictException
 
printStackTrace(PrintWriter) - Method in exception org.jivesoftware.wildfire.muc.ConflictException
 
printStackTrace() - Method in exception org.jivesoftware.wildfire.muc.ForbiddenException
 
printStackTrace(PrintStream) - Method in exception org.jivesoftware.wildfire.muc.ForbiddenException
 
printStackTrace(PrintWriter) - Method in exception org.jivesoftware.wildfire.muc.ForbiddenException
 
printStackTrace() - Method in exception org.jivesoftware.wildfire.muc.NotAcceptableException
 
printStackTrace(PrintStream) - Method in exception org.jivesoftware.wildfire.muc.NotAcceptableException
 
printStackTrace(PrintWriter) - Method in exception org.jivesoftware.wildfire.muc.NotAcceptableException
 
printStackTrace() - Method in exception org.jivesoftware.wildfire.muc.NotAllowedException
 
printStackTrace(PrintStream) - Method in exception org.jivesoftware.wildfire.muc.NotAllowedException
 
printStackTrace(PrintWriter) - Method in exception org.jivesoftware.wildfire.muc.NotAllowedException
 
printStackTrace() - Method in exception org.jivesoftware.wildfire.muc.RegistrationRequiredException
 
printStackTrace(PrintStream) - Method in exception org.jivesoftware.wildfire.muc.RegistrationRequiredException
 
printStackTrace(PrintWriter) - Method in exception org.jivesoftware.wildfire.muc.RegistrationRequiredException
 
printStackTrace() - Method in exception org.jivesoftware.wildfire.muc.RoomLockedException
 
printStackTrace(PrintStream) - Method in exception org.jivesoftware.wildfire.muc.RoomLockedException
 
printStackTrace(PrintWriter) - Method in exception org.jivesoftware.wildfire.muc.RoomLockedException
 
printStackTrace() - Method in exception org.jivesoftware.wildfire.muc.ServiceUnavailableException
 
printStackTrace(PrintStream) - Method in exception org.jivesoftware.wildfire.muc.ServiceUnavailableException
 
printStackTrace(PrintWriter) - Method in exception org.jivesoftware.wildfire.muc.ServiceUnavailableException
 
printStackTrace() - Method in exception org.jivesoftware.wildfire.pubsub.NotAcceptableException
 
printStackTrace(PrintStream) - Method in exception org.jivesoftware.wildfire.pubsub.NotAcceptableException
 
printStackTrace(PrintWriter) - Method in exception org.jivesoftware.wildfire.pubsub.NotAcceptableException
 
printStackTrace() - Method in exception org.jivesoftware.wildfire.SessionNotFoundException
 
printStackTrace(PrintStream) - Method in exception org.jivesoftware.wildfire.SessionNotFoundException
 
printStackTrace(PrintWriter) - Method in exception org.jivesoftware.wildfire.SessionNotFoundException
 
printStackTrace() - Method in exception org.jivesoftware.wildfire.user.UserAlreadyExistsException
 
printStackTrace(PrintStream) - Method in exception org.jivesoftware.wildfire.user.UserAlreadyExistsException
 
printStackTrace(PrintWriter) - Method in exception org.jivesoftware.wildfire.user.UserAlreadyExistsException
 
printStackTrace() - Method in exception org.jivesoftware.wildfire.user.UserNotFoundException
 
printStackTrace(PrintStream) - Method in exception org.jivesoftware.wildfire.user.UserNotFoundException
 
printStackTrace(PrintWriter) - Method in exception org.jivesoftware.wildfire.user.UserNotFoundException
 
Priority - Class in org.jivesoftware.util.log
Class representing and holding constants for priority.
PriorityFilter - Class in org.jivesoftware.util.log.filter
Filters log events based on priority.
PriorityFilter(Priority) - Constructor for class org.jivesoftware.util.log.filter.PriorityFilter
Constructor that sets the priority that is filtered against.
PrivacyList - Class in org.jivesoftware.wildfire.privacy
A privacy list contains a set of rules that define if communication with the list owner is allowed or denied.
PrivacyList(String, String, boolean, Element) - Constructor for class org.jivesoftware.wildfire.privacy.PrivacyList
 
PrivacyListManager - Class in org.jivesoftware.wildfire.privacy
A Privacy list manager creates, gets, updates and removes privacy lists.
PrivacyListProvider - Class in org.jivesoftware.wildfire.privacy
Provider for the privacy lists system.
PrivacyListProvider() - Constructor for class org.jivesoftware.wildfire.privacy.PrivacyListProvider
 
PrivateStorage - Class in org.jivesoftware.wildfire
Private storage for user accounts (JEP-0049).
PrivateStorage() - Constructor for class org.jivesoftware.wildfire.PrivateStorage
Constructs a new PrivateStore instance.
probePresence(JID, JID) - Method in interface org.jivesoftware.wildfire.PresenceManager
Probes the presence of the given XMPPAddress and attempts to send it to the given user.
probePresence(JID, JID) - Method in class org.jivesoftware.wildfire.spi.PresenceManagerImpl
 
process(T) - Method in interface org.jivesoftware.wildfire.ChannelHandler
Process an XMPP packet.
process(IQ) - Method in class org.jivesoftware.wildfire.commands.AdHocCommandManager
 
process(Packet) - Method in class org.jivesoftware.wildfire.component.InternalComponentManager
Processes packets that were sent to this service.
process(Packet) - Method in class org.jivesoftware.wildfire.component.InternalComponentManager.RoutableComponent
 
process(Packet) - Method in class org.jivesoftware.wildfire.filetransfer.proxy.FileTransferProxy
 
process(Packet) - Method in class org.jivesoftware.wildfire.handler.IQHandler
 
process(Packet) - Method in class org.jivesoftware.wildfire.handler.PresenceSubscribeHandler
 
process(Packet) - Method in class org.jivesoftware.wildfire.handler.PresenceUpdateHandler
 
process(Presence, ClientSession) - Method in class org.jivesoftware.wildfire.handler.PresenceUpdateHandler
 
process(Presence) - Method in class org.jivesoftware.wildfire.handler.PresenceUpdateHandler
Handle presence updates that affect roster subscriptions.
process(Packet) - Method in class org.jivesoftware.wildfire.mediaproxy.MediaProxyService
 
process(Packet) - Method in class org.jivesoftware.wildfire.muc.spi.MUCUserImpl
 
process(Message) - Method in class org.jivesoftware.wildfire.muc.spi.MUCUserImpl
This method does all packet routing in the chat server.
process(IQ) - Method in class org.jivesoftware.wildfire.muc.spi.MUCUserImpl
 
process(Presence) - Method in class org.jivesoftware.wildfire.muc.spi.MUCUserImpl
 
process(Packet) - Method in class org.jivesoftware.wildfire.muc.spi.MultiUserChatServerImpl
 
process(Packet) - Method in class org.jivesoftware.wildfire.net.SocketPacketWriteHandler
 
process(Element) - Method in class org.jivesoftware.wildfire.net.SocketReader
 
process(String, XMPPPacketReader) - Method in class org.jivesoftware.wildfire.net.StanzaHandler
 
process(IQ) - Method in class org.jivesoftware.wildfire.pubsub.PubSubEngine
Handles IQ packets sent to the pubsub service.
process(Presence) - Method in class org.jivesoftware.wildfire.pubsub.PubSubEngine
Handles Presence packets sent to the pubsub service.
process(Message) - Method in class org.jivesoftware.wildfire.pubsub.PubSubEngine
Handles Message packets sent to the pubsub service.
process(Packet) - Method in class org.jivesoftware.wildfire.pubsub.PubSubModule
 
process(Packet) - Method in class org.jivesoftware.wildfire.server.OutgoingSessionPromise
 
process(Packet) - Method in class org.jivesoftware.wildfire.session.Session
 
process(Packet) - Method in class org.jivesoftware.wildfire.stun.STUNService
 
process(Packet) - Method in class org.jivesoftware.wildfire.transport.TransportHandler
 
processEvent(LogEvent) - Method in class org.jivesoftware.util.log.filter.AbstractFilterTarget
Process a log event
processEvent(LogEvent) - Method in interface org.jivesoftware.util.log.LogTarget
Process a log event.
processEvent(LogEvent) - Method in class org.jivesoftware.util.log.output.AbstractTarget
Process a log event, via formatting and outputting it.
processingInstruction(String, String) - Method in class org.jivesoftware.util.XMLWriter
 
processIQ(IQ) - Method in class org.jivesoftware.wildfire.net.ClientStanzaHandler
 
processIQ(IQ) - Method in class org.jivesoftware.wildfire.net.MultiplexerStanzaHandler
 
processIQ(IQ) - Method in class org.jivesoftware.wildfire.net.ServerSocketReader
Processes the packet in another thread if the packet has not been rejected.
processIQ(IQ) - Method in class org.jivesoftware.wildfire.net.SocketReader
Process the received IQ packet.
processIQ(IQ) - Method in class org.jivesoftware.wildfire.net.StanzaHandler
Process the received IQ packet.
processMessage(Message) - Method in class org.jivesoftware.wildfire.net.ClientStanzaHandler
 
processMessage(Message) - Method in class org.jivesoftware.wildfire.net.MultiplexerStanzaHandler
 
processMessage(Message) - Method in class org.jivesoftware.wildfire.net.ServerSocketReader
Processes the packet in another thread if the packet has not been rejected.
processMessage(Message) - Method in class org.jivesoftware.wildfire.net.SocketReader
Process the received Message packet.
processMessage(Message) - Method in class org.jivesoftware.wildfire.net.StanzaHandler
Process the received Message packet.
processPacket(Packet) - Method in class org.jivesoftware.wildfire.muc.spi.MultiUserChatServerImpl
 
processPacket(Packet) - Method in class org.jivesoftware.wildfire.session.ComponentSession.ExternalComponent
 
processPacket(Packet) - Method in interface org.xmpp.component.Component
Processes a packet sent to this Component.
processPresence(Presence) - Method in class org.jivesoftware.wildfire.net.ClientStanzaHandler
 
processPresence(Presence) - Method in class org.jivesoftware.wildfire.net.MultiplexerStanzaHandler
 
processPresence(Presence) - Method in class org.jivesoftware.wildfire.net.ServerSocketReader
Processes the packet in another thread if the packet has not been rejected.
processPresence(Presence) - Method in class org.jivesoftware.wildfire.net.SocketReader
Process the received Presence packet.
processPresence(Presence) - Method in class org.jivesoftware.wildfire.net.StanzaHandler
Process the received Presence packet.
processUnknowPacket(Element) - Method in class org.jivesoftware.wildfire.net.ComponentSocketReader
Only bind packets will be processed by this class to bind more domains to existing external components.
processUnknowPacket(Element) - Method in class org.jivesoftware.wildfire.net.ServerSocketReader
Remote servers may send subsequent db:result packets so we need to process them in order to validate new domains.
PROPERTY_NAMES - Static variable in class org.jivesoftware.database.DefaultConnectionProviderBeanInfo
 
propertyDeleted(String, Map<String, Object>) - Method in interface org.jivesoftware.util.PropertyEventListener
A property was deleted.
propertyDeleted(String, Map) - Method in class org.jivesoftware.wildfire.ldap.LdapVCardProvider
 
PropertyEventDispatcher - Class in org.jivesoftware.util
Dispatches property events.
PropertyEventDispatcher.EventType - Enum in org.jivesoftware.util
Represents valid event types.
PropertyEventListener - Interface in org.jivesoftware.util
Interface to listen for property events.
propertySet(String, Map<String, Object>) - Method in interface org.jivesoftware.util.PropertyEventListener
A property was set.
propertySet(String, Map) - Method in class org.jivesoftware.wildfire.ldap.LdapVCardProvider
 
provideRosterItem(Roster.Item, boolean, boolean) - Method in class org.jivesoftware.wildfire.roster.Roster
Generate a new RosterItem for use with createRosterItem.
provideRosterItem(JID, String, List<String>, boolean, boolean) - Method in class org.jivesoftware.wildfire.roster.Roster
Generate a new RosterItem for use with createRosterItem.
ProxyCandidate - Interface in org.jivesoftware.wildfire.mediaproxy
Basic interface to access a Candidate provided by a Session
ProxyConnectionManager - Class in org.jivesoftware.wildfire.filetransfer.proxy
Manages the connections to the proxy server.
ProxyConnectionManager(FileTransferManager) - Constructor for class org.jivesoftware.wildfire.filetransfer.proxy.ProxyConnectionManager
 
ProxyOutputStream - Class in org.jivesoftware.wildfire.filetransfer.proxy
An output stream which tracks the amount of bytes transfered by proxy sockets.
ProxyOutputStream(OutputStream) - Constructor for class org.jivesoftware.wildfire.filetransfer.proxy.ProxyOutputStream
 
ProxyTransfer - Interface in org.jivesoftware.wildfire.filetransfer.proxy
Tracks the different connections related to a proxy file transfer.
PublishedItem - Class in org.jivesoftware.wildfire.pubsub
A published item to a node.
publishedItems - Variable in class org.jivesoftware.wildfire.pubsub.LeafNode
List of items that were published to the node and that are still active.
PublisherModel - Class in org.jivesoftware.wildfire.pubsub.models
Policy that defines who is allowed to publish items to the node.
PublisherModel() - Constructor for class org.jivesoftware.wildfire.pubsub.models.PublisherModel
 
publisherModel - Variable in class org.jivesoftware.wildfire.pubsub.Node
Publisher model that specifies who is allowed to publish items to the node.
publishers - Static variable in class org.jivesoftware.wildfire.pubsub.models.PublisherModel
 
publishItems(JID, List<Element>) - Method in class org.jivesoftware.wildfire.pubsub.LeafNode
Publishes the list of items to the node.
PubSubEngine - Class in org.jivesoftware.wildfire.pubsub
A PubSubEngine is responsible for handling packets sent to the pub-sub service.
PubSubEngine(PubSubService, PacketRouter) - Constructor for class org.jivesoftware.wildfire.pubsub.PubSubEngine
 
PubSubModule - Class in org.jivesoftware.wildfire.pubsub
Module that implements JEP-60: Publish-Subscribe.
PubSubModule() - Constructor for class org.jivesoftware.wildfire.pubsub.PubSubModule
 
PubSubPersistenceManager - Class in org.jivesoftware.wildfire.pubsub
A manager responsible for ensuring node persistence.
PubSubPersistenceManager() - Constructor for class org.jivesoftware.wildfire.pubsub.PubSubPersistenceManager
 
PubSubService - Interface in org.jivesoftware.wildfire.pubsub
A PubSubService is responsible for keeping the hosted nodes by the service, the default configuration to use for newly created nodes and specify the policy to use regarding node management.
purge() - Method in class org.jivesoftware.wildfire.pubsub.LeafNode
Purges items that were published to the node.
put(K, V) - Method in class org.jivesoftware.util.Cache
 
put(String, String) - Method in class org.jivesoftware.util.JiveProperties
 
putAll(Map<? extends K, ? extends V>) - Method in class org.jivesoftware.util.Cache
 
putAll(Map<? extends String, ? extends String>) - Method in class org.jivesoftware.util.JiveProperties
 

Q

query(Component, IQ, int) - Method in class org.jivesoftware.wildfire.component.InternalComponentManager
 
query(Component, IQ, IQResultListener) - Method in class org.jivesoftware.wildfire.component.InternalComponentManager
 
query(Component, IQ, int) - Method in interface org.xmpp.component.ComponentManager
Sends an IQ packet to the XMPP server and waits to get an IQ of type result or error.
query(Component, IQ, IQResultListener) - Method in interface org.xmpp.component.ComponentManager
Sends an IQ packet to the server and returns immediately.

R

randomString(int) - Static method in class org.jivesoftware.util.StringUtils
Returns a random String of numbers and letters (lower and upper case) of the specified length.
receivedAnswer(IQ) - Method in interface org.jivesoftware.wildfire.IQResultListener
Notification method indicating that a previously sent IQ packet has been answered.
receivedAnswer(IQ) - Method in class org.jivesoftware.wildfire.MulticastRouter
 
receivedAnswer(IQ) - Method in class org.jivesoftware.wildfire.user.UserManager
 
RECV_NONE - Static variable in class org.jivesoftware.wildfire.roster.RosterItem
There are no subscriptions that have been received but not presented to the user.
RECV_SUBSCRIBE - Static variable in class org.jivesoftware.wildfire.roster.RosterItem
The server has received a subscribe request, but has not forwarded it to the user.
RECV_UNSUBSCRIBE - Static variable in class org.jivesoftware.wildfire.roster.RosterItem
The server has received an unsubscribe request, but has not forwarded it to the user.
recvStatus - Variable in class org.jivesoftware.wildfire.roster.RosterItem
 
register(IntEnum) - Static method in class org.jivesoftware.util.IntEnum
Checks in an enum for use in the getEnumFromInt() method.
registerCloseListener(ConnectionCloseListener, Object) - Method in interface org.jivesoftware.wildfire.Connection
Registers a listener for close event notification.
registerCloseListener(ConnectionCloseListener, Object) - Method in class org.jivesoftware.wildfire.net.SocketConnection
 
registerCloseListener(ConnectionCloseListener, Object) - Method in class org.jivesoftware.wildfire.net.VirtualConnection
 
registerCloseListener(ConnectionCloseListener, Object) - Method in class org.jivesoftware.wildfire.nio.NIOConnection
 
registeredExtensions - Static variable in class org.xmpp.packet.PacketExtension
Subclasses of PacketExtension should register the element name and namespace that the subclass is using.
registerIncomingServerSession(String, IncomingServerSession) - Method in class org.jivesoftware.wildfire.SessionManager
Registers that a server session originated by a remote server is hosting a given hostname.
registerOutgoingServerSession(String, OutgoingServerSession) - Method in class org.jivesoftware.wildfire.SessionManager
Registers that a server session originated by this server has been established to a remote server named hostname.
registerProxyTransfer(String, ProxyTransfer) - Method in class org.jivesoftware.wildfire.filetransfer.DefaultFileTransferManager
 
registerProxyTransfer(String, ProxyTransfer) - Method in interface org.jivesoftware.wildfire.filetransfer.FileTransferManager
Registers that a transfer has begun through the proxy connected to the server.
registerServlets(PluginManager, Plugin, File) - Static method in class org.jivesoftware.wildfire.container.PluginServlet
Registers all JSP page servlets for a plugin.
RegistrationRequiredException - Exception in org.jivesoftware.wildfire.muc
Exception used for representing that the user needs to register with the room in order to perform the requested operation.
RegistrationRequiredException() - Constructor for exception org.jivesoftware.wildfire.muc.RegistrationRequiredException
 
RegistrationRequiredException(String) - Constructor for exception org.jivesoftware.wildfire.muc.RegistrationRequiredException
 
RegistrationRequiredException(Throwable) - Constructor for exception org.jivesoftware.wildfire.muc.RegistrationRequiredException
 
RegistrationRequiredException(String, Throwable) - Constructor for exception org.jivesoftware.wildfire.muc.RegistrationRequiredException
 
RelaySession - Class in org.jivesoftware.wildfire.mediaproxy
A Session Class will control "receive and relay" proccess.
RelaySession(String, String, String, String, int, String, int, int, int) - Constructor for class org.jivesoftware.wildfire.mediaproxy.RelaySession
Creates a new Smart Session to provide connectivity between Host A and Host B.
RelaySession(String, String, String, String, int, String, int) - Constructor for class org.jivesoftware.wildfire.mediaproxy.RelaySession
Creates a new Smart Session to provide connectivity between Host A and Host B.
release() - Method in class org.jivesoftware.util.log.util.CommonsLogFactory
 
releasePacketsToSend() - Method in class org.jivesoftware.wildfire.http.HttpSession
Releases the lock on the send packets queue so that other threads may access it.
RemoteConnectionFailedException - Exception in org.jivesoftware.wildfire
Thrown when something failed verifying the key of a Originating Server with an Authoritative Server in a dialback operation.
RemoteConnectionFailedException() - Constructor for exception org.jivesoftware.wildfire.RemoteConnectionFailedException
 
RemoteConnectionFailedException(String) - Constructor for exception org.jivesoftware.wildfire.RemoteConnectionFailedException
 
RemoteServerConfiguration - Class in org.jivesoftware.wildfire.server
Holds the configuration when connecting to/from a remote server.
RemoteServerConfiguration(String) - Constructor for class org.jivesoftware.wildfire.server.RemoteServerConfiguration
 
RemoteServerConfiguration.Permission - Enum in org.jivesoftware.wildfire.server
 
RemoteServerManager - Class in org.jivesoftware.wildfire.server
Manages the connection permissions for remote servers.
RemoteServerManager() - Constructor for class org.jivesoftware.wildfire.server.RemoteServerManager
 
RemoteServerManager.PermissionPolicy - Enum in org.jivesoftware.wildfire.server
 
remove(Object) - Method in class org.jivesoftware.util.Cache
 
remove(Object) - Method in class org.jivesoftware.util.ConcurrentHashSet
 
remove(Object) - Method in class org.jivesoftware.util.JiveProperties
 
remove() - Method in class org.jivesoftware.util.LinkedListNode
Removes this node from the linked list that it is a part of.
removeAffiliation(PubSubService, Node, NodeAffiliate) - Static method in class org.jivesoftware.wildfire.pubsub.PubSubPersistenceManager
Removes the affiliation and subsription state of the user from the DB.
removeAffiliationFromDB(MUCRoom, String, MUCRole.Affiliation) - Static method in class org.jivesoftware.wildfire.muc.spi.MUCPersistenceManager
Removes the affiliation of the user from the DB if the room is persistent.
removeAgentListener(SessionListener) - Method in class org.jivesoftware.wildfire.mediaproxy.MediaProxySession
Removes an Session events listener
removeAttribute(String) - Method in class org.jivesoftware.util.log.util.CommonsLogFactory
 
removeAuthenticatedDomain(String) - Method in class org.jivesoftware.wildfire.session.OutgoingServerSession
Removes an authenticated domain from the list of authenticated domains.
removeChatRoom(String) - Method in interface org.jivesoftware.wildfire.muc.MultiUserChatServer
Removes the room associated with the given name.
removeChatRoom(String) - Method in class org.jivesoftware.wildfire.muc.spi.MultiUserChatServerImpl
 
removeCloseListener(ConnectionCloseListener) - Method in interface org.jivesoftware.wildfire.Connection
Removes a registered close event listener.
removeCloseListener(ConnectionCloseListener) - Method in class org.jivesoftware.wildfire.net.SocketConnection
 
removeCloseListener(ConnectionCloseListener) - Method in class org.jivesoftware.wildfire.net.VirtualConnection
 
removeCloseListener(ConnectionCloseListener) - Method in class org.jivesoftware.wildfire.nio.NIOConnection
 
removeCommand(AdHocCommand) - Method in class org.jivesoftware.wildfire.commands.AdHocCommandHandler
Removes the command from the list of ad-hoc commands supported by this server.
removeCommand(AdHocCommand) - Method in class org.jivesoftware.wildfire.commands.AdHocCommandManager
Removes the command from the list of ad-hoc commands supported by this server.
removeComponent(String) - Method in class org.jivesoftware.wildfire.component.InternalComponentManager
 
removeComponent(String) - Method in interface org.xmpp.component.ComponentManager
Removes a component.
removeComponentItem(String) - Method in class org.jivesoftware.wildfire.disco.IQDiscoItemsHandler
Removes a disco item for a component that has been removed from the server.
removeExclude(String) - Static method in class org.jivesoftware.admin.AuthCheckFilter
Removes a string that when present in the requested URL will skip the "is logged" checking.
removeField(String) - Method in class org.xmpp.forms.DataForm
Removes the field whose variable matches the specified variable.
removeFileTransferInterceptor(FileTransferInterceptor) - Method in class org.jivesoftware.wildfire.filetransfer.DefaultFileTransferManager
 
removeFileTransferInterceptor(FileTransferInterceptor) - Method in interface org.jivesoftware.wildfire.filetransfer.FileTransferManager
 
removeHandler(IQHandler) - Method in class org.jivesoftware.wildfire.IQRouter
Removes an IQHandler from the list of registered handler.
removeInterceptor(PacketInterceptor) - Method in class org.jivesoftware.wildfire.interceptor.InterceptorManager
Removes the global interceptor from the list.
removeItem(JID) - Method in class org.xmpp.packet.Roster
Removes an item from this roster.
removeListener(CertificateEventListener) - Static method in class org.jivesoftware.util.CertificateManager
Unregisters a listener to receive events.
removeListener(PropertyEventListener) - Static method in class org.jivesoftware.util.PropertyEventDispatcher
Unregisters a listener to receive events.
removeListener(ComponentEventListener) - Method in class org.jivesoftware.wildfire.component.InternalComponentManager
Removes the specified listener from the listeners being notified of component events.
removeListener(GroupEventListener) - Static method in class org.jivesoftware.wildfire.event.GroupEventDispatcher
Unregisters a listener to receive events.
removeListener(SessionEventListener) - Static method in class org.jivesoftware.wildfire.event.SessionEventDispatcher
Unregisters a listener to receive events.
removeListener(UserEventListener) - Static method in class org.jivesoftware.wildfire.event.UserEventDispatcher
Unregisters a listener to receive events.
removeListener(OfflineMessageListener) - Static method in class org.jivesoftware.wildfire.OfflineMessageStrategy
Unregisters a listener to receive events.
removeListener(RosterEventListener) - Static method in class org.jivesoftware.wildfire.roster.RosterEventDispatcher
Unregisters a listener to receive events.
removeListener(PresenceEventListener) - Static method in class org.jivesoftware.wildfire.user.PresenceEventDispatcher
Unregisters a listener to receive events.
removeListener(VCardListener) - Method in class org.jivesoftware.wildfire.vcard.VCardManager
Unregisters a listener to receive events.
removeModel(String) - Static method in class org.jivesoftware.admin.AdminConsole
Removes an <adminconsole> Element from the tabs/sidebar model.
removeNode(String) - Method in class org.jivesoftware.wildfire.pubsub.PubSubModule
 
removeNode(PubSubService, Node) - Static method in class org.jivesoftware.wildfire.pubsub.PubSubPersistenceManager
Removes the specified node from the DB.
removeNode(String) - Method in interface org.jivesoftware.wildfire.pubsub.PubSubService
Removes the specified node from the service.
removeOutcast(JID) - Method in class org.jivesoftware.wildfire.pubsub.Node
Removes the banning to subscribe to the node for the specified entity.
removeOwner(JID) - Method in class org.jivesoftware.wildfire.pubsub.Node
Removes the owner affiliation of the specified entity JID.
removePluginFilter(PluginFilter.SimpleFilter) - Static method in class org.jivesoftware.admin.PluginFilter
Removes a filter from the list of filters that will be run on every request.
removePluginListener(PluginListener) - Method in class org.jivesoftware.wildfire.container.PluginManager
 
removeProvider(String) - Method in class org.jivesoftware.wildfire.disco.IQDiscoInfoHandler
Removes the DiscoInfoProvider related to a given entity.
removeProvider(String) - Method in class org.jivesoftware.wildfire.disco.IQDiscoItemsHandler
Removes the DiscoItemsProvider related to a given entity.
removePublishedItem(PubSubService, PublishedItem) - Static method in class org.jivesoftware.wildfire.pubsub.PubSubPersistenceManager
Removes the specified published item from the DB.
removePublisher(JID) - Method in class org.jivesoftware.wildfire.pubsub.Node
Removes the publisher affiliation of the specified entity JID.
removeRole(String) - Method in interface org.jivesoftware.wildfire.muc.MUCUser
Removes the role of the user in a particular room.
removeRole(String) - Method in class org.jivesoftware.wildfire.muc.spi.MUCUserImpl
 
removeRoute(JID) - Method in interface org.jivesoftware.wildfire.RoutingTable
Remove a route from the routing table.
removeRoute(JID) - Method in class org.jivesoftware.wildfire.spi.RoutingTableImpl
 
removeServerFeature(String) - Method in class org.jivesoftware.wildfire.disco.IQDiscoInfoHandler
Removes a feature from the information returned whenever a disco for information is made against the server.
removeServerItemsProvider(ServerItemsProvider) - Method in class org.jivesoftware.wildfire.disco.IQDiscoItemsHandler
Removes the provided items as a service of the service.
removeServerListener(XMPPServerListener) - Method in class org.jivesoftware.wildfire.XMPPServer
Removes a server listener that was being notified when the server was being started or was about to be stopped.
removeServerNodeInfoProvider(String) - Method in class org.jivesoftware.wildfire.disco.IQDiscoInfoHandler
Removes the DiscoInfoProvider to use when a disco#info packet is sent to the server itself and the specified node.
removeServerNodeInfoProvider(String) - Method in class org.jivesoftware.wildfire.disco.IQDiscoItemsHandler
Removes the DiscoItemsProvider to use when a disco#items packet is sent to the server itself and the specified node.
removeSession(ClientSession) - Method in class org.jivesoftware.wildfire.SessionManager
Removes a session.
removeSessionCloseListener(SessionListener) - Method in class org.jivesoftware.wildfire.http.HttpSession
Removes a SessionListener from this session.
removeSessionData(String) - Method in class org.jivesoftware.wildfire.session.Session
Removes session data.
removeSharedGroup(Group) - Method in class org.jivesoftware.wildfire.roster.RosterItem
Removes a group from the shared groups list.
removeStatistic(String) - Method in class org.jivesoftware.wildfire.stats.StatisticsManager
Removes a statistic from the server.
removeSubscriber(JID) - Method in class org.jivesoftware.wildfire.interceptor.PacketCopier
Removes the subscription of the specified component.
removeSubscription(PubSubService, Node, NodeSubscription) - Static method in class org.jivesoftware.wildfire.pubsub.PubSubPersistenceManager
Removes the subscription of the user from the DB.
removeSupportedMechanism(String) - Static method in class org.jivesoftware.wildfire.net.SASLAuthentication
Removes a SASL mechanism from the list of supported SASL mechanisms by the server.
removeSysadmin(String) - Method in interface org.jivesoftware.wildfire.muc.MultiUserChatServer
Removes a system administrator of the MUC service.
removeSysadmin(String) - Method in class org.jivesoftware.wildfire.muc.spi.MultiUserChatServerImpl
 
removeSysadmin(String) - Method in class org.jivesoftware.wildfire.pubsub.PubSubModule
 
removeUser(JID) - Method in interface org.jivesoftware.wildfire.muc.MultiUserChatServer
Removes a user from all chat rooms.
removeUser(JID) - Method in class org.jivesoftware.wildfire.muc.spi.MultiUserChatServerImpl
 
removeUserAllowedToCreate(String) - Method in interface org.jivesoftware.wildfire.muc.MultiUserChatServer
Removes a user from list of JIDs that are allowed to create MUC rooms.
removeUserAllowedToCreate(String) - Method in class org.jivesoftware.wildfire.muc.spi.MultiUserChatServerImpl
 
removeUserAllowedToCreate(String) - Method in class org.jivesoftware.wildfire.pubsub.PubSubModule
 
removeUserInterceptor(String, PacketInterceptor) - Method in class org.jivesoftware.wildfire.interceptor.InterceptorManager
Removes the interceptor from the list of interceptors that are related to a specific username.
removeUserNameProvider(String) - Static method in class org.jivesoftware.wildfire.user.UserNameManager
Removes any UserNameProvider that was associated with the specified domain.
removeValidatedDomain(String) - Method in class org.jivesoftware.wildfire.session.IncomingServerSession
Removes the previously validated domain from the list of validated domains.
removeXPath(String) - Method in interface org.jivesoftware.wildfire.audit.AuditManager
Removes the XPath expression from the set being used for filtering packets to be audited.
removeXPath(String) - Method in class org.jivesoftware.wildfire.audit.spi.AuditManagerImpl
 
replace(String, String, String) - Static method in class org.jivesoftware.util.StringUtils
Replaces all instances of oldString with newString in string.
replace(String, String, String, int[]) - Static method in class org.jivesoftware.util.StringUtils
Replaces all instances of oldString with newString in line.
replaceIgnoreCase(String, String, String) - Static method in class org.jivesoftware.util.StringUtils
Replaces all instances of oldString with newString in line with the added feature that matches of newString in oldString ignore case.
replaceIgnoreCase(String, String, String, int[]) - Static method in class org.jivesoftware.util.StringUtils
Replaces all instances of oldString with newString in line with the added feature that matches of newString in oldString ignore case.
replyPolicy - Variable in class org.jivesoftware.wildfire.pubsub.Node
Policy that defines whether owners or publisher should receive replies to items.
replyRooms - Variable in class org.jivesoftware.wildfire.pubsub.Node
List of multi-user chat rooms to specify for replyroom.
replyTo - Variable in class org.jivesoftware.wildfire.pubsub.Node
List of JID(s) to specify for replyto.
request - Variable in class org.jivesoftware.util.WebBean
 
reset() - Method in class org.jivesoftware.util.log.output.io.rotate.OrRotateStrategy
reset.
reset() - Method in interface org.jivesoftware.util.log.output.io.rotate.RotateStrategy
reset cumulative rotation history data.
reset() - Method in class org.jivesoftware.util.log.output.io.rotate.RotateStrategyBySize
reset log size written so far.
reset() - Method in class org.jivesoftware.util.log.output.io.rotate.RotateStrategyByTime
reset interval history counters.
reset() - Method in class org.jivesoftware.wildfire.vcard.VCardManager
Resets the manager state.
resetInput() - Method in class org.jivesoftware.wildfire.net.MXParser
 
resolveEntityRefs() - Method in class org.jivesoftware.util.XMLWriter
 
resolveXMPPServerDomain(String, int) - Static method in class org.jivesoftware.wildfire.net.DNSUtil
Returns the host name and port that the specified XMPP server can be reached at for server-to-server communication.
resourceprep(String) - Static method in class org.xmpp.packet.JID
 
ResourceServlet - Class in org.jivesoftware.wildfire.http
Combines and serves resources, such as javascript or css files.
ResourceServlet() - Constructor for class org.jivesoftware.wildfire.http.ResourceServlet
 
response - Variable in class org.jivesoftware.util.WebBean
 
restart() - Method in interface org.jivesoftware.database.ConnectionProvider
This method should be called whenever properties have been changed so that the changes will take effect.
restart() - Method in class org.jivesoftware.database.DefaultConnectionProvider
 
restart() - Method in class org.jivesoftware.database.EmbeddedConnectionProvider
 
restart() - Method in class org.jivesoftware.database.JNDIDataSourceProvider
 
restart() - Method in class org.jivesoftware.util.WebManager
Restarts the server then sleeps for 3 seconds.
restart() - Method in class org.jivesoftware.wildfire.container.AdminConsolePlugin
 
restart() - Method in class org.jivesoftware.wildfire.XMPPServer
Restarts the server and all it's modules only if the server is restartable.
restartHTTPServer() - Method in class org.jivesoftware.wildfire.XMPPServer
Restarts the HTTP server only when running in stand alone mode.
retrieveFileTransfer(String) - Method in class org.jivesoftware.wildfire.filetransfer.DefaultFileTransferManager
 
RevolvingFileStrategy - Class in org.jivesoftware.util.log.output.io.rotate
strategy for naming log files based on appending revolving suffix.
RevolvingFileStrategy(String, int) - Constructor for class org.jivesoftware.util.log.output.io.rotate.RevolvingFileStrategy
 
RoomConfiguration - Class in org.xmpp.muc
RoomConfiguration is a packet that helps to set the configuration of MUC rooms.
RoomConfiguration(Map<String, Collection<String>>) - Constructor for class org.xmpp.muc.RoomConfiguration
Creates a new IQ packet that contains the field and values to send for setting the room configuration.
RoomLockedException - Exception in org.jivesoftware.wildfire.muc
Exception used for representing that the user can't join a room since it's been locked.
RoomLockedException() - Constructor for exception org.jivesoftware.wildfire.muc.RoomLockedException
 
RoomLockedException(String) - Constructor for exception org.jivesoftware.wildfire.muc.RoomLockedException
 
RoomLockedException(Throwable) - Constructor for exception org.jivesoftware.wildfire.muc.RoomLockedException
 
RoomLockedException(String, Throwable) - Constructor for exception org.jivesoftware.wildfire.muc.RoomLockedException
 
ROSTER - Static variable in class org.jivesoftware.util.JiveConstants
 
roster - Static variable in class org.jivesoftware.wildfire.pubsub.models.AccessModel
 
Roster - Class in org.jivesoftware.wildfire.roster
A roster is a list of users that the user wishes to know if they are online.
Roster - Class in org.xmpp.packet
Roster packet.
Roster() - Constructor for class org.xmpp.packet.Roster
Constructs a new Roster with an automatically generated ID and a type of IQ.Type.get.
Roster(IQ.Type) - Constructor for class org.xmpp.packet.Roster
Constructs a new Roster using the specified type.
Roster(IQ.Type, String) - Constructor for class org.xmpp.packet.Roster
Constructs a new Roster using the specified type and ID.
Roster(Element) - Constructor for class org.xmpp.packet.Roster
Constructs a new Roster using an existing Element.
Roster.Ask - Enum in org.xmpp.packet
Type-safe enumeration for the roster ask type.
Roster.Item - Class in org.xmpp.packet
Item in a roster, which represents an individual contact.
Roster.Subscription - Enum in org.xmpp.packet
Type-safe enumeration for the roster subscription type.
RosterAccess - Class in org.jivesoftware.wildfire.pubsub.models
Anyone in the specified roster group(s) may subscribe and retrieve items.
RosterEventDispatcher - Class in org.jivesoftware.wildfire.roster
Dispatches roster events.
RosterEventDispatcher() - Constructor for class org.jivesoftware.wildfire.roster.RosterEventDispatcher
 
RosterEventListener - Interface in org.jivesoftware.wildfire.roster
Interface to listen for roster events.
rosterGroupsAllowed - Variable in class org.jivesoftware.wildfire.pubsub.Node
The roster group(s) allowed to subscribe and retrieve items.
RosterItem - Class in org.jivesoftware.wildfire.roster
Represents a single roster item for a User's Roster.
RosterItem(long, JID, RosterItem.SubType, RosterItem.AskType, RosterItem.RecvType, String, List<String>) - Constructor for class org.jivesoftware.wildfire.roster.RosterItem
 
RosterItem(JID, RosterItem.SubType, RosterItem.AskType, RosterItem.RecvType, String, List<String>) - Constructor for class org.jivesoftware.wildfire.roster.RosterItem
 
RosterItem(Roster.Item) - Constructor for class org.jivesoftware.wildfire.roster.RosterItem
Create a roster item from the data in another one.
RosterItem.AskType - Class in org.jivesoftware.wildfire.roster
 
RosterItem.AskType(String, int) - Constructor for class org.jivesoftware.wildfire.roster.RosterItem.AskType
 
RosterItem.RecvType - Class in org.jivesoftware.wildfire.roster
 
RosterItem.RecvType(String, int) - Constructor for class org.jivesoftware.wildfire.roster.RosterItem.RecvType
 
RosterItem.SubType - Class in org.jivesoftware.wildfire.roster
 
RosterItem.SubType(String, int) - Constructor for class org.jivesoftware.wildfire.roster.RosterItem.SubType
 
RosterItemProvider - Class in org.jivesoftware.wildfire.roster
Defines the provider methods required for creating, reading, updating and deleting roster items.
RosterItemProvider() - Constructor for class org.jivesoftware.wildfire.roster.RosterItemProvider
 
rosterItems - Variable in class org.jivesoftware.wildfire.roster.Roster
Roster item cache - table: key jabberid string; value roster item.
rosterLoaded(Roster) - Static method in class org.jivesoftware.wildfire.roster.RosterEventDispatcher
Notifies the listeners that a roster has just been loaded.
rosterLoaded(Roster) - Method in interface org.jivesoftware.wildfire.roster.RosterEventListener
Notification message indicating that a roster has just been loaded.
RosterManager - Class in org.jivesoftware.wildfire.roster
A simple service that allows components to retrieve a roster based solely on the ID of the owner.
RosterManager() - Constructor for class org.jivesoftware.wildfire.roster.RosterManager
 
rotate() - Method in class org.jivesoftware.util.log.output.io.rotate.RotatingFileTarget
 
rotateDebugLogFile() - Static method in class org.jivesoftware.util.Log
 
rotateErrorLogFile() - Static method in class org.jivesoftware.util.Log
 
rotateInfoLogFile() - Static method in class org.jivesoftware.util.Log
 
RotateStrategy - Interface in org.jivesoftware.util.log.output.io.rotate
Strategy that checks condition under which file rotation is needed.
RotateStrategyBySize - Class in org.jivesoftware.util.log.output.io.rotate
Rotation stragety based on size written to log file.
RotateStrategyBySize() - Constructor for class org.jivesoftware.util.log.output.io.rotate.RotateStrategyBySize
Rotate logs by size.
RotateStrategyBySize(long) - Constructor for class org.jivesoftware.util.log.output.io.rotate.RotateStrategyBySize
Rotate logs by size.
RotateStrategyByTime - Class in org.jivesoftware.util.log.output.io.rotate
rotation stragety based when log writting started.
RotateStrategyByTime() - Constructor for class org.jivesoftware.util.log.output.io.rotate.RotateStrategyByTime
Rotate logs by time.
RotateStrategyByTime(long) - Constructor for class org.jivesoftware.util.log.output.io.rotate.RotateStrategyByTime
Rotate logs by time.
rotateWarnLogFile() - Static method in class org.jivesoftware.util.Log
 
RotatingFileTarget - Class in org.jivesoftware.util.log.output.io.rotate
This is a basic Output log target that writes to rotating files.
RotatingFileTarget(Formatter, RotateStrategy, FileStrategy) - Constructor for class org.jivesoftware.util.log.output.io.rotate.RotatingFileTarget
Construct RotatingFileTarget object.
roundDate(Date, int) - Static method in class org.jivesoftware.wildfire.SessionResultFilter
Rounds the given date down to the nearest specified second.
roundDate(long, int) - Static method in class org.jivesoftware.wildfire.SessionResultFilter
Rounds the given date down to the nearest specfied second.
RoutableChannelHandler - Interface in org.jivesoftware.wildfire
 
route(IQ) - Method in class org.jivesoftware.wildfire.IQRouter
Performs the actual packet routing.
route(Message) - Method in class org.jivesoftware.wildfire.MessageRouter
Performs the actual packet routing.
route(Packet) - Method in class org.jivesoftware.wildfire.MulticastRouter
 
route(Route) - Method in class org.jivesoftware.wildfire.multiplex.MultiplexerPacketHandler
Processes a route packet that is wrapping a stanza sent by a client that is connected to the connection manager.
Route - Class in org.jivesoftware.wildfire.multiplex
Route packets identify target sessions by their stream ID and contain a single wrapped stanza that should be processed by the target session.
Route(String) - Constructor for class org.jivesoftware.wildfire.multiplex.Route
Constructs a new Route.
Route(Element) - Constructor for class org.jivesoftware.wildfire.multiplex.Route
Constructs a new Route using an existing Element.
Route(Route) - Constructor for class org.jivesoftware.wildfire.multiplex.Route
 
route(Packet) - Method in interface org.jivesoftware.wildfire.PacketRouter
Routes the given packet based on its type.
route(IQ) - Method in interface org.jivesoftware.wildfire.PacketRouter
Routes the given IQ packet.
route(Message) - Method in interface org.jivesoftware.wildfire.PacketRouter
Routes the given Message packet.
route(Presence) - Method in interface org.jivesoftware.wildfire.PacketRouter
Routes the given Presence packet.
route(Presence) - Method in class org.jivesoftware.wildfire.PresenceRouter
Routes presence packets.
route(Element) - Method in class org.jivesoftware.wildfire.SessionPacketRouter
 
route(Packet) - Method in class org.jivesoftware.wildfire.SessionPacketRouter
 
route(IQ) - Method in class org.jivesoftware.wildfire.SessionPacketRouter
 
route(Message) - Method in class org.jivesoftware.wildfire.SessionPacketRouter
 
route(Presence) - Method in class org.jivesoftware.wildfire.SessionPacketRouter
 
route(Packet) - Method in class org.jivesoftware.wildfire.spi.PacketRouterImpl
Routes the given packet based on packet recipient and sender.
route(IQ) - Method in class org.jivesoftware.wildfire.spi.PacketRouterImpl
 
route(Message) - Method in class org.jivesoftware.wildfire.spi.PacketRouterImpl
 
route(Presence) - Method in class org.jivesoftware.wildfire.spi.PacketRouterImpl
 
RoutingTable - Interface in org.jivesoftware.wildfire
Maintains server-wide knowledge of routes to any node.
RoutingTableImpl - Class in org.jivesoftware.wildfire.spi
Uses simple Maps for table storage.
RoutingTableImpl() - Constructor for class org.jivesoftware.wildfire.spi.RoutingTableImpl
 
run() - Method in class org.jivesoftware.database.ConnectionPool
Housekeeping thread.
run() - Method in class org.jivesoftware.util.log.output.AsyncLogTarget
 
run() - Method in class org.jivesoftware.wildfire.mediaproxy.Echo
 
run() - Method in class org.jivesoftware.wildfire.mediaproxy.MediaProxySession
Thread override method
run() - Method in class org.jivesoftware.wildfire.net.SocketAcceptThread
About as simple as it gets.
run() - Method in class org.jivesoftware.wildfire.net.SocketReader
A dedicated thread loop for reading the stream and sending incoming packets to the appropriate router.

S

sample() - Method in interface org.jivesoftware.wildfire.stats.Statistic
Returns the current sample of data.
SASLAuthentication - Class in org.jivesoftware.wildfire.net
SASLAuthentication is responsible for returning the available SASL mechanisms to use and for actually performing the SASL authentication.
SASLAuthentication() - Constructor for class org.jivesoftware.wildfire.net.SASLAuthentication
 
SASLAuthentication.ElementType - Enum in org.jivesoftware.wildfire.net
 
SASLAuthentication.Status - Enum in org.jivesoftware.wildfire.net
 
saveAffiliation(PubSubService, Node, NodeAffiliate, boolean) - Static method in class org.jivesoftware.wildfire.pubsub.PubSubPersistenceManager
Update the DB with the new affiliation of the user in the node.
saveAffiliationToDB(MUCRoom, String, String, MUCRole.Affiliation, MUCRole.Affiliation) - Static method in class org.jivesoftware.wildfire.muc.spi.MUCPersistenceManager
Update the DB with the new affiliation of the user in the room.
saveConversationLogEntry(ConversationLogEntry) - Static method in class org.jivesoftware.wildfire.muc.spi.MUCPersistenceManager
Saves the conversation log entry to the database.
saveProperties() - Method in class org.jivesoftware.admin.LdapUserProfile
Saves current configuration as XML properties.
saveStores() - Static method in class org.jivesoftware.wildfire.net.SSLConfig
 
saveSubscription(PubSubService, Node, NodeSubscription, boolean) - Static method in class org.jivesoftware.wildfire.pubsub.PubSubPersistenceManager
Updates the DB with the new subsription of the user to the node.
saveToDB() - Method in interface org.jivesoftware.wildfire.muc.MUCRoom
Saves the room configuration to the DB.
saveToDB(MUCRoomImpl) - Static method in class org.jivesoftware.wildfire.muc.spi.MUCPersistenceManager
Save the room configuration to the DB.
saveToDB() - Method in class org.jivesoftware.wildfire.muc.spi.MUCRoomImpl
 
saveToDB() - Method in class org.jivesoftware.wildfire.pubsub.Node
Saves the node configuration to the backend store.
schedule(TimerTask, long) - Method in class org.jivesoftware.util.TaskEngine
Schedules the specified task for execution after the specified delay.
schedule(TimerTask, Date) - Method in class org.jivesoftware.util.TaskEngine
Schedules the specified task for execution at the specified time.
schedule(TimerTask, long, long) - Method in class org.jivesoftware.util.TaskEngine
Schedules the specified task for repeated fixed-delay execution, beginning after the specified delay.
schedule(TimerTask, Date, long) - Method in class org.jivesoftware.util.TaskEngine
Schedules the specified task for repeated fixed-delay execution, beginning at the specified time.
scheduleAtFixedRate(TimerTask, long, long) - Method in class org.jivesoftware.util.TaskEngine
Schedules the specified task for repeated fixed-rate execution, beginning after the specified delay.
scheduleAtFixedRate(TimerTask, Date, long) - Method in class org.jivesoftware.util.TaskEngine
Schedules the specified task for repeated fixed-rate execution, beginning at the specified time.
SchemaManager - Class in org.jivesoftware.database
Manages database schemas for Wildfire and Wildfire plugins.
scrollResultSet(ResultSet, int) - Static method in class org.jivesoftware.database.DbConnectionManager
Scrolls forward in a result set the specified number of rows.
search(String) - Method in class org.jivesoftware.wildfire.group.DefaultGroupProvider
 
search(String, int, int) - Method in class org.jivesoftware.wildfire.group.DefaultGroupProvider
 
search(String) - Method in class org.jivesoftware.wildfire.group.GroupManager
Returns the groups that match the search.
search(String, int, int) - Method in class org.jivesoftware.wildfire.group.GroupManager
Returns the groups that match the search given a start index and desired number of results.
search(String) - Method in interface org.jivesoftware.wildfire.group.GroupProvider
Returns the group names that match a search.
search(String, int, int) - Method in interface org.jivesoftware.wildfire.group.GroupProvider
Returns the group names that match a search given a start index and desired number of results.
search(String) - Method in class org.jivesoftware.wildfire.group.JDBCGroupProvider
 
search(String, int, int) - Method in class org.jivesoftware.wildfire.group.JDBCGroupProvider
 
search(String) - Method in class org.jivesoftware.wildfire.ldap.LdapGroupProvider
 
search(String, int, int) - Method in class org.jivesoftware.wildfire.ldap.LdapGroupProvider
 
SECOND - Static variable in class org.jivesoftware.util.JiveConstants
 
SELECTION_COLOR - Static variable in class org.jivesoftware.wildfire.launcher.GraphicUtils
 
send(Packet) - Method in interface org.jivesoftware.wildfire.muc.MUCRole
Sends a packet to the user.
send(Packet) - Method in interface org.jivesoftware.wildfire.muc.MUCRoom
Sends a packet to the user.
send(Packet) - Method in class org.jivesoftware.wildfire.muc.spi.MUCRoleImpl
 
send(Packet) - Method in class org.jivesoftware.wildfire.muc.spi.MUCRoomImpl
 
send(Packet) - Method in class org.jivesoftware.wildfire.pubsub.PubSubModule
 
send(Packet) - Method in interface org.jivesoftware.wildfire.pubsub.PubSubService
Sends the specified packet.
sendAuthorizationRequest(JID) - Method in class org.jivesoftware.wildfire.pubsub.NodeSubscription
Sends an request to authorize the pending subscription to the specified owner.
sendAuthorizationRequest() - Method in class org.jivesoftware.wildfire.pubsub.NodeSubscription
Sends an request to authorize the pending subscription to all owners.
sendEventNotification(JID, Message, Collection<String>) - Method in class org.jivesoftware.wildfire.pubsub.Node
Sends an event notification to the specified subscriber.
sendFromPortA(String, int) - Method in class org.jivesoftware.wildfire.mediaproxy.MediaProxySession
 
sendFromPortA(String, int) - Method in interface org.jivesoftware.wildfire.mediaproxy.ProxyCandidate
 
sendFromPortB(String, int) - Method in class org.jivesoftware.wildfire.mediaproxy.MediaProxySession
 
sendFromPortB(String, int) - Method in interface org.jivesoftware.wildfire.mediaproxy.ProxyCandidate
 
sendHistory(MUCRoleImpl, MUCRoomHistory) - Method in class org.jivesoftware.wildfire.muc.HistoryRequest
Sends the smallest amount of traffic that meets any combination of the requested criteria.
sendInvitation(JID, String, MUCRole, List<Element>) - Method in interface org.jivesoftware.wildfire.muc.MUCRoom
Sends an invitation to a user.
sendInvitation(JID, String, MUCRole, List<Element>) - Method in class org.jivesoftware.wildfire.muc.spi.MUCRoomImpl
 
sendInvitationRejection(JID, String, JID) - Method in interface org.jivesoftware.wildfire.muc.MUCRoom
Sends the rejection to the inviter.
sendInvitationRejection(JID, String, JID) - Method in class org.jivesoftware.wildfire.muc.spi.MUCRoomImpl
 
sendMessage(MimeMessage) - Method in class org.jivesoftware.util.EmailService
Sends a JavaMail message.
sendMessage(String, String, String, String, String, String, String) - Method in class org.jivesoftware.util.EmailService
Sends a message, specifying all of its fields.
sendMessages(Collection<MimeMessage>) - Method in class org.jivesoftware.util.EmailService
Send a collection of messages.
sendMessagesImmediately(Collection<MimeMessage>) - Method in class org.jivesoftware.util.EmailService
Sends a collection of email messages.
sendNotification(Node, Message, JID) - Method in class org.jivesoftware.wildfire.pubsub.PubSubModule
 
sendNotification(Node, Message, JID) - Method in interface org.jivesoftware.wildfire.pubsub.PubSubService
Sends the specified Message containing an event notification to a specific subscriber of the specified node.
sendPacket(Component, Packet) - Method in class org.jivesoftware.wildfire.component.InternalComponentManager
 
sendPacket(Component, Packet) - Method in interface org.xmpp.component.ComponentManager
Sends a packet to the XMPP server.
sendPrivatePacket(Packet, MUCRole) - Method in interface org.jivesoftware.wildfire.muc.MUCRoom
Sends a private packet to a selected occupant.
sendPrivatePacket(Packet, MUCRole) - Method in class org.jivesoftware.wildfire.muc.spi.MUCRoomImpl
 
sendPublicMessage(Message, MUCRole) - Method in interface org.jivesoftware.wildfire.muc.MUCRoom
Sends a message to the all the occupants.
sendPublicMessage(Message, MUCRole) - Method in class org.jivesoftware.wildfire.muc.spi.MUCRoomImpl
 
sendServerMessage(String, String) - Method in class org.jivesoftware.wildfire.SessionManager
Sends a message with a given subject and body to all the active user sessions in the server.
sendServerMessage(JID, String, String) - Method in class org.jivesoftware.wildfire.SessionManager
Sends a message with a given subject and body to one or more user sessions related to the specified address.
sendUnavailableFromSessions(JID, JID) - Method in interface org.jivesoftware.wildfire.PresenceManager
Sends unavailable presence from all of the user's available resources to the remote user.
sendUnavailableFromSessions(JID, JID) - Method in class org.jivesoftware.wildfire.spi.PresenceManagerImpl
 
SequenceManager - Class in org.jivesoftware.database
Manages sequences of unique ID's that get stored in the database.
SequenceManager(int, int) - Constructor for class org.jivesoftware.database.SequenceManager
Creates a new DbSequenceManager.
serverBroadcast(String) - Method in interface org.jivesoftware.wildfire.muc.MUCRoom
Broadcast a given message to all members of this chat room.
serverBroadcast(String) - Method in interface org.jivesoftware.wildfire.muc.MultiUserChatServer
Broadcast a given message to all members of this chat room.
serverBroadcast(String) - Method in class org.jivesoftware.wildfire.muc.spi.MUCRoomImpl
 
serverBroadcast(String) - Method in class org.jivesoftware.wildfire.muc.spi.MultiUserChatServerImpl
 
ServerDialback - Class in org.jivesoftware.wildfire.server
Implementation of the Server Dialback method as defined by the RFC3920.
ServerDialback(Connection, String) - Constructor for class org.jivesoftware.wildfire.server.ServerDialback
Creates a new instance that will be used for creating IncomingServerSession, validating subsequent domains or authenticatig new domains.
ServerDialback() - Constructor for class org.jivesoftware.wildfire.server.ServerDialback
 
ServerFeaturesProvider - Interface in org.jivesoftware.wildfire.disco
ServerFeaturesProviders are responsible for providing the features offered and supported protocols by the SERVER.
ServerItemsProvider - Interface in org.jivesoftware.wildfire.disco
ServerItemsProvider are responsible for providing the items associated with the SERVER.
serverName - Variable in class org.jivesoftware.wildfire.net.SocketReader
Server name for which we are attending clients.
serverName - Variable in class org.jivesoftware.wildfire.nio.ConnectionHandler
 
ServerPort - Class in org.jivesoftware.wildfire
Represents a port on which the server will listen for connections.
ServerPort(int, String, String, boolean, String, ServerPort.Type) - Constructor for class org.jivesoftware.wildfire.ServerPort
 
ServerPort.Type - Enum in org.jivesoftware.wildfire
 
ServerSocketReader - Class in org.jivesoftware.wildfire.net
A SocketReader specialized for server connections.
ServerSocketReader(PacketRouter, RoutingTable, String, Socket, SocketConnection, boolean) - Constructor for class org.jivesoftware.wildfire.net.ServerSocketReader
 
serverStarted() - Method in interface org.jivesoftware.wildfire.XMPPServerListener
Notification message indicating that the server has been started.
ServerStarter - Class in org.jivesoftware.wildfire.starter
Starts the core XMPP server.
ServerStarter() - Constructor for class org.jivesoftware.wildfire.starter.ServerStarter
 
serverStopping() - Method in interface org.jivesoftware.wildfire.XMPPServerListener
Notification message indication that the server is about to be stopped.
ServerTrafficCounter - Class in org.jivesoftware.wildfire.net
A ServerTrafficCounter counts the number of bytes read and written by the server.
ServerTrafficCounter() - Constructor for class org.jivesoftware.wildfire.net.ServerTrafficCounter
 
ServerTrustManager - Class in org.jivesoftware.wildfire.net
ServerTrustManager is a Trust Manager that is only used for s2s connections.
ServerTrustManager(String, KeyStore) - Constructor for class org.jivesoftware.wildfire.net.ServerTrustManager
 
service(HttpServletRequest, HttpServletResponse) - Method in class org.jivesoftware.wildfire.container.PluginServlet
 
service(HttpServletRequest, HttpServletResponse) - Method in class org.jivesoftware.wildfire.http.ResourceServlet
 
service - Variable in class org.jivesoftware.wildfire.pubsub.Node
Reference to the publish and subscribe service.
ServiceUnavailableException - Exception in org.jivesoftware.wildfire.muc
Exception used for representing that the MultiUserChat service is not available at the moment.
ServiceUnavailableException() - Constructor for exception org.jivesoftware.wildfire.muc.ServiceUnavailableException
 
ServiceUnavailableException(String) - Constructor for exception org.jivesoftware.wildfire.muc.ServiceUnavailableException
 
ServiceUnavailableException(Throwable) - Constructor for exception org.jivesoftware.wildfire.muc.ServiceUnavailableException
 
ServiceUnavailableException(String, Throwable) - Constructor for exception org.jivesoftware.wildfire.muc.ServiceUnavailableException
 
session - Variable in class org.jivesoftware.util.WebBean
 
session - Variable in class org.jivesoftware.wildfire.net.SocketReader
Session associated with the socket reader.
session - Variable in class org.jivesoftware.wildfire.net.StanzaHandler
Session associated with the socket reader.
session - Variable in class org.jivesoftware.wildfire.net.VirtualConnection
 
Session - Class in org.jivesoftware.wildfire.session
The session represents a connection between the server and a client (c2s) or another server (s2s) as well as a connection with a component.
Session(String, Connection, StreamID) - Constructor for class org.jivesoftware.wildfire.session.Session
Creates a session with an underlying connection and permission protection.
SESSION_AUTH_FAILURE - Static variable in class org.jivesoftware.wildfire.audit.SessionEvent
 
SESSION_AUTH_SUCCESS - Static variable in class org.jivesoftware.wildfire.audit.SessionEvent
 
SESSION_CODE - Static variable in class org.jivesoftware.wildfire.audit.SessionEvent
Session events use the code 1
SESSION_CONNECT - Static variable in class org.jivesoftware.wildfire.audit.SessionEvent
 
SESSION_DISCONNECT - Static variable in class org.jivesoftware.wildfire.audit.SessionEvent
 
SESSION_STREAM - Static variable in class org.jivesoftware.wildfire.audit.SessionEvent
 
sessionAvailable(ClientSession) - Method in class org.jivesoftware.wildfire.SessionManager
Notification message sent when a client sent an available presence for the session.
sessionClosed(HttpSession) - Method in interface org.jivesoftware.wildfire.http.SessionListener
A session ended.
sessionClosed(MediaProxySession) - Method in class org.jivesoftware.wildfire.mediaproxy.MediaProxy
Implements Session Listener stopAgent event.
sessionClosed(MediaProxySession) - Method in interface org.jivesoftware.wildfire.mediaproxy.SessionListener
A media proxy session was closed as a result of normal termination or because the max idle time elapsed.
sessionClosed(IoSession) - Method in class org.jivesoftware.wildfire.nio.ConnectionHandler
 
sessionCreated(Session) - Method in interface org.jivesoftware.wildfire.event.SessionEventListener
A session was created.
sessionCreated(Session) - Method in class org.jivesoftware.wildfire.multiplex.ConnectionMultiplexerManager
 
SessionData - Class in org.jivesoftware.wildfire.commands
A SessionData instance is responsible for keeping information gathered during the many stages of the command being executed.
sessionDestroyed(Session) - Method in interface org.jivesoftware.wildfire.event.SessionEventListener
A session was destroyed
sessionDestroyed(Session) - Method in class org.jivesoftware.wildfire.multiplex.ConnectionMultiplexerManager
 
SessionEvent - Class in org.jivesoftware.wildfire.audit
Events that occur during the session life cycle are repreented by SessionEvents.
SessionEventDispatcher - Class in org.jivesoftware.wildfire.event
Dispatches session events.
SessionEventDispatcher.EventType - Enum in org.jivesoftware.wildfire.event
Represents valid event types.
SessionEventListener - Interface in org.jivesoftware.wildfire.event
Interface to listen for session events.
sessionIdle(IoSession, IdleStatus) - Method in class org.jivesoftware.wildfire.nio.ConnectionHandler
 
SessionListener - Interface in org.jivesoftware.wildfire.http
Listens for HTTP binding session events.
SessionListener - Interface in org.jivesoftware.wildfire.mediaproxy
Listener for media proxy session events.
sessionManager - Variable in class org.jivesoftware.wildfire.handler.IQHandler
 
sessionManager - Variable in class org.jivesoftware.wildfire.session.Session
 
SessionManager - Class in org.jivesoftware.wildfire
Manages the sessions associated with an account.
SessionManager() - Constructor for class org.jivesoftware.wildfire.SessionManager
 
SessionNotFoundException - Exception in org.jivesoftware.wildfire
 
SessionNotFoundException() - Constructor for exception org.jivesoftware.wildfire.SessionNotFoundException
 
SessionNotFoundException(String) - Constructor for exception org.jivesoftware.wildfire.SessionNotFoundException
 
SessionNotFoundException(Throwable) - Constructor for exception org.jivesoftware.wildfire.SessionNotFoundException
 
SessionNotFoundException(String, Throwable) - Constructor for exception org.jivesoftware.wildfire.SessionNotFoundException
 
sessionOpened(IoSession) - Method in class org.jivesoftware.wildfire.nio.ConnectionHandler
 
SessionPacketRouter - Class in org.jivesoftware.wildfire
Handles the routing of packets to a particular session.
SessionPacketRouter() - Constructor for class org.jivesoftware.wildfire.SessionPacketRouter
 
SessionPacketRouter(ClientSession) - Constructor for class org.jivesoftware.wildfire.SessionPacketRouter
 
SessionResultFilter - Class in org.jivesoftware.wildfire
Filters and sorts lists of sessions.
SessionResultFilter() - Constructor for class org.jivesoftware.wildfire.SessionResultFilter
 
sessionUnavailable(ClientSession) - Method in class org.jivesoftware.wildfire.SessionManager
Notification message sent when a client sent an unavailable presence for the session.
set(String, Object) - Method in class org.jivesoftware.util.log.ContextMap
Set a value in context
set(long, boolean) - Method in class org.jivesoftware.wildfire.Permissions
Sets the permissions given by a bit mask to true or false.
setAccessModel(AccessModel) - Method in class org.jivesoftware.wildfire.pubsub.DefaultNodeConfiguration
Sets the access model that specifies who is allowed to subscribe and retrieve items.
setActiveList(PrivacyList) - Method in class org.jivesoftware.wildfire.session.ClientSession
Sets the Privacy list that overrides the default privacy list.
setAdditivity(boolean) - Method in class org.jivesoftware.util.log.Logger
Make this logger additive, which means send all log events to parent loggers LogTargets regardless of whether or not the LogTargets have been overidden.
setAddress(JID) - Method in class org.jivesoftware.wildfire.session.Session
Sets the new address of this session.
setAdminDN(String) - Method in class org.jivesoftware.wildfire.ldap.LdapManager
Sets the starting admin DN that searches for admins will performed with.
setAdminPassword(String) - Method in class org.jivesoftware.wildfire.ldap.LdapManager
Sets the admin password for the LDAP server we're connecting to.
setAffiliation(MUCRole.Affiliation) - Method in interface org.jivesoftware.wildfire.muc.MUCRole
Call this method to promote or demote a user's affiliation in a chatroom.
setAffiliation(MUCRole.Affiliation) - Method in class org.jivesoftware.wildfire.muc.spi.MUCRoleImpl
 
setAllowAnonymous(boolean) - Method in class org.jivesoftware.wildfire.handler.IQAuthHandler
 
setAllowAnonymous(boolean) - Method in interface org.jivesoftware.wildfire.handler.IQAuthInfo
Changes the server's support for anonymous authentication.
setAllowedIPs(Map<String, String>) - Static method in class org.jivesoftware.wildfire.session.ClientSession
Sets the list of IP address that are allowed to connect to the server.
setAllowToDiscoverLockedRooms(boolean) - Method in class org.jivesoftware.wildfire.muc.spi.MultiUserChatServerImpl
Sets the flag that indicates if the service should provide information about locked rooms when handling service discovery requests.
setAlternateBaseDN(String) - Method in class org.jivesoftware.wildfire.ldap.LdapManager
Sets the alternate starting DN that searches for users will performed with.
setAnonymousAuth() - Method in class org.jivesoftware.wildfire.session.ClientSession
Initialize the session as an anonymous login.
setAsCopyOf(Roster.Item) - Method in class org.jivesoftware.wildfire.roster.RosterItem
Update the cached item as a copy of the given item.
setAskStatus(RosterItem.AskType) - Method in class org.jivesoftware.wildfire.roster.RosterItem
Set the current ask status of the item.
setAssociationPolicy(CollectionNode.LeafNodeAssociationPolicy) - Method in class org.jivesoftware.wildfire.pubsub.DefaultNodeConfiguration
Sets the policy that defines who may associate leaf nodes with a collection.
setAttribute(String, Object) - Method in class org.jivesoftware.util.log.util.CommonsLogFactory
 
setAuditIQ(boolean) - Method in interface org.jivesoftware.wildfire.audit.AuditManager
Enables or disables the server auditing of all iq packets.
setAuditIQ(boolean) - Method in class org.jivesoftware.wildfire.audit.spi.AuditManagerImpl
 
setAuditMessage(boolean) - Method in interface org.jivesoftware.wildfire.audit.AuditManager
Enables or disables the server auditing of all message packets.
setAuditMessage(boolean) - Method in class org.jivesoftware.wildfire.audit.spi.AuditManagerImpl
 
setAuditPresence(boolean) - Method in interface org.jivesoftware.wildfire.audit.AuditManager
Enables or disables the server auditing of all presence packets.
setAuditPresence(boolean) - Method in class org.jivesoftware.wildfire.audit.spi.AuditManagerImpl
 
setAuditXPath(boolean) - Method in interface org.jivesoftware.wildfire.audit.AuditManager
Enables/disables server auditing of packets using XPath expressions.
setAuditXPath(boolean) - Method in class org.jivesoftware.wildfire.audit.spi.AuditManagerImpl
 
setAuthorized(String, Collection<String>) - Method in class org.jivesoftware.wildfire.ldap.LdapAuthorizationProvider
Always throws UnsupportedOperationException.
setAuthorized(String, Collection<String>) - Method in class org.jivesoftware.wildfire.sasl.AbstractAuthorizationProvider
Set the users authorized to use the named user.
setAuthorized(String, Collection<String>) - Method in class org.jivesoftware.wildfire.sasl.DefaultAuthorizationProvider
Set the users authorized to use the named user.
setAuthorized(String, Collection<String>) - Method in class org.jivesoftware.wildfire.sasl.UnixK5LoginProvider
Always throws UnsupportedOperationException.
setAuthToken(AuthToken) - Method in class org.jivesoftware.wildfire.session.ClientSession
Sets the new Authorization Token for this session.
setAuthToken(AuthToken, String) - Method in class org.jivesoftware.wildfire.session.ClientSession
Initialize the session with a valid authentication token and resource name.
setBaseDN(String) - Method in class org.jivesoftware.wildfire.ldap.LdapManager
Sets the starting DN that searches for users will performed with.
setBean(String) - Method in class org.jivesoftware.admin.TabsTag
Sets the name of the request attribute to hold a AdminPageBean instance.
setBirthday(String) - Method in class org.jivesoftware.admin.LdapUserProfile
 
setBlockSize(int, int) - Static method in class org.jivesoftware.database.SequenceManager
Used to set the blocksize of a given SequenceManager.
setBody(String) - Method in class org.jivesoftware.admin.SubSidebarTag
Sets the body content of this tag.
setBody(String) - Method in class org.xmpp.packet.Message
Sets the body of this message.
setBusinessCity(String) - Method in class org.jivesoftware.admin.LdapUserProfile
 
setBusinessCountry(String) - Method in class org.jivesoftware.admin.LdapUserProfile
 
setBusinessDepartment(String) - Method in class org.jivesoftware.admin.LdapUserProfile
 
setBusinessFax(String) - Method in class org.jivesoftware.admin.LdapUserProfile
 
setBusinessJobTitle(String) - Method in class org.jivesoftware.admin.LdapUserProfile
 
setBusinessMobile(String) - Method in class org.jivesoftware.admin.LdapUserProfile
 
setBusinessPager(String) - Method in class org.jivesoftware.admin.LdapUserProfile
 
setBusinessPhone(String) - Method in class org.jivesoftware.admin.LdapUserProfile
 
setBusinessState(String) - Method in class org.jivesoftware.admin.LdapUserProfile
 
setBusinessStreet(String) - Method in class org.jivesoftware.admin.LdapUserProfile
 
setBusinessZip(String) - Method in class org.jivesoftware.admin.LdapUserProfile
 
setCanAnyoneDiscoverJID(boolean) - Method in interface org.jivesoftware.wildfire.muc.MUCRoom
Sets if every presence packet will include the JID of every occupant.
setCanAnyoneDiscoverJID(boolean) - Method in class org.jivesoftware.wildfire.muc.spi.MUCRoomImpl
 
setCanChangePassword(boolean) - Method in class org.jivesoftware.wildfire.handler.IQRegisterHandler
 
setCanOccupantsChangeSubject(boolean) - Method in interface org.jivesoftware.wildfire.muc.MUCRoom
Sets if participants are allowed to change the room's subject.
setCanOccupantsChangeSubject(boolean) - Method in class org.jivesoftware.wildfire.muc.spi.MUCRoomImpl
 
setCanOccupantsInvite(boolean) - Method in interface org.jivesoftware.wildfire.muc.MUCRoom
Sets if occupants can invite other users to the room.
setCanOccupantsInvite(boolean) - Method in class org.jivesoftware.wildfire.muc.spi.MUCRoomImpl
 
setCategory(String) - Method in class org.jivesoftware.util.log.LogEvent
Set the LogEvent category.
setCategory(String) - Method in class org.jivesoftware.wildfire.session.ComponentSession.ExternalComponent
 
setChangeNickname(boolean) - Method in interface org.jivesoftware.wildfire.muc.MUCRoom
Sets if room occupants are allowed to change their nicknames in the room.
setChangeNickname(boolean) - Method in class org.jivesoftware.wildfire.muc.spi.MUCRoomImpl
 
SetCharacterEncodingFilter - Class in org.jivesoftware.util
Sets the character encoding to UTF-8.
SetCharacterEncodingFilter() - Constructor for class org.jivesoftware.util.SetCharacterEncodingFilter
 
setCheckFrequency(int) - Method in class org.jivesoftware.wildfire.update.UpdateManager
Sets the frequency to check for updates.
setChildElement(Element) - Method in class org.jivesoftware.wildfire.multiplex.Route
Sets the wrapped stanza by this Route packet.
setChildElement(Element) - Method in class org.xmpp.packet.IQ
Sets the child element of this IQ.
setChildElement(String, String) - Method in class org.xmpp.packet.IQ
Sets the child element of this IQ by constructing a new Element with the given name and namespace.
setClassesDir(File) - Method in class org.jivesoftware.wildfire.container.PluginDevEnvironment
Sets the classes directory of a plugin used in development mode.
setClientListenerPort(int) - Method in interface org.jivesoftware.wildfire.ConnectionManager
Sets the port to use for unsecured clients.
setClientListenerPort(int) - Method in class org.jivesoftware.wildfire.spi.ConnectionManagerImpl
 
setClientPacketRangeMax(long) - Method in class org.jivesoftware.wildfire.SessionResultFilter
Sets the upper boundary on client packets for sessions to be selected by the result filter.
setClientPacketRangeMin(long) - Method in class org.jivesoftware.wildfire.SessionResultFilter
Sets the lower boundary on client packets for sessions to be selected by the result filter.
setClientSSLListenerPort(int) - Method in interface org.jivesoftware.wildfire.ConnectionManager
Sets the port to use for secured clients.
setClientSSLListenerPort(int) - Method in class org.jivesoftware.wildfire.spi.ConnectionManagerImpl
 
setCode(int) - Method in class org.jivesoftware.wildfire.audit.AuditEvent
Set the primary type of event.
setComponentListenerPort(int) - Method in interface org.jivesoftware.wildfire.ConnectionManager
Sets the port to use for external components.
setComponentListenerPort(int) - Method in class org.jivesoftware.wildfire.spi.ConnectionManagerImpl
 
setComponentManager(ComponentManager) - Static method in class org.xmpp.component.ComponentManagerFactory
Sets the ComponentManager instance that will be used.
setCompressionPolicy(Connection.CompressionPolicy) - Method in interface org.jivesoftware.wildfire.Connection
Sets whether compression is enabled or is disabled.
setCompressionPolicy(Connection.CompressionPolicy) - Method in class org.jivesoftware.wildfire.net.SocketConnection
Sets whether compression is enabled or is disabled.
setCompressionPolicy(Connection.CompressionPolicy) - Method in class org.jivesoftware.wildfire.net.VirtualConnection
 
setCompressionPolicy(Connection.CompressionPolicy) - Method in class org.jivesoftware.wildfire.nio.NIOConnection
 
setCompressionPolicy(Connection.CompressionPolicy) - Static method in class org.jivesoftware.wildfire.session.ClientSession
Sets whether compression is optional or is disabled for clients.
setCompressionPolicy(Connection.CompressionPolicy) - Static method in class org.jivesoftware.wildfire.session.ConnectionMultiplexerSession
Sets whether compression is optional or is disabled for clients.
setCondition(PacketError.Condition) - Method in class org.xmpp.packet.PacketError
Sets the error condition.
setCondition(StreamError.Condition) - Method in class org.xmpp.packet.StreamError
Sets the error condition.
setConfigName(String) - Static method in class org.jivesoftware.util.JiveGlobals
Allows the name of the local config file name to be changed.
setConflictKickLimit(int) - Method in class org.jivesoftware.wildfire.SessionManager
 
setConnection(Connection) - Method in class org.jivesoftware.database.ConnectionWrapper
 
setConnectionManagerDomain(String) - Method in class org.jivesoftware.wildfire.multiplex.MultiplexerPacketDeliverer
 
setConnectionManagerListenerPort(int) - Method in interface org.jivesoftware.wildfire.ConnectionManager
Sets the port to use for connection managers.
setConnectionManagerListenerPort(int) - Method in class org.jivesoftware.wildfire.spi.ConnectionManagerImpl
 
setConnectionPoolEnabled(boolean) - Method in class org.jivesoftware.wildfire.ldap.LdapManager
Sets whether an LDAP connection pool should be used or not.
setConnectionProvider(ConnectionProvider) - Static method in class org.jivesoftware.database.DbConnectionManager
Sets the connection provider.
setConnectionTimeout(double) - Method in class org.jivesoftware.database.DefaultConnectionProvider
Sets the amount of time between connection recycles in days.
setContext(String) - Method in class org.jivesoftware.wildfire.muc.HistoryStrategy
Sets the prefix to use for retrieving and saving settings (and also triggers an immediate loading of properties).
setContextMap(ContextMap) - Method in class org.jivesoftware.util.log.LogEvent
Set the ContextMap for this LogEvent.
setCookie(HttpServletRequest, HttpServletResponse, String, String) - Static method in class org.jivesoftware.util.CookieUtils
Stores a value in a cookie.
setCookie(HttpServletRequest, HttpServletResponse, String, String, int) - Static method in class org.jivesoftware.util.CookieUtils
Stores a value in a cookie.
setCreationDate(String, Date) - Method in class org.jivesoftware.wildfire.ldap.LdapUserProvider
 
setCreationDate(Date) - Method in interface org.jivesoftware.wildfire.muc.MUCRoom
Sets the date when the room was created.
setCreationDate(Date) - Method in class org.jivesoftware.wildfire.muc.spi.MUCRoomImpl
 
setCreationDate(String, Date) - Method in class org.jivesoftware.wildfire.user.DefaultUserProvider
 
setCreationDate(String, Date) - Method in class org.jivesoftware.wildfire.user.JDBCUserProvider
 
setCreationDate(Date) - Method in class org.jivesoftware.wildfire.user.User
 
setCreationDate(String, Date) - Method in interface org.jivesoftware.wildfire.user.UserProvider
Sets the date the user was created.
setCreationDateRangeMax(Date) - Method in class org.jivesoftware.wildfire.SessionResultFilter
Sets a date that represents the upper boundry for sessions to be selected by the result filter.
setCreationDateRangeMin(Date) - Method in class org.jivesoftware.wildfire.SessionResultFilter
Sets the date that represents the lower boundary for sessions to be selected by the result filter.
setCss(String) - Method in class org.jivesoftware.admin.SidebarTag
Sets the CSS used for tab decoration.
setCss(String) - Method in class org.jivesoftware.admin.TabsTag
Sets the CSS used for tab decoration.
setCurrentcss(String) - Method in class org.jivesoftware.admin.SidebarTag
Sets the CSS class value for the currently selected tab.
setCurrentcss(String) - Method in class org.jivesoftware.admin.TabsTag
Sets the CSS class value for the currently selected tab.
setData(String) - Method in class org.jivesoftware.wildfire.audit.AuditEvent
Set the data associated with the event.
setDebugEnabled(boolean) - Method in class org.jivesoftware.util.EmailService
Enables or disables SMTP transport layer debugging.
setDebugEnabled(boolean) - Static method in class org.jivesoftware.util.Log
 
setDebugEnabled(boolean) - Method in class org.jivesoftware.util.log.util.JettyLog
 
setDebugEnabled(boolean) - Method in class org.jivesoftware.wildfire.ldap.LdapManager
Sets whether LDAP connection debugging is turned on.
setDefaultList(boolean) - Method in class org.jivesoftware.wildfire.privacy.PrivacyList
Sets if this privacy list is the default list to apply for the user.
setDefaultList(PrivacyList) - Method in class org.jivesoftware.wildfire.session.ClientSession
Sets the default Privacy list used for the session's user.
setDefaultLogTarget(LogTarget) - Method in class org.jivesoftware.util.log.Hierarchy
Set the default log target for hierarchy.
setDefaultLogTargets(LogTarget[]) - Method in class org.jivesoftware.util.log.Hierarchy
Set the default log targets for this hierarchy.
setDefaultPriority(Priority) - Method in class org.jivesoftware.util.log.Hierarchy
Set the default priority for hierarchy.
setDefaultSecret(String) - Static method in class org.jivesoftware.wildfire.component.ExternalComponentManager
Sets the default secret key to use for those external components that don't have an individual configuration.
setDefaultSecret(String) - Static method in class org.jivesoftware.wildfire.multiplex.ConnectionMultiplexerManager
Sets the default secret key that connection managers should present while trying to establish a new connection.
setDeliverPayloads(boolean) - Method in class org.jivesoftware.wildfire.pubsub.DefaultNodeConfiguration
Sets if payloads are going to be delivered with event notifications.
setDescription(String) - Method in interface org.jivesoftware.wildfire.forms.FormField
Sets a description that provides extra clarification about the question.
setDescription(String) - Method in class org.jivesoftware.wildfire.forms.spi.XFormFieldImpl
 
setDescription(String, String) - Method in class org.jivesoftware.wildfire.group.DefaultGroupProvider
 
setDescription(String) - Method in class org.jivesoftware.wildfire.group.Group
Sets the description of the group.
setDescription(String, String) - Method in interface org.jivesoftware.wildfire.group.GroupProvider
Updates the group's description.
setDescription(String, String) - Method in class org.jivesoftware.wildfire.group.JDBCGroupProvider
Always throws an UnsupportedOperationException because JDBC groups are read-only.
setDescription(String, String) - Method in class org.jivesoftware.wildfire.ldap.LdapGroupProvider
Always throws an UnsupportedOperationException because LDAP groups are read-only.
setDescription(String) - Method in interface org.jivesoftware.wildfire.muc.MUCRoom
Sets a description set by the room's owners about the room.
setDescription(String) - Method in class org.jivesoftware.wildfire.muc.spi.MUCRoomImpl
 
setDescription(String) - Method in class org.xmpp.forms.FormField
Sets a description that provides extra clarification about the question.
setDnsOverride(Map<String, DNSUtil.HostAddress>) - Static method in class org.jivesoftware.wildfire.net.DNSUtil
Sets the internal DNS that allows to specify target IP addresses and ports to use for domains.
setDocumentLocator(Locator) - Method in class org.jivesoftware.util.XMLWriter
 
setDownloaded(boolean) - Method in class org.jivesoftware.wildfire.update.Update
Sets if the plugin was downloaded.
setDriver(String) - Method in class org.jivesoftware.database.DefaultConnectionProvider
Sets the JDBC driver classname used to make database connections.
setEchoPort(int) - Method in class org.jivesoftware.wildfire.mediaproxy.MediaProxyService
Set the Port used to the UDP Echo Test
setEmail(String) - Method in class org.jivesoftware.admin.LdapUserProfile
 
setEmail(String, String) - Method in class org.jivesoftware.wildfire.ldap.LdapUserProvider
 
setEmail(String, String) - Method in class org.jivesoftware.wildfire.user.DefaultUserProvider
 
setEmail(String, String) - Method in class org.jivesoftware.wildfire.user.JDBCUserProvider
 
setEmail(String, String) - Method in class org.jivesoftware.wildfire.user.POP3UserProvider
 
setEmail(String) - Method in class org.jivesoftware.wildfire.user.User
 
setEmail(String, String) - Method in interface org.jivesoftware.wildfire.user.UserProvider
Sets the user's email address.
setEmailField(String) - Method in class org.jivesoftware.wildfire.ldap.LdapManager
Sets the LDAP field name that the user's email address is stored in.
setEmptyDate(Date) - Method in interface org.jivesoftware.wildfire.muc.MUCRoom
Sets the date when the last occupant left the room.
setEmptyDate(Date) - Method in class org.jivesoftware.wildfire.muc.spi.MUCRoomImpl
 
setEnabled(boolean) - Method in interface org.jivesoftware.wildfire.audit.AuditManager
Turns auditing off or on for the manager as a whole.
setEnabled(boolean) - Method in class org.jivesoftware.wildfire.audit.spi.AuditManagerImpl
 
setEnabled(boolean) - Method in class org.jivesoftware.wildfire.mediaproxy.MediaProxyService
Set the service enable status.
setEnabled(boolean) - Method in class org.jivesoftware.wildfire.PrivateStorage
Sets whether private storage is enabled.
setEnabled(boolean) - Method in class org.jivesoftware.wildfire.stun.STUNService
Set the service enable status.
setError(PacketError) - Method in class org.xmpp.packet.Packet
Sets the packet error.
setError(PacketError.Condition) - Method in class org.xmpp.packet.Packet
Sets the packet error using the specified condition.
setErrorHandler(ErrorHandler) - Method in interface org.jivesoftware.util.log.ErrorAware
Provide component with ErrorHandler.
setErrorHandler(ErrorHandler) - Method in class org.jivesoftware.util.log.Hierarchy
Set the ErrorHandler associated with hierarchy.
setErrorHandler(ErrorHandler) - Method in class org.jivesoftware.util.log.output.AbstractTarget
Provide component with ErrorHandler.
setErrorHandler(ErrorHandler) - Method in class org.jivesoftware.util.log.output.AsyncLogTarget
Provide component with ErrorHandler.
setEscapeText(boolean) - Method in class org.jivesoftware.util.XMLWriter
Sets whether text output should be escaped or not.
setExtraParams(String) - Method in class org.jivesoftware.admin.AdminPageBean
Sets the string of extra parameters for the URLs.
setFetchSize(ResultSet, int) - Static method in class org.jivesoftware.database.DbConnectionManager
Sets the number of rows that the JDBC driver should buffer at a time.
setFieldRequired(int, boolean) - Method in interface org.jivesoftware.wildfire.handler.IQRegisterInfo
Tells the server whether to require a registration field or not.
setFieldStoreLocation(int) - Method in interface org.jivesoftware.wildfire.handler.IQRegisterInfo
Sets the location for storing field information.
setFile(File, boolean) - Method in class org.jivesoftware.util.log.output.io.FileTarget
Set the file for this target.
setFileName(String) - Method in class org.jivesoftware.wildfire.filetransfer.FileTransfer
 
setFileSize(long) - Method in class org.jivesoftware.wildfire.filetransfer.FileTransfer
 
setFlashClient(boolean) - Method in interface org.jivesoftware.wildfire.Connection
Sets whether the connected client is a flash client.
setFlashClient(boolean) - Method in class org.jivesoftware.wildfire.net.SocketConnection
Sets whether the connected client is a flash client.
setFlashClient(boolean) - Method in class org.jivesoftware.wildfire.net.VirtualConnection
 
setFlashClient(boolean) - Method in class org.jivesoftware.wildfire.nio.NIOConnection
 
setFollowReferralsEnabled(boolean) - Method in class org.jivesoftware.wildfire.ldap.LdapManager
Sets whether LDAP referrals should be automatically followed.
setFormat(String) - Method in class org.jivesoftware.util.log.format.PatternFormatter
Deprecated. Parse format in via constructor rather than use this method
setFormatter(Formatter) - Method in class org.jivesoftware.util.log.output.AbstractOutputTarget
Deprecated. In future this method will become protected access.
setFrom(String) - Method in class org.xmpp.packet.Packet
Sets the XMPP address (JID) that the packet comes from.
setFrom(JID) - Method in class org.xmpp.packet.Packet
Sets the XMPP address (JID) that the packet comes from.
setFullName(String) - Method in class org.jivesoftware.admin.LdapUserProfile
 
setGroupDescriptionField(String) - Method in class org.jivesoftware.wildfire.ldap.LdapManager
Sets the field used to describe a group.
setGroupMemberField(String) - Method in class org.jivesoftware.wildfire.ldap.LdapManager
Sets the field used to list members within a group.
setGroupNameField(String) - Method in class org.jivesoftware.wildfire.ldap.LdapManager
Sets the field name used for groups.
setGroups(List<String>) - Method in class org.jivesoftware.wildfire.roster.RosterItem
Set the current groups for the item.
setGroupSearchFilter(String) - Method in class org.jivesoftware.wildfire.ldap.LdapManager
Sets the search filter appended to the default filter when searching for groups.
setHashCode(int) - Method in class org.jivesoftware.wildfire.update.DownloadStatus
 
setHeadercss(String) - Method in class org.jivesoftware.admin.SidebarTag
Sets the CSS value used for the sidebar header sections.
setHold(int) - Method in class org.jivesoftware.wildfire.http.HttpSession
Specifies the maximum number of requests the connection manager is allowed to keep waiting at any one time during the session.
setHomeCity(String) - Method in class org.jivesoftware.admin.LdapUserProfile
 
setHomeCountry(String) - Method in class org.jivesoftware.admin.LdapUserProfile
 
setHomeDirectory(String) - Static method in class org.jivesoftware.util.JiveGlobals
Sets the location of the home directory.
setHomeFax(String) - Method in class org.jivesoftware.admin.LdapUserProfile
 
setHomeMobile(String) - Method in class org.jivesoftware.admin.LdapUserProfile
 
setHomePager(String) - Method in class org.jivesoftware.admin.LdapUserProfile
 
setHomePhone(String) - Method in class org.jivesoftware.admin.LdapUserProfile
 
setHomeState(String) - Method in class org.jivesoftware.admin.LdapUserProfile
 
setHomeStreet(String) - Method in class org.jivesoftware.admin.LdapUserProfile
 
setHomeZip(String) - Method in class org.jivesoftware.admin.LdapUserProfile
 
setHost(String) - Method in class org.jivesoftware.util.EmailService
Sets the SMTP host (e.g.
setHostA(InetAddress) - Method in class org.jivesoftware.wildfire.mediaproxy.MediaProxySession
Set the Host A IP
setHostA(InetAddress) - Method in interface org.jivesoftware.wildfire.mediaproxy.ProxyCandidate
 
setHostB(InetAddress) - Method in class org.jivesoftware.wildfire.mediaproxy.MediaProxySession
Set the Host B IP
setHostB(InetAddress) - Method in interface org.jivesoftware.wildfire.mediaproxy.ProxyCandidate
 
setHosts(Collection<String>) - Method in class org.jivesoftware.wildfire.ldap.LdapManager
Sets the list of LDAP servers host; e.g., localhost or machine.example.com, etc.
setHttpBindEnabled(boolean) - Method in class org.jivesoftware.wildfire.http.HttpBindManager
 
setHttpBindPorts(int, int) - Method in class org.jivesoftware.wildfire.http.HttpBindManager
Set the ports on which the HTTP binding service will be running.
setID(long) - Method in interface org.jivesoftware.wildfire.muc.MUCRoom
Sets a new room ID if the room has just been saved to the database or sets the saved ID of the room in the database while loading the room.
setID(long) - Method in class org.jivesoftware.wildfire.muc.spi.MUCRoomImpl
 
setID(long) - Method in class org.jivesoftware.wildfire.roster.RosterItem
Sets the roster ID associated with this particular roster item.
setID(String) - Method in class org.xmpp.packet.Packet
Sets the packet ID.
setIdleTime(long) - Method in class org.jivesoftware.wildfire.mediaproxy.MediaProxy
Sets the max time (in millis) that a session can remain open without receiving any packets.
setIdleTimeout(long) - Method in class org.jivesoftware.wildfire.net.SocketConnection
Sets the number of milliseconds a connection has to be idle to be closed.
setIgnoreList(Collection<String>) - Method in interface org.jivesoftware.wildfire.audit.AuditManager
Sets the list of usernames that won't be audited.
setIgnoreList(Collection<String>) - Method in class org.jivesoftware.wildfire.audit.spi.AuditManagerImpl
 
setInactivityTimeout(int) - Method in class org.jivesoftware.wildfire.http.HttpSession
Sets the time, in seconds, after which this session will be considered inactive and be be terminated.
setInbandRegEnabled(boolean) - Method in class org.jivesoftware.wildfire.handler.IQRegisterHandler
 
setIndentLevel(int) - Method in class org.jivesoftware.util.XMLWriter
Set the initial indentation level.
setInitialized(boolean) - Method in class org.jivesoftware.wildfire.session.ClientSession
Sets the initialization state of the session.
setInitiator(String) - Method in class org.jivesoftware.wildfire.filetransfer.FileTransfer
 
setInitiator(String) - Method in interface org.jivesoftware.wildfire.filetransfer.FileTransferProgress
 
setInitiator(String) - Method in class org.jivesoftware.wildfire.filetransfer.proxy.DefaultProxyTransfer
 
setInputStream(InputStream) - Method in interface org.jivesoftware.wildfire.filetransfer.FileTransferProgress
 
setInputStream(InputStream) - Method in class org.jivesoftware.wildfire.filetransfer.proxy.DefaultProxyTransfer
 
setInstructions(List) - Method in interface org.jivesoftware.wildfire.forms.DataForm
Sets the list of instructions that explain how to fill out the form and what the form is about.
setInstructions(List) - Method in class org.jivesoftware.wildfire.forms.spi.XDataFormImpl
 
setKeepAliveDelay(long) - Method in class org.jivesoftware.wildfire.mediaproxy.MediaProxyService
Set the keep alive delay of the mediaproxy agents.
setKickIdleUsersTimeout(int) - Method in interface org.jivesoftware.wildfire.muc.MultiUserChatServer
Sets the time to elapse between clearing of idle chat users.
setKickIdleUsersTimeout(int) - Method in class org.jivesoftware.wildfire.muc.spi.MultiUserChatServerImpl
 
setLabel(String) - Method in class org.jivesoftware.wildfire.commands.AdHocCommand
 
setLabel(String) - Method in interface org.jivesoftware.wildfire.forms.FormField
Sets the label of the question which should give enough information to the user to fill out the form.
setLabel(String) - Method in class org.jivesoftware.wildfire.forms.spi.XFormFieldImpl
 
setLabel(String) - Method in class org.xmpp.forms.FormField
Sets the label of the question which should give enough information to the user to fill out the form.
setLanaguage(String) - Method in interface org.jivesoftware.wildfire.Connection
Sets the language code that should be used for this connection (e.g.
setLanaguage(String) - Method in class org.jivesoftware.wildfire.http.HttpSession
Sets the language this session is using.
setLanaguage(String) - Method in class org.jivesoftware.wildfire.net.SocketConnection
Sets the language code that should be used for this connection (e.g.
setLanaguage(String) - Method in class org.jivesoftware.wildfire.net.VirtualConnection
 
setLanaguage(String) - Method in class org.jivesoftware.wildfire.nio.NIOConnection
 
setLanguage(String) - Method in class org.jivesoftware.wildfire.pubsub.DefaultNodeConfiguration
Sets the default language of the node.
setLargeTextField(PreparedStatement, int, String) - Static method in class org.jivesoftware.database.DbConnectionManager
Sets a large text column in a result set, automatically performing streaming if the JDBC driver requires it.
setLastActivityDateRangeMax(Date) - Method in class org.jivesoftware.wildfire.SessionResultFilter
Sets a date that represents the upper boundry for sessions to be selected by the result filter.
setLastActivityDateRangeMin(Date) - Method in class org.jivesoftware.wildfire.SessionResultFilter
Sets a date that represents the lower boundary for sessions to be selected by the result filter.
setLexicalHandler(LexicalHandler) - Method in class org.jivesoftware.util.XMLWriter
 
setLifetime(long) - Method in class org.jivesoftware.wildfire.mediaproxy.MediaProxy
Sets the maximum lifetime (in seconds) of a session.
setLifetime(long) - Method in class org.jivesoftware.wildfire.mediaproxy.MediaProxyService
Set the Life time of Sessions
setLocalDomain(String) - Method in class org.jivesoftware.wildfire.session.IncomingServerSession
Sets the domain or subdomain of the local server used by the remote server when asking to validate the session.
setLocale(Locale) - Static method in class org.jivesoftware.util.JiveGlobals
Sets the global locale used by Jive.
setLogConversationBatchSize(int) - Method in interface org.jivesoftware.wildfire.muc.MultiUserChatServer
Sets the number of messages to save to the database on each run of the logging process.
setLogConversationBatchSize(int) - Method in class org.jivesoftware.wildfire.muc.spi.MultiUserChatServerImpl
 
setLogConversationsTimeout(int) - Method in interface org.jivesoftware.wildfire.muc.MultiUserChatServer
Sets the time to elapse between logging the room conversations.
setLogConversationsTimeout(int) - Method in class org.jivesoftware.wildfire.muc.spi.MultiUserChatServerImpl
 
setLogDir(String) - Method in interface org.jivesoftware.wildfire.audit.AuditManager
Sets the absolute path to the directory where the audit log files will be saved.
setLogDir(String) - Method in class org.jivesoftware.wildfire.audit.spi.AuditManagerImpl
 
setLogDir(String) - Method in class org.jivesoftware.wildfire.audit.spi.AuditorImpl
 
setLogEnabled(boolean) - Method in interface org.jivesoftware.wildfire.muc.MUCRoom
Sets if the room's conversation is being logged.
setLogEnabled(boolean) - Method in class org.jivesoftware.wildfire.muc.spi.MUCRoomImpl
 
setLoginRestrictedToNickname(boolean) - Method in interface org.jivesoftware.wildfire.muc.MUCRoom
Sets if registered users can only join the room using their registered nickname.
setLoginRestrictedToNickname(boolean) - Method in class org.jivesoftware.wildfire.muc.spi.MUCRoomImpl
 
setLogTargets(LogTarget[]) - Method in class org.jivesoftware.util.log.Logger
Set the log targets for this logger.
setLogTimeout(int) - Method in interface org.jivesoftware.wildfire.audit.AuditManager
Sets the time in milliseconds between successive executions of the task that will save the queued audited packets to a permanent store.
setLogTimeout(int) - Method in class org.jivesoftware.wildfire.audit.spi.AuditManagerImpl
 
setLogTimeout(int) - Method in class org.jivesoftware.wildfire.audit.spi.AuditorImpl
 
setMaxCacheSize(int) - Method in class org.jivesoftware.util.Cache
Sets the maximum size of the cache.
setMaxConnections(int) - Method in class org.jivesoftware.database.DefaultConnectionProvider
Sets the maximum number of connections that the pool will use.
setMaxDays(int) - Method in interface org.jivesoftware.wildfire.audit.AuditManager
Set the the maximum number of days to keep audit information.
setMaxDays(int) - Method in class org.jivesoftware.wildfire.audit.spi.AuditManagerImpl
 
setMaxFileSize(int) - Method in interface org.jivesoftware.wildfire.audit.AuditManager
Set the maximum size of audit log files in megabytes.
setMaxFileSize(int) - Method in class org.jivesoftware.wildfire.audit.spi.AuditManagerImpl
 
setMaximumAllowedCharacter(int) - Method in class org.jivesoftware.util.XMLWriter
Sets the maximum allowed character code that should be allowed unescaped such as 127 in US-ASCII (7 bit) or 255 in ISO-* (8 bit) or -1 to not escape any characters (other than the special XML characters like < > &) If this is not explicitly set then it is defaulted from the encoding.
setMaxLeafNodes(int) - Method in class org.jivesoftware.wildfire.pubsub.DefaultNodeConfiguration
Sets the max number of leaf nodes that this collection node might have.
setMaxLifetime(long) - Method in class org.jivesoftware.util.Cache
Sets the maximum number of milleseconds that any object can live in cache.
setMaxNumber(int) - Method in class org.jivesoftware.wildfire.muc.HistoryStrategy
Set the maximum number of messages for strategies using message number limitations.
setMaxPayloadSize(int) - Method in class org.jivesoftware.wildfire.pubsub.DefaultNodeConfiguration
Sets the maximum payload size in bytes.
setMaxPollingInterval(int) - Method in class org.jivesoftware.wildfire.http.HttpSession
Sets the max interval within which a client can send polling requests.
setMaxPort(int) - Method in class org.jivesoftware.wildfire.mediaproxy.MediaProxy
Sets the maximum port value to listen for incoming packets.
setMaxPort(int) - Method in class org.jivesoftware.wildfire.mediaproxy.MediaProxyService
Set Maximum port value to listen for incoming packets.
setMaxPublishedItems(int) - Method in class org.jivesoftware.wildfire.pubsub.DefaultNodeConfiguration
Sets the maximum number of published items to persist.
setMaxRequests(int) - Method in class org.jivesoftware.wildfire.http.HttpSession
The max number of requests it is permissable for this session to have open at any one time.
setMaxRows(Statement, int) - Static method in class org.jivesoftware.database.DbConnectionManager
Sets the max number of rows that should be returned from executing a statement.
setMaxThreadCount(int) - Method in class org.jivesoftware.wildfire.Channel
Sets the max number of threads the channel will use for processing messages.
setMaxTotalSize(int) - Method in interface org.jivesoftware.wildfire.audit.AuditManager
Sets the maximum size in megabytes that all audit log files may have.
setMaxTotalSize(int) - Method in class org.jivesoftware.wildfire.audit.spi.AuditManagerImpl
 
setMaxUsers(int) - Method in interface org.jivesoftware.wildfire.muc.MUCRoom
Sets the maximum number of occupants that can be simultaneously in the room.
setMaxUsers(int) - Method in class org.jivesoftware.wildfire.muc.spi.MUCRoomImpl
 
setMaxValues(int, int, int) - Method in class org.jivesoftware.wildfire.audit.spi.AuditorImpl
 
setMembersOnly(boolean) - Method in interface org.jivesoftware.wildfire.muc.MUCRoom
Sets if the room requires an invitation to enter.
setMembersOnly(boolean) - Method in class org.jivesoftware.wildfire.muc.spi.MUCRoomImpl
 
setMessage(String) - Method in class org.jivesoftware.util.log.LogEvent
Set the message for LogEvent.
setMimeType(String) - Method in class org.jivesoftware.wildfire.filetransfer.FileTransfer
 
setMinConnections(int) - Method in class org.jivesoftware.database.DefaultConnectionProvider
Sets the minimum number of connections that the pool will use.
setMinPort(int) - Method in class org.jivesoftware.wildfire.mediaproxy.MediaProxy
Sets the minimum port value to listen from incoming packets.
setMinPort(int) - Method in class org.jivesoftware.wildfire.mediaproxy.MediaProxyService
Set Minimal port value to listen for incoming packets.
setMinThreadCount(int) - Method in class org.jivesoftware.wildfire.Channel
Sets the min number of threads the channel will use for processing messages.
setModerated(boolean) - Method in interface org.jivesoftware.wildfire.muc.MUCRoom
Sets if the room in which only those with "voice" may send messages to all occupants.
setModerated(boolean) - Method in class org.jivesoftware.wildfire.muc.spi.MUCRoomImpl
 
setModificationDate(String, Date) - Method in class org.jivesoftware.wildfire.ldap.LdapUserProvider
 
setModificationDate(Date) - Method in interface org.jivesoftware.wildfire.muc.MUCRoom
Sets the last date when the room's configuration was modified.
setModificationDate(Date) - Method in class org.jivesoftware.wildfire.muc.spi.MUCRoomImpl
 
setModificationDate(String, Date) - Method in class org.jivesoftware.wildfire.user.DefaultUserProvider
 
setModificationDate(String, Date) - Method in class org.jivesoftware.wildfire.user.JDBCUserProvider
 
setModificationDate(Date) - Method in class org.jivesoftware.wildfire.user.User
 
setModificationDate(String, Date) - Method in interface org.jivesoftware.wildfire.user.UserProvider
Sets the date the user was last modified.
setMultipleServerConnectionsAllowed(boolean) - Method in class org.jivesoftware.wildfire.SessionManager
Sets if remote servers are allowed to have more than one connection to this server.
setName(String) - Method in class org.jivesoftware.admin.LdapUserProfile
 
setName(String) - Method in class org.jivesoftware.wildfire.forms.spi.XDataFormImpl
 
setName(String) - Method in class org.jivesoftware.wildfire.forms.spi.XFormFieldImpl
 
setName(String, String) - Method in class org.jivesoftware.wildfire.group.DefaultGroupProvider
 
setName(String) - Method in class org.jivesoftware.wildfire.group.Group
Sets the name of the group.
setName(String, String) - Method in interface org.jivesoftware.wildfire.group.GroupProvider
Sets the name of a group to a new name.
setName(String, String) - Method in class org.jivesoftware.wildfire.group.JDBCGroupProvider
Always throws an UnsupportedOperationException because JDBC groups are read-only.
setName(String, String) - Method in class org.jivesoftware.wildfire.ldap.LdapGroupProvider
Always throws an UnsupportedOperationException because LDAP groups are read-only.
setName(String, String) - Method in class org.jivesoftware.wildfire.ldap.LdapUserProvider
 
setName(String) - Method in class org.jivesoftware.wildfire.session.ComponentSession.ExternalComponent
 
setName(String) - Method in class org.jivesoftware.wildfire.spi.XMPPServerInfoImpl
 
setName(String, String) - Method in class org.jivesoftware.wildfire.user.DefaultUserProvider
 
setName(String, String) - Method in class org.jivesoftware.wildfire.user.JDBCUserProvider
 
setName(String) - Method in class org.jivesoftware.wildfire.user.User
 
setName(String, String) - Method in interface org.jivesoftware.wildfire.user.UserProvider
Sets the user's name.
setName(String) - Method in interface org.jivesoftware.wildfire.XMPPServerInfo
Set the server name (ip address or hostname).
setNameField(String) - Method in class org.jivesoftware.wildfire.ldap.LdapManager
Sets the LDAP field name that the user's name is stored in.
setNamespace(String) - Method in class org.jivesoftware.wildfire.forms.spi.XDataFormImpl
 
setNamespace(String) - Method in class org.jivesoftware.wildfire.forms.spi.XFormFieldImpl
 
setNaturalLanguageName(String) - Method in interface org.jivesoftware.wildfire.muc.MUCRoom
Sets the natural language name of the room.
setNaturalLanguageName(String) - Method in class org.jivesoftware.wildfire.muc.spi.MUCRoomImpl
 
setNickname(String) - Method in class org.jivesoftware.admin.LdapUserProfile
 
setNickname(String) - Method in class org.jivesoftware.wildfire.roster.RosterItem
Set the current nickname for the item.
setNodeCreationRestricted(boolean) - Method in class org.jivesoftware.wildfire.pubsub.PubSubModule
 
setNotificationEnabled(boolean) - Method in class org.jivesoftware.wildfire.update.UpdateManager
Sets if admins should be notified by IM when new updates are available.
setNotifyConfigChanges(boolean) - Method in class org.jivesoftware.wildfire.pubsub.DefaultNodeConfiguration
Sets if subscribers are going to be notified when node configuration changes.
setNotifyDelete(boolean) - Method in class org.jivesoftware.wildfire.pubsub.DefaultNodeConfiguration
Sets if subscribers are going to be notified when node is deleted.
setNotifyRetract(boolean) - Method in class org.jivesoftware.wildfire.pubsub.DefaultNodeConfiguration
Sets if subscribers are going to be notified when items are removed from the node.
setNumResults(int) - Method in class org.jivesoftware.wildfire.SessionResultFilter
Sets the limit on the number of results to be returned.
setOfflineFloodStopped(boolean) - Method in class org.jivesoftware.wildfire.session.ClientSession
Sets if the user requested to not receive offline messages when sending an available presence.
setOpenRegistrationSupported(boolean) - Method in interface org.jivesoftware.wildfire.handler.IQRegisterInfo
Tells the server whether to support open registration or not.
setOutputStream(OutputStream) - Method in class org.jivesoftware.util.log.output.io.StreamTarget
Set the output stream.
setOutputStream(OutputStream) - Method in class org.jivesoftware.util.XMLWriter
 
setOutputStream(OutputStream) - Method in interface org.jivesoftware.wildfire.filetransfer.FileTransferProgress
 
setOutputStream(OutputStream) - Method in class org.jivesoftware.wildfire.filetransfer.proxy.DefaultProxyTransfer
 
setPageID(String) - Method in class org.jivesoftware.admin.AdminPageBean
Sets the ID of the page (corresponds to sidebar ID's).
setPageProperty(String, String, int) - Method in class org.jivesoftware.util.WebManager
 
setParams(PreparedStatement) - Method in class org.jivesoftware.database.CachedPreparedStatement
Sets all parameters on the given PreparedStatement.
setPassword(String) - Method in class org.jivesoftware.database.DefaultConnectionProvider
Sets the password used to connect to the database.
setPassword(String) - Method in class org.jivesoftware.util.EmailService
Sets the password that will be used when connecting to the SMTP server.
setPassword(String, String) - Method in interface org.jivesoftware.wildfire.auth.AuthProvider
Sets the users's password.
setPassword(String, String) - Method in class org.jivesoftware.wildfire.auth.DefaultAuthProvider
 
setPassword(String, String) - Method in class org.jivesoftware.wildfire.auth.HybridAuthProvider
 
setPassword(String, String) - Method in class org.jivesoftware.wildfire.auth.JDBCAuthProvider
 
setPassword(String, String) - Method in class org.jivesoftware.wildfire.auth.NativeAuthProvider
 
setPassword(String, String) - Method in class org.jivesoftware.wildfire.auth.POP3AuthProvider
 
setPassword(String, String) - Method in class org.jivesoftware.wildfire.ldap.LdapAuthProvider
 
setPassword(String) - Method in interface org.jivesoftware.wildfire.muc.MUCRoom
Sets the password that the user must provide to enter the room.
setPassword(String) - Method in class org.jivesoftware.wildfire.muc.spi.MUCRoomImpl
 
setPassword(String) - Method in class org.jivesoftware.wildfire.user.User
Sets a new password for this user.
setPermission(ExternalComponentConfiguration.Permission) - Method in class org.jivesoftware.wildfire.component.ExternalComponentConfiguration
 
setPermission(RemoteServerConfiguration.Permission) - Method in class org.jivesoftware.wildfire.server.RemoteServerConfiguration
 
setPermissionPolicy(ExternalComponentManager.PermissionPolicy) - Static method in class org.jivesoftware.wildfire.component.ExternalComponentManager
Sets the permission policy being used for new XMPP entities that are trying to connect to the server.
setPermissionPolicy(String) - Static method in class org.jivesoftware.wildfire.component.ExternalComponentManager
Sets the permission policy being used for new XMPP entities that are trying to connect to the server.
setPermissionPolicy(RemoteServerManager.PermissionPolicy) - Static method in class org.jivesoftware.wildfire.server.RemoteServerManager
Sets the permission policy being used for new XMPP entities that are trying to connect to the server.
setPermissionPolicy(String) - Static method in class org.jivesoftware.wildfire.server.RemoteServerManager
Sets the permission policy being used for new XMPP entities that are trying to connect to the server.
setPersistent(boolean) - Method in interface org.jivesoftware.wildfire.muc.MUCRoom
Sets if the room is not destroyed if the last occupant exits.
setPersistent(boolean) - Method in class org.jivesoftware.wildfire.muc.spi.MUCRoomImpl
 
setPersistPublishedItems(boolean) - Method in class org.jivesoftware.wildfire.pubsub.DefaultNodeConfiguration
Sets if items are going to be persisted in a storage.
setPort(int) - Method in class org.jivesoftware.util.EmailService
Sets the port number that will be used when connecting to the SMTP server.
setPort(int) - Method in class org.jivesoftware.wildfire.ldap.LdapManager
Sets the LDAP server port number.
setPortA(int) - Method in class org.jivesoftware.wildfire.mediaproxy.MediaProxySession
Set port A value
setPortA(int) - Method in interface org.jivesoftware.wildfire.mediaproxy.ProxyCandidate
 
setPortB(int) - Method in class org.jivesoftware.wildfire.mediaproxy.MediaProxySession
Set port B value
setPortB(int) - Method in interface org.jivesoftware.wildfire.mediaproxy.ProxyCandidate
 
setPosixMode(boolean) - Method in class org.jivesoftware.wildfire.ldap.LdapManager
Sets whether the LDAP server is operating in Posix mode.
setPresence(Presence) - Method in interface org.jivesoftware.wildfire.muc.MUCRole
Set the current presence status of a user in a chatroom.
setPresence(Presence) - Method in class org.jivesoftware.wildfire.muc.spi.MUCRoleImpl
 
setPresence(Presence) - Method in class org.jivesoftware.wildfire.session.ClientSession
Set the presence of this session
setPresenceBasedDelivery(boolean) - Method in class org.jivesoftware.wildfire.pubsub.DefaultNodeConfiguration
Sets if notifications are going to be delivered only to available users.
setPriority(Priority) - Method in class org.jivesoftware.util.log.filter.PriorityFilter
Set priority used to filter.
setPriority(Priority) - Method in class org.jivesoftware.util.log.LogEvent
Set the priority of LogEvent.
setPriority(Priority) - Method in class org.jivesoftware.util.log.Logger
Set the priority for this logger.
setPriority(int) - Method in class org.xmpp.packet.Presence
Sets the priority.
setProductName(String) - Static method in class org.jivesoftware.util.Log
 
setProfilingEnabled(boolean) - Static method in class org.jivesoftware.database.DbConnectionManager
Turns connection profiling on or off.
setProgress(FileTransferProgress) - Method in class org.jivesoftware.wildfire.filetransfer.FileTransfer
 
setProperties(Object, Map<String, String>) - Static method in class org.jivesoftware.util.BeanUtils
Sets the properties of a Java Bean based on the String name/value pairs in the specifieed Map.
setProperties(Object, HttpServletRequest) - Static method in class org.jivesoftware.util.BeanUtils
Sets the properties of a Java Bean based on the request's properties.
setProperties(Element, String, String[]) - Static method in class org.jivesoftware.util.ElementUtil
Sets a property to an array of values.
setProperties(Map<String, String>) - Static method in class org.jivesoftware.util.JiveGlobals
Sets multiple Jive properties at once.
setProperties(String, List<String>) - Method in class org.jivesoftware.util.XMLProperties
Sets a property to an array of values.
setProperties(Map<String, String>) - Method in class org.jivesoftware.util.XMLProperties
 
setProperty(Element, String, String) - Static method in class org.jivesoftware.util.ElementUtil
Sets the value of the specified property.
setProperty(String, String) - Static method in class org.jivesoftware.util.JiveGlobals
Sets a Jive property.
setProperty(String, String) - Method in class org.jivesoftware.util.XMLProperties
Sets the value of the specified property.
setProperty(String, Object) - Method in class org.jivesoftware.util.XMLWriter
 
setProperty(String, String) - Method in class org.jivesoftware.wildfire.component.InternalComponentManager
 
setProperty(String, String) - Method in interface org.xmpp.component.ComponentManager
Sets a property value.
setProvider(String, DiscoInfoProvider) - Method in class org.jivesoftware.wildfire.disco.IQDiscoInfoHandler
Sets that a given DiscoInfoProvider will provide information about a given entity.
setProvider(String, DiscoItemsProvider) - Method in class org.jivesoftware.wildfire.disco.IQDiscoItemsHandler
Sets that a given DiscoItemsProvider will provide the items related to a given entity.
setProxyHost(String) - Method in class org.jivesoftware.wildfire.update.UpdateManager
Sets the host of the proxy to use to connect to igniterealtime.org or null if no proxy is used.
setProxyPort(int) - Method in class org.jivesoftware.wildfire.filetransfer.proxy.FileTransferProxy
Sets the port that the proxy operates on.
setProxyPort(int) - Method in class org.jivesoftware.wildfire.update.UpdateManager
Sets the port of the proxy to use to connect to igniterealtime.org or -1 if no proxy is being used.
setPublicRoom(boolean) - Method in interface org.jivesoftware.wildfire.muc.MUCRoom
Sets if the room is searchable and visible through service discovery.
setPublicRoom(boolean) - Method in class org.jivesoftware.wildfire.muc.spi.MUCRoomImpl
 
setPublisherModel(PublisherModel) - Method in class org.jivesoftware.wildfire.pubsub.DefaultNodeConfiguration
Sets the publisher model that specifies who is allowed to publish items to the node.
setQuota(int) - Method in class org.jivesoftware.wildfire.OfflineMessageStrategy
 
setRange(int) - Method in class org.jivesoftware.util.WebManager
 
setReason(int) - Method in class org.jivesoftware.wildfire.audit.AuditEvent
Set the subtype of event.
setRecvStatus(RosterItem.RecvType) - Method in class org.jivesoftware.wildfire.roster.RosterItem
Set the current recv status of the item.
setRefreshValue(String, int) - Method in class org.jivesoftware.util.WebManager
Sets the number of seconds between each page refresh for the specified page for the current logged user.
setRegistrationEnabled(boolean) - Method in interface org.jivesoftware.wildfire.muc.MUCRoom
Sets if users are allowed to register with the room.
setRegistrationEnabled(boolean) - Method in class org.jivesoftware.wildfire.muc.spi.MUCRoomImpl
 
setRejectionMessage(String) - Method in exception org.jivesoftware.wildfire.filetransfer.FileTransferRejectedException
Sets the text to include in a message that will be sent to the intiator and target of the file transfer that got rejected or null if no message will be sent to the parties of the rejected file transfer.
setRejectionMessage(String) - Method in exception org.jivesoftware.wildfire.interceptor.PacketRejectedException
Sets the text to include in a message that will be sent to the sender of the packet that got rejected or null if no message will be sent to the sender of the rejected packet.
setRemotePort(int) - Method in class org.jivesoftware.wildfire.server.RemoteServerConfiguration
 
setReplyPolicy(Node.ItemReplyPolicy) - Method in class org.jivesoftware.wildfire.pubsub.DefaultNodeConfiguration
Sets the policy that defines whether owners or publisher should receive replies to items.
setRequired(boolean) - Method in interface org.jivesoftware.wildfire.forms.FormField
Sets if the question must be answered in order to complete the questionnaire.
setRequired(boolean) - Method in class org.jivesoftware.wildfire.forms.spi.XFormFieldImpl
 
setRequired(boolean) - Method in class org.xmpp.forms.FormField
Sets if the question must be answered in order to complete the questionnaire.
setResolveEntityRefs(boolean) - Method in class org.jivesoftware.util.XMLWriter
 
setRole(MUCRole.Role) - Method in interface org.jivesoftware.wildfire.muc.MUCRole
Call this method to promote or demote a user's role in a chatroom.
setRole(MUCRole.Role) - Method in class org.jivesoftware.wildfire.muc.spi.MUCRoleImpl
 
setRolesToBroadcastPresence(List<String>) - Method in interface org.jivesoftware.wildfire.muc.MUCRoom
Sets the list of roles of which presence will be broadcasted to the rest of the occupants.
setRolesToBroadcastPresence(List<String>) - Method in class org.jivesoftware.wildfire.muc.spi.MUCRoomImpl
 
setRoomCreationRestricted(boolean) - Method in interface org.jivesoftware.wildfire.muc.MultiUserChatServer
Sets if anyone can create rooms or if only the returned JIDs in getUsersAllowedToCreate are allowed to create rooms.
setRoomCreationRestricted(boolean) - Method in class org.jivesoftware.wildfire.muc.spi.MultiUserChatServerImpl
 
setRowsPerPage(String, int) - Method in class org.jivesoftware.util.WebManager
Sets the new number of rows per page for the specified page for the current logged user.
setSavedToDB(boolean) - Method in interface org.jivesoftware.wildfire.muc.MUCRoom
Sets if the room has already been made persistent.
setSavedToDB(boolean) - Method in class org.jivesoftware.wildfire.muc.spi.MUCRoomImpl
 
setSearchFields(String) - Method in class org.jivesoftware.wildfire.ldap.LdapUserProvider
 
setSearchFilter(String) - Method in class org.jivesoftware.wildfire.ldap.LdapManager
Sets the search filter appended to the default filter when searching for users.
setSecret(String) - Method in class org.jivesoftware.wildfire.component.ExternalComponentConfiguration
 
setSecure(boolean) - Method in class org.jivesoftware.wildfire.http.HttpSession
Sets whether the initial request on the session was secure.
setSendItemSubscribe(boolean) - Method in class org.jivesoftware.wildfire.pubsub.DefaultNodeConfiguration
Sets if new subscribers are going to receive new items once subscribed.
setServerListenerPort(int) - Method in interface org.jivesoftware.wildfire.ConnectionManager
Sets the port to use for remote servers.
setServerListenerPort(int) - Method in class org.jivesoftware.wildfire.spi.ConnectionManagerImpl
 
setServerNodeInfoProvider(String, DiscoInfoProvider) - Method in class org.jivesoftware.wildfire.disco.IQDiscoInfoHandler
Sets the DiscoInfoProvider to use when a disco#info packet is sent to the server itself and the specified node.
setServerNodeInfoProvider(String, DiscoItemsProvider) - Method in class org.jivesoftware.wildfire.disco.IQDiscoItemsHandler
Sets the DiscoItemsProvider to use when a disco#items packet is sent to the server itself and the specified node.
setServerPacketRangeMax(long) - Method in class org.jivesoftware.wildfire.SessionResultFilter
Sets the upper boundary on server packets for sessions to be selected by the result filter.
setServerPacketRangeMin(long) - Method in class org.jivesoftware.wildfire.SessionResultFilter
Sets the lower boundary on server packets for sessions to be selected by the result filter.
setServerSessionIdleTime(int) - Method in class org.jivesoftware.wildfire.SessionManager
 
setServerSessionTimeout(int) - Method in class org.jivesoftware.wildfire.SessionManager
Sets the number of milliseconds to elapse between clearing of idle server sessions.
setServerURL(String) - Method in class org.jivesoftware.database.DefaultConnectionProvider
Sets the JDBC connection URL used to make database connections.
setServiceEnabled(boolean) - Method in class org.jivesoftware.wildfire.update.UpdateManager
Sets if the check for updates service is enabled.
setServiceName(String) - Method in interface org.jivesoftware.wildfire.muc.MultiUserChatServer
Set the name of this chat service.
setServiceName(String) - Method in class org.jivesoftware.wildfire.muc.spi.MultiUserChatServerImpl
 
setSession(Session) - Method in class org.jivesoftware.wildfire.audit.AuditEvent
Set the session associated with the event.
setSession(OutgoingServerSession) - Method in class org.jivesoftware.wildfire.server.OutgoingServerSocketReader
Sets the OutgoingServerSession for which this reader is working for.
setSessionData(String, Object) - Method in class org.jivesoftware.wildfire.session.Session
Saves given session data.
setSessionID(String) - Method in class org.jivesoftware.wildfire.filetransfer.FileTransfer
 
setSessionID(String) - Method in interface org.jivesoftware.wildfire.filetransfer.FileTransferProgress
 
setSessionID(String) - Method in class org.jivesoftware.wildfire.filetransfer.proxy.DefaultProxyTransfer
 
setSharedSecretAllowed(boolean) - Static method in class org.jivesoftware.wildfire.net.SASLAuthentication
Sets whether shared secret authentication is enabled.
setShow(Presence.Show) - Method in class org.xmpp.packet.Presence
Sets the presence "show" value, which specifies a particular availability status.
setSkipJIDValidation(boolean) - Method in class org.jivesoftware.wildfire.SessionPacketRouter
Sets if TO addresses of Elements being routed should be validated.
setSocketReader(SocketReader) - Method in class org.jivesoftware.wildfire.net.SocketConnection
 
setSortField(int) - Method in class org.jivesoftware.wildfire.SessionResultFilter
Sets the sort field to use.
setSortOrder(int) - Method in class org.jivesoftware.wildfire.SessionResultFilter
Sets the sort type.
setSQL(String) - Method in class org.jivesoftware.database.CachedPreparedStatement
Sets the SQL.
setSSLEnabled(boolean) - Method in class org.jivesoftware.util.EmailService
Sets whether the SMTP connection is configured to use SSL or not.
setSslEnabled(boolean) - Method in class org.jivesoftware.wildfire.ldap.LdapManager
Sets whether the connection to the LDAP server should be made via ssl or not.
setStart(int) - Method in class org.jivesoftware.util.WebManager
 
setStartIndex(int) - Method in class org.jivesoftware.wildfire.SessionResultFilter
Sets the index of the first result to return.
setStatus(int) - Method in class org.jivesoftware.wildfire.session.Session
Set the new status of this session.
setStatus(String) - Method in class org.xmpp.packet.Presence
Sets the status of this presence packet, a natural-language description of availability status.
setSubject(String) - Method in interface org.jivesoftware.wildfire.muc.MUCRoom
Sets the last subject that some occupant set to the room.
setSubject(String) - Method in class org.jivesoftware.wildfire.muc.spi.MUCRoomImpl
 
setSubject(String) - Method in class org.xmpp.packet.Message
Sets the subject of this message.
setSubPageID(String) - Method in class org.jivesoftware.admin.AdminPageBean
Sets the subpage ID (corresponds to sidebar ID's).
setSubscriptionEnabled(boolean) - Method in class org.jivesoftware.wildfire.pubsub.DefaultNodeConfiguration
Sets if subscribing and unsubscribing are enabled.
setSubSidebar(SubSidebarTag) - Method in class org.jivesoftware.admin.SidebarTag
Sets the subsidebar tag - used by the container.
setSubStatus(RosterItem.SubType) - Method in class org.jivesoftware.wildfire.roster.RosterItem
Set the current subscription status of the item.
setSubTreeSearch(boolean) - Method in class org.jivesoftware.wildfire.ldap.LdapManager
Sets whether the entire tree under the base DN will be searched (recursive search) when doing LDAP queries (finding users, groups, etc).
setSuccessfull(boolean) - Method in class org.jivesoftware.wildfire.update.DownloadStatus
 
setTarget(String) - Method in class org.jivesoftware.wildfire.filetransfer.FileTransfer
 
setTarget(String) - Method in interface org.jivesoftware.wildfire.filetransfer.FileTransferProgress
 
setTarget(String) - Method in class org.jivesoftware.wildfire.filetransfer.proxy.DefaultProxyTransfer
 
setText(String) - Method in class org.xmpp.packet.PacketError
Sets the text description of the error.
setText(String, String) - Method in class org.xmpp.packet.PacketError
Sets the text description of the error.
setText(String) - Method in class org.xmpp.packet.StreamError
Sets the text description of the error.
setText(String, String) - Method in class org.xmpp.packet.StreamError
Sets the text description of the error.
setThread(String) - Method in class org.xmpp.packet.Message
Sets the thread value of this message, an identifier that is used for tracking a conversation thread ("instant messaging session") between two entities.
setThrowable(Throwable) - Method in class org.jivesoftware.util.log.LogEvent
Set the throwable for LogEvent.
setTime(long) - Method in class org.jivesoftware.util.log.LogEvent
Set the absolute time of LogEvent.
setTimestamp(Date) - Method in class org.jivesoftware.wildfire.audit.AuditEvent
Set the timestamp of when the event occured.
setTimeZone(TimeZone) - Static method in class org.jivesoftware.util.JiveGlobals
Sets the global time zone used by Jive.
setTitle(String) - Method in class org.jivesoftware.admin.AdminPageBean
Sets the title of the admin console page.
setTitle(String) - Method in interface org.jivesoftware.wildfire.forms.DataForm
Sets the description of the data.
setTitle(String) - Method in class org.jivesoftware.wildfire.forms.spi.XDataFormImpl
 
setTitle(String) - Method in class org.xmpp.forms.DataForm
Sets the description of the data.
setTlsPolicy(Connection.TLSPolicy) - Method in interface org.jivesoftware.wildfire.Connection
Sets whether TLS is mandatory, optional or is disabled.
setTlsPolicy(Connection.TLSPolicy) - Method in class org.jivesoftware.wildfire.net.SocketConnection
Sets whether TLS is mandatory, optional or is disabled.
setTlsPolicy(Connection.TLSPolicy) - Method in class org.jivesoftware.wildfire.net.VirtualConnection
 
setTlsPolicy(Connection.TLSPolicy) - Method in class org.jivesoftware.wildfire.nio.NIOConnection
 
setTLSPolicy(Connection.TLSPolicy) - Static method in class org.jivesoftware.wildfire.session.ClientSession
Sets whether TLS is mandatory, optional or is disabled for clients.
setTLSPolicy(Connection.TLSPolicy) - Static method in class org.jivesoftware.wildfire.session.ConnectionMultiplexerSession
Sets whether TLS is mandatory, optional or is disabled for clients.
setTo(String) - Method in class org.xmpp.packet.Packet
Sets the XMPP address (JID) that the packet is addressed to.
setTo(JID) - Method in class org.xmpp.packet.Packet
Sets the XMPP address (JID) that the packet is address to.
setTransferDigest(String) - Method in class org.jivesoftware.wildfire.filetransfer.proxy.DefaultProxyTransfer
 
setTransferDigest(String) - Method in interface org.jivesoftware.wildfire.filetransfer.proxy.ProxyTransfer
Sets the transfer digest for a file transfer.
setTransferFuture(Future<?>) - Method in interface org.jivesoftware.wildfire.filetransfer.FileTransferProgress
When the file transfer is being caried out by another thread this will set the Future relating to the thread that is carrying out the transfer.
setTransferFuture(Future<?>) - Method in class org.jivesoftware.wildfire.filetransfer.proxy.DefaultProxyTransfer
 
setType(String) - Method in interface org.jivesoftware.wildfire.forms.FormField
Sets an indicative of the format for the data to answer.
setType(String) - Method in class org.jivesoftware.wildfire.forms.spi.XFormFieldImpl
 
setType(HistoryStrategy.Type) - Method in class org.jivesoftware.wildfire.muc.HistoryStrategy
Set the type of history strategy being used.
setType(OfflineMessageStrategy.Type) - Method in class org.jivesoftware.wildfire.OfflineMessageStrategy
 
setType(String) - Method in class org.jivesoftware.wildfire.session.ComponentSession.ExternalComponent
 
setType(FormField.Type) - Method in class org.xmpp.forms.FormField
Sets an indicative of the format for the data to answer.
setType(IQ.Type) - Method in class org.xmpp.packet.IQ
Sets the type of this IQ.
setType(Message.Type) - Method in class org.xmpp.packet.Message
Sets the type of this message.
setType(PacketError.Type) - Method in class org.xmpp.packet.PacketError
Sets the error type.
setType(Presence.Type) - Method in class org.xmpp.packet.Presence
Sets the type of this presence.
setTypeFromString(String) - Method in class org.jivesoftware.wildfire.muc.HistoryStrategy
Obtain the strategy type from string name.
setUrl(String) - Method in class org.jivesoftware.wildfire.update.DownloadStatus
 
setUserIdleTime(int) - Method in interface org.jivesoftware.wildfire.muc.MultiUserChatServer
Sets the number of milliseconds a user must be idle before he/she gets kicked from all the rooms.
setUserIdleTime(int) - Method in class org.jivesoftware.wildfire.muc.spi.MultiUserChatServerImpl
 
setUsername(String) - Method in class org.jivesoftware.database.DefaultConnectionProvider
Sets the username used to connect to the database.
setUsername(String) - Method in class org.jivesoftware.util.EmailService
Sets the username that will be used when connecting to the SMTP server.
setUsername(String) - Method in class org.jivesoftware.wildfire.SessionResultFilter
Sets the username that results will be filtered on.
setUsernameField(String) - Method in class org.jivesoftware.wildfire.ldap.LdapManager
Sets the LDAP field name that the username lookup will be performed on.
setVariable(String) - Method in class org.xmpp.forms.FormField
Sets the attribute that uniquely identifies the field in the context of the form.
setVCard(String, Element) - Method in class org.jivesoftware.wildfire.vcard.VCardManager
Sets the user's vCard information.
setWait(int) - Method in class org.jivesoftware.wildfire.http.HttpSession
Specifies the longest time (in seconds) that the connection manager is allowed to wait before responding to any request during the session.
setWebRoot(File) - Method in class org.jivesoftware.wildfire.container.PluginDevEnvironment
Set the document root of a plugin.
setWriter(Writer) - Method in class org.jivesoftware.util.log.output.io.WriterTarget
Set the writer.
setWriter(Writer) - Method in class org.jivesoftware.util.XMLWriter
 
setXMLProperties(Map<String, String>) - Static method in class org.jivesoftware.util.JiveGlobals
Sets multiple local properties at once.
setXMLProperty(String, String) - Static method in class org.jivesoftware.util.JiveGlobals
Sets a local property.
setXMPPVersion(int, int) - Method in interface org.jivesoftware.wildfire.Connection
Sets the XMPP version information.
setXMPPVersion(int, int) - Method in class org.jivesoftware.wildfire.net.SocketConnection
Sets the XMPP version information.
setXMPPVersion(int, int) - Method in class org.jivesoftware.wildfire.net.VirtualConnection
 
setXMPPVersion(int, int) - Method in class org.jivesoftware.wildfire.nio.NIOConnection
 
SharedGroupException - Exception in org.jivesoftware.wildfire
Thrown when a a user is trying to add or remove a contact from his/her roster that belongs to a shared group.
SharedGroupException() - Constructor for exception org.jivesoftware.wildfire.SharedGroupException
 
SharedGroupException(String) - Constructor for exception org.jivesoftware.wildfire.SharedGroupException
 
sharedGroups - Variable in class org.jivesoftware.wildfire.roster.RosterItem
 
SHORT - Static variable in class org.jivesoftware.util.FastDateFormat
Style pattern
shouldBlockPacket(Packet) - Method in class org.jivesoftware.wildfire.privacy.PrivacyList
Returns true if the specified packet must be blocked based on this privacy list rules.
shouldCloseSession() - Method in exception org.jivesoftware.wildfire.http.HttpBindException
 
shouldDeliverNotifications() - Method in class org.jivesoftware.wildfire.pubsub.NodeSubscription
Returns whether an entity wants to receive or has disabled notifications.
shouldEncodeChar(char) - Method in class org.jivesoftware.util.XMLWriter
Should the given character be escaped.
showServerDown() - Method in class org.jivesoftware.util.WebManager
 
shutdown() - Method in class org.jivesoftware.util.TaskEngine
Shuts down the task engine service.
shutdown() - Method in class org.jivesoftware.wildfire.container.AdminConsolePlugin
Shuts down the Jetty server.
shutdown() - Method in class org.jivesoftware.wildfire.container.PluginManager
Shuts down all running plugins.
shutdown() - Method in class org.jivesoftware.wildfire.muc.spi.MultiUserChatServerImpl
 
shutdown() - Method in class org.jivesoftware.wildfire.net.ServerSocketReader
 
shutdown() - Method in class org.jivesoftware.wildfire.net.SocketAcceptThread
Unblock the thread and force it to terminate.
shutdown() - Method in class org.jivesoftware.wildfire.net.SocketReader
Notification message indicating that the SocketReader is shutting down.
shutdown() - Method in class org.jivesoftware.wildfire.net.SocketSendingTracker
Indicates that the checking thread should be stoped.
shutdown() - Method in class org.jivesoftware.wildfire.pubsub.PubSubEngine
 
shutdown() - Method in class org.jivesoftware.wildfire.server.OutgoingSessionPromise
Shuts down the thread that consumes the queued packets and also stops the pool of threads that actually send the packets to the remote servers.
shutdown() - Method in class org.jivesoftware.wildfire.session.ComponentSession.ExternalComponent
 
shutdown() - Method in interface org.xmpp.component.Component
Shuts down this component.
shutdownStream() - Method in class org.jivesoftware.util.log.output.io.StreamTarget
Shutdown output stream.
shutdownWriter() - Method in class org.jivesoftware.util.log.output.io.WriterTarget
Shutdown Writer.
SidebarTag - Class in org.jivesoftware.admin
A simple JSP tag for displaying sidebar information in the admin console.
SidebarTag() - Constructor for class org.jivesoftware.admin.SidebarTag
 
SimpleSSLSocketFactory - Class in org.jivesoftware.util
SSLSocketFactory that accepts any certificate chain and also accepts expired certificates.
SimpleSSLSocketFactory() - Constructor for class org.jivesoftware.util.SimpleSSLSocketFactory
 
size() - Method in class org.jivesoftware.util.Cache
 
size() - Method in class org.jivesoftware.util.ConcurrentHashSet
 
size() - Method in class org.jivesoftware.util.JiveProperties
 
size() - Method in class org.jivesoftware.wildfire.group.GroupCollection
 
size() - Method in class org.jivesoftware.wildfire.user.UserCollection
 
sizeOfBoolean() - Static method in class org.jivesoftware.util.CacheSizes
Returns the size in bytes of a primitive boolean.
sizeOfChar() - Static method in class org.jivesoftware.util.CacheSizes
Returns the size in bytes of a primitive char.
sizeOfCollection(Collection) - Static method in class org.jivesoftware.util.CacheSizes
Returns the size in bytes of a Collection object.
sizeOfDate() - Static method in class org.jivesoftware.util.CacheSizes
Returns the size in bytes of a Date.
sizeOfDouble() - Static method in class org.jivesoftware.util.CacheSizes
Returns the size in bytes of a primitive double.
sizeOfInt() - Static method in class org.jivesoftware.util.CacheSizes
Returns the size in bytes of a primitive int.
sizeOfLong() - Static method in class org.jivesoftware.util.CacheSizes
Returns the size in bytes of a primitive long.
sizeOfMap(Map) - Static method in class org.jivesoftware.util.CacheSizes
Returns the size in bytes of a Map object.
sizeOfObject() - Static method in class org.jivesoftware.util.CacheSizes
Returns the size in bytes of a basic Object.
sizeOfString(String) - Static method in class org.jivesoftware.util.CacheSizes
Returns the size in bytes of a String.
socketA - Variable in class org.jivesoftware.wildfire.mediaproxy.MediaProxySession
 
SocketAcceptThread - Class in org.jivesoftware.wildfire.net
Implements a network front end with a dedicated thread reading each incoming socket.
SocketAcceptThread(ConnectionManager, ServerPort) - Constructor for class org.jivesoftware.wildfire.net.SocketAcceptThread
 
socketAControl - Variable in class org.jivesoftware.wildfire.mediaproxy.MediaProxySession
 
socketB - Variable in class org.jivesoftware.wildfire.mediaproxy.MediaProxySession
 
socketBControl - Variable in class org.jivesoftware.wildfire.mediaproxy.MediaProxySession
 
SocketConnection - Class in org.jivesoftware.wildfire.net
An object to track the state of a XMPP client-server session.
SocketConnection(PacketDeliverer, Socket, boolean) - Constructor for class org.jivesoftware.wildfire.net.SocketConnection
Create a new session using the supplied socket.
SocketPacketWriteHandler - Class in org.jivesoftware.wildfire.net
This ChannelHandler writes packet data to connections.
SocketPacketWriteHandler(SessionManager, RoutingTable, OfflineMessageStrategy) - Constructor for class org.jivesoftware.wildfire.net.SocketPacketWriteHandler
 
SocketReader - Class in org.jivesoftware.wildfire.net
A SocketReader creates the appropriate Session based on the defined namespace in the stream element and will then keep reading and routing the received packets.
SocketReader(PacketRouter, RoutingTable, String, Socket, SocketConnection, boolean) - Constructor for class org.jivesoftware.wildfire.net.SocketReader
Creates a dedicated reader for a socket.
SocketSendingTracker - Class in org.jivesoftware.wildfire.net
A SocketSendingTracker keeps track of all the sockets that are currently sending data and checks the health of the sockets to detect hanged connections.
SORT_CREATION_DATE - Static variable in class org.jivesoftware.wildfire.SessionResultFilter
 
SORT_LAST_ACTIVITY_DATE - Static variable in class org.jivesoftware.wildfire.SessionResultFilter
 
SORT_NUM_CLIENT_PACKETS - Static variable in class org.jivesoftware.wildfire.SessionResultFilter
 
SORT_NUM_SERVER_PACKETS - Static variable in class org.jivesoftware.wildfire.SessionResultFilter
 
SORT_ONLINE_TIME - Static variable in interface org.jivesoftware.wildfire.PresenceManager
Sort by online time.
SORT_USER - Static variable in class org.jivesoftware.wildfire.SessionResultFilter
 
SORT_USERNAME - Static variable in interface org.jivesoftware.wildfire.PresenceManager
Sort by username.
SSLConfig - Class in org.jivesoftware.wildfire.net
Configuration of Wildfire's SSL settings.
SSLJiveKeyManager - Class in org.jivesoftware.wildfire.net
A skeleton placeholder for developers wishing to implement their own custom key manager.
SSLJiveKeyManager() - Constructor for class org.jivesoftware.wildfire.net.SSLJiveKeyManager
 
SSLJiveKeyManagerFactory - Class in org.jivesoftware.wildfire.net
A custom KeyManagerFactory that creates a key manager list using the default key manager or a standard keystore as specified in wildfire.xml.
SSLJiveKeyManagerFactory() - Constructor for class org.jivesoftware.wildfire.net.SSLJiveKeyManagerFactory
 
SSLJiveServerSocketFactory - Class in org.jivesoftware.wildfire.net
Securue socket factory wrapper allowing simple setup of all security SSL related parameters.
SSLJiveTrustManager - Class in org.jivesoftware.wildfire.net
Trust manager which accepts certificates without any validation except date validation.
SSLJiveTrustManager() - Constructor for class org.jivesoftware.wildfire.net.SSLJiveTrustManager
 
SSLJiveTrustManagerFactory - Class in org.jivesoftware.wildfire.net
A custom TrustManagerFactory that creates a trust manager list using the default trust manager or a standard keystore as specified in wildfire.xml.
SSLJiveTrustManagerFactory() - Constructor for class org.jivesoftware.wildfire.net.SSLJiveTrustManagerFactory
 
StackIntrospector - Class in org.jivesoftware.util.log.util
A set of utilities to inspect current stack frame.
StanzaHandler - Class in org.jivesoftware.wildfire.net
A StanzaHandler is the main responsible for handling incoming stanzas.
StanzaHandler(PacketRouter, String, Connection) - Constructor for class org.jivesoftware.wildfire.net.StanzaHandler
Creates a dedicated reader for a socket.
start() - Method in interface org.jivesoftware.database.ConnectionProvider
Starts the connection provider.
start() - Method in class org.jivesoftware.database.DefaultConnectionProvider
 
start() - Method in class org.jivesoftware.database.EmbeddedConnectionProvider
 
start() - Method in class org.jivesoftware.database.JNDIDataSourceProvider
 
start() - Method in class org.jivesoftware.wildfire.Channel
Starts the channel, which means that worker threads will start processing messages from the queue.
start() - Method in class org.jivesoftware.wildfire.commands.AdHocCommandHandler
 
start() - Method in class org.jivesoftware.wildfire.component.InternalComponentManager
 
start() - Method in class org.jivesoftware.wildfire.container.BasicModule
Starts the basic module.
start() - Method in interface org.jivesoftware.wildfire.container.Module
Start the module (must return quickly).
start() - Method in class org.jivesoftware.wildfire.container.PluginManager
Starts plugins and the plugin monitoring service.
start() - Method in class org.jivesoftware.wildfire.disco.IQDiscoItemsHandler
 
start() - Method in class org.jivesoftware.wildfire.filetransfer.proxy.FileTransferProxy
 
start() - Method in class org.jivesoftware.wildfire.handler.IQOfflineMessagesHandler
 
start() - Method in class org.jivesoftware.wildfire.http.HttpBindManager
 
start() - Method in class org.jivesoftware.wildfire.http.HttpSessionManager
Starts the services used by the HttpSessionManager.
start() - Method in class org.jivesoftware.wildfire.launcher.SwingWorker
Start the worker thread.
start() - Method in class org.jivesoftware.wildfire.mediaproxy.MediaProxyService
 
start() - Method in interface org.jivesoftware.wildfire.mediaproxy.ProxyCandidate
 
start() - Method in class org.jivesoftware.wildfire.muc.spi.MultiUserChatServerImpl
 
start() - Method in class org.jivesoftware.wildfire.net.MulticastDNSService
 
start() - Method in class org.jivesoftware.wildfire.net.SocketSendingTracker
Start up the daemon thread that will check for the health of the sockets that are currently sending data.
start() - Method in class org.jivesoftware.wildfire.OfflineMessageStore
 
start() - Method in class org.jivesoftware.wildfire.PrivateStorage
 
start() - Method in class org.jivesoftware.wildfire.pubsub.PubSubEngine
 
start() - Method in class org.jivesoftware.wildfire.pubsub.PubSubModule
 
start() - Method in class org.jivesoftware.wildfire.roster.RosterManager
 
start() - Method in class org.jivesoftware.wildfire.session.ComponentSession.ExternalComponent
 
start() - Method in class org.jivesoftware.wildfire.spi.ConnectionManagerImpl
 
start() - Method in class org.jivesoftware.wildfire.spi.PacketDelivererImpl
 
start() - Method in class org.jivesoftware.wildfire.spi.PresenceManagerImpl
 
start() - Method in class org.jivesoftware.wildfire.spi.RoutingTableImpl
 
start() - Method in class org.jivesoftware.wildfire.stun.STUNService
 
start() - Method in class org.jivesoftware.wildfire.update.UpdateManager
 
start() - Method in class org.jivesoftware.wildfire.vcard.VCardManager
 
start() - Method in class org.jivesoftware.wildfire.XMPPServer
 
start() - Method in interface org.xmpp.component.Component
Notification message indicating that the component will start receiving incoming packets.
startCDATA() - Method in class org.jivesoftware.util.XMLWriter
 
startCompression() - Method in interface org.jivesoftware.wildfire.Connection
Start using compression for this connection.
startCompression() - Method in class org.jivesoftware.wildfire.net.SocketConnection
 
startCompression() - Method in class org.jivesoftware.wildfire.net.VirtualConnection
 
startCompression() - Method in class org.jivesoftware.wildfire.nio.NIOConnection
 
startDocument() - Method in class org.jivesoftware.util.XMLWriter
 
startDTD(String, String, String) - Method in class org.jivesoftware.util.XMLWriter
 
startElement(String, String, String, Attributes) - Method in class org.jivesoftware.util.XMLWriter
 
startEntity(String) - Method in class org.jivesoftware.util.XMLWriter
 
startPrefixMapping(String, String) - Method in class org.jivesoftware.util.XMLWriter
 
startServer() - Method in class org.jivesoftware.wildfire.stun.STUNService
 
startTLS(boolean, String) - Method in interface org.jivesoftware.wildfire.Connection
Secures the plain connection by negotiating TLS with the client.
startTLS(boolean, String) - Method in class org.jivesoftware.wildfire.net.SocketConnection
 
startTLS(boolean, String) - Method in class org.jivesoftware.wildfire.net.VirtualConnection
 
startTLS(boolean, String) - Method in class org.jivesoftware.wildfire.nio.NIOConnection
 
startup() - Method in class org.jivesoftware.wildfire.container.AdminConsolePlugin
Starts the Jetty instance.
STATE - Static variable in interface org.jivesoftware.wildfire.handler.IQRegisterInfo
The user's state
Statistic - Interface in org.jivesoftware.wildfire.stats
A statistic being tracked by the server.
Statistic.Type - Enum in org.jivesoftware.wildfire.stats
The type of statistic.
StatisticsManager - Class in org.jivesoftware.wildfire.stats
Stores statistics being tracked by the server.
status - Variable in class org.jivesoftware.wildfire.session.Session
The current session status.
STATUS_AUTHENTICATED - Static variable in class org.jivesoftware.wildfire.session.Session
 
STATUS_CLOSED - Static variable in class org.jivesoftware.wildfire.session.Session
 
STATUS_CONNECTED - Static variable in class org.jivesoftware.wildfire.session.Session
 
STATUS_STREAMING - Static variable in class org.jivesoftware.wildfire.session.Session
 
stop() - Method in class org.jivesoftware.util.WebManager
Stops the server then sleeps for 3 seconds.
stop() - Method in interface org.jivesoftware.wildfire.audit.Auditor
Prepares the auditor for system shutdown.
stop() - Method in class org.jivesoftware.wildfire.audit.spi.AuditManagerImpl
 
stop() - Method in class org.jivesoftware.wildfire.audit.spi.AuditorImpl
 
stop() - Method in class org.jivesoftware.wildfire.Channel
Stops the channel, which means that worker threads will stop processing messages from the queue.
stop() - Method in class org.jivesoftware.wildfire.commands.AdHocCommandHandler
 
stop() - Method in class org.jivesoftware.wildfire.commands.AdHocCommandManager
 
stop() - Method in class org.jivesoftware.wildfire.component.InternalComponentManager
 
stop() - Method in class org.jivesoftware.wildfire.container.BasicModule
Stops the basic module.
stop() - Method in interface org.jivesoftware.wildfire.container.Module
Stop the module.
stop() - Method in class org.jivesoftware.wildfire.filetransfer.proxy.FileTransferProxy
 
stop() - Method in class org.jivesoftware.wildfire.handler.IQOfflineMessagesHandler
 
stop() - Method in class org.jivesoftware.wildfire.http.HttpBindManager
 
stop() - Method in class org.jivesoftware.wildfire.http.HttpSessionManager
Stops any services and cleans up any resources used by the HttpSessionManager.
stop() - Method in class org.jivesoftware.wildfire.mediaproxy.MediaProxyService
 
stop() - Method in class org.jivesoftware.wildfire.muc.spi.MultiUserChatServerImpl
 
stop() - Method in class org.jivesoftware.wildfire.net.MulticastDNSService
 
stop() - Method in class org.jivesoftware.wildfire.OfflineMessageStore
 
stop() - Method in class org.jivesoftware.wildfire.PrivateStorage
 
stop() - Method in class org.jivesoftware.wildfire.pubsub.PubSubModule
 
stop() - Method in class org.jivesoftware.wildfire.roster.RosterManager
 
stop() - Method in class org.jivesoftware.wildfire.SessionManager
 
stop() - Method in class org.jivesoftware.wildfire.spi.ConnectionManagerImpl
 
stop() - Method in class org.jivesoftware.wildfire.spi.PacketDelivererImpl
 
stop() - Method in class org.jivesoftware.wildfire.spi.PresenceManagerImpl
 
stop() - Method in class org.jivesoftware.wildfire.stun.STUNService
 
stop() - Method in class org.jivesoftware.wildfire.vcard.VCardManager
 
stop() - Method in class org.jivesoftware.wildfire.XMPPServer
Stops the server only if running in standalone mode.
stopAgent() - Method in class org.jivesoftware.wildfire.mediaproxy.MediaProxySession
Stop the Session
stopAgent() - Method in interface org.jivesoftware.wildfire.mediaproxy.ProxyCandidate
 
stopAgents() - Method in class org.jivesoftware.wildfire.mediaproxy.MediaProxyService
Stops every running agents
storeOffline(Message) - Method in class org.jivesoftware.wildfire.OfflineMessageStrategy
 
StreamError - Class in org.xmpp.packet
A stream error.
StreamError(StreamError.Condition) - Constructor for class org.xmpp.packet.StreamError
Construcs a new StreamError with the specified condition.
StreamError(StreamError.Condition, String) - Constructor for class org.xmpp.packet.StreamError
Constructs a new StreamError with the specified condition and error text.
StreamError(StreamError.Condition, String, String) - Constructor for class org.xmpp.packet.StreamError
Constructs a new StreamError with the specified condition and error text.
StreamError(Element) - Constructor for class org.xmpp.packet.StreamError
Constructs a new StreamError using an existing Element.
StreamError.Condition - Enum in org.xmpp.packet
Type-safe enumeration for the error condition.
StreamID - Interface in org.jivesoftware.wildfire
A unique identifier for a stream.
StreamIDFactory - Interface in org.jivesoftware.wildfire
Generates stream ids in different ways depending on the server set up.
StreamTarget - Class in org.jivesoftware.util.log.output.io
A basic target that writes to an OutputStream.
StreamTarget(OutputStream, Formatter) - Constructor for class org.jivesoftware.util.log.output.io.StreamTarget
Constructor that writes to a stream and uses a particular formatter.
StrictAuthorizationPolicy - Class in org.jivesoftware.wildfire.sasl
This policy will authorize any principal who: Username of principal matches exactly the username of the JID The user principal's realm matches exactly the realm of the server. Note that the realm may not match the servername, and in fact for this policy to be useful it will not match the servername.
StrictAuthorizationPolicy() - Constructor for class org.jivesoftware.wildfire.sasl.StrictAuthorizationPolicy
 
stringToCollection(String) - Static method in class org.jivesoftware.util.StringUtils
Returns a comma-delimitted list of Strings as a Collection.
StringUtils - Class in org.jivesoftware.util
Utility class to peform common String manipulation algorithms.
stripTags(String) - Static method in class org.jivesoftware.util.StringUtils
This method takes a string and strips out all tags except
tags while still leaving the tag body intact.
STUNService - Class in org.jivesoftware.wildfire.stun
STUN Server and Service Module Provides especial Address discovery for p2p sessions to be used for media transmission and receiving of UDP packets.
STUNService() - Constructor for class org.jivesoftware.wildfire.stun.STUNService
Constructs a new STUN Service
SUB_BOTH - Static variable in class org.jivesoftware.wildfire.roster.RosterItem
The roster item and owner have a mutual subscription.
SUB_FROM - Static variable in class org.jivesoftware.wildfire.roster.RosterItem
The roster item has a subscription to the roster owner's presence.
SUB_NONE - Static variable in class org.jivesoftware.wildfire.roster.RosterItem
No subscription is established.
SUB_REMOVE - Static variable in class org.jivesoftware.wildfire.roster.RosterItem
Indicates the roster item should be removed.
SUB_TO - Static variable in class org.jivesoftware.wildfire.roster.RosterItem
The roster owner has a subscription to the roster item's presence.
submit(Runnable) - Method in class org.jivesoftware.util.TaskEngine
Submits a Runnable task for execution and returns a Future representing that task.
subscribers - Static variable in class org.jivesoftware.wildfire.pubsub.models.PublisherModel
 
subscriptionConfigurationRequired - Variable in class org.jivesoftware.wildfire.pubsub.Node
Flag that indicates whether new subscriptions should be configured to be active.
subscriptionEnabled - Variable in class org.jivesoftware.wildfire.pubsub.Node
Flag that indicates that subscribing and unsubscribing are enabled.
subscriptionsByID - Variable in class org.jivesoftware.wildfire.pubsub.Node
Map that contains the current subscriptions to the node.
subscriptionsByJID - Variable in class org.jivesoftware.wildfire.pubsub.Node
Map that contains the current subscriptions to the node.
SubSidebarTag - Class in org.jivesoftware.admin
A simple tag to gather its body content and pass it to the parent tag.
SubSidebarTag() - Constructor for class org.jivesoftware.admin.SubSidebarTag
 
subStatus - Variable in class org.jivesoftware.wildfire.roster.RosterItem
 
supportsPasswordRetrieval() - Method in interface org.jivesoftware.wildfire.auth.AuthProvider
Returns true if this UserProvider is able to retrieve user passwords from the backend user store.
supportsPasswordRetrieval() - Method in class org.jivesoftware.wildfire.auth.DefaultAuthProvider
 
supportsPasswordRetrieval() - Method in class org.jivesoftware.wildfire.auth.HybridAuthProvider
 
supportsPasswordRetrieval() - Method in class org.jivesoftware.wildfire.auth.JDBCAuthProvider
 
supportsPasswordRetrieval() - Method in class org.jivesoftware.wildfire.auth.NativeAuthProvider
 
supportsPasswordRetrieval() - Method in class org.jivesoftware.wildfire.auth.POP3AuthProvider
 
supportsPasswordRetrieval() - Method in class org.jivesoftware.wildfire.ldap.LdapAuthProvider
 
SwingWorker - Class in org.jivesoftware.wildfire.launcher
Modified SwingWorker that actually works.
SwingWorker() - Constructor for class org.jivesoftware.wildfire.launcher.SwingWorker
Start a thread that will call the construct method and then exit.
SYSTEM - Static variable in class org.jivesoftware.util.JiveConstants
 
SYSTEM_ADMIN - Static variable in class org.jivesoftware.wildfire.Permissions
Permission to administer the entire sytem.
systemShutdown() - Method in interface org.jivesoftware.wildfire.Connection
Notification message indicating that the server is being shutdown.
systemShutdown() - Method in class org.jivesoftware.wildfire.http.HttpSession.HttpVirtualConnection
 
systemShutdown() - Method in class org.jivesoftware.wildfire.multiplex.ClientSessionConnection
 
systemShutdown() - Method in class org.jivesoftware.wildfire.net.SocketConnection
 
systemShutdown() - Method in class org.jivesoftware.wildfire.nio.NIOConnection
 

T

TabsTag - Class in org.jivesoftware.admin
A simple JSP tag for displaying tab information in the admin console.
TabsTag() - Constructor for class org.jivesoftware.admin.TabsTag
 
TaskEngine - Class in org.jivesoftware.util
Performs tasks using worker threads.
TEXT - Static variable in interface org.jivesoftware.wildfire.handler.IQRegisterInfo
Misc text to associate with the account
threadAtoB - Variable in class org.jivesoftware.wildfire.mediaproxy.MediaProxySession
 
threadAtoBControl - Variable in class org.jivesoftware.wildfire.mediaproxy.MediaProxySession
 
threadBtoA - Variable in class org.jivesoftware.wildfire.mediaproxy.MediaProxySession
 
threadBtoAControl - Variable in class org.jivesoftware.wildfire.mediaproxy.MediaProxySession
 
timestamp - Variable in class org.jivesoftware.util.LinkedListNode
This class is further customized for the CoolServlets cache system.
TLSStatus - Enum in org.jivesoftware.wildfire.net
A TLSStatus enum describing the current handshaking state of this TLS connection.
TLSStreamHandler - Class in org.jivesoftware.wildfire.net
TLSStreamHandler is responsible for securing plain connections by negotiating TLS.
TLSStreamHandler(Socket, boolean, String, boolean) - Constructor for class org.jivesoftware.wildfire.net.TLSStreamHandler
Creates a new TLSStreamHandler and secures the plain socket connection.
TLSStreamReader - Class in org.jivesoftware.wildfire.net
A TLSStreamReader that returns a special InputStream that hides the ByteBuffers used by the underlying Channels.
TLSStreamReader(TLSWrapper, Socket) - Constructor for class org.jivesoftware.wildfire.net.TLSStreamReader
 
TLSStreamWriter - Class in org.jivesoftware.wildfire.net
A TLSStreamWriter that returns a special OutputStream that hides the ByteBuffers used by the underlying Channels.
TLSStreamWriter(TLSWrapper, Socket) - Constructor for class org.jivesoftware.wildfire.net.TLSStreamWriter
 
TLSWrapper - Class in org.jivesoftware.wildfire.net
Creates and initializes the SSLContext instance to use to secure the plain connection.
TLSWrapper(boolean, boolean, String) - Constructor for class org.jivesoftware.wildfire.net.TLSWrapper
 
toBareJID() - Method in class org.xmpp.packet.JID
Returns the String representation of the bare JID, which is the JID with resource information removed.
toHTMLColor(Color) - Static method in class org.jivesoftware.wildfire.launcher.GraphicUtils
Return the hexidecimal color from a java.awt.Color
toJID - Variable in class org.xmpp.packet.Packet
 
toLowerCaseWordArray(String) - Static method in class org.jivesoftware.util.StringUtils
Converts a line of text into an array of lower case words using a BreakIterator.wordInstance().
TOOLTIP_COLOR - Static variable in class org.jivesoftware.wildfire.launcher.GraphicUtils
 
toString() - Method in class org.jivesoftware.database.CachedPreparedStatement
 
toString() - Method in class org.jivesoftware.database.ConnectionPool
 
toString() - Method in class org.jivesoftware.database.ConnectionWrapper
 
toString() - Method in class org.jivesoftware.database.DefaultConnectionProvider
 
toString() - Method in class org.jivesoftware.util.Enum
 
toString() - Method in class org.jivesoftware.util.IntEnum
 
toString() - Method in class org.jivesoftware.util.LinkedList
Returns a String representation of the linked list with a comma delimited list of all the elements in the list.
toString() - Method in class org.jivesoftware.util.LinkedListNode
Returns a String representation of the linked list node by calling the toString method of the node's object.
toString() - Method in class org.jivesoftware.util.log.Priority
Overidden string to display Priority in human readable form.
toString() - Method in enum org.jivesoftware.util.Version.ReleaseStatus
 
toString() - Method in class org.jivesoftware.wildfire.forms.spi.XFormFieldImpl
 
toString() - Method in class org.jivesoftware.wildfire.group.Group
 
toString() - Method in class org.jivesoftware.wildfire.net.DNSUtil.HostAddress
 
toString() - Method in enum org.jivesoftware.wildfire.net.SASLAuthentication.ElementType
 
toString() - Method in class org.jivesoftware.wildfire.net.SocketConnection
 
toString() - Method in class org.jivesoftware.wildfire.nio.NIOConnection
 
toString() - Method in class org.jivesoftware.wildfire.Permissions
 
toString() - Method in class org.jivesoftware.wildfire.pubsub.Node
 
toString() - Method in class org.jivesoftware.wildfire.pubsub.NodeAffiliate
 
toString() - Method in class org.jivesoftware.wildfire.pubsub.NodeSubscription
 
toString() - Method in class org.jivesoftware.wildfire.session.ClientSession
 
toString() - Method in class org.jivesoftware.wildfire.session.ComponentSession.ExternalComponent
 
toString() - Method in class org.jivesoftware.wildfire.session.Session
 
toString() - Method in class org.jivesoftware.wildfire.user.User
 
toString() - Method in class org.xmpp.packet.JID
Returns a String representation of the JID.
toString() - Method in class org.xmpp.packet.Packet
 
toString() - Method in class org.xmpp.packet.PacketError
 
toString() - Method in class org.xmpp.packet.Roster.Item
 
toString() - Method in class org.xmpp.packet.StreamError
 
totalChatTime - Variable in class org.jivesoftware.wildfire.muc.spi.MultiUserChatServerImpl
The total time all agents took to chat *
toXML() - Method in class org.xmpp.packet.Packet
Returns the textual XML representation of this packet.
toXML() - Method in class org.xmpp.packet.PacketError
Returns the textual XML representation of this error.
toXML() - Method in class org.xmpp.packet.StreamError
Returns the textual XML representation of this stream error.
toXMPP() - Method in enum org.xmpp.forms.FormField.Type
Returns the Field Type as a valid Field Type code string.
toXMPP() - Method in enum org.xmpp.packet.PacketError.Condition
Returns the error code as a valid XMPP error code string.
toXMPP() - Method in enum org.xmpp.packet.PacketError.Type
Returns the error code as a valid XMPP error code string.
toXMPP() - Method in enum org.xmpp.packet.StreamError.Condition
Returns the error code as a valid XMPP error code string.
tracker - Static variable in class org.jivesoftware.wildfire.launcher.GraphicUtils
 
TransportHandler - Class in org.jivesoftware.wildfire.transport
Routes packets to the appropriate transport gateway or drops the packet.
TransportHandler() - Constructor for class org.jivesoftware.wildfire.transport.TransportHandler
 
TYPE_BOOLEAN - Static variable in interface org.jivesoftware.wildfire.forms.FormField
 
TYPE_CANCEL - Static variable in interface org.jivesoftware.wildfire.forms.DataForm
 
TYPE_FIXED - Static variable in interface org.jivesoftware.wildfire.forms.FormField
 
TYPE_FORM - Static variable in interface org.jivesoftware.wildfire.forms.DataForm
 
TYPE_HIDDEN - Static variable in interface org.jivesoftware.wildfire.forms.FormField
 
TYPE_JID_MULTI - Static variable in interface org.jivesoftware.wildfire.forms.FormField
 
TYPE_JID_SINGLE - Static variable in interface org.jivesoftware.wildfire.forms.FormField
 
TYPE_LIST_MULTI - Static variable in interface org.jivesoftware.wildfire.forms.FormField
 
TYPE_LIST_SINGLE - Static variable in interface org.jivesoftware.wildfire.forms.FormField
 
TYPE_RESULT - Static variable in interface org.jivesoftware.wildfire.forms.DataForm
 
TYPE_SUBMIT - Static variable in interface org.jivesoftware.wildfire.forms.DataForm
 
TYPE_TEXT_MULTI - Static variable in interface org.jivesoftware.wildfire.forms.FormField
 
TYPE_TEXT_PRIVATE - Static variable in interface org.jivesoftware.wildfire.forms.FormField
 
TYPE_TEXT_SINGLE - Static variable in interface org.jivesoftware.wildfire.forms.FormField
 

U

UnauthenticatedException - Exception in org.jivesoftware.wildfire.auth
Thrown if a user does not have permission to access a particular method.
UnauthenticatedException() - Constructor for exception org.jivesoftware.wildfire.auth.UnauthenticatedException
 
UnauthenticatedException(String) - Constructor for exception org.jivesoftware.wildfire.auth.UnauthenticatedException
 
UnauthenticatedException(Throwable) - Constructor for exception org.jivesoftware.wildfire.auth.UnauthenticatedException
 
UnauthenticatedException(String, Throwable) - Constructor for exception org.jivesoftware.wildfire.auth.UnauthenticatedException
 
UnauthorizedException - Exception in org.jivesoftware.wildfire.auth
Thrown if a user does not have permission to access a particular method.
UnauthorizedException() - Constructor for exception org.jivesoftware.wildfire.auth.UnauthorizedException
 
UnauthorizedException(String) - Constructor for exception org.jivesoftware.wildfire.auth.UnauthorizedException
 
UnauthorizedException(Throwable) - Constructor for exception org.jivesoftware.wildfire.auth.UnauthorizedException
 
UnauthorizedException(String, Throwable) - Constructor for exception org.jivesoftware.wildfire.auth.UnauthorizedException
 
unavailableSession(ClientSession, Presence) - Static method in class org.jivesoftware.wildfire.user.PresenceEventDispatcher
Notification message indicating that a session that was available is no longer available.
unavailableSession(ClientSession, Presence) - Method in interface org.jivesoftware.wildfire.user.PresenceEventListener
Notification message indicating that a session that was available is no longer available.
unescapeFromXML(String) - Static method in class org.jivesoftware.util.StringUtils
Unescapes the String by converting XML escape sequences back into normal characters.
unescapeNode(String) - Static method in class org.xmpp.packet.JID
Un-escapes the node portion of a JID according to "JID Escaping" (JEP-0106).
Uninstaller - Class in org.jivesoftware.wildfire.launcher
Used with the Install4J installer to uninstall the remaining files within the WildFire install.
Uninstaller() - Constructor for class org.jivesoftware.wildfire.launcher.Uninstaller
 
UniqueFileStrategy - Class in org.jivesoftware.util.log.output.io.rotate
Strategy for naming log files based on appending time suffix.
UniqueFileStrategy(File) - Constructor for class org.jivesoftware.util.log.output.io.rotate.UniqueFileStrategy
 
UniqueFileStrategy(File, String) - Constructor for class org.jivesoftware.util.log.output.io.rotate.UniqueFileStrategy
 
UniqueFileStrategy(File, String, String) - Constructor for class org.jivesoftware.util.log.output.io.rotate.UniqueFileStrategy
 
UnixK5LoginProvider - Class in org.jivesoftware.wildfire.sasl
Provider for authorization.
UnixK5LoginProvider() - Constructor for class org.jivesoftware.wildfire.sasl.UnixK5LoginProvider
 
UNKNOWN - Static variable in interface org.jivesoftware.wildfire.handler.IQRegisterInfo
An unknown type
UnknownStanzaException - Exception in org.jivesoftware.wildfire.multiplex
 
UnknownStanzaException() - Constructor for exception org.jivesoftware.wildfire.multiplex.UnknownStanzaException
 
unloadPlugin(String) - Method in class org.jivesoftware.wildfire.container.PluginManager
Unloads a plugin.
unlock(MUCRole) - Method in interface org.jivesoftware.wildfire.muc.MUCRoom
Unlocks the room so that users can join the room.
unlock(MUCRole) - Method in class org.jivesoftware.wildfire.muc.spi.MUCRoomImpl
 
unparsedEntityDecl(String, String, String, String) - Method in class org.jivesoftware.util.XMLWriter
 
unregisterIncomingServerSessions(String) - Method in class org.jivesoftware.wildfire.SessionManager
Unregisters the server sessions originated by a remote server with the specified hostname.
unregisterOutgoingServerSession(String) - Method in class org.jivesoftware.wildfire.SessionManager
Unregisters the server session that was originated by this server to a remote server named hostname.
unregisterServlets(File) - Static method in class org.jivesoftware.wildfire.container.PluginServlet
Unregisters all JSP page servlets for a plugin.
unsetLogTargets() - Method in class org.jivesoftware.util.log.Logger
Unset the logtargets for this logger.
unsetLogTargets(boolean) - Method in class org.jivesoftware.util.log.Logger
Unset the logtargets for this logger and all child loggers if recursive is set.
unsetPriority() - Method in class org.jivesoftware.util.log.Logger
Unset the priority of Logger.
unsetPriority(boolean) - Method in class org.jivesoftware.util.log.Logger
Unset the priority of Logger.
unwrap(ByteBuffer, ByteBuffer) - Method in class org.jivesoftware.wildfire.net.TLSWrapper
Attempts to decode SSL/TLS network data into a subsequence of plaintext application data buffers.
Update - Class in org.jivesoftware.wildfire.update
An Update represents a component that needs to be updated.
Update(String, String, String, String) - Constructor for class org.jivesoftware.wildfire.update.Update
 
updateDefaultConfiguration(PubSubService, DefaultNodeConfiguration) - Static method in class org.jivesoftware.wildfire.pubsub.PubSubPersistenceManager
Updates the default node configuration for the specified service.
UpdateGroup - Class in org.jivesoftware.wildfire.commands.admin.group
Command that allows to update a given group.
UpdateGroup() - Constructor for class org.jivesoftware.wildfire.commands.admin.group.UpdateGroup
 
updateItem(String, RosterItem) - Method in class org.jivesoftware.wildfire.roster.RosterItemProvider
Update the roster item in storage with the information contained in the given item (optional operation).
updateList(Element) - Method in class org.jivesoftware.wildfire.privacy.PrivacyList
Sets the new list items based on the specified Element.
UpdateManager - Class in org.jivesoftware.wildfire.update
Service that frequently checks for new server or plugins releases.
UpdateManager() - Constructor for class org.jivesoftware.wildfire.update.UpdateManager
 
updateMember(String, JID, boolean) - Method in class org.jivesoftware.wildfire.group.DefaultGroupProvider
 
updateMember(String, JID, boolean) - Method in interface org.jivesoftware.wildfire.group.GroupProvider
Updates the privileges of an entity in a group.
updateMember(String, JID, boolean) - Method in class org.jivesoftware.wildfire.group.JDBCGroupProvider
Always throws an UnsupportedOperationException because JDBC groups are read-only.
updateMember(String, JID, boolean) - Method in class org.jivesoftware.wildfire.ldap.LdapGroupProvider
Always throws an UnsupportedOperationException because LDAP groups are read-only.
updateNode(PubSubService, Node) - Static method in class org.jivesoftware.wildfire.pubsub.PubSubPersistenceManager
Updates the node configuration in the database.
updatePluginsList() - Method in class org.jivesoftware.wildfire.update.PluginDownloadManager
Updates the PluginList from the server.
updatePrivacyList(String, PrivacyList) - Method in class org.jivesoftware.wildfire.privacy.PrivacyListProvider
Updated the existing privacy list in the database.
updateRoomEmptyDate(MUCRoom) - Static method in class org.jivesoftware.wildfire.muc.spi.MUCPersistenceManager
Updates the room's lock status in the database.
updateRoomLock(MUCRoomImpl) - Static method in class org.jivesoftware.wildfire.muc.spi.MUCPersistenceManager
Updates the room's lock status in the database.
updateRoomSubject(MUCRoom) - Static method in class org.jivesoftware.wildfire.muc.spi.MUCPersistenceManager
Updates the room's subject in the database.
updateRosterItem(RosterItem) - Method in class org.jivesoftware.wildfire.roster.Roster
Update an item that is already in the roster.
updateVCard(String, Element) - Method in class org.jivesoftware.wildfire.ldap.LdapVCardProvider
 
updateVCard(String, Element) - Method in class org.jivesoftware.wildfire.vcard.DefaultVCardProvider
 
updateVCard(String, Element) - Method in interface org.jivesoftware.wildfire.vcard.VCardProvider
Updates the user vcard in the backend store.
URL - Static variable in interface org.jivesoftware.wildfire.handler.IQRegisterInfo
The user's url
User - Class in org.jivesoftware.wildfire.user
Encapsulates information about a user.
User(String, String, String, Date, Date) - Constructor for class org.jivesoftware.wildfire.user.User
Constructs a new user.
USER_ADMIN - Static variable in class org.jivesoftware.wildfire.Permissions
Permission to administer a particular user.
USER_CODES - Static variable in class org.jivesoftware.wildfire.audit.AuditEvent
All user generated codes must be equal to or greater than this constant to avoid clashing with Wildfire event codes.
UserAlreadyExistsException - Exception in org.jivesoftware.wildfire.user
Thrown when attempting to create a user that already exists.
UserAlreadyExistsException() - Constructor for exception org.jivesoftware.wildfire.user.UserAlreadyExistsException
 
UserAlreadyExistsException(String) - Constructor for exception org.jivesoftware.wildfire.user.UserAlreadyExistsException
 
UserAlreadyExistsException(Throwable) - Constructor for exception org.jivesoftware.wildfire.user.UserAlreadyExistsException
 
UserAlreadyExistsException(String, Throwable) - Constructor for exception org.jivesoftware.wildfire.user.UserAlreadyExistsException
 
userAvailable(Presence) - Method in interface org.jivesoftware.wildfire.PresenceManager
Notification message saying that the sender of the given presence just became available.
userAvailable(Presence) - Method in class org.jivesoftware.wildfire.spi.PresenceManagerImpl
 
userBroadcast(String, Packet) - Method in class org.jivesoftware.wildfire.SessionManager
Broadcasts the given data to all connected sessions for a particular user.
UserCollection - Class in org.jivesoftware.wildfire.user
Provides a view of an array of usernames as a Collection of User objects.
UserCollection(String[]) - Constructor for class org.jivesoftware.wildfire.user.UserCollection
Constructs a new UserCollection.
userCreated(User, Map) - Method in class org.jivesoftware.wildfire.event.UserEventAdapter
 
userCreated(User, Map) - Method in interface org.jivesoftware.wildfire.event.UserEventListener
A user was created.
userCreated(User, Map) - Method in class org.jivesoftware.wildfire.handler.IQPrivacyHandler
 
userCreated(User, Map) - Method in class org.jivesoftware.wildfire.OfflineMessageStore
 
userCreated(User, Map) - Method in class org.jivesoftware.wildfire.PrivateStorage
 
userCreated(User, Map) - Method in class org.jivesoftware.wildfire.roster.RosterManager
A new user has been created so members of public shared groups need to have their rosters updated.
userDeleting(User, Map) - Method in class org.jivesoftware.wildfire.event.UserEventAdapter
 
userDeleting(User, Map) - Method in interface org.jivesoftware.wildfire.event.UserEventListener
A user is being deleted.
userDeleting(User, Map) - Method in class org.jivesoftware.wildfire.handler.IQPrivacyHandler
 
userDeleting(User, Map) - Method in class org.jivesoftware.wildfire.OfflineMessageStore
 
userDeleting(User, Map) - Method in class org.jivesoftware.wildfire.PrivateStorage
 
userDeleting(User, Map) - Method in class org.jivesoftware.wildfire.roster.RosterManager
 
UserEventAdapter - Class in org.jivesoftware.wildfire.event
An abstract adapter class for receiving user events.
UserEventAdapter() - Constructor for class org.jivesoftware.wildfire.event.UserEventAdapter
 
UserEventDispatcher - Class in org.jivesoftware.wildfire.event
Dispatches user events.
UserEventDispatcher.EventType - Enum in org.jivesoftware.wildfire.event
Represents valid event types.
UserEventListener - Interface in org.jivesoftware.wildfire.event
Interface to listen for group events.
UserManager - Class in org.jivesoftware.wildfire.user
Manages users, including loading, creating and deleting.
userModified(User, Map) - Method in class org.jivesoftware.wildfire.event.UserEventAdapter
 
userModified(User, Map) - Method in interface org.jivesoftware.wildfire.event.UserEventListener
A user's name, email, or an extended property was changed.
userModified(User, Map) - Method in class org.jivesoftware.wildfire.handler.IQPrivacyHandler
 
userModified(User, Map) - Method in class org.jivesoftware.wildfire.OfflineMessageStore
 
userModified(User, Map) - Method in class org.jivesoftware.wildfire.PrivateStorage
 
userModified(User, Map) - Method in class org.jivesoftware.wildfire.roster.RosterManager
 
UserNameManager - Class in org.jivesoftware.wildfire.user
Main responsibility of this class is to return the correct name of XMPP entities.
UserNameProvider - Interface in org.jivesoftware.wildfire.user
Interface to be implemented by components that are capable of returning the name of entities when running as internal components.
UserNotFoundException - Exception in org.jivesoftware.wildfire.user
Thrown when User cannot be found.
UserNotFoundException() - Constructor for exception org.jivesoftware.wildfire.user.UserNotFoundException
 
UserNotFoundException(String) - Constructor for exception org.jivesoftware.wildfire.user.UserNotFoundException
 
UserNotFoundException(Throwable) - Constructor for exception org.jivesoftware.wildfire.user.UserNotFoundException
 
UserNotFoundException(String, Throwable) - Constructor for exception org.jivesoftware.wildfire.user.UserNotFoundException
 
UserProperties - Class in org.jivesoftware.wildfire.commands.admin.user
An adhoc command to retrieve the properties of the user.
UserProperties() - Constructor for class org.jivesoftware.wildfire.commands.admin.user.UserProperties
 
UserProvider - Interface in org.jivesoftware.wildfire.user
Provider interface for the user system.
userUnavailable(Presence) - Method in interface org.jivesoftware.wildfire.PresenceManager
Notification message saying that the sender of the given presence just became unavailable.
userUnavailable(Presence) - Method in class org.jivesoftware.wildfire.spi.PresenceManagerImpl
 

V

validate() - Method in interface org.jivesoftware.wildfire.Connection
Verifies that the connection is still live.
validate() - Method in class org.jivesoftware.wildfire.net.SocketConnection
 
validate() - Method in class org.jivesoftware.wildfire.net.VirtualConnection
 
validate() - Method in class org.jivesoftware.wildfire.nio.NIOConnection
 
validateRemoteDomain(Element, StreamID) - Method in class org.jivesoftware.wildfire.server.ServerDialback
Returns true if the domain requested by the remote server was validated by the Authoritative Server.
validateService() - Method in class org.jivesoftware.util.WebManager
 
validateSubsequentDomain(Element) - Method in class org.jivesoftware.wildfire.session.IncomingServerSession
Returns true if the request of a new domain was valid.
value() - Method in class org.jivesoftware.wildfire.Permissions
Returns the long value (bitmask) of the permissions that are set.
valueOf(String) - Static method in enum org.jivesoftware.database.DbConnectionManager.DatabaseType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jivesoftware.util.PropertyEventDispatcher.EventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jivesoftware.util.Version.ReleaseStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jivesoftware.wildfire.auth.JDBCAuthProvider.PasswordType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jivesoftware.wildfire.commands.AdHocCommand.Action
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jivesoftware.wildfire.commands.AdHocCommand.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jivesoftware.wildfire.component.ExternalComponentConfiguration.Permission
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jivesoftware.wildfire.component.ExternalComponentManager.PermissionPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jivesoftware.wildfire.Connection.CompressionPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jivesoftware.wildfire.Connection.TLSPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jivesoftware.wildfire.container.PluginManager.License
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jivesoftware.wildfire.event.GroupEventDispatcher.EventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jivesoftware.wildfire.event.SessionEventDispatcher.EventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jivesoftware.wildfire.event.UserEventDispatcher.EventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jivesoftware.wildfire.muc.HistoryStrategy.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jivesoftware.wildfire.muc.MUCRole.Affiliation
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.jivesoftware.wildfire.muc.MUCRole.Affiliation
Returns the affiliation associated with the specified value.
valueOf(String) - Static method in enum org.jivesoftware.wildfire.muc.MUCRole.Role
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.jivesoftware.wildfire.muc.MUCRole.Role
Returns the affiliation associated with the specified value.
valueOf(String) - Static method in enum org.jivesoftware.wildfire.net.SASLAuthentication.ElementType
Returns the enum constant of this type with the specified name.
valueof(String) - Static method in enum org.jivesoftware.wildfire.net.SASLAuthentication.ElementType
 
valueOf(String) - Static method in enum org.jivesoftware.wildfire.net.SASLAuthentication.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jivesoftware.wildfire.net.TLSStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jivesoftware.wildfire.OfflineMessageStrategy.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jivesoftware.wildfire.pubsub.CollectionNode.LeafNodeAssociationPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class org.jivesoftware.wildfire.pubsub.models.AccessModel
Returns the specific subclass of AccessModel as specified by the access model name.
valueOf(String) - Static method in class org.jivesoftware.wildfire.pubsub.models.PublisherModel
Returns the specific subclass of PublisherModel as specified by the publisher model name.
valueOf(String) - Static method in enum org.jivesoftware.wildfire.pubsub.Node.ItemReplyPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jivesoftware.wildfire.pubsub.NodeAffiliate.Affiliation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jivesoftware.wildfire.pubsub.NodeSubscription.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jivesoftware.wildfire.pubsub.NodeSubscription.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jivesoftware.wildfire.server.RemoteServerConfiguration.Permission
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jivesoftware.wildfire.server.RemoteServerManager.PermissionPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jivesoftware.wildfire.ServerPort.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jivesoftware.wildfire.stats.Statistic.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.xmpp.forms.DataForm.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.xmpp.forms.FormField.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.xmpp.packet.IQ.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.xmpp.packet.Message.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.xmpp.packet.PacketError.Condition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.xmpp.packet.PacketError.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.xmpp.packet.Presence.Show
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.xmpp.packet.Presence.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.xmpp.packet.Roster.Ask
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.xmpp.packet.Roster.Subscription
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.xmpp.packet.StreamError.Condition
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.jivesoftware.database.DbConnectionManager.DatabaseType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Method in class org.jivesoftware.util.Cache
 
values() - Method in class org.jivesoftware.util.JiveProperties
 
values() - Static method in enum org.jivesoftware.util.PropertyEventDispatcher.EventType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.jivesoftware.util.Version.ReleaseStatus
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.jivesoftware.wildfire.auth.JDBCAuthProvider.PasswordType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.jivesoftware.wildfire.commands.AdHocCommand.Action
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.jivesoftware.wildfire.commands.AdHocCommand.Status
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.jivesoftware.wildfire.component.ExternalComponentConfiguration.Permission
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.jivesoftware.wildfire.component.ExternalComponentManager.PermissionPolicy
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.jivesoftware.wildfire.Connection.CompressionPolicy
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.jivesoftware.wildfire.Connection.TLSPolicy
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.jivesoftware.wildfire.container.PluginManager.License
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.jivesoftware.wildfire.event.GroupEventDispatcher.EventType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.jivesoftware.wildfire.event.SessionEventDispatcher.EventType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.jivesoftware.wildfire.event.UserEventDispatcher.EventType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.jivesoftware.wildfire.muc.HistoryStrategy.Type
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.jivesoftware.wildfire.muc.MUCRole.Affiliation
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.jivesoftware.wildfire.muc.MUCRole.Role
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.jivesoftware.wildfire.net.SASLAuthentication.ElementType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.jivesoftware.wildfire.net.SASLAuthentication.Status
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.jivesoftware.wildfire.net.TLSStatus
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.jivesoftware.wildfire.OfflineMessageStrategy.Type
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.jivesoftware.wildfire.pubsub.CollectionNode.LeafNodeAssociationPolicy
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.jivesoftware.wildfire.pubsub.Node.ItemReplyPolicy
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.jivesoftware.wildfire.pubsub.NodeAffiliate.Affiliation
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.jivesoftware.wildfire.pubsub.NodeSubscription.State
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.jivesoftware.wildfire.pubsub.NodeSubscription.Type
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.jivesoftware.wildfire.server.RemoteServerConfiguration.Permission
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.jivesoftware.wildfire.server.RemoteServerManager.PermissionPolicy
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.jivesoftware.wildfire.ServerPort.Type
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.jivesoftware.wildfire.stats.Statistic.Type
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.xmpp.forms.DataForm.Type
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.xmpp.forms.FormField.Type
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.xmpp.packet.IQ.Type
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.xmpp.packet.Message.Type
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.xmpp.packet.PacketError.Condition
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.xmpp.packet.PacketError.Type
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.xmpp.packet.Presence.Show
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.xmpp.packet.Presence.Type
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.xmpp.packet.Roster.Ask
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.xmpp.packet.Roster.Subscription
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.xmpp.packet.StreamError.Condition
Returns an array containing the constants of this enum type, in the order they're declared.
vCardCreated(String) - Method in interface org.jivesoftware.wildfire.vcard.VCardListener
A vCard was created.
vCardDeleted(String) - Method in interface org.jivesoftware.wildfire.vcard.VCardListener
A vCard was deleted.
VCardListener - Interface in org.jivesoftware.wildfire.vcard
Interface to listen for vCard changes.
VCardManager - Class in org.jivesoftware.wildfire.vcard
Manages VCard information for users.
VCardManager() - Constructor for class org.jivesoftware.wildfire.vcard.VCardManager
 
VCardProvider - Interface in org.jivesoftware.wildfire.vcard
Provider interface for users vcards.
vCardUpdated(String) - Method in interface org.jivesoftware.wildfire.vcard.VCardListener
A vCard was updated.
verifyReceivedKey(Element, Connection) - Static method in class org.jivesoftware.wildfire.server.ServerDialback
Verifies the key sent by a Receiving Server.
verifyReceivedKey(Element) - Method in class org.jivesoftware.wildfire.session.IncomingServerSession
Verifies the received key sent by the remote server.
Version - Class in org.jivesoftware.util
Holds version information for Wildfire.
Version(int, int, int, Version.ReleaseStatus, int) - Constructor for class org.jivesoftware.util.Version
Create a new version information object.
Version.ReleaseStatus - Enum in org.jivesoftware.util
A class to represent the release status of the server.
VIEW_ONLINE_STATUS - Static variable in class org.jivesoftware.wildfire.Permissions
Permission to see the online status of a particular user.
VirtualConnection - Class in org.jivesoftware.wildfire.net
Abstract implementation of the Connection interface that models abstract connections.
VirtualConnection() - Constructor for class org.jivesoftware.wildfire.net.VirtualConnection
 

W

warn(String, Throwable) - Method in class org.jivesoftware.util.log.Logger
Log a warn priority event.
warn(String) - Method in class org.jivesoftware.util.log.Logger
Log a warn priority event.
WARN - Static variable in class org.jivesoftware.util.log.Priority
A problem or conflict has occurred but it may be recoverable, then again it could be the start of the system failing.
warn(String, Object, Object) - Method in class org.jivesoftware.util.log.util.JettyLog
 
warn(String, Throwable) - Method in class org.jivesoftware.util.log.util.JettyLog
 
warn(String) - Static method in class org.jivesoftware.util.Log
 
warn(Throwable) - Static method in class org.jivesoftware.util.Log
 
warn(String, Throwable) - Static method in class org.jivesoftware.util.Log
 
warn(String) - Method in interface org.xmpp.component.Log
Logs a warning.
warn(String, Throwable) - Method in interface org.xmpp.component.Log
Logs a warning.
warn(Throwable) - Method in interface org.xmpp.component.Log
Logs a warning.
wasAvailable() - Method in class org.jivesoftware.wildfire.session.ClientSession
Returns true if the session was available ever.
wasSavedToDB() - Method in interface org.jivesoftware.wildfire.muc.MUCRoom
Returns true if the room has already been made persistent.
wasSavedToDB() - Method in class org.jivesoftware.wildfire.muc.spi.MUCRoomImpl
 
WebBean - Class in org.jivesoftware.util
 
WebBean() - Constructor for class org.jivesoftware.util.WebBean
 
WebManager - Class in org.jivesoftware.util
A utility bean for Wildfire admin console pages.
WebManager() - Constructor for class org.jivesoftware.util.WebManager
 
WEEK - Static variable in class org.jivesoftware.util.JiveConstants
 
whitelist - Static variable in class org.jivesoftware.wildfire.pubsub.models.AccessModel
 
WhitelistAccess - Class in org.jivesoftware.wildfire.pubsub.models
Only those on a whitelist may subscribe and retrieve items.
wordWrap(String, int, Locale) - Static method in class org.jivesoftware.util.StringUtils
Reformats a string where lines that are longer than width are split apart at the earliest wordbreak or at maxLength, whichever is sooner.
wrap(ByteBuffer, ByteBuffer) - Method in class org.jivesoftware.wildfire.net.TLSWrapper
Attempts to encode a buffer of plaintext application data into TLS network data.
wrapInputStream(InputStream) - Static method in class org.jivesoftware.wildfire.net.ServerTrafficCounter
Wraps the specified input stream to count the number of bytes that were read.
wrapOutputStream(OutputStream) - Static method in class org.jivesoftware.wildfire.net.ServerTrafficCounter
Wraps the specified output stream to count the number of bytes that were written.
wrapReadableChannel(ReadableByteChannel) - Static method in class org.jivesoftware.wildfire.net.ServerTrafficCounter
Wraps the specified readable channel to count the number of bytes that were read.
wrapWritableChannel(WritableByteChannel) - Static method in class org.jivesoftware.wildfire.net.ServerTrafficCounter
Wraps the specified writable channel to count the number of bytes that were written.
write(String) - Method in class org.jivesoftware.util.log.output.AbstractOutputTarget
Abstract method to send data.
write(String) - Method in class org.jivesoftware.util.log.output.io.rotate.RotatingFileTarget
Output the log message, and check if rotation is needed.
write(String) - Method in class org.jivesoftware.util.log.output.io.StreamTarget
Abstract method that will output event.
write(String) - Method in class org.jivesoftware.util.log.output.io.WriterTarget
Concrete implementation of output that writes out to underlying writer.
write(int) - Method in class org.jivesoftware.util.log.util.LoggerOutputStream
Write a single byte of data to output stream.
write(Attribute) - Method in class org.jivesoftware.util.XMLWriter
Writes the given Attribute.
write(Document) - Method in class org.jivesoftware.util.XMLWriter
This will print the Document to the current Writer.
write(Element) - Method in class org.jivesoftware.util.XMLWriter
Writes the Element, including its Attributes, and its value, and all its content (child nodes) to the current Writer.
write(CDATA) - Method in class org.jivesoftware.util.XMLWriter
Writes the given CDATA.
write(Comment) - Method in class org.jivesoftware.util.XMLWriter
Writes the given Comment.
write(DocumentType) - Method in class org.jivesoftware.util.XMLWriter
Writes the given DocumentType.
write(Entity) - Method in class org.jivesoftware.util.XMLWriter
Writes the given Entity.
write(Namespace) - Method in class org.jivesoftware.util.XMLWriter
Writes the given Namespace.
write(ProcessingInstruction) - Method in class org.jivesoftware.util.XMLWriter
Writes the given ProcessingInstruction.
write(String) - Method in class org.jivesoftware.util.XMLWriter
Print out a String, Perfoms the necessary entity escaping and whitespace stripping.
write(Text) - Method in class org.jivesoftware.util.XMLWriter
Writes the given Text.
write(Node) - Method in class org.jivesoftware.util.XMLWriter
Writes the given Node.
write(Object) - Method in class org.jivesoftware.util.XMLWriter
Writes the given object which should be a String, a Node or a List of Nodes.
write(byte[], int, int) - Method in class org.jivesoftware.wildfire.filetransfer.proxy.ProxyOutputStream
 
write(char[], int, int) - Method in class org.jivesoftware.wildfire.nio.ByteBufferWriter
 
writeAttribute(Attribute) - Method in class org.jivesoftware.util.XMLWriter
 
writeAttribute(Attributes, int) - Method in class org.jivesoftware.util.XMLWriter
 
writeAttributes(Element) - Method in class org.jivesoftware.util.XMLWriter
Writes the attributes of the given element
writeAttributes(Attributes) - Method in class org.jivesoftware.util.XMLWriter
 
writeCDATA(String) - Method in class org.jivesoftware.util.XMLWriter
 
writeClose(Element) - Method in class org.jivesoftware.util.XMLWriter
Writes the closing tag of an Element
writeClose(String) - Method in class org.jivesoftware.util.XMLWriter
 
writeComment(String) - Method in class org.jivesoftware.util.XMLWriter
 
writeDeclaration() - Method in class org.jivesoftware.util.XMLWriter
This will write the declaration to the given Writer.
writeDocType(DocumentType) - Method in class org.jivesoftware.util.XMLWriter
 
writeDocType(String, String, String) - Method in class org.jivesoftware.util.XMLWriter
 
writeElement(Element) - Method in class org.jivesoftware.util.XMLWriter
 
writeElementContent(Element) - Method in class org.jivesoftware.util.XMLWriter
Outputs the content of the given element.
writeEmptyElementClose(String) - Method in class org.jivesoftware.util.XMLWriter
 
writeEntity(Entity) - Method in class org.jivesoftware.util.XMLWriter
 
writeEntityRef(String) - Method in class org.jivesoftware.util.XMLWriter
 
writeEscapeAttributeEntities(String) - Method in class org.jivesoftware.util.XMLWriter
 
writeNamespace(Namespace) - Method in class org.jivesoftware.util.XMLWriter
 
writeNamespace(String, String) - Method in class org.jivesoftware.util.XMLWriter
Writes the SAX namepsaces
writeNamespaces() - Method in class org.jivesoftware.util.XMLWriter
Writes the SAX namepsaces
writeNode(Node) - Method in class org.jivesoftware.util.XMLWriter
 
writeNodeText(Node) - Method in class org.jivesoftware.util.XMLWriter
This method is used to write out Nodes that contain text and still allow for xml:space to be handled properly.
writeOpen(Element) - Method in class org.jivesoftware.util.XMLWriter
Writes the opening tag of an Element, including its Attributes but without its content.
writePrintln() - Method in class org.jivesoftware.util.XMLWriter
This will print a new line only if the newlines flag was set to true
writeProcessingInstruction(ProcessingInstruction) - Method in class org.jivesoftware.util.XMLWriter
 
writer - Variable in class org.jivesoftware.util.XMLWriter
The Writer used to output to
WriterTarget - Class in org.jivesoftware.util.log.output.io
This target outputs to a writer.
WriterTarget(Writer, Formatter) - Constructor for class org.jivesoftware.util.log.output.io.WriterTarget
Construct target with a specific writer and formatter.
writeString(String) - Method in class org.jivesoftware.util.XMLWriter
 

X

XDataFormImpl - Class in org.jivesoftware.wildfire.forms.spi
A concrete DataForm capable of sending itself to a writer and recover its state from an XMPP stanza.
XDataFormImpl() - Constructor for class org.jivesoftware.wildfire.forms.spi.XDataFormImpl
 
XDataFormImpl(String) - Constructor for class org.jivesoftware.wildfire.forms.spi.XDataFormImpl
 
XFormFieldImpl - Class in org.jivesoftware.wildfire.forms.spi
A concrete FormField capable of sending itself to a writer and recover its state from an XMPP stanza.
XFormFieldImpl() - Constructor for class org.jivesoftware.wildfire.forms.spi.XFormFieldImpl
 
XFormFieldImpl(String) - Constructor for class org.jivesoftware.wildfire.forms.spi.XFormFieldImpl
 
XMLProperties - Class in org.jivesoftware.util
Provides the the ability to use simple XML property files.
XMLProperties(String) - Constructor for class org.jivesoftware.util.XMLProperties
Creates a new XMLPropertiesTest object.
XMLProperties(InputStream) - Constructor for class org.jivesoftware.util.XMLProperties
Loads XML properties from a stream.
XMLProperties(File) - Constructor for class org.jivesoftware.util.XMLProperties
Creates a new XMLPropertiesTest object.
xmlPropertyDeleted(String, Map<String, Object>) - Method in interface org.jivesoftware.util.PropertyEventListener
An XML property was deleted.
xmlPropertyDeleted(String, Map) - Method in class org.jivesoftware.wildfire.ldap.LdapVCardProvider
 
xmlPropertySet(String, Map<String, Object>) - Method in interface org.jivesoftware.util.PropertyEventListener
An XML property was set.
xmlPropertySet(String, Map) - Method in class org.jivesoftware.wildfire.ldap.LdapVCardProvider
 
XMLSocketWriter - Class in org.jivesoftware.wildfire.net
XMLWriter whose writer is actually sending data on a socket connection.
XMLSocketWriter(Writer, SocketConnection) - Constructor for class org.jivesoftware.wildfire.net.XMLSocketWriter
 
XMLWriter - Class in org.jivesoftware.util
Replacement class of the original XMLWriter.java (version: 1.77) since the original is still using StringBuffer which is not fast.
XMLWriter(Writer) - Constructor for class org.jivesoftware.util.XMLWriter
 
XMLWriter(Writer, OutputFormat) - Constructor for class org.jivesoftware.util.XMLWriter
 
XMLWriter() - Constructor for class org.jivesoftware.util.XMLWriter
 
XMLWriter(OutputStream) - Constructor for class org.jivesoftware.util.XMLWriter
 
XMLWriter(OutputStream, OutputFormat) - Constructor for class org.jivesoftware.util.XMLWriter
 
XMLWriter(OutputFormat) - Constructor for class org.jivesoftware.util.XMLWriter
 
XMPP_DATETIME_FORMAT - Static variable in class org.jivesoftware.util.JiveConstants
Date/time format for use by SimpleDateFormat.
XMPP_DELAY_DATETIME_FORMAT - Static variable in class org.jivesoftware.util.JiveConstants
Date/time format for use by SimpleDateFormat.
XMPP_KEY - Variable in class org.jivesoftware.wildfire.XMPPContextListener
 
XMPPCallbackHandler - Class in org.jivesoftware.wildfire.net
Callback handler that may be used when doing SASL authentication.
XMPPCallbackHandler() - Constructor for class org.jivesoftware.wildfire.net.XMPPCallbackHandler
 
XMPPCodecFactory - Class in org.jivesoftware.wildfire.nio
Factory that specifies the encode and decoder to use for parsing XMPP stanzas.
XMPPCodecFactory() - Constructor for class org.jivesoftware.wildfire.nio.XMPPCodecFactory
 
XMPPContextListener - Class in org.jivesoftware.wildfire
An XMPPContextListener starts an XMPPServer when a ServletContext is initialized and stops the xmpp server when the servlet context is destroyed.
XMPPContextListener() - Constructor for class org.jivesoftware.wildfire.XMPPContextListener
 
XMPPDecoder - Class in org.jivesoftware.wildfire.nio
Decoder class that parses ByteBuffers and generates XML stanzas.
XMPPDecoder() - Constructor for class org.jivesoftware.wildfire.nio.XMPPDecoder
 
XMPPEncoder - Class in org.jivesoftware.wildfire.nio
Encoder that does nothing.
XMPPEncoder() - Constructor for class org.jivesoftware.wildfire.nio.XMPPEncoder
 
XMPPServer - Class in org.jivesoftware.wildfire
The main XMPP server that will load, initialize and start all the server's modules.
XMPPServer() - Constructor for class org.jivesoftware.wildfire.XMPPServer
Creates a server and starts it.
XMPPServerInfo - Interface in org.jivesoftware.wildfire
Information 'snapshot' of a server's state.
XMPPServerInfoImpl - Class in org.jivesoftware.wildfire.spi
Implements the server info for a basic server.
XMPPServerInfoImpl(String, Version, Date, Date, ConnectionManager) - Constructor for class org.jivesoftware.wildfire.spi.XMPPServerInfoImpl
Simple constructor
XMPPServerListener - Interface in org.jivesoftware.wildfire
Interface that let observers be notified when the server has been started or is about to be stopped.

Z

zeroPadString(String, int) - Static method in class org.jivesoftware.util.StringUtils
Pads the supplied String with 0's to the specified length and returns the result as a new String.
ZIP - Static variable in interface org.jivesoftware.wildfire.handler.IQRegisterInfo
The user's zip code

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
Wildfire 3.2.4 Javadoc

Copyright © 2003-2007 Jive Software.