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
All Classes All Packages
All Classes All Packages
All Classes All Packages
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.
- abort(Executor) - Method in class org.jivesoftware.database.AbstractConnection
- ABORT - org.jivesoftware.openfire.net.SASLAuthentication.ElementType
- ABORTED - org.jivesoftware.openfire.sasl.Failure
- abortOutboundJoinProgress() - Method in class org.jivesoftware.openfire.muc.spi.FMUCHandler
- AbstractConnection - Class in org.jivesoftware.database
-
An implementation of the Connection interface that wraps an underlying Connection object.
- AbstractConnection - Class in org.jivesoftware.openfire.net
-
A partial implementation of the
Connection
interface, implementing functionality that's commonly shared by Connection implementations. - AbstractConnection() - Constructor for class org.jivesoftware.openfire.net.AbstractConnection
- AbstractConnection(Connection) - Constructor for class org.jivesoftware.database.AbstractConnection
- AbstractGroupProvider - Class in org.jivesoftware.openfire.group
-
Shared base class for Openfire GroupProvider implementations.
- AbstractGroupProvider() - Constructor for class org.jivesoftware.openfire.group.AbstractGroupProvider
- acceptIncomingFileTransferRequest(FileTransfer) - Method in class org.jivesoftware.openfire.filetransfer.DefaultFileTransferManager
- acceptIncomingFileTransferRequest(FileTransfer) - Method in interface org.jivesoftware.openfire.filetransfer.FileTransferManager
-
Checks an incoming file transfer request to see if it should be accepted or rejected.
- acceptorStarting(ConnectionAcceptor) - Method in interface org.jivesoftware.openfire.spi.ConnectionListener.SocketAcceptorEventListener
-
Invoked prior to the start of an acceptor.
- acceptorStopping(ConnectionAcceptor) - Method in interface org.jivesoftware.openfire.spi.ConnectionListener.SocketAcceptorEventListener
-
Invoked prior to the shutdown of an acceptor.
- acceptSelfSigned - Variable in class org.jivesoftware.openfire.keystore.OpenfireX509TrustManager
-
A boolean that indicates if this trust manager will allow self-signed certificates to be trusted.
- acceptSelfSignedCertificates() - Method in class org.jivesoftware.openfire.spi.ConnectionListener
-
A boolean that indicates if self-signed peer certificates can be used to establish an encrypted connection.
- accessModel - Variable in class org.jivesoftware.openfire.pubsub.Node
-
Access model that specifies who is allowed to subscribe and retrieve items.
- AccessModel - Class in org.jivesoftware.openfire.pubsub.models
-
Policy that defines who is allowed to subscribe and retrieve items.
- AccessModel() - Constructor for class org.jivesoftware.openfire.pubsub.models.AccessModel
- ACCOUNT_DISABLED - org.jivesoftware.openfire.sasl.Failure
- accountLocked(LockOutFlag) - Static method in class org.jivesoftware.openfire.lockout.LockOutEventDispatcher
-
Notifies the listeners that an account was just set to be disabled/locked out.
- accountLocked(LockOutFlag) - Method in interface org.jivesoftware.openfire.lockout.LockOutEventListener
-
Notifies the listeners that an account was just set to be disabled/locked out.
- accountUnlocked(String) - Static method in class org.jivesoftware.openfire.lockout.LockOutEventDispatcher
-
Notifies the listeners that an account was just enabled (lockout removed).
- accountUnlocked(String) - Method in interface org.jivesoftware.openfire.lockout.LockOutEventListener
-
Notifies the listeners that an account was just enabled (lockout removed).
- activate() - Method in class org.jivesoftware.openfire.csi.CsiManager
-
Switch to the client state of 'active'.
- ACTIVE - Static variable in class org.jivesoftware.openfire.streammanagement.StreamManager
- add(int, T) - Method in class org.jivesoftware.openfire.group.ConcurrentGroupList
- add(String, Element) - Method in class org.jivesoftware.openfire.PrivateStorage
-
Stores private data.
- add(Archiver) - Method in class org.jivesoftware.openfire.archive.ArchiveManager
-
Adds a new task, that is started immediately.
- add(ConnectionListener.SocketAcceptorEventListener) - Method in class org.jivesoftware.openfire.spi.ConnectionListener
-
Adds an event listener that is invoked when the SocketAcceptor managed by this instance is being stopped or started.
- add(Message, HistoryStrategy.Type, int) - Method in class org.jivesoftware.openfire.muc.HistoryStrategy.Messages
- add(T) - Method in class org.jivesoftware.openfire.Channel
-
Enqueus a message to be handled by this channel.
- add(T) - Method in class org.jivesoftware.openfire.group.ConcurrentGroupList
- addAdmin(JID, MUCRole) - Method in class org.jivesoftware.openfire.muc.MUCRoom
-
Adds a new user to the list of admins.
- addAdminAccount(String) - Method in class org.jivesoftware.openfire.admin.AdminManager
-
Adds a new account to the list of Admin accounts, based off a username, which will be converted into a JID.
- addAdminAccount(JID) - Method in class org.jivesoftware.openfire.admin.AdminManager
-
Adds a new account to the list of Admin accounts, based off a JID.
- addAdmins(List<JID>, MUCRole) - Method in class org.jivesoftware.openfire.muc.MUCRoom
-
Adds a list of users to the list of admins.
- addAffiliate(NodeAffiliate) - Method in class org.jivesoftware.openfire.pubsub.Node
- addAgentListener(SessionListener) - Method in class org.jivesoftware.openfire.mediaproxy.MediaProxySession
-
Adds a listener for Session events
- addAll(int, Collection<? extends T>) - Method in class org.jivesoftware.openfire.group.ConcurrentGroupList
- addAll(Collection<? extends T>) - Method in class org.jivesoftware.openfire.group.ConcurrentGroupList
- addAllAbsent(Collection<? extends T>) - Method in class org.jivesoftware.openfire.group.ConcurrentGroupList
- addBatch() - Method in class org.jivesoftware.database.CallableStatementWrapper
- addBatch() - Method in class org.jivesoftware.database.PreparedStatementWrapper
- addBatch(String) - Method in class org.jivesoftware.database.CallableStatementWrapper
- addBatch(String) - Method in class org.jivesoftware.database.StatementWrapper
- addBoolean(boolean) - Method in class org.jivesoftware.database.CachedPreparedStatement
-
Adds a boolean parameter to the prepared statement.
- addChannelHandler(NettyChannelHandlerFactory) - Method in class org.jivesoftware.openfire.spi.NettyConnectionAcceptor
-
Adds a new ChannelHandler factory, which will cause ChannelHandlers to be added to existing and new Channels that are generated by this acceptor.
- addClientRoute(JID, LocalClientSession) - Method in interface org.jivesoftware.openfire.RoutingTable
-
Adds a route to the routing table for the specified client session.
- addClientRoute(JID, LocalClientSession) - Method in class org.jivesoftware.openfire.spi.RoutingTableImpl
- addClusteredCacheEntryListener(ClusteredCacheEntryListener<K, V>, boolean, boolean) - Method in interface org.jivesoftware.util.cache.Cache
-
Registers a listener to receive entry events for this cache.
- addClusteredCacheEntryListener(ClusteredCacheEntryListener<K, V>, boolean, boolean) - Method in class org.jivesoftware.util.cache.CacheWrapper
- addClusteredCacheEntryListener(ClusteredCacheEntryListener<K, V>, boolean, boolean) - Method in class org.jivesoftware.util.cache.CaffeineCache
- addClusteredCacheEntryListener(ClusteredCacheEntryListener<K, V>, boolean, boolean) - Method in class org.jivesoftware.util.cache.DefaultCache
- addClusteredCacheEntryListener(ClusteredCacheEntryListener<K, V>, boolean, boolean) - Method in class org.jivesoftware.util.cache.SerializingCache
- addCommand(AdHocCommand) - Method in class org.jivesoftware.openfire.commands.AdHocCommandHandler
-
Adds a new command to the list of supported ad-hoc commands by this server.
- addCommand(AdHocCommand) - Method in class org.jivesoftware.openfire.commands.AdHocCommandManager
-
Adds a new command to the list of supported ad-hoc commands by this server.
- addComponent(String, Component) - Method in class org.jivesoftware.openfire.component.InternalComponentManager
- addComponentItem(String, String) - Method in class org.jivesoftware.openfire.disco.IQDiscoItemsHandler
-
Registers a new disco item for a component.
- addComponentItem(String, String, String) - Method in class org.jivesoftware.openfire.disco.IQDiscoItemsHandler
-
Registers a new disco item for a component.
- addComponentRoute(JID, RoutableChannelHandler) - Method in interface org.jivesoftware.openfire.RoutingTable
-
Adds a route to the routing table for the specified internal or external component.
- addComponentRoute(JID, RoutableChannelHandler) - Method in class org.jivesoftware.openfire.spi.RoutingTableImpl
- addCompression() - Method in interface org.jivesoftware.openfire.Connection
-
Adds the compression filter to the connection but only filter incoming traffic.
- addCompression() - Method in class org.jivesoftware.openfire.net.SocketConnection
-
Deprecated.
- addCompression() - Method in class org.jivesoftware.openfire.net.VirtualConnection
- addCompression() - Method in class org.jivesoftware.openfire.nio.NettyConnection
- addDetached(LocalSession) - Method in class org.jivesoftware.openfire.SessionManager
-
Record a session as being detached (ie, has no connection).
- addDirectory(File) - Method in class org.jivesoftware.openfire.container.PluginClassLoader
-
Adds a directory to the class loader.
- addExclude(String) - Static method in class org.jivesoftware.admin.AuthCheckFilter
-
Adds a new string that when present in the requested URL will skip the "is logged" checking.
- addExtraFeature(String) - Method in interface org.jivesoftware.openfire.muc.MultiUserChatService
-
Adds an extra Disco feature to the list of features returned for the conference service.
- addExtraFeature(String) - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
-
Adds an extra Disco feature to the list of features returned for the conference service.
- addExtraIdentity(String, String, String) - Method in interface org.jivesoftware.openfire.muc.MultiUserChatService
-
Adds an extra Disco identity to the list of identities returned for the conference service.
- addExtraIdentity(String, String, String) - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
-
Adds an extra Disco identity to the list of identities returned for the conference service.
- addFilter(String, Class<? extends Filter>) - Method in class org.jivesoftware.openfire.container.PluginServletContext
- addFilter(String, String) - Method in class org.jivesoftware.openfire.container.PluginServletContext
- addFilter(String, String) - Method in class org.jivesoftware.openfire.pubsub.PubsubNodeResultFilter
-
Adds a new filter to limit the results that are returned.
- addFilter(String, Filter) - Method in class org.jivesoftware.openfire.container.PluginServletContext
- addFirst(E) - 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.
- addFirst(LinkedListNode<E>) - Method in class org.jivesoftware.util.LinkedList
-
Adds a node to the beginning of the list.
- addFirstOwner(JID) - Method in class org.jivesoftware.openfire.muc.MUCRoom
-
Adds a new user to the list of owners.
- addFormFields(DataForm, Locale, boolean) - Method in class org.jivesoftware.openfire.pubsub.CollectionNode
- addFormFields(DataForm, Locale, boolean) - Method in class org.jivesoftware.openfire.pubsub.LeafNode
- addFormFields(DataForm, Locale, boolean) - Method in class org.jivesoftware.openfire.pubsub.Node
-
Adds the required form fields to the specified form.
- AddGroup - Class in org.jivesoftware.openfire.commands.admin.group
-
Command that allows to create and configure new groups.
- AddGroup() - Constructor for class org.jivesoftware.openfire.commands.admin.group.AddGroup
- AddGroupUsers - Class in org.jivesoftware.openfire.commands.admin.group
-
Command that allows to add members or admins to a given group.
- AddGroupUsers() - Constructor for class org.jivesoftware.openfire.commands.admin.group.AddGroupUsers
- addHandler(String, ElementHandler) - Method in class org.dom4j.io.XMPPPacketReader
-
Adds the
ElementHandler
to be called when the specified path is encounted. - addHandler(IQHandler) - Method in class org.jivesoftware.openfire.IQRouter
-
Adds a new IQHandler to the list of registered handler.
- addIfAbsent(T) - Method in class org.jivesoftware.openfire.group.ConcurrentGroupList
- addingContact(Roster, RosterItem, boolean) - Method in class org.jivesoftware.openfire.pep.IQPEPHandler
- addingContact(Roster, RosterItem, boolean) - Static method in class org.jivesoftware.openfire.roster.RosterEventDispatcher
-
Notifies listeners that a contact is about to be added to a roster.
- addingContact(Roster, RosterItem, boolean) - Method in interface org.jivesoftware.openfire.roster.RosterEventListener
-
Notification message indicating that a contact is about to be added to a roster.
- addInt(int) - Method in class org.jivesoftware.database.CachedPreparedStatement
-
Adds an integer parameter to the prepared statement.
- addInterceptor(int, PacketInterceptor) - Method in class org.jivesoftware.openfire.interceptor.InterceptorManager
-
Inserts a new interceptor at specified index in the list of currently configured interceptors.
- addInterceptor(PacketInterceptor) - Method in class org.jivesoftware.openfire.interceptor.InterceptorManager
-
Inserts a new interceptor at the end of the list of currently configured interceptors.
- addInvisibleSharedGroup(Group) - Method in class org.jivesoftware.openfire.roster.RosterItem
-
Adds a new group to the list shared groups that won't be sent to the user.
- addIQHandler(IQHandler) - Method in interface org.jivesoftware.openfire.muc.MultiUserChatService
-
Add a IQHandler to MUC rooms and services.
- addIQHandler(IQHandler) - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
- addIQResultListener(String, IQResultListener) - Method in class org.jivesoftware.openfire.IQRouter
-
Adds an
IQResultListener
that will be invoked when an IQ result is sent to the server itself and is of type result or error. - addIQResultListener(String, IQResultListener, long) - Method in class org.jivesoftware.openfire.IQRouter
-
Adds an
IQResultListener
that will be invoked when an IQ result is sent to the server itself and is of type result or error. - addJettyHandler(Handler) - Method in class org.jivesoftware.openfire.http.HttpBindManager
-
Adds a Jetty handler to be added to the embedded web server that is used to expose BOSH (HTTP-bind) functionality.
- addJspFile(String, String) - Method in class org.jivesoftware.openfire.container.PluginServletContext
- addLast(E) - 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.
- addLast(LinkedListNode<E>) - Method in class org.jivesoftware.util.LinkedList
-
Adds a node to the end of the list.
- addListener(Class<? extends EventListener>) - Method in class org.jivesoftware.openfire.container.PluginServletContext
- addListener(String) - Method in class org.jivesoftware.openfire.container.PluginServletContext
- addListener(Consumer<T>) - Method in class org.jivesoftware.util.SystemProperty
- addListener(Consumer<T>) - Method in class org.jivesoftware.util.SystemProperty.Builder
- addListener(ClusterEventListener) - Static method in class org.jivesoftware.openfire.cluster.ClusterManager
-
Registers a listener to receive events.
- addListener(ClusterEventListener, int) - Static method in class org.jivesoftware.openfire.cluster.ClusterManager
-
Registers a listener to receive events, defining the order in which listeners are invoked.
- addListener(ComponentEventListener) - Method in class org.jivesoftware.openfire.component.InternalComponentManager
-
Adds a new listener that will be notified of component events.
- addListener(ExternalComponentManagerListener) - Static method in class org.jivesoftware.openfire.component.ExternalComponentManager
-
Registers a listener to receive events when a configuration change happens.
- addListener(EntityCapabilitiesListener) - Method in class org.jivesoftware.openfire.entitycaps.EntityCapabilitiesManager
-
Registers an event listener that will be invoked when the detected entity capabilities for any entity have changed.
- addListener(GroupEventListener) - Static method in class org.jivesoftware.openfire.event.GroupEventDispatcher
-
Registers a listener to receive events.
- addListener(ServerSessionEventListener) - Static method in class org.jivesoftware.openfire.event.ServerSessionEventDispatcher
-
Registers a listener to receive events.
- addListener(SessionEventListener) - Static method in class org.jivesoftware.openfire.event.SessionEventDispatcher
-
Registers a listener to receive events.
- addListener(UserEventListener) - Static method in class org.jivesoftware.openfire.event.UserEventDispatcher
-
Registers a listener to receive events.
- addListener(FileTransferEventListener) - Method in class org.jivesoftware.openfire.filetransfer.DefaultFileTransferManager
- addListener(FileTransferEventListener) - Method in interface org.jivesoftware.openfire.filetransfer.FileTransferManager
-
Registers an event listener that will be notified of file transfer related events.
- addListener(SessionListener) - Static method in class org.jivesoftware.openfire.http.SessionEventDispatcher
-
Adds a
SessionListener
to this session. - addListener(LockOutEventListener) - Static method in class org.jivesoftware.openfire.lockout.LockOutEventDispatcher
-
Registers a listener to receive events.
- addListener(MUCEventListener) - Static method in class org.jivesoftware.openfire.muc.MUCEventDispatcher
- addListener(MUCServicePropertyEventListener) - Static method in class org.jivesoftware.openfire.muc.spi.MUCServicePropertyEventDispatcher
-
Registers a listener to receive events.
- addListener(OfflineMessageListener) - Static method in class org.jivesoftware.openfire.OfflineMessageStrategy
-
Registers a listener to receive events.
- addListener(PrivacyListEventListener) - Method in class org.jivesoftware.openfire.privacy.PrivacyListManager
-
Registers a listener to receive events when a privacy list is created, updated or deleted.
- addListener(RosterEventListener) - Static method in class org.jivesoftware.openfire.roster.RosterEventDispatcher
-
Registers a listener to receive events.
- addListener(PresenceEventListener) - Static method in class org.jivesoftware.openfire.user.PresenceEventDispatcher
-
Registers a listener to receive events.
- addListener(VCardListener) - Static method in class org.jivesoftware.openfire.vcard.VCardEventDispatcher
-
Registers a listener to receive events when a vCard is created, updated or deleted.
- addListener(CertificateEventListener) - Static method in class org.jivesoftware.util.CertificateManager
-
Registers a listener to receive events.
- addListener(PropertyEventListener) - Static method in class org.jivesoftware.util.PropertyEventDispatcher
-
Registers a listener to receive events.
- addListener(JID, EntityCapabilitiesListener) - Method in class org.jivesoftware.openfire.entitycaps.EntityCapabilitiesManager
-
Registers an event listener that will be invoked when the detected entity capabilities for a particular entity have changed.
- addListener(T) - Method in class org.jivesoftware.openfire.container.PluginServletContext
- addLocalClientRoutesToCache() - Method in class org.jivesoftware.openfire.spi.RoutingTableImpl
- addLong(long) - Method in class org.jivesoftware.database.CachedPreparedStatement
-
Adds a long parameter to the prepared statement.
- addMember(String, JID, boolean) - Method in class org.jivesoftware.openfire.group.AbstractGroupProvider
- addMember(String, JID, boolean) - Method in class org.jivesoftware.openfire.group.DefaultGroupProvider
- addMember(String, JID, boolean) - Method in interface org.jivesoftware.openfire.group.GroupProvider
-
Adds an entity to a group (optional operation).
- addMember(JID, String, MUCRole) - Method in class org.jivesoftware.openfire.muc.MUCRoom
-
Adds a new user to the list of members.
- addMessage(Message) - Method in class org.jivesoftware.openfire.muc.MUCRoomHistory
- addMessage(Message) - Method in class org.jivesoftware.openfire.OfflineMessageStore
-
Adds a message to this message store.
- addMessage(Message...) - Method in class org.jivesoftware.openfire.muc.HistoryStrategy
-
Add a message(s) to the current chat history.
- 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 class org.jivesoftware.openfire.muc.MUCRoom
-
Changes the role of the user within the room to moderator.
- addMultiStatistic(String, String, Statistic) - Method in class org.jivesoftware.openfire.stats.StatisticsManager
- addNewHandlerTo(ChannelPipeline) - Method in interface org.jivesoftware.openfire.nio.NettyChannelHandlerFactory
-
Add a new ChannelHandler to the provided pipeline.
- addNextStageInformation(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.AdHocCommand
-
Increments the stage number by one and adds to the command element the new data form and new allowed actions that the user might perform.
- addNode(Node) - Method in class org.jivesoftware.openfire.pep.PEPService
- addNode(Node) - Method in class org.jivesoftware.openfire.pubsub.PubSubModule
- addNode(Node) - Method in interface org.jivesoftware.openfire.pubsub.PubSubService
-
Adds an already persistent node to the service.
- addNone(JID, MUCRole) - Method in class org.jivesoftware.openfire.muc.MUCRoom
-
Removes the user from all the other affiliation list thus giving the user a NONE affiliation.
- addNoneAffiliation(JID) - Method in class org.jivesoftware.openfire.pubsub.Node
-
Adds a new affiliation or updates an existing affiliation of the specified entity JID to become a none affiliate.
- addOccupantRole(MUCRole) - Method in class org.jivesoftware.openfire.muc.MUCRoom
-
Adds the role of the occupant from all the internal occupants collections.
- addOldMessages(List<Message>) - Method in class org.jivesoftware.openfire.muc.MUCRoomHistory
-
Add message(s) to the history of the chat room.
- addOldMessages(Message...) - Method in class org.jivesoftware.openfire.muc.MUCRoomHistory
-
Add message(s) to the history of the chat room.
- addOutcast(JID) - Method in class org.jivesoftware.openfire.pubsub.Node
-
Sets that the specified entity is an outcast of the node.
- addOutcast(JID, String, MUCRole) - Method in class org.jivesoftware.openfire.muc.MUCRoom
-
Adds a new user to the list of outcast users.
- addOutgoingDomainPair(DomainPair) - Method in class org.jivesoftware.openfire.session.LocalOutgoingServerSession
- addOutgoingDomainPair(DomainPair) - Method in interface org.jivesoftware.openfire.session.OutgoingServerSession
-
Marks a domain pair as being authenticated.
- addOutgoingDomainPair(DomainPair) - Method in class org.jivesoftware.openfire.session.RemoteOutgoingServerSession
- addOwner(JID) - Method in class org.jivesoftware.openfire.pubsub.Node
-
Adds a new affiliation or updates an existing affiliation of the specified entity JID to become a node owner.
- addOwner(JID, MUCRole) - Method in class org.jivesoftware.openfire.muc.MUCRoom
-
Adds a new user to the list of owners.
- addOwners(List<JID>, MUCRole) - Method in class org.jivesoftware.openfire.muc.MUCRoom
-
Adds a list of users to the list of owners.
- addParticipant(JID, String, MUCRole) - Method in class org.jivesoftware.openfire.muc.MUCRoom
-
Changes the role of the user within the room to participant.
- addPluginFilter(String, Filter) - Static method in class org.jivesoftware.admin.PluginFilter
-
Adds a filter to the list of filters that will be run on every request of which the URL matches the URL that is registered with this filter.
- addPluginListener(PluginListener) - Method in class org.jivesoftware.openfire.container.PluginManager
-
Registers a PluginListener, which will now start receiving events regarding plugin creation and destruction.
- addPluginManagerListener(PluginManagerListener) - Method in class org.jivesoftware.openfire.container.PluginManager
-
Registers a PluginManagerListener, which will now start receiving events regarding plugin management.
- addPresenceRequest(JID, JID) - Method in class org.jivesoftware.openfire.component.InternalComponentManager
-
Registers Probers who have not yet been serviced.
- addPreviousStageInformation(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.AdHocCommand
-
Decrements the stage number by one and adds to the command the data form and allowed actions that the user might perform of the previous stage.
- addPublisher(JID) - Method in class org.jivesoftware.openfire.pubsub.Node
-
Adds a new affiliation or updates an existing affiliation of the specified entity JID to become a node publisher.
- addQuery(ProfiledConnection.Type, String, long) - Static method in class org.jivesoftware.database.ProfiledConnection
-
Adds a query.
- addRealJidToMessage(Message, MUCRole) - Method in class org.jivesoftware.openfire.muc.MUCRoom
-
Based on XEP-0045, section 7.2.13: If the room is non-anonymous, the service MAY include an Extended Stanza Addressing (XEP-0033) [16] element that notes the original full JID of the sender by means of the "ofrom" address type
- addReceiver(String) - Method in class org.jivesoftware.openfire.handler.DirectedPresence
- addRelayAgent(String, String) - Method in class org.jivesoftware.openfire.mediaproxy.MediaProxy
-
Add a new Dynamic Session to the mediaproxy WITHOUT defined IPs and ports.
- addRelayAgent(String, String, String, int, String, int) - Method in class org.jivesoftware.openfire.mediaproxy.MediaProxy
-
Add a new Dynamic Session to the mediaproxy for defined IPs and ports.
- address - org.jivesoftware.openfire.muc.spi.IQMuclumbusSearchHandler.Key
- address - Variable in class org.jivesoftware.openfire.session.LocalSession
-
The Address this session is authenticated as.
- address - Variable in class org.jivesoftware.openfire.session.RemoteSession
- ADDRESS - Static variable in interface org.jivesoftware.openfire.handler.IQRegisterInfo
-
The user's address
- addSelfSignedDomainCertificate() - Method in class org.jivesoftware.openfire.keystore.IdentityStore
-
Populates the key store with a self-signed certificate for the domain of this XMPP service.
- addServerFeature(String) - Method in class org.jivesoftware.openfire.disco.IQDiscoInfoHandler
-
Adds one specific feature to the information returned whenever a disco for information is made against the server.
- addServerFeaturesProvider(ServerFeaturesProvider) - Method in class org.jivesoftware.openfire.disco.IQDiscoInfoHandler
-
Adds the features provided by the new service that implements the ServerFeaturesProvider interface.
- addServerIdentitiesProvider(ServerIdentitiesProvider) - Method in class org.jivesoftware.openfire.disco.IQDiscoInfoHandler
-
Adds the "discoverable" identities provided by the provider whenever a disco for info is made against the server.
- addServerItemsProvider(ServerItemsProvider) - Method in class org.jivesoftware.openfire.disco.IQDiscoItemsHandler
-
Adds the items provided by the new service that implements the ServerItemsProvider interface.
- addServerListener(XMPPServerListener) - Method in class org.jivesoftware.openfire.XMPPServer
-
Adds a new server listener that will be notified when the server has been started or is about to be stopped.
- addServerRoute(DomainPair, LocalOutgoingServerSession) - Method in interface org.jivesoftware.openfire.RoutingTable
-
Adds a route to the routing table for the specified outgoing server session, or replaces a pre-existing one.
- addServerRoute(DomainPair, LocalOutgoingServerSession) - Method in class org.jivesoftware.openfire.spi.RoutingTableImpl
- addServlet(String, Class<? extends Servlet>) - Method in class org.jivesoftware.openfire.container.PluginServletContext
- addServlet(String, String) - Method in class org.jivesoftware.openfire.container.PluginServletContext
- addServlet(String, Servlet) - Method in class org.jivesoftware.openfire.container.PluginServletContext
- addSession(LocalClientSession) - Method in class org.jivesoftware.openfire.SessionManager
-
Add a new session to be managed.
- addSharedGroup(Group) - Method in class org.jivesoftware.openfire.roster.RosterItem
-
Adds a new group to the shared groups list.
- addStageActions(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.AdHocCommand
-
Adds the allowed actions to follow from the current stage.
- addStageForm(Map<String, List<String>>) - Method in class org.jivesoftware.openfire.commands.SessionData
- addStageInformation(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.AdHocCommand
-
Adds to the command element the data form or notes required by the current stage.
- addStageInformation(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.admin.EditAdminList
- addStageInformation(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.admin.EditAllowedList
- addStageInformation(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.admin.EditBlockedList
- addStageInformation(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.admin.GetAdminConsoleInfo
- addStageInformation(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.admin.GetListActiveUsers
- addStageInformation(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.admin.GetListDisabledUsers
- addStageInformation(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.admin.GetListIdleUsers
- addStageInformation(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.admin.GetListOnlineUsers
- addStageInformation(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.admin.GetListRegisteredUsers
- addStageInformation(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.admin.GetNumberActiveUsers
- addStageInformation(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.admin.GetNumberDisabledUsers
- addStageInformation(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.admin.GetNumberIdleUsers
- addStageInformation(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.admin.GetNumberOnlineUsers
- addStageInformation(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.admin.GetNumberRegisteredUsers
- addStageInformation(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.admin.GetNumberUserSessions
- addStageInformation(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.admin.GetServerStats
- addStageInformation(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.admin.GetUsersPresence
- addStageInformation(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.admin.group.AddGroup
- addStageInformation(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.admin.group.AddGroupUsers
- addStageInformation(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.admin.group.DeleteGroup
- addStageInformation(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.admin.group.DeleteGroupUsers
- addStageInformation(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.admin.group.GetListGroups
- addStageInformation(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.admin.group.GetListGroupUsers
- addStageInformation(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.admin.group.UpdateGroup
- addStageInformation(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.admin.HttpBindStatus
- addStageInformation(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.admin.muc.CreateMUCRoom
- addStageInformation(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.admin.PacketsNotification
- addStageInformation(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.admin.SendAnnouncementToOnlineUsers
- addStageInformation(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.admin.user.AddUser
- addStageInformation(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.admin.user.AuthenticateUser
- addStageInformation(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.admin.user.ChangeUserPassword
- addStageInformation(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.admin.user.DeleteUser
- addStageInformation(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.admin.user.DisableUser
- addStageInformation(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.admin.user.EndUserSession
- addStageInformation(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.admin.user.GetUserRoster
- addStageInformation(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.admin.user.ReEnableUser
- addStageInformation(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.admin.user.UserProperties
- addStageInformation(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.event.GroupAdminAdded
- addStageInformation(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.event.GroupAdminRemoved
- addStageInformation(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.event.GroupCreated
- addStageInformation(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.event.GroupDeleting
- addStageInformation(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.event.GroupMemberAdded
- addStageInformation(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.event.GroupMemberRemoved
- addStageInformation(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.event.GroupModified
- addStageInformation(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.event.UserCreated
- addStageInformation(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.event.UserDeleting
- addStageInformation(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.event.UserModified
- addStageInformation(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.event.VCardCreated
- addStageInformation(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.event.VCardDeleting
- addStageInformation(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.event.VCardModified
- addStageInformation(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.generic.Ping
- addStageInformation(SessionData, Element) - Method in class org.jivesoftware.openfire.pubsub.PendingSubscriptionsCommand
- addStatistic(String, Statistic) - Method in class org.jivesoftware.openfire.stats.StatisticsManager
-
Adds a stat to be tracked to the StatManager.
- addString(String) - Method in class org.jivesoftware.database.CachedPreparedStatement
-
Adds a String parameter to the prepared statement.
- addSubscriber(JID, boolean, boolean, boolean, boolean, boolean) - Method in class org.jivesoftware.openfire.interceptor.PacketCopier
-
Creates new subscription for the specified component with the specified settings.
- addSubscription(NodeSubscription) - Method in class org.jivesoftware.openfire.pubsub.Node
- addSubscriptionForRosterItems(PEPService) - Method in class org.jivesoftware.openfire.pep.IQPEPHandler
-
Populates the PEPService instance with subscriptions.
- addSupportedMechanism(String) - Static method in class org.jivesoftware.openfire.net.SASLAuthentication
-
Adds a new SASL mechanism to the list of supported SASL mechanisms by the server.
- addSysadmin(JID) - Method in interface org.jivesoftware.openfire.muc.MultiUserChatService
-
Adds a new system administrator of the MUC service.
- addSysadmin(JID) - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
- addSysadmin(JID) - Method in class org.jivesoftware.openfire.pubsub.PubSubModule
- addSysadmins(Collection<JID>) - Method in interface org.jivesoftware.openfire.muc.MultiUserChatService
-
Adds multiple system administrators for the MUC service.
- addSysadmins(Collection<JID>) - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
- addToBlockList(User, List<JID>) - Method in class org.jivesoftware.openfire.handler.IQBlockingHandler
-
Adds a collection of JIDs to the blocklist of the provided user.
- addToList(String, String) - Method in class org.jivesoftware.util.XMLProperties
-
Adds the given value to the list of values represented by the property name.
- addToQueue(Packet, MUCRole) - Method in class org.jivesoftware.openfire.muc.spi.FMUCHandler.OutboundJoinProgress
-
Adds a stanza to be sent to the remote, joined MUC as soon as federation has been established.
- addTransport(Channel<Packet>) - Method in class org.jivesoftware.openfire.transport.TransportHandler
- addURLFile(URL) - Method in class org.jivesoftware.openfire.container.PluginClassLoader
-
Add the given URL to the classpath for this class loader, caching the JAR file connection so it can be unloaded later
- AddUser - Class in org.jivesoftware.openfire.commands.admin.user
-
Adds a user to Openfire if the provider is not read-only.
- AddUser() - Constructor for class org.jivesoftware.openfire.commands.admin.user.AddUser
- addUserAllowedToCreate(JID) - Method in interface org.jivesoftware.openfire.muc.MultiUserChatService
-
Adds a new user/group to the list of JIDs that are allowed to create MUC rooms.
- addUserAllowedToCreate(JID) - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
- addUserAllowedToCreate(JID) - Method in class org.jivesoftware.openfire.pubsub.PubSubModule
- addUserFeaturesProvider(UserFeaturesProvider) - Method in class org.jivesoftware.openfire.disco.IQDiscoInfoHandler
-
Adds the "discoverable" user features provided by the provider whenever a disco for info is made against users of the server.
- addUserIdentitiesProvider(UserIdentitiesProvider) - Method in class org.jivesoftware.openfire.disco.IQDiscoInfoHandler
-
Adds the "discoverable" user identities provided by the provider whenever a disco for info is made against users of the server.
- addUserInterceptor(String, int, PacketInterceptor) - Method in class org.jivesoftware.openfire.interceptor.InterceptorManager
-
Inserts a new interceptor at specified index in the list of currently configured interceptors for a specific username.
- addUserItemsProvider(UserItemsProvider) - Method in class org.jivesoftware.openfire.disco.IQDiscoItemsHandler
-
Adds the items provided by the new service that implements the UserItemsProvider interface.
- addUserNameProvider(String, UserNameProvider) - Static method in class org.jivesoftware.openfire.user.UserNameManager
-
Adds the specified
UserNameProvider
as the provider of users of the specified domain. - addUsersAllowedToCreate(Collection<JID>) - Method in interface org.jivesoftware.openfire.muc.MultiUserChatService
-
Adds new users/groups to the list of JIDs that are allowed to create MUC rooms.
- addUsersAllowedToCreate(Collection<JID>) - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
- addValidatedDomain(String) - Method in class org.jivesoftware.openfire.session.LocalIncomingServerSession
-
Adds a new validated domain, subdomain or virtual host to the list of validated domains for the remote server.
- addValueToMultiValuedCache(Cache<K, C>, K, V, Supplier<C>) - Static method in class org.jivesoftware.util.cache.CacheUtil
-
Adds the specified element to a cache, in a collection that is mapped by the provided key.
- addVisitor(JID, MUCRole) - Method in class org.jivesoftware.openfire.muc.MUCRoom
-
Changes the role of the user within the room to visitor.
- addXPath(String) - Method in interface org.jivesoftware.openfire.audit.AuditManager
-
Adds an XPath expression to be used for filtering packets to be audited.
- addXPath(String) - Method in class org.jivesoftware.openfire.audit.spi.AuditManagerImpl
- AdHocCommand - Class in org.jivesoftware.openfire.commands
-
An ad-hoc command is a stateless object responsible for executing the provided service.
- AdHocCommand() - Constructor for class org.jivesoftware.openfire.commands.AdHocCommand
- AdHocCommand.Action - Enum in org.jivesoftware.openfire.commands
- AdHocCommand.Status - Enum in org.jivesoftware.openfire.commands
- AdHocCommandHandler - Class in org.jivesoftware.openfire.commands
-
An AdHocCommandHandler is responsible for providing discoverable information about the supported commands and for handling commands requests.
- AdHocCommandHandler() - Constructor for class org.jivesoftware.openfire.commands.AdHocCommandHandler
- AdHocCommandManager - Class in org.jivesoftware.openfire.commands
-
An AdHocCommandManager is responsible for keeping the list of available commands offered by a service and for processing commands requests.
- AdHocCommandManager() - Constructor for class org.jivesoftware.openfire.commands.AdHocCommandManager
- admin - org.jivesoftware.openfire.muc.MUCRole.Affiliation
-
Administrator of the room.
- admin_added - org.jivesoftware.openfire.event.GroupEventDispatcher.EventType
-
An administrator was added to a group.
- ADMIN_CONSOLE_CONTENT_SECURITY_POLICY_ENABLED - Static variable in class org.jivesoftware.openfire.container.AdminConsolePlugin
-
Enable / Disable adding a 'Content-Security-Policy' HTTP header to the response to requests made against the admin console.
- ADMIN_CONSOLE_CONTENT_SECURITY_POLICY_RESPONSEVALUE - Static variable in class org.jivesoftware.openfire.container.AdminConsolePlugin
-
The header value when adding a 'Content-Security-Policy' HTTP header to the response to requests made against the admin console.
- ADMIN_CONSOLE_FORWARDED - Static variable in class org.jivesoftware.openfire.container.AdminConsolePlugin
-
Enable / Disable parsing a 'X-Forwarded-For' style HTTP header of HTTP requests.
- ADMIN_CONSOLE_FORWARDED_FOR - Static variable in class org.jivesoftware.openfire.container.AdminConsolePlugin
-
The HTTP header name for 'forwarded for'
- ADMIN_CONSOLE_FORWARDED_HOST - Static variable in class org.jivesoftware.openfire.container.AdminConsolePlugin
-
The HTTP header name for 'forwarded hosts'.
- ADMIN_CONSOLE_FORWARDED_HOST_NAME - Static variable in class org.jivesoftware.openfire.container.AdminConsolePlugin
-
Sets a forced valued for the host header.
- ADMIN_CONSOLE_FORWARDED_SERVER - Static variable in class org.jivesoftware.openfire.container.AdminConsolePlugin
-
The HTTP header name for 'forwarded server'.
- ADMIN_PROVIDER - Static variable in class org.jivesoftware.openfire.admin.AdminManager
- admin_removed - org.jivesoftware.openfire.event.GroupEventDispatcher.EventType
-
An administrator was removed from a group.
- adminAdded(Group, Map) - Method in class org.jivesoftware.openfire.event.GroupEventAdapter
- adminAdded(Group, Map) - Method in interface org.jivesoftware.openfire.event.GroupEventListener
-
An administrator was added to a group.
- adminAdded(Group, Map) - Method in class org.jivesoftware.openfire.muc.MUCRoom
- adminAdded(Group, Map) - Method in class org.jivesoftware.openfire.roster.RosterManager
- adminAddedPostProcess(Group, JID, boolean) - Method in class org.jivesoftware.openfire.group.GroupManager
-
Updates the caches maintained by this manager and dispatches events that reflect an admin user having been added to a group.
- AdminConsole - Class in org.jivesoftware.admin
-
A model for admin tab and sidebar info.
- AdminConsolePlugin - Class in org.jivesoftware.openfire.container
-
The admin console plugin.
- AdminConsolePlugin() - Constructor for class org.jivesoftware.openfire.container.AdminConsolePlugin
-
Create a Jetty module.
- AdminContentSecurityPolicyFilter - Class in org.jivesoftware.admin
-
Adds Content-Security-Policy headers to HTTP responses based on configuration from Admin Console properties.
- AdminContentSecurityPolicyFilter() - Constructor for class org.jivesoftware.admin.AdminContentSecurityPolicyFilter
- AdminManager - Class in org.jivesoftware.openfire.admin
-
The AdminManager manages the AdminProvider configured for this server, caches knowledge of accounts with admin permissions, and provides a single point of entry for handling getting and setting administrative accounts.
- AdminPageBean - Class in org.jivesoftware.admin
-
A bean to hold page information for the admin console.
- AdminPageBean() - Constructor for class org.jivesoftware.admin.AdminPageBean
- AdminPageBean.Breadcrumb - Class in org.jivesoftware.admin
-
A simple model of a breadcrumb.
- adminProvider - Variable in class org.jivesoftware.openfire.auth.AuthorizationBasedAuthProviderMapper
-
Serves the administrative users.
- adminProvider - Variable in class org.jivesoftware.openfire.user.AuthorizationBasedUserProviderMapper
-
Serves the administrative users.
- AdminProvider - Interface in org.jivesoftware.openfire.admin
-
An AdminProvider handles storage of information about admin accounts, and requests to set the list of admin users.
- adminRemoved(Group, Map) - Method in class org.jivesoftware.openfire.event.GroupEventAdapter
- adminRemoved(Group, Map) - Method in interface org.jivesoftware.openfire.event.GroupEventListener
-
An administrator was removed from a group.
- adminRemoved(Group, Map) - Method in class org.jivesoftware.openfire.muc.MUCRoom
- adminRemoved(Group, Map) - Method in class org.jivesoftware.openfire.roster.RosterManager
- adminRemovedPostProcess(Group, JID) - Method in class org.jivesoftware.openfire.group.GroupManager
-
Updates the caches maintained by this manager and dispatches events that reflect an admin user having been removed from a group.
- AesEncryptor - Class in org.jivesoftware.util
-
Utility class providing symmetric AES encryption/decryption.
- AesEncryptor() - Constructor for class org.jivesoftware.util.AesEncryptor
-
Default constructor
- AesEncryptor(String) - Constructor for class org.jivesoftware.util.AesEncryptor
-
Custom key constructor
- affiliates - Variable in class org.jivesoftware.openfire.pubsub.Node
-
The JIDs of those who have an affiliation with this node.
- AffiliationTask - Class in org.jivesoftware.openfire.pubsub.cluster
-
Updates the affiliation of a particular entity, for a particular pubsub node.
- AffiliationTask() - Constructor for class org.jivesoftware.openfire.pubsub.cluster.AffiliationTask
-
This no-argument constructor is provided for serialization purposes.
- AffiliationTask(Node, JID, NodeAffiliate.Affiliation) - Constructor for class org.jivesoftware.openfire.pubsub.cluster.AffiliationTask
-
Constructs a new task that updates the affiliation of a particular entity with a specific pubsub node.
- all - org.jivesoftware.openfire.muc.HistoryStrategy.Type
- all - org.jivesoftware.openfire.pubsub.CollectionNode.LeafNodeAssociationPolicy
-
Anyone may associate leaf nodes with the collection.
- ALLOW_ANONYMOUS_OUTBOUND_DATA - Static variable in class org.jivesoftware.openfire.session.ConnectionSettings.Server
- ALLOW_FUTURE_USERS - Static variable in class org.jivesoftware.openfire.user.UserManager
-
When enabled, allows Openfire to process data for local JIDs that potentially are future users.
- ALLOW_LOCAL_FILE_READING - Static variable in class org.jivesoftware.openfire.container.PluginServlet
- ALLOW_WILDCARDS_IN_EXCLUDES - Static variable in class org.jivesoftware.admin.AuthCheckFilter
-
Controls whether wildcards are allowed in URLs that are excluded from auth checks.
- ALLOWABLE_DOMAINS - Static variable in class org.jivesoftware.openfire.net.Trunking
-
A collection of XMPP domain names for which Openfire will provide trunking functionality.
- allowAccess(ExternalComponentConfiguration) - Static method in class org.jivesoftware.openfire.component.ExternalComponentManager
-
Allows an external component to connect to the local server with the specified configuration.
- allowAccess(RemoteServerConfiguration) - Static method in class org.jivesoftware.openfire.server.RemoteServerManager
-
Allows a remote server to connect to the local server with the specified configuration.
- allowed - org.jivesoftware.openfire.component.ExternalComponentConfiguration.Permission
-
The XMPP entity is allowed to connect to the server.
- allowed - org.jivesoftware.openfire.server.RemoteServerConfiguration.Permission
-
The XMPP entity is allowed to connect to the server.
- allowNull - Static variable in class org.jivesoftware.util.cache.DefaultCache
- ALLOWPM_BLOCKALL - Static variable in class org.jivesoftware.openfire.muc.MUCRoom
- Alpha - org.jivesoftware.util.Version.ReleaseStatus
- 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
- alreadyJoinedWithThisNick(JID, String) - Method in class org.jivesoftware.openfire.muc.MUCRoom
- ANONYMOUS_C2S_CACHE_NAME - Static variable in class org.jivesoftware.openfire.spi.RoutingTableImpl
- anonymous_session_created - org.jivesoftware.openfire.event.SessionEventDispatcher.EventType
-
An anonymous session was created.
- anonymous_session_destroyed - org.jivesoftware.openfire.event.SessionEventDispatcher.EventType
-
A anonymous session was destroyed
- AnonymousSaslServer - Class in org.jivesoftware.openfire.sasl
-
Implementation of the SASL ANONYMOUS mechanism.
- AnonymousSaslServer(LocalSession) - Constructor for class org.jivesoftware.openfire.sasl.AnonymousSaslServer
- anonymousSessionCreated(Session) - Method in interface org.jivesoftware.openfire.event.SessionEventListener
-
Notification event indicating that an anonymous user has authenticated with the server.
- anonymousSessionCreated(Session) - Method in class org.jivesoftware.openfire.multiplex.ConnectionMultiplexerManager
- anonymousSessionCreated(Session) - Method in class org.jivesoftware.openfire.session.SoftwareVersionManager
- anonymousSessionDestroyed(Session) - Method in interface org.jivesoftware.openfire.event.SessionEventListener
-
An authenticated session of an anonymous user was destroyed.
- anonymousSessionDestroyed(Session) - Method in class org.jivesoftware.openfire.multiplex.ConnectionMultiplexerManager
- anonymousSessionDestroyed(Session) - Method in class org.jivesoftware.openfire.session.SoftwareVersionManager
- answerTimeout(String) - Method in class org.jivesoftware.openfire.entitycaps.EntityCapabilitiesManager
- answerTimeout(String) - Method in class org.jivesoftware.openfire.MulticastRouter
- application - Variable in class org.jivesoftware.util.WebBean
- applyConfigurationChanges() - Method in class org.jivesoftware.openfire.muc.spi.FMUCHandler
-
Reads configuration from the room instance that is being services by this handler, and applies relevant changes.
- APPROVED_REALMS - Static variable in class org.jivesoftware.openfire.net.SASLAuthentication
- approveSubscription(NodeSubscription, boolean) - Method in class org.jivesoftware.openfire.pubsub.Node
-
Approves or cancels a subscriptions that was pending to be approved by a node owner.
- archive(E) - Method in class org.jivesoftware.openfire.archive.Archiver
- ArchiveCandidate<E> - Class in org.jivesoftware.openfire.archive
-
A to-be-archived entity.
- ArchiveCandidate(E) - Constructor for class org.jivesoftware.openfire.archive.ArchiveCandidate
- ArchiveManager - Class in org.jivesoftware.openfire.archive
-
A manager of tasks that write archives into storage.
- ArchiveManager() - Constructor for class org.jivesoftware.openfire.archive.ArchiveManager
- Archiver<E> - Class in org.jivesoftware.openfire.archive
-
An abstract runnable that adds to-be-archived data to the database.
- Archiver(String, int, Duration, Duration) - Constructor for class org.jivesoftware.openfire.archive.Archiver
-
Instantiates a new archiver.
- areThereMsgs() - Method in class org.jivesoftware.openfire.nio.XMLLightweightParser
- asBareJID() - Method in class org.jivesoftware.openfire.group.GroupJID
-
Override the base class implementation to retain the resource identifier for group JIDs.
- ASCENDING - Static variable in class org.jivesoftware.openfire.pubsub.PubsubNodeResultFilter
-
Ascending sort (ie 3, 4, 5...).
- ASCENDING - Static variable in class org.jivesoftware.openfire.SessionResultFilter
-
Ascending sort (ie 3, 4, 5...).
- ASCENDING - Static variable in class org.jivesoftware.util.ListPager
-
Ascending sort (ie 3, 4, 5...).
- asCollection() - Method in class org.jivesoftware.openfire.muc.HistoryStrategy.Messages
- asDocument(File) - Static method in class org.jivesoftware.util.WebXmlUtils
- asElement() - Method in class org.jivesoftware.openfire.privacy.PrivacyList
-
Returns an Element with the privacy list XML representation.
- ASK_NONE - Static variable in class org.jivesoftware.openfire.roster.RosterItem
-
The roster item has no pending subscription requests.
- ASK_SUBSCRIBE - Static variable in class org.jivesoftware.openfire.roster.RosterItem
-
The roster item has been asked for permission to subscribe to their presence but no response has been received.
- ASK_UNSUBSCRIBE - Static variable in class org.jivesoftware.openfire.roster.RosterItem
-
The roster owner has asked to the roster item to unsubscribe from it's presence but has not received confirmation.
- askStatus - Variable in class org.jivesoftware.openfire.roster.RosterItem
- ASN1DERTag - Class in org.jivesoftware.admin
-
Creates a table that represents an ASN.1 encoded DER value.
- ASN1DERTag() - Constructor for class org.jivesoftware.admin.ASN1DERTag
- assumePersistedDataIsEscaped() - Method in class org.jivesoftware.openfire.admin.JDBCAdminProvider
-
XMPP disallows some characters in identifiers, requiring them to be escaped.
- assumePersistedDataIsEscaped() - Method in class org.jivesoftware.openfire.auth.JDBCAuthProvider
-
XMPP disallows some characters in identifiers, requiring them to be escaped.
- assumePersistedDataIsEscaped() - Method in class org.jivesoftware.openfire.group.JDBCGroupProvider
-
XMPP disallows some characters in identifiers, requiring them to be escaped.
- assumePersistedDataIsEscaped() - Method in class org.jivesoftware.openfire.user.JDBCUserProvider
-
XMPP disallows some characters in identifiers, requiring them to be escaped.
- assumePersistedDataIsEscaped() - Method in class org.jivesoftware.openfire.user.property.JDBCUserPropertyProvider
-
XMPP disallows some characters in identifiers, requiring them to be escaped.
- asUnclosedStream(Document) - Static method in class org.jivesoftware.util.StringUtils
-
Formats the XML document, that is required to have a root element named 'stream', as a string.
- asXML() - Method in class org.jivesoftware.openfire.http.HttpBindBody
- audit(Packet, Session) - Method in interface org.jivesoftware.openfire.audit.Auditor
-
Audit an XMPP packet.
- audit(Packet, Session) - Method in class org.jivesoftware.openfire.audit.spi.AuditorImpl
- AUDIT_PROVIDER - Static variable in class org.jivesoftware.openfire.security.SecurityAuditManager
- AuditEvent - Class in org.jivesoftware.openfire.audit
-
Defines the known event types used with audits on arbitrary data/events.
- AuditEvent(Session, Date, int, int, String) - Constructor for class org.jivesoftware.openfire.audit.AuditEvent
-
Create a new audit event.
- AuditManager - Interface in org.jivesoftware.openfire.audit
-
Manages and directs server message auditing behavior.
- AuditManagerImpl - Class in org.jivesoftware.openfire.audit.spi
-
Implementation of the AuditManager interface.
- AuditManagerImpl() - Constructor for class org.jivesoftware.openfire.audit.spi.AuditManagerImpl
- Auditor - Interface in org.jivesoftware.openfire.audit
-
Use auditors to audit events and messages on the server.
- AuditorImpl - Class in org.jivesoftware.openfire.audit.spi
- AuditorImpl(AuditManager) - Constructor for class org.jivesoftware.openfire.audit.spi.AuditorImpl
- AuditStreamIDFactory - Class in org.jivesoftware.openfire.audit
-
Factory for producing audit stream IDs.
- AuditStreamIDFactory() - Constructor for class org.jivesoftware.openfire.audit.AuditStreamIDFactory
- AuditWriteOnlyException - Exception in org.jivesoftware.openfire.security
-
Thrown if a reading is not permitted with the configured SecurityAuditProvider.
- AuditWriteOnlyException() - Constructor for exception org.jivesoftware.openfire.security.AuditWriteOnlyException
- AuditWriteOnlyException(String) - Constructor for exception org.jivesoftware.openfire.security.AuditWriteOnlyException
- AuditWriteOnlyException(String, Throwable) - Constructor for exception org.jivesoftware.openfire.security.AuditWriteOnlyException
- AuditWriteOnlyException(Throwable) - Constructor for exception org.jivesoftware.openfire.security.AuditWriteOnlyException
- augmentOutboundStanzaWithFMUCData(Packet) - Method in class org.jivesoftware.openfire.muc.MUCRole
-
When sending data to a user that joined the room through FMUC (when the user is a user that is local to a remote chatroom that joined our room as a 'joining FMUC node'), then we'll need to add an 'fmuc' element to all data that we send it.
- AUTH - org.jivesoftware.openfire.net.SASLAuthentication.ElementType
- AUTH_PER_CLIENTCERT_POLICY - Static variable in class org.jivesoftware.openfire.session.ConnectionSettings.Client
- AUTH_PER_CLIENTCERT_POLICY - Static variable in class org.jivesoftware.openfire.session.ConnectionSettings.Component
- AUTH_PER_CLIENTCERT_POLICY - Static variable in class org.jivesoftware.openfire.session.ConnectionSettings.Multiplex
- AUTH_PER_CLIENTCERT_POLICY - Static variable in class org.jivesoftware.openfire.session.ConnectionSettings.Server
- AUTH_PROVIDER - Static variable in class org.jivesoftware.openfire.auth.AuthFactory
- 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) - Method in class org.jivesoftware.openfire.session.LocalComponentSession
-
Authenticate the external component using a digest method.
- authenticate(String) - Method in class org.jivesoftware.openfire.session.LocalConnectionMultiplexerSession
-
Authenticates the connection manager.
- authenticate(String, String) - Static method in class org.jivesoftware.openfire.auth.AuthFactory
-
Authenticates a user with a username and plain text password and returns and AuthToken.
- authenticate(String, String) - Method in interface org.jivesoftware.openfire.auth.AuthProvider
-
Returns if the username and password are valid; otherwise this method throws an UnauthorizedException.
- authenticate(String, String) - Method in class org.jivesoftware.openfire.auth.DefaultAuthProvider
- authenticate(String, String) - Method in class org.jivesoftware.openfire.auth.HybridAuthProvider
- authenticate(String, String) - Method in class org.jivesoftware.openfire.auth.JDBCAuthProvider
- authenticate(String, String) - Method in class org.jivesoftware.openfire.auth.MappedAuthProvider
- authenticate(String, String) - Method in class org.jivesoftware.openfire.auth.NativeAuthProvider
- authenticate(String, String) - Method in class org.jivesoftware.openfire.auth.POP3AuthProvider
- authenticate(String, String) - Method in class org.jivesoftware.openfire.crowd.CrowdAuthProvider
-
Returns if the username and password are valid; otherwise this method throws an UnauthorizedException.
- authenticate(String, String) - Method in class org.jivesoftware.openfire.crowd.CrowdManager
-
Authenticates a user with crowd.
- authenticate(String, String) - Method in class org.jivesoftware.openfire.ldap.LdapAuthProvider
- authenticated - org.jivesoftware.openfire.net.SASLAuthentication.Status
-
SASL negotiation has been successful.
- AUTHENTICATED - org.jivesoftware.openfire.session.Session.Status
- authenticateDomain(OutgoingServerSocketReader, String) - Method in class org.jivesoftware.openfire.server.ServerDialback
-
Authenticates the Originating Server domain with the Receiving Server.
- authenticateDomain(DomainPair) - Static method in class org.jivesoftware.openfire.session.LocalOutgoingServerSession
-
Authenticates the local domain to the remote domain.
- AuthenticatePost - Class in org.jivesoftware.openfire.crowd.jaxb
- AuthenticatePost() - Constructor for class org.jivesoftware.openfire.crowd.jaxb.AuthenticatePost
- authenticateRequest(HttpServletRequest) - Method in interface org.jivesoftware.admin.ServletRequestAuthenticator
-
Attempts to authenticate an HTTP request to a page on the admin console.
- authenticateRequest(HttpServletRequest) - Method in class org.jivesoftware.admin.SiteMinderServletRequestAuthenticator
- authenticateSharedSecret(String) - Static method in class org.jivesoftware.openfire.sasl.JiveSharedSecretSaslServer
-
Returns true if the supplied digest matches the shared secret value.
- authenticateSubdomain(DomainPair) - Method in class org.jivesoftware.openfire.session.LocalOutgoingServerSession
- authenticateSubdomain(DomainPair) - Method in interface org.jivesoftware.openfire.session.OutgoingServerSession
-
Authenticates a subdomain of this server with the specified remote server over an existing outgoing connection.
- authenticateSubdomain(DomainPair) - Method in class org.jivesoftware.openfire.session.RemoteOutgoingServerSession
- AuthenticateUser - Class in org.jivesoftware.openfire.commands.admin.user
-
Takes a user's username and password to authenticate them against the Openfire authprovider.
- AuthenticateUser() - Constructor for class org.jivesoftware.openfire.commands.admin.user.AuthenticateUser
- authenticationMethod - Variable in class org.jivesoftware.openfire.session.LocalServerSession
-
The method that was used to authenticate this session.
- AuthFactory - Class in org.jivesoftware.openfire.auth
-
Pluggable authentication service.
- AuthFactory() - Constructor for class org.jivesoftware.openfire.auth.AuthFactory
- AuthorizationBasedAuthProviderMapper - Class in org.jivesoftware.openfire.auth
-
A
AuthProviderMapper
that can be used to draw administrative users from another source than the regular, non- administrative users. - AuthorizationBasedAuthProviderMapper() - Constructor for class org.jivesoftware.openfire.auth.AuthorizationBasedAuthProviderMapper
- AuthorizationBasedUserProviderMapper - Class in org.jivesoftware.openfire.user
-
A
UserProviderMapper
that can be used to draw administrative users from another source than the regular, non- administrative users. - AuthorizationBasedUserProviderMapper() - Constructor for class org.jivesoftware.openfire.user.AuthorizationBasedUserProviderMapper
- AuthorizationManager - Class in org.jivesoftware.openfire.auth
-
Manages the AuthorizationProvider objects.
- AuthorizationMapping - Interface in org.jivesoftware.openfire.auth
-
This is the interface the used to provide default authorization identity when none was selected by the client.
- AuthorizationPolicy - Interface in org.jivesoftware.openfire.auth
-
This is the interface the AuthorizationManager uses to conduct authorizations.
- authorize - Static variable in class org.jivesoftware.openfire.pubsub.models.AccessModel
- authorize(String, String) - Static method in class org.jivesoftware.openfire.auth.AuthorizationManager
-
Authorize the authenticated username (authcid, principal) to the requested username (authzid).
- authorize(String, String) - Method in interface org.jivesoftware.openfire.auth.AuthorizationPolicy
-
Returns true if the provided authentication identity (identity whose password will be used) is explicitly allowed to the provided authorization identity (identity to act as).
- authorize(String, String) - Method in class org.jivesoftware.openfire.auth.DefaultAuthorizationPolicy
-
Returns true if the provided authentication identity (identity whose password will be used) is explicitly allowed to the provided authorization identity (identity to act as).
- authorize(String, String) - Method in class org.jivesoftware.openfire.ldap.LdapAuthorizationPolicy
-
Returns true if the provided XMPP authentication identity (identity whose password will be used) is explicitly allowed to the provided XMPP authorization identity (identity to act as).
- AuthorizeAccess - Class in org.jivesoftware.openfire.pubsub.models
-
Subscription requests must be approved and only subscribers may retrieve items.
- AuthProvider - Interface in org.jivesoftware.openfire.auth
-
Provider interface for authentication.
- AuthProviderMapper - Interface in org.jivesoftware.openfire.auth
-
Implementations are used to determine what AuthProvider is to be used for a particular username.
- authToken - Variable in class org.jivesoftware.openfire.session.LocalClientSession
-
The authentication token for this session.
- AuthToken - Class in org.jivesoftware.openfire.auth
-
A token that proves that a user has successfully authenticated.
- AuthToken(String) - Constructor for class org.jivesoftware.openfire.auth.AuthToken
-
Constructs a new AuthToken with the specified username.
- AuthToken.OneTimeAuthToken - Class in org.jivesoftware.openfire.auth
-
A token that proves that a user uses a one time access token.
- AutoCloseableReentrantLock - Class in org.jivesoftware.util
-
A
ReentrantLock
lock that can be unlocked using anAutoCloseable
. - AutoCloseableReentrantLock(Class, String) - Constructor for class org.jivesoftware.util.AutoCloseableReentrantLock
-
Create a class and resource specific lock.
- AutoCloseableReentrantLock.AutoCloseableLock - Class in org.jivesoftware.util
- availabilityETA(Instant) - Method in class org.jivesoftware.openfire.archive.Archiver
-
Returns an estimation on how long it takes for all data that arrived before a certain instant will have become available in the data store.
- availabilityETAOnLocalNode(String, Instant) - Method in class org.jivesoftware.openfire.archive.ArchiveManager
- availabilityETAOnLocalNode(Instant) - Method in class org.jivesoftware.openfire.archive.Archiver
-
Returns an estimation on how long it takes for all data that arrived before a certain instant will have become available in the data store.
- AvailablePlugin - Class in org.jivesoftware.openfire.update
-
Plugin available at igniterealtime.org.
- AvailablePlugin(String, String, String, Version, String, URL, URL, URL, String, Version, Version, JavaSpecVersion, URL, long, String) - Constructor for class org.jivesoftware.openfire.update.AvailablePlugin
- availableSession(ClientSession, Presence) - Method in class org.jivesoftware.openfire.pep.IQPEPHandler
- availableSession(ClientSession, Presence) - Static method in class org.jivesoftware.openfire.user.PresenceEventDispatcher
-
Notification message indicating that a session that was not available is now available.
- availableSession(ClientSession, Presence) - Method in interface org.jivesoftware.openfire.user.PresenceEventListener
-
Notification message indicating that a session that was not available is now available.
B
- backup() - Method in class org.jivesoftware.openfire.keystore.CertificateStore
-
Copies the file that is the persistent storage for this store to a new file in the backup location.
- backup() - Method in class org.jivesoftware.openfire.keystore.CertificateStoreManager
-
Creates a backup of all files that back any of the certificate stores.
- BACKUP_PACKET_DELIVERY_ENABLED - Static variable in class org.jivesoftware.openfire.nio.NettyClientConnectionHandler
-
Enable / disable backup delivery of stanzas to the 'offline message store' of the corresponding user when a stanza failed to be delivered on a client connection.
- BACKUP_PACKET_DELIVERY_ENABLED - Static variable in class org.jivesoftware.openfire.nio.NettyComponentConnectionHandler
-
Enable / disable backup delivery of stanzas to the XMPP server itself when a stanza failed to be delivered on a component connection.
- BACKUP_PACKET_DELIVERY_ENABLED - Static variable in class org.jivesoftware.openfire.nio.NettyMultiplexerConnectionHandler
-
Enable / disable backup delivery of stanzas to other connections in the same connection manager when a stanza failed to be delivered on a multiplexer (connection manager) connection.
- BACKUP_PACKET_DELIVERY_ENABLED - Static variable in class org.jivesoftware.openfire.nio.NettyServerConnectionHandler
-
Enable / disable backup delivery of stanzas to the XMPP server itself when a stanza failed to be delivered on a server-to-server connection.
- backupDirectory - Variable in class org.jivesoftware.openfire.keystore.CertificateStoreConfiguration
- badRequest - org.jivesoftware.openfire.http.BoshBindingError
-
The format of an HTTP header or binding element received from the client is unacceptable (e.g., syntax error), or Script Syntax is not supported.
- BASE_OBJECT_NAME - Static variable in interface org.jivesoftware.openfire.mbean.ThreadPoolExecutorDelegateMBean
- Base64 - Class in org.jivesoftware.util
-
Encodes and decodes to and from Base64 notation.
- Base64.InputStream - Class in org.jivesoftware.util
-
A
Base64.InputStream
will read data from anotherjava.io.InputStream
, given in the constructor, and encode/decode to/from Base64 notation on the fly. - Base64.OutputStream - Class in org.jivesoftware.util
-
A
Base64.OutputStream
will write data to anotherjava.io.OutputStream
, given in the constructor, and encode/decode to/from Base64 notation on the fly. - BasicModule - Class in org.jivesoftware.openfire.container
-
A default Module implementation that basically avoids subclasses having to implement the whole Module interface.
- BasicModule(String) - Constructor for class org.jivesoftware.openfire.container.BasicModule
-
Create a basic module with the given name.
- BasicStreamIDFactory - Class in org.jivesoftware.openfire.spi
-
A basic stream ID factory that produces IDs using a cryptographically strong random number generator.
- BasicStreamIDFactory() - Constructor for class org.jivesoftware.openfire.spi.BasicStreamIDFactory
- bcrypt - org.jivesoftware.openfire.auth.JDBCAuthProvider.PasswordType
-
The password is stored as a bcrypt hash.
- BeanUtils - Class in org.jivesoftware.util
-
A utility class that provides methods that are useful for dealing with Java Beans.
- Beta - org.jivesoftware.util.Version.ReleaseStatus
- BIRTHDAY - Static variable in class org.jivesoftware.admin.LdapUserTester
- blacklist - org.jivesoftware.openfire.component.ExternalComponentManager.PermissionPolicy
-
Any XMPP entity is allowed to connect to the server except for those listed in the not allowed list.
- blacklist - org.jivesoftware.openfire.server.RemoteServerManager.PermissionPolicy
-
Any XMPP entity is allowed to connect to the server except for those listed in the not allowed list.
- blockAccess(String) - Static method in class org.jivesoftware.openfire.component.ExternalComponentManager
-
Blocks an external component from connecting to the local server.
- blockAccess(String) - Static method in class org.jivesoftware.openfire.server.RemoteServerManager
-
Blocks a remote server from connecting to the local server.
- blocked - org.jivesoftware.openfire.component.ExternalComponentConfiguration.Permission
-
The XMPP entity is NOT allowed to connect to the server.
- blocked - org.jivesoftware.openfire.server.RemoteServerConfiguration.Permission
-
The XMPP entity is NOT allowed to connect to the server.
- blockGroupEvents() - Method in class org.jivesoftware.openfire.security.DefaultSecurityAuditProvider
-
The default provider logs group events.
- blockGroupEvents() - Method in interface org.jivesoftware.openfire.security.SecurityAuditProvider
-
Returns true if the provider should not send group change (create, edit, delete, etc) related security events on through.
- blockUserEvents() - Method in class org.jivesoftware.openfire.security.DefaultSecurityAuditProvider
-
The default provider logs user events.
- blockUserEvents() - Method in interface org.jivesoftware.openfire.security.SecurityAuditProvider
-
Returns true if the provider should not send user change (create, edit, delete, etc) related security events on through.
- BlogPostServlet - Class in org.jivesoftware.admin.servlet
-
Servlet used for retrieval of IgniteRealtime's blog's RSS feed.
- BlogPostServlet() - Constructor for class org.jivesoftware.admin.servlet.BlogPostServlet
- Blowfish - Class in org.jivesoftware.util
-
A class that provides easy Blowfish encryption.
- Blowfish() - Constructor for class org.jivesoftware.util.Blowfish
-
Creates a new Blowfish object using the default key
- Blowfish(String) - Constructor for class org.jivesoftware.util.Blowfish
-
Creates a new Blowfish object using the specified key (oversized password will be cut).
- bodyXSLT - Variable in class org.jivesoftware.openfire.pubsub.Node
-
The URL of an XSL transformation which can be applied to payloads in order to generate an appropriate message body element.
- BOSH_C2S - org.jivesoftware.openfire.spi.ConnectionType
-
BOSH (HTTP-bind) based client connectivity.
- BoshBindingError - Enum in org.jivesoftware.openfire.http
-
An enum defining all errors which can happen during a BOSH session.
- BoshBindingError.Type - Enum in org.jivesoftware.openfire.http
- BOTH - org.jivesoftware.openfire.roster.RosterItem.SubType
-
The roster item and owner have a mutual subscription.
- bounce - org.jivesoftware.openfire.OfflineMessageStrategy.Type
-
All messages are bounced to the sender.
- Breadcrumb(String, String) - Constructor for class org.jivesoftware.admin.AdminPageBean.Breadcrumb
-
Creates a crumb given a name an URL.
- broadcast(Node, Message, Collection<JID>) - Method in class org.jivesoftware.openfire.pep.PEPService
- broadcast(Node, Message, Collection<JID>) - Method in class org.jivesoftware.openfire.pubsub.PubSubModule
- broadcast(Node, Message, Collection<JID>) - Method in interface org.jivesoftware.openfire.pubsub.PubSubService
-
Broadcasts the specified Message containing an event notification to a list of subscribers to the specified node.
- broadcast(RosterItem, boolean) - Method in class org.jivesoftware.openfire.roster.Roster
-
Broadcasts the RosterItem to all the connected resources of this user.
- broadcast(Message) - Method in class org.jivesoftware.openfire.muc.MUCRoom
-
Broadcasts the message stanza as captured by the argument to all occupants that are local to the domain (in other words, it excludes occupants that connected via FMUC).
- broadcast(Message) - Method in class org.jivesoftware.openfire.SessionManager
-
Broadcasts the given data to all connected sessions.
- broadcast(Presence, boolean) - Method in class org.jivesoftware.openfire.muc.MUCRoom
-
Broadcasts the presence stanza as captured by the argument to all occupants that are local to the local domain (in other words, it excludes occupants that are connected via FMUC).
- BroadcastMessage - Class in org.jivesoftware.openfire.cluster
-
Task that will broadcast a message to local connected client sessions.
- BroadcastMessage() - Constructor for class org.jivesoftware.openfire.cluster.BroadcastMessage
- BroadcastMessage(Message) - Constructor for class org.jivesoftware.openfire.cluster.BroadcastMessage
- broadcastNodeEvent(Message, boolean) - Method in class org.jivesoftware.openfire.pubsub.Node
-
Broadcasts a node event to subscribers of the node.
- broadcastPacket(Message) - Method in class org.jivesoftware.openfire.cluster.ClusterPacketRouter
- broadcastPacket(Message) - Method in interface org.jivesoftware.openfire.RemotePacketRouter
-
Brodcasts the specified message to all local client sessions of each cluster node.
- broadcastPacket(Message, boolean) - Method in interface org.jivesoftware.openfire.RoutingTable
-
Broadcasts the specified message to connected client sessions to the local node or across the cluster.
- broadcastPacket(Message, boolean) - Method in class org.jivesoftware.openfire.spi.RoutingTableImpl
- broadcastPresence(Presence) - Method in class org.jivesoftware.openfire.roster.Roster
-
Broadcast the presence update to all subscribers of the roster.
- broadcastPresenceToResources(JID, Presence) - Method in class org.jivesoftware.openfire.SessionManager
-
Broadcasts presence updates from the originating user's resource to any of the user's existing available resources (including the resource from where the update originates).
- buffer - Variable in class org.jivesoftware.openfire.nio.XMLLightweightParser
- build() - Method in class org.jivesoftware.util.SystemProperty.Builder
-
Validates the details of the SystemProperty, and generates one if it's valid.
- buildList(Class<C>) - Method in class org.jivesoftware.util.SystemProperty.Builder
- buildSet(Class<C>) - Method in class org.jivesoftware.util.SystemProperty.Builder
- bulkPublishedItems(List<PublishedItem>, List<PublishedItem>) - Method in class org.jivesoftware.openfire.pubsub.CachingPubsubPersistenceProvider
- bulkPublishedItems(List<PublishedItem>, List<PublishedItem>) - Method in class org.jivesoftware.openfire.pubsub.DefaultPubSubPersistenceProvider
-
Writes large changesets to the database, using batches and transactions when available.
- bulkPublishedItems(List<PublishedItem>, List<PublishedItem>) - Method in class org.jivesoftware.openfire.pubsub.InMemoryPubSubPersistenceProvider
- bulkPublishedItems(List<PublishedItem>, List<PublishedItem>) - Method in interface org.jivesoftware.openfire.pubsub.PubSubPersistenceProvider
-
Writes large changesets, using batches and transactions when available.
- 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
- byteFormat(long) - Static method in class org.jivesoftware.admin.JSTLFunctions
-
A formatter for formatting byte sizes.
- ByteFormat - Class in org.jivesoftware.util
-
A formatter for formatting byte sizes.
- ByteFormat() - Constructor for class org.jivesoftware.util.ByteFormat
- BYTES - org.jivesoftware.util.cache.Cache.CapacityUnit
-
The capacity is measured in bytes (an aggregation of the byte-size of all elements).
C
- C2S_CACHE_NAME - Static variable in class org.jivesoftware.openfire.spi.RoutingTableImpl
- C2S_INFO_CACHE_NAME - Static variable in class org.jivesoftware.openfire.SessionManager
- C2S_SESSION_NAME - Static variable in class org.jivesoftware.openfire.spi.RoutingTableImpl
- Cache<K extends Serializable,V extends Serializable> - Interface in org.jivesoftware.util.cache
-
General purpose cache.
- Cache.CapacityUnit - Enum in org.jivesoftware.util.cache
-
Defines the unit used to calculate the capacity of the cache.
- Cacheable - Interface in org.jivesoftware.util.cache
-
Interface that defines the necessary behavior for objects added to a Cache.
- CacheableOptional<T extends Serializable> - Class in org.jivesoftware.util
-
Some times it is desirable to store in a
Cache
the absence of a value. - CachedPreparedStatement - Class in org.jivesoftware.database
-
Allows PreparedStatement information to be cached.
- CachedPreparedStatement() - Constructor for class org.jivesoftware.database.CachedPreparedStatement
-
Constructs a new CachedPreparedStatement.
- CachedPreparedStatement(String) - Constructor for class org.jivesoftware.database.CachedPreparedStatement
-
Constructs a new CachedPreparedStatement.
- CacheFactory - Class in org.jivesoftware.util.cache
-
Creates Cache objects.
- CacheFactoryStrategy - Interface in org.jivesoftware.util.cache
-
Implementation of CacheFactory that relies on the specific clustering solution.
- cacheFileTransfer(String, FileTransfer) - Method in class org.jivesoftware.openfire.filetransfer.DefaultFileTransferManager
- CacheInfo - Class in org.jivesoftware.openfire.container
-
Configuration to use when creating caches.
- CacheInfo(String, CacheInfo.Type, Map<String, String>) - Constructor for class org.jivesoftware.openfire.container.CacheInfo
-
Creates the configuration to use for the specified cache.
- CacheInfo.Type - Enum in org.jivesoftware.openfire.container
- CacheSizes - Class in org.jivesoftware.util.cache
-
Utility class for determining the sizes in bytes of commonly used objects.
- CacheSizes() - Constructor for class org.jivesoftware.util.cache.CacheSizes
- CacheUtil - Class in org.jivesoftware.util.cache
-
Utility methods for working with caches.
- CacheUtil() - Constructor for class org.jivesoftware.util.cache.CacheUtil
- CacheWrapper<K extends Serializable,V extends Serializable> - Class in org.jivesoftware.util.cache
-
Acts as a proxy for a Cache implementation.
- CachingPubsubPersistenceProvider - Class in org.jivesoftware.openfire.pubsub
- CachingPubsubPersistenceProvider() - Constructor for class org.jivesoftware.openfire.pubsub.CachingPubsubPersistenceProvider
- CaffeineCache<K extends Serializable,V extends Serializable> - Class in org.jivesoftware.util.cache
-
Wraps an instance of Ben Manes' Caffeine cache in a class that inherits from
Cache
. - calculatePhotoHash(Element) - Static method in class org.jivesoftware.openfire.muc.spi.IQMUCvCardHandler
- CallableStatementWrapper - Class in org.jivesoftware.database
-
An implementation of the CallableStatement interface that wraps an underlying CallableStatement object.
- CallableStatementWrapper(CallableStatement) - Constructor for class org.jivesoftware.database.CallableStatementWrapper
- canAccess(String) - Static method in class org.jivesoftware.openfire.component.ExternalComponentManager
-
Returns true if the external component with the specified subdomain can connect to the local server.
- canAccess(String) - Static method in class org.jivesoftware.openfire.server.RemoteServerManager
-
Returns true if the remote server with the specified domain can connect to the local server.
- canAccessItems(Node, JID, JID) - Method in class org.jivesoftware.openfire.pubsub.models.AccessModel
-
Returns true if the entity is allowed to get the node published items.
- canAccessItems(Node, JID, JID) - Method in class org.jivesoftware.openfire.pubsub.models.AuthorizeAccess
- canAccessItems(Node, JID, JID) - Method in class org.jivesoftware.openfire.pubsub.models.OpenAccess
- canAccessItems(Node, JID, JID) - Method in class org.jivesoftware.openfire.pubsub.models.PresenceAccess
- canAccessItems(Node, JID, JID) - Method in class org.jivesoftware.openfire.pubsub.models.RosterAccess
- canAccessItems(Node, JID, JID) - Method in class org.jivesoftware.openfire.pubsub.models.WhitelistAccess
- canAnyoneDiscoverJID() - Method in class org.jivesoftware.openfire.muc.MUCRoom
-
Returns true if every presence packet will include the JID of every occupant.
- canAnyoneDiscoverJID() - Method in class org.jivesoftware.openfire.muc.spi.MUCRoomSearchInfo
- canBroadcastPresence(MUCRole.Role) - Method in class org.jivesoftware.openfire.muc.MUCRoom
-
Returns true if the presences of the requested role will be broadcast.
- cancel - org.jivesoftware.openfire.commands.AdHocCommand.Action
-
The command should be canceled.
- cancel() - Method in class org.jivesoftware.database.CallableStatementWrapper
- cancel() - Method in class org.jivesoftware.database.StatementWrapper
- cancel() - Method in class org.jivesoftware.openfire.mediaproxy.Echo
- cancel(boolean) - Method in class org.jivesoftware.util.ImmediateFuture
- canceled - org.jivesoftware.openfire.commands.AdHocCommand.Status
-
The command has been canceled.
- cancelScheduledTask(TimerTask) - Method in class org.jivesoftware.util.TaskEngine
-
Cancels the execution of a scheduled task.
- cancelSubscription(NodeSubscription) - Method in class org.jivesoftware.openfire.pubsub.Node
-
Cancels an existing subscription to the node.
- cancelSubscription(NodeSubscription, boolean) - Method in class org.jivesoftware.openfire.pubsub.Node
-
Cancels an existing subscription to the node.
- CancelSubscriptionTask - Class in org.jivesoftware.openfire.pubsub.cluster
-
A cluster task used to cancel a pubsub node subscription (a relation between an entity an a pubsub node).
- CancelSubscriptionTask() - Constructor for class org.jivesoftware.openfire.pubsub.cluster.CancelSubscriptionTask
-
This no-argument constructor is provided for serialization purposes.
- CancelSubscriptionTask(NodeSubscription) - Constructor for class org.jivesoftware.openfire.pubsub.cluster.CancelSubscriptionTask
-
Constructs a new task that cancels a subscription to a pubsub node.
- canChangeNickname() - Method in class org.jivesoftware.openfire.muc.MUCRoom
-
Returns true if room occupants are allowed to change their nicknames in the room.
- canChangePassword() - Method in class org.jivesoftware.openfire.handler.IQRegisterHandler
- canCreateNode(JID) - Method in class org.jivesoftware.openfire.pep.PEPService
- canCreateNode(JID) - Method in class org.jivesoftware.openfire.pubsub.PubSubModule
- canCreateNode(JID) - Method in interface org.jivesoftware.openfire.pubsub.PubSubService
-
Returns true if the pubsub service allows the specified user to create nodes.
- canDelete(JID) - Method in class org.jivesoftware.openfire.pubsub.PublishedItem
-
Returns true if the user that is trying to delete an item is allowed to delete it.
- canDiscoverRoom(MUCRoom, JID) - Method in interface org.jivesoftware.openfire.muc.MultiUserChatService
-
Checks if the a particular entity is allowed to discover the room's existence.
- canDiscoverRoom(MUCRoom, JID) - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
- canFloodOfflineMessages() - Method in interface org.jivesoftware.openfire.session.ClientSession
-
Returns true if the offline messages of the user should be sent to the user when the user becomes online.
- canFloodOfflineMessages() - Method in class org.jivesoftware.openfire.session.LocalClientSession
-
Returns true if the offline messages of the user should be sent to the user when the user becomes online.
- canFloodOfflineMessages() - Method in class org.jivesoftware.openfire.session.RemoteClientSession
- CannotBeInvitedException - Exception in org.jivesoftware.openfire.muc
-
Exception used for representing the error when an external MUC delegate responds to an invite-user packet by rejecting the invitation attempt.
- CannotBeInvitedException() - Constructor for exception org.jivesoftware.openfire.muc.CannotBeInvitedException
- CannotBeInvitedException(String) - Constructor for exception org.jivesoftware.openfire.muc.CannotBeInvitedException
- CannotBeInvitedException(String, Throwable) - Constructor for exception org.jivesoftware.openfire.muc.CannotBeInvitedException
- CannotBeInvitedException(Throwable) - Constructor for exception org.jivesoftware.openfire.muc.CannotBeInvitedException
- CannotCalculateSizeException - Exception in org.jivesoftware.util.cache
-
Flags an exception when we cannot determine size of the object to be cached.
- CannotCalculateSizeException() - Constructor for exception org.jivesoftware.util.cache.CannotCalculateSizeException
- CannotCalculateSizeException(Object) - Constructor for exception org.jivesoftware.util.cache.CannotCalculateSizeException
- canOccupantsChangeSubject() - Method in class org.jivesoftware.openfire.muc.MUCRoom
-
Returns true if participants are allowed to change the room's subject.
- canOccupantsInvite() - Method in class org.jivesoftware.openfire.muc.MUCRoom
-
Returns true if occupants can invite other users to the room.
- canProbePresence(JID, String) - Method in interface org.jivesoftware.openfire.PresenceManager
-
Returns true if the the prober is allowed to see the presence of the probee.
- canProbePresence(JID, String) - Method in class org.jivesoftware.openfire.spi.PresenceManagerImpl
- canProcess(Packet) - Method in class org.jivesoftware.openfire.session.LocalClientSession
-
Returns true if the specified packet must not be blocked based on the active or default privacy list rules.
- canPublish(Node, JID) - Method in class org.jivesoftware.openfire.pubsub.models.OnlyPublishers
- canPublish(Node, JID) - Method in class org.jivesoftware.openfire.pubsub.models.OnlySubscribers
- canPublish(Node, JID) - Method in class org.jivesoftware.openfire.pubsub.models.OpenPublisher
- canPublish(Node, JID) - Method in class org.jivesoftware.openfire.pubsub.models.PublisherModel
-
Returns true if the entity is allowed to publish items to the specified node.
- canSendPrivateMessage() - Method in class org.jivesoftware.openfire.muc.MUCRoom
-
Returns the minimal role of persons that are allowed to send private messages in the room.
- canSendPublicationEvent(LeafNode, PublishedItem) - Method in class org.jivesoftware.openfire.pubsub.NodeSubscription
-
Returns true if an event notification can be sent to the subscriber for the specified published item based on the subscription configuration and subscriber status.
- canSubscribe(Node, JID, JID) - Method in class org.jivesoftware.openfire.pubsub.models.AccessModel
-
Returns true if the entity is allowed to subscribe to the specified node.
- canSubscribe(Node, JID, JID) - Method in class org.jivesoftware.openfire.pubsub.models.AuthorizeAccess
- canSubscribe(Node, JID, JID) - Method in class org.jivesoftware.openfire.pubsub.models.OpenAccess
- canSubscribe(Node, JID, JID) - Method in class org.jivesoftware.openfire.pubsub.models.PresenceAccess
- canSubscribe(Node, JID, JID) - Method in class org.jivesoftware.openfire.pubsub.models.RosterAccess
- canSubscribe(Node, JID, JID) - Method in class org.jivesoftware.openfire.pubsub.models.WhitelistAccess
- CDATA_END - Static variable in class org.jivesoftware.openfire.nio.XMLLightweightParser
- CDATA_START - Static variable in class org.jivesoftware.openfire.nio.XMLLightweightParser
- cdataOffset - Variable in class org.jivesoftware.openfire.nio.XMLLightweightParser
- CertificateEventListener - Interface in org.jivesoftware.util
-
Interface to listen for certificate events.
- CertificateIdentityMapping - Interface in org.jivesoftware.util.cert
-
This is the interface used to map identity credentials from certificates.
- CertificateManager - Class in org.jivesoftware.util
-
Utility class that provides similar functionality to the keytool tool.
- CertificateManager() - Constructor for class org.jivesoftware.util.CertificateManager
- CertificateStore - Class in org.jivesoftware.openfire.keystore
-
A wrapper class for a Java store of certificates, its metadata (password, location) and related functionality.
- CertificateStore(CertificateStoreConfiguration, boolean) - Constructor for class org.jivesoftware.openfire.keystore.CertificateStore
- CertificateStoreConfigException - Exception in org.jivesoftware.openfire.keystore
-
A checked exception that indicates problems related to Certificate Store functionality.
- CertificateStoreConfigException() - Constructor for exception org.jivesoftware.openfire.keystore.CertificateStoreConfigException
- CertificateStoreConfigException(String) - Constructor for exception org.jivesoftware.openfire.keystore.CertificateStoreConfigException
- CertificateStoreConfigException(String, Throwable) - Constructor for exception org.jivesoftware.openfire.keystore.CertificateStoreConfigException
- CertificateStoreConfigException(String, Throwable, boolean, boolean) - Constructor for exception org.jivesoftware.openfire.keystore.CertificateStoreConfigException
- CertificateStoreConfigException(Throwable) - Constructor for exception org.jivesoftware.openfire.keystore.CertificateStoreConfigException
- CertificateStoreConfiguration - Class in org.jivesoftware.openfire.keystore
-
Certificate stores are configured using a defined set of properties.
- CertificateStoreConfiguration(String, File, char[], File) - Constructor for class org.jivesoftware.openfire.keystore.CertificateStoreConfiguration
-
Creates a new instance.
- CertificateStoreManager - Class in org.jivesoftware.openfire.keystore
-
A manager of certificate stores.
- CertificateStoreManager() - Constructor for class org.jivesoftware.openfire.keystore.CertificateStoreManager
- CertificateStoreManager(boolean) - Constructor for class org.jivesoftware.openfire.keystore.CertificateStoreManager
- CertificateStoreWatcher - Class in org.jivesoftware.openfire.keystore
-
Detects file-system based changes to (Java) keystores that back Openfire Certificate Stores, reloading them when needed.
- CertificateStoreWatcher() - Constructor for class org.jivesoftware.openfire.keystore.CertificateStoreWatcher
- CertificateUtils - Class in org.jivesoftware.openfire.keystore
-
Utility methods for working with
Certificate
instances. - CertificateUtils() - Constructor for class org.jivesoftware.openfire.keystore.CertificateUtils
- CHALLENGE - org.jivesoftware.openfire.net.SASLAuthentication.ElementType
- Change(RosterItem.RecvType, RosterItem.SubType, RosterItem.AskType) - Constructor for class org.jivesoftware.openfire.handler.PresenceSubscribeHandler.Change
- changeDefaultList(String, PrivacyList, PrivacyList) - Method in class org.jivesoftware.openfire.privacy.PrivacyListManager
-
Sets a given privacy list as the new default list of the user.
- changeNickname(String) - Method in class org.jivesoftware.openfire.muc.MUCRole
-
Changes the nickname of the occupant within the room to the new nickname.
- changeParent(CollectionNode) - Method in class org.jivesoftware.openfire.pubsub.Node
-
Changes the parent node of this node.
- changePriority(LocalClientSession, int) - Method in class org.jivesoftware.openfire.SessionManager
-
Change the priority of a session, that was already available, associated with the sender.
- changeSubject(Message, MUCRole) - Method in class org.jivesoftware.openfire.muc.MUCRoom
-
Changes the room's subject if the occupant has enough permissions.
- ChangeUserPassword - Class in org.jivesoftware.openfire.commands.admin.user
-
Command that allows to change password of existing users.
- ChangeUserPassword() - Constructor for class org.jivesoftware.openfire.commands.admin.user.ChangeUserPassword
- Channel<T extends org.xmpp.packet.Packet> - Class in org.jivesoftware.openfire
-
A channel provides a mechanism to queue work units for processing.
- Channel(String, ChannelHandler<T>) - Constructor for class org.jivesoftware.openfire.Channel
-
Creates a new channel.
- channelActive(ChannelHandlerContext) - Method in class org.jivesoftware.openfire.nio.NettyOutboundConnectionHandler
- channelAtoB - Variable in class org.jivesoftware.openfire.mediaproxy.MediaProxySession
- channelAtoBControl - Variable in class org.jivesoftware.openfire.mediaproxy.MediaProxySession
- channelBtoA - Variable in class org.jivesoftware.openfire.mediaproxy.MediaProxySession
- channelBtoAControl - Variable in class org.jivesoftware.openfire.mediaproxy.MediaProxySession
- ChannelHandler<T extends org.xmpp.packet.Packet> - Interface in org.jivesoftware.openfire
-
Interface to handle packets delivered by Channels.
- ChannelNotFoundException - Exception in org.jivesoftware.openfire
-
Thrown when a channel lookup fails to find the specified channel.
- ChannelNotFoundException() - Constructor for exception org.jivesoftware.openfire.ChannelNotFoundException
- ChannelNotFoundException(String) - Constructor for exception org.jivesoftware.openfire.ChannelNotFoundException
- channelRead0(ChannelHandlerContext, String) - Method in class org.jivesoftware.openfire.nio.NettyConnectionHandler
- channelUnregistered(ChannelHandlerContext) - Method in class org.jivesoftware.openfire.nio.NettyConnectionHandler
- characters(char[], int, int) - Method in class org.jivesoftware.util.XMLWriter
- CHARSET - Static variable in class org.jivesoftware.openfire.server.ServerDialback
-
The utf-8 charset for decoding and encoding Jabber packet streams.
- check(Certificate, Collection<String>) - Method in class org.jivesoftware.openfire.net.OCSPChecker
- checkAuthentication(Rdn[], String) - Method in class org.jivesoftware.openfire.ldap.LdapManager
-
Returns true if the user is able to successfully authenticate against the LDAP server.
- checkChainTrusted(CertSelector, X509Certificate...) - Method in class org.jivesoftware.openfire.keystore.OpenfireX509TrustManager
-
Determine if the given partial or complete certificate chain can be trusted to represent the entity that is defined by the criteria specified by the 'selector' argument.
- checkClientTrusted(X509Certificate[], String) - Method in class org.jivesoftware.openfire.keystore.OpenfireX509TrustManager
- checkClientTrusted(X509Certificate[], String) - Method in class org.jivesoftware.openfire.net.ClientTrustManager
- checkClientTrusted(X509Certificate[], String) - Method in class org.jivesoftware.openfire.net.ServerTrustManager
- checkForPluginsUpdates(boolean) - Method in class org.jivesoftware.openfire.update.UpdateManager
-
Queries the igniterealtime.org server.
- checkForServerUpdate(boolean) - Method in class org.jivesoftware.openfire.update.UpdateManager
-
Queries the igniterealtime.org server with a request that contains the currently installed server version.
- checkObsolete(String) - Method in class org.jivesoftware.openfire.entitycaps.EntityCapabilitiesManager
-
Verifies if the provided 'ver' hash is used for any user.
- checkOneTimeAccessToken(String) - Static method in class org.jivesoftware.openfire.auth.AuthFactory
- checkOpenfireSchema(Connection) - Method in class org.jivesoftware.database.SchemaManager
-
Checks the Openfire database schema to ensure that it's installed and up to date.
- checkOutgoingDomainPair(DomainPair) - Method in class org.jivesoftware.openfire.session.LocalOutgoingServerSession
- checkOutgoingDomainPair(DomainPair) - Method in interface org.jivesoftware.openfire.session.OutgoingServerSession
-
Checks to see if a pair of domains has previously been authenticated.
- checkOutgoingDomainPair(DomainPair) - Method in class org.jivesoftware.openfire.session.RemoteOutgoingServerSession
- checkPassword(String, String) - Method in class org.jivesoftware.openfire.auth.DefaultAuthProvider
- checkPluginSchema(Plugin) - Method in class org.jivesoftware.database.SchemaManager
-
Checks the plugin's database schema (if one is required) to ensure that it's installed and up to date.
- checkServerTrusted(X509Certificate[], String) - Method in class org.jivesoftware.openfire.keystore.OpenfireX509TrustManager
- checkServerTrusted(X509Certificate[], String) - Method in class org.jivesoftware.openfire.net.ClientTrustManager
-
Given the partial or complete certificate chain provided by the peer, build a certificate path to a trusted root and return if it can be validated and is trusted for server SSL authentication based on the authentication type.
- checkServerTrusted(X509Certificate[], String) - Method in class org.jivesoftware.openfire.net.ServerTrustManager
-
Given the partial or complete certificate chain provided by the peer, build a certificate path to a trusted root and return if it can be validated and is trusted for server SSL authentication based on the authentication type.
- chopAtWord(String, int) - Static method in class org.jivesoftware.util.StringUtils
-
Intelligently chops a String at a word boundary (whitespace) that occurs at the specified index in the argument or before.
- CITY - Static variable in interface org.jivesoftware.openfire.handler.IQRegisterInfo
-
The user's city
- ClassUtils - Class in org.jivesoftware.util
-
A utility class to assist with loading classes or resources by name.
- clear() - Method in class org.jivesoftware.openfire.group.ConcurrentGroupList
- clear() - Method in class org.jivesoftware.openfire.group.ConcurrentGroupMap
- clear() - Method in class org.jivesoftware.openfire.group.DefaultGroupPropertyMap
- clear() - Method in class org.jivesoftware.openfire.muc.spi.MUCServiceProperties
- clear() - Method in class org.jivesoftware.util.cache.CacheWrapper
- clear() - Method in class org.jivesoftware.util.cache.CaffeineCache
-
Removes all of the mappings from this map (optional operation).
- clear() - Method in class org.jivesoftware.util.cache.ComponentCacheWrapper
- clear() - Method in class org.jivesoftware.util.cache.DefaultCache
- clear() - Method in class org.jivesoftware.util.cache.SerializingCache
- clear() - Method in class org.jivesoftware.util.JiveProperties
- clear() - Method in class org.jivesoftware.util.LinkedList
-
Erases all elements in the list and re-initializes it.
- clearAdminUsers() - Method in class org.jivesoftware.openfire.admin.AdminManager
-
Clears the list of admin users.
- clearAgentListeners() - Method in class org.jivesoftware.openfire.mediaproxy.MediaProxySession
-
Removes every Session events listeners
- clearBatch() - Method in class org.jivesoftware.database.CallableStatementWrapper
- clearBatch() - Method in class org.jivesoftware.database.StatementWrapper
- clearCaches() - Method in class org.jivesoftware.openfire.user.UserManager
-
Exposed for test use only
- clearCaches() - Static method in class org.jivesoftware.util.cache.CacheFactory
- clearCaches(String...) - Static method in class org.jivesoftware.util.cache.CacheFactory
- clearParameters() - Method in class org.jivesoftware.database.CallableStatementWrapper
- clearParameters() - Method in class org.jivesoftware.database.PreparedStatementWrapper
- clearPassword() - Method in class org.jivesoftware.openfire.sasl.VerifyPasswordCallback
-
Clear the retrieved password.
- clearWarnings() - Method in class org.jivesoftware.database.AbstractConnection
- clearWarnings() - Method in class org.jivesoftware.database.CallableStatementWrapper
- clearWarnings() - Method in class org.jivesoftware.database.StatementWrapper
- Client() - Constructor for class org.jivesoftware.openfire.session.ConnectionSettings.Client
- CLIENT - Static variable in class org.jivesoftware.openfire.cluster.GetBasicStatistics
- ClientRoute - Class in org.jivesoftware.openfire.spi
-
Internal object used by RoutingTableImpl to keep track of the node that own a ClientSession and whether the session is available or not.
- ClientRoute() - Constructor for class org.jivesoftware.openfire.spi.ClientRoute
- ClientRoute(NodeID, boolean) - Constructor for class org.jivesoftware.openfire.spi.ClientRoute
- ClientSession - Interface in org.jivesoftware.openfire.session
-
Represents a session between the server and a client.
- ClientSessionConnection - Class in org.jivesoftware.openfire.multiplex
-
Represents a connection of a Client Session that was established to a Connection Manager.
- ClientSessionConnection(String, String, String) - Constructor for class org.jivesoftware.openfire.multiplex.ClientSessionConnection
- ClientSessionInfo - Class in org.jivesoftware.openfire.session
-
Client session information to be used when running in a cluster.
- ClientSessionInfo() - Constructor for class org.jivesoftware.openfire.session.ClientSessionInfo
- ClientSessionInfo(LocalClientSession) - Constructor for class org.jivesoftware.openfire.session.ClientSessionInfo
- ClientSessionTask - Class in org.jivesoftware.openfire.session
-
Class that defines possible remote operations that could be performed on remote client sessions.
- ClientSessionTask() - Constructor for class org.jivesoftware.openfire.session.ClientSessionTask
- ClientSessionTask(JID, RemoteSessionTask.Operation) - Constructor for class org.jivesoftware.openfire.session.ClientSessionTask
- ClientStanzaHandler - Class in org.jivesoftware.openfire.net
-
Handler of XML stanzas sent by clients connected directly to the server.
- ClientStanzaHandler(PacketRouter, Connection) - Constructor for class org.jivesoftware.openfire.net.ClientStanzaHandler
- ClientTrustManager - Class in org.jivesoftware.openfire.net
-
ClientTrustManager is a Trust Manager that is only used for c2s connections.
- ClientTrustManager(KeyStore) - Constructor for class org.jivesoftware.openfire.net.ClientTrustManager
- close - org.jivesoftware.openfire.session.RemoteSessionTask.Operation
- close() - Method in class org.jivesoftware.database.AbstractConnection
- close() - Method in class org.jivesoftware.database.CallableStatementWrapper
- close() - Method in class org.jivesoftware.database.ProfiledConnection
- close() - Method in class org.jivesoftware.database.StatementWrapper
- close() - Method in interface org.jivesoftware.openfire.Connection
-
Close this connection including associated session.
- close() - Method in class org.jivesoftware.openfire.http.HttpConnection
-
The connection should be closed without delivering a stanza to the requestor.
- close() - Method in class org.jivesoftware.openfire.net.TLSStreamHandler
-
Closes the channels that will end up closing the input and output streams of the connection.
- close() - Method in class org.jivesoftware.openfire.net.TLSWrapper
-
Signals that no more outbound application data will be sent on this TLSHandler.
- close() - Method in class org.jivesoftware.openfire.session.LocalSession
- close() - Method in class org.jivesoftware.openfire.session.RemoteSession
- close() - Method in interface org.jivesoftware.openfire.session.Session
-
Close this session including associated socket connection.
- close() - Method in class org.jivesoftware.util.AutoCloseableReentrantLock.AutoCloseableLock
-
Releases the lock.
- close() - Method in class org.jivesoftware.util.Base64.OutputStream
-
Flushes and closes (I think, in the superclass) the stream.
- close() - Method in class org.jivesoftware.util.XMLWriter
-
Closes the underlying Writer
- close(StreamError) - Method in interface org.jivesoftware.openfire.Connection
-
Close this connection including associated session, optionally citing a stream error.
- close(StreamError, boolean) - Method in interface org.jivesoftware.openfire.Connection
-
Close this connection including associated session, optionally citing a stream error.
- close(StreamError, boolean) - Method in class org.jivesoftware.openfire.net.SocketConnection
-
Deprecated.
- close(StreamError, boolean) - Method in class org.jivesoftware.openfire.net.VirtualConnection
-
Closes the session, the virtual connection and notifies listeners that the connection has been closed.
- close(StreamError, boolean) - Method in class org.jivesoftware.openfire.nio.NettyConnection
- closeClientSession(String, StreamID) - Method in class org.jivesoftware.openfire.multiplex.ConnectionMultiplexerManager
-
Closes an existing client session that was established through a connection manager.
- closeConnection(Connection) - Static method in class org.jivesoftware.database.DbConnectionManager
-
Closes a database connection (returning the connection to the connection pool).
- 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).
- CLOSED - org.jivesoftware.openfire.Connection.State
- CLOSED - org.jivesoftware.openfire.net.TLSStatus
-
The operation just closed this side of the SSLEngine, or the operation could not be completed because it was already closed.
- CLOSED - org.jivesoftware.openfire.session.Session.Status
- closeListeners - Variable in class org.jivesoftware.openfire.net.AbstractConnection
-
Contains all registered listener for close event notification.
- closeNeverEncryptedConnection() - Method in class org.jivesoftware.openfire.net.StanzaHandler
-
Close the connection since TLS was mandatory and the entity never negotiated TLS.
- closeNeverSecuredConnection() - Method in class org.jivesoftware.openfire.net.StanzaHandler
-
Deprecated.Renamed. Use
StanzaHandler.closeNeverEncryptedConnection()
- closeOnCompletion() - Method in class org.jivesoftware.database.StatementWrapper
- closeResultSet(ResultSet) - Static method in class org.jivesoftware.database.DbConnectionManager
-
Closes a result set.
- closeStatement(ResultSet, Statement) - Static method in class org.jivesoftware.database.DbConnectionManager
-
Closes a statement and a result set.
- closeStatement(Statement) - Static method in class org.jivesoftware.database.DbConnectionManager
-
Closes a statement.
- closeTransactionConnection(Connection, boolean) - Static method in class org.jivesoftware.database.DbConnectionManager
-
Closes a Connection.
- closeTransactionConnection(PreparedStatement, Connection, boolean) - Static method in class org.jivesoftware.database.DbConnectionManager
-
Closes a PreparedStatement and Connection.
- closeVirtualConnection(StreamError) - Method in class org.jivesoftware.openfire.http.HttpSession.HttpVirtualConnection
- closeVirtualConnection(StreamError) - Method in class org.jivesoftware.openfire.multiplex.ClientSessionConnection
-
If the Connection Manager or the Client requested to close the connection then just do nothing.
- closeVirtualConnection(StreamError) - Method in class org.jivesoftware.openfire.net.VirtualConnection
-
Closes the virtual connection.
- closeVirtualConnection(StreamError) - Method in class org.jivesoftware.openfire.websocket.WebSocketConnection
- CLUSTER_PROPERTY_NAME - Static variable in class org.jivesoftware.openfire.cluster.ClusterManager
- CLUSTERED_CACHE_PROPERTY_NAME - Static variable in class org.jivesoftware.util.cache.CacheFactory
- ClusteredCacheEntryListener<K,V> - Interface in org.jivesoftware.openfire.cluster
-
An event listener for changes made to entries of a clustered cache.
- ClusterEventListener - Interface in org.jivesoftware.openfire.cluster
-
Listener for cluster events.
- clusteringStateConsistencyReportForClientRoutes() - Method in class org.jivesoftware.openfire.spi.RoutingTableImpl
-
Verifies that
RoutingTableImpl.usersCache
,RoutingTableImpl.anonymousUsersCache
, {@link #localRoutingTable#getClientsRoutes(boolean)} andRoutingTableImpl.routeOwnersByClusterNode
are in a consistent state. - clusteringStateConsistencyReportForComponentRoutes() - Method in class org.jivesoftware.openfire.spi.RoutingTableImpl
-
Verifies that
RoutingTableImpl.componentsCache
, {@link #localRoutingTable#getComponentRoute()} andRoutingTableImpl.componentsByClusterNode
are in a consistent state. - clusteringStateConsistencyReportForIncomingServerSessionInfos() - Method in class org.jivesoftware.openfire.SessionManager
-
Verifies that
SessionManager.incomingServerSessionInfoCache
, {@link #localSessionManager#getIncomingServerSessions()} andSessionManager.incomingServerSessionInfoByClusterNode
are in a consistent state. - clusteringStateConsistencyReportForMucRoomsAndOccupant() - Method in class org.jivesoftware.openfire.muc.MultiUserChatManager
-
Verifies that caches and supporting structures around rooms and occupants are in a consistent state.
- clusteringStateConsistencyReportForServerRoutes() - Method in class org.jivesoftware.openfire.spi.RoutingTableImpl
-
Verifies that
RoutingTableImpl.serversCache
, {@link #localRoutingTable#getServerRoutes} andRoutingTableImpl.s2sDomainPairsByClusterNode
are in a consistent state. - clusteringStateConsistencyReportForSessionInfos() - Method in class org.jivesoftware.openfire.SessionManager
-
Verifies that
SessionManager.sessionInfoCache
, {@link #routingTable#getClientsRoutes(boolean)} andSessionManager.sessionInfoKeysByClusterNode
are in a consistent state. - clusteringStateConsistencyReportForUsersSessions() - Method in class org.jivesoftware.openfire.spi.RoutingTableImpl
-
Verifies that
RoutingTableImpl.usersSessionsCache
,RoutingTableImpl.usersCache
andRoutingTableImpl.anonymousUsersCache
are in a consistent state. - ClusterManager - Class in org.jivesoftware.openfire.cluster
-
A cluster manager is responsible for triggering events related to clustering.
- ClusterManager() - Constructor for class org.jivesoftware.openfire.cluster.ClusterManager
- ClusterMonitor - Class in org.jivesoftware.openfire.cluster
-
Monitors the state of the cluster, and warns admins when nodes leave or rejoin the cluster
- ClusterMonitor() - Constructor for class org.jivesoftware.openfire.cluster.ClusterMonitor
- ClusterNodeInfo - Interface in org.jivesoftware.openfire.cluster
-
Basic information about a cluster node.
- ClusterPacketRouter - Class in org.jivesoftware.openfire.cluster
-
Route packets to other nodes of the cluster.
- ClusterPacketRouter() - Constructor for class org.jivesoftware.openfire.cluster.ClusterPacketRouter
- ClusterTask<V> - Interface in org.jivesoftware.util.cache
-
An interface to mix in
Externalizable
andRunnable
, which are both required for sending invokable tasks across a cluster. - CM_CACHE_NAME - Static variable in class org.jivesoftware.openfire.SessionManager
- CNCertificateIdentityMapping - Class in org.jivesoftware.util.cert
-
Certificate identity mapping that uses the CommonName as the identity credentials
- CNCertificateIdentityMapping() - Constructor for class org.jivesoftware.util.cert.CNCertificateIdentityMapping
- CollectionNode - Class in org.jivesoftware.openfire.pubsub
-
A type of node that contains nodes and/or other collections but no published items.
- CollectionNode() - Constructor for class org.jivesoftware.openfire.pubsub.CollectionNode
- CollectionNode(PubSubService.UniqueIdentifier, CollectionNode, String, JID, boolean, boolean, boolean, boolean, boolean, boolean, AccessModel, PublisherModel, String, Node.ItemReplyPolicy, CollectionNode.LeafNodeAssociationPolicy, int) - Constructor for class org.jivesoftware.openfire.pubsub.CollectionNode
- CollectionNode(PubSubService.UniqueIdentifier, CollectionNode, String, JID, DefaultNodeConfiguration) - Constructor for class org.jivesoftware.openfire.pubsub.CollectionNode
- CollectionNode.LeafNodeAssociationPolicy - Enum in org.jivesoftware.openfire.pubsub
-
Policy that defines who may associate leaf nodes with a collection.
- collectionToString(Collection<String>) - Static method in class org.jivesoftware.util.StringUtils
-
Returns a collection of Strings as a comma-delimitted list of strings.
- CollectionUtils - Class in org.jivesoftware.util
-
A utility class that provides re-usable functionality that relates to Java collections.
- CollectionUtils() - Constructor for class org.jivesoftware.util.CollectionUtils
- COMMAND_LIMIT - Static variable in class org.jivesoftware.openfire.commands.AdHocCommandManager
-
The maximum allowed simultaneous command sessions per user.
- COMMAND_TIMEOUT - Static variable in class org.jivesoftware.openfire.commands.AdHocCommandManager
-
The maximum allowed duration of a command session (all stages of a command need to have provided by the user within this time).
- comment(char[], int, int) - Method in class org.jivesoftware.util.XMLWriter
- commit() - Method in class org.jivesoftware.database.AbstractConnection
- compare(Object, Object) - Method in class org.jivesoftware.util.SimpleSSLSocketFactory
- comparePasswords(String, String) - Method in class org.jivesoftware.openfire.auth.JDBCAuthProvider
- compareTo(ArchiveCandidate<E>) - Method in class org.jivesoftware.openfire.archive.ArchiveCandidate
- compareTo(PrivacyItem) - Method in class org.jivesoftware.openfire.privacy.PrivacyItem
- compareTo(JavaSpecVersion) - Method in class org.jivesoftware.util.JavaSpecVersion
- compareTo(Version) - Method in class org.jivesoftware.util.Version
- compareTo(JID) - Method in class org.jivesoftware.openfire.group.GroupJID
- complete - org.jivesoftware.openfire.commands.AdHocCommand.Action
-
The command should be completed (if possible).
- completed - org.jivesoftware.openfire.commands.AdHocCommand.Status
-
The command has completed.
- Component() - Constructor for class org.jivesoftware.openfire.session.ConnectionSettings.Component
- COMPONENT - org.jivesoftware.openfire.spi.ConnectionType
-
Openfire External Component connectivity.
- COMPONENT_CACHE_NAME - Static variable in class org.jivesoftware.openfire.component.InternalComponentManager
- COMPONENT_CACHE_NAME - Static variable in class org.jivesoftware.openfire.spi.RoutingTableImpl
- COMPONENT_SESSION_CACHE_NAME - Static variable in class org.jivesoftware.openfire.SessionManager
- componentAllowed(String, ExternalComponentConfiguration) - Method in interface org.jivesoftware.openfire.component.ExternalComponentManagerListener
-
Notification indicating that a new component was allowed to connect using a given configuration.
- componentBlocked(String) - Method in interface org.jivesoftware.openfire.component.ExternalComponentManagerListener
-
Notification indicating that a component was blocked to connect to the server.
- ComponentCacheWrapper<K extends Serializable,V extends Serializable> - Class in org.jivesoftware.util.cache
-
This specialized wrapper is used for the Components cache, which should not be purged.
- ComponentCacheWrapper(Cache<K, V>) - Constructor for class org.jivesoftware.util.cache.ComponentCacheWrapper
- componentConfigurationDeleted(String) - Method in interface org.jivesoftware.openfire.component.ExternalComponentManagerListener
-
Notification indicating that the configuration of a component, that was either blocked or allowed to connect, is being deleted.
- ComponentEventListener - Interface in org.jivesoftware.openfire.component
-
Interface to listen for component events.
- componentInfoReceived(IQ) - Method in interface org.jivesoftware.openfire.component.ComponentEventListener
-
The server has received a disco#info response from the component.
- componentInfoReceived(IQ) - Method in class org.jivesoftware.openfire.interceptor.PacketCopier
- componentRegistered(JID) - Method in interface org.jivesoftware.openfire.component.ComponentEventListener
-
A component was registered with the Component Manager.
- componentRegistered(JID) - Method in class org.jivesoftware.openfire.interceptor.PacketCopier
- componentSecretUpdated(String, String) - Method in interface org.jivesoftware.openfire.component.ExternalComponentManagerListener
-
Notification indicating that the configuration of a component, that was either blocked or allowed to connect, is being deleted.
- ComponentSession - Interface in org.jivesoftware.openfire.session
-
Represents a session between the server and an external component.
- ComponentSession.ExternalComponent - Interface in org.jivesoftware.openfire.session
-
The ExternalComponent acts as a proxy of the remote connected component.
- ComponentSessionTask - Class in org.jivesoftware.openfire.session
-
Class that defines possible remote operations that could be performed on remote component sessions (for external components only).
- ComponentSessionTask() - Constructor for class org.jivesoftware.openfire.session.ComponentSessionTask
- ComponentSessionTask(JID, RemoteSessionTask.Operation) - Constructor for class org.jivesoftware.openfire.session.ComponentSessionTask
- ComponentStanzaHandler - Class in org.jivesoftware.openfire.net
-
Handler of XML stanzas sent by external components connected directly to the server.
- ComponentStanzaHandler(PacketRouter, Connection) - Constructor for class org.jivesoftware.openfire.net.ComponentStanzaHandler
- componentUnregistered(JID) - Method in interface org.jivesoftware.openfire.component.ComponentEventListener
-
A component was removed.
- componentUnregistered(JID) - Method in class org.jivesoftware.openfire.interceptor.PacketCopier
- compressClient(Element) - Method in class org.jivesoftware.openfire.net.StanzaHandler
-
Start using compression but first check if the connection can and should use compression.
- COMPRESSION_SETTINGS - Static variable in class org.jivesoftware.openfire.session.ConnectionSettings.Client
- COMPRESSION_SETTINGS - Static variable in class org.jivesoftware.openfire.session.ConnectionSettings.Component
- COMPRESSION_SETTINGS - Static variable in class org.jivesoftware.openfire.session.ConnectionSettings.Multiplex
- COMPRESSION_SETTINGS - Static variable in class org.jivesoftware.openfire.session.ConnectionSettings.Server
- compressionSuccessful() - Method in class org.jivesoftware.openfire.net.StanzaHandler
-
After compression was successful we should open a new stream and offer new stream features such as resource binding and session establishment.
- computeHmac(byte[], String) - Static method in class org.jivesoftware.openfire.auth.ScramUtils
- ConcurrentGroupList<T> - Class in org.jivesoftware.openfire.group
-
This list specifies additional methods that understand groups among the items in the list.
- ConcurrentGroupList() - Constructor for class org.jivesoftware.openfire.group.ConcurrentGroupList
- ConcurrentGroupList(Collection<? extends T>) - Constructor for class org.jivesoftware.openfire.group.ConcurrentGroupList
- ConcurrentGroupMap<K,V> - Class in org.jivesoftware.openfire.group
-
This extension class provides additional methods that understand groups among the entries in the map.
- ConcurrentGroupMap() - Constructor for class org.jivesoftware.openfire.group.ConcurrentGroupMap
- configuration - Variable in class org.jivesoftware.openfire.keystore.CertificateStore
- configuration - Variable in class org.jivesoftware.openfire.nio.NettyConnectionHandler
-
The configuration for new connections.
- configuration - Variable in class org.jivesoftware.openfire.spi.ConnectionAcceptor
- configure(String) - Method in class org.jivesoftware.openfire.container.PluginCacheConfigurator
- configure(JettyWebSocketServletFactory) - Method in class org.jivesoftware.openfire.websocket.OpenfireWebSocketServlet
- configure(DataForm) - Method in class org.jivesoftware.openfire.pubsub.Node
-
Changes the node configuration based on the completed data form.
- configure(FormField) - Method in class org.jivesoftware.openfire.pubsub.CollectionNode
- configure(FormField) - Method in class org.jivesoftware.openfire.pubsub.LeafNode
- configure(FormField) - Method in class org.jivesoftware.openfire.pubsub.Node
-
Configures the node with the completed form field.
- configure(IQ, DataForm) - Method in class org.jivesoftware.openfire.pubsub.NodeSubscription
-
Configures the subscription based on the sent
DataForm
included in the IQ packet sent by the subscriber. - configureService(DataForm) - Method in class org.jivesoftware.openfire.pubsub.PubSubServiceInfo
- ConflictException - Exception in org.jivesoftware.openfire.muc
-
Exception used for representing a conflict error in a MUCRoom.
- ConflictException() - Constructor for exception org.jivesoftware.openfire.muc.ConflictException
- ConflictException(String) - Constructor for exception org.jivesoftware.openfire.muc.ConflictException
- ConflictException(String, Throwable) - Constructor for exception org.jivesoftware.openfire.muc.ConflictException
- ConflictException(Throwable) - Constructor for exception org.jivesoftware.openfire.muc.ConflictException
- conn - Variable in class org.jivesoftware.openfire.session.LocalSession
-
The connection that this session represents.
- CONNECTED - org.jivesoftware.openfire.session.Session.Status
- connection - Variable in class org.jivesoftware.database.AbstractConnection
- connection - Variable in class org.jivesoftware.openfire.net.SocketReader
-
Deprecated.Reference to the physical connection.
- connection - Variable in class org.jivesoftware.openfire.net.StanzaHandler
- Connection - Interface in org.jivesoftware.openfire
-
Represents a connection on the server.
- CONNECTION - Static variable in class org.jivesoftware.openfire.nio.NettyConnectionHandler
- connection_closed - org.jivesoftware.openfire.http.SessionEventDispatcher.EventType
- CONNECTION_MANAGER - org.jivesoftware.openfire.spi.ConnectionType
-
Openfire Connection Manager (multiplexer) connectivity.
- connection_opened - org.jivesoftware.openfire.http.SessionEventDispatcher.EventType
- Connection.ClientAuth - Enum in org.jivesoftware.openfire
-
Enumeration that specifies if clients should be authenticated (and how) while negotiating TLS.
- Connection.CompressionPolicy - Enum in org.jivesoftware.openfire
-
Enumeration of possible compression policies required to interact with the server.
- Connection.State - Enum in org.jivesoftware.openfire
-
Used to specify operational status for the corresponding connection
- Connection.TLSPolicy - Enum in org.jivesoftware.openfire
-
Enumeration of possible TLS policies required to interact with the server.
- ConnectionAcceptor - Class in org.jivesoftware.openfire.spi
-
ConnectionAcceptors are responsible for accepting new (typically socket) connections from peers.
- ConnectionAcceptor(ConnectionConfiguration) - Constructor for class org.jivesoftware.openfire.spi.ConnectionAcceptor
-
Constructs a new instance which will accept new connections based on the provided configuration.
- connectionClosed(AsyncContext, HttpSession, HttpConnection) - Method in interface org.jivesoftware.openfire.http.SessionListener
-
A connection was closed.
- ConnectionCloseListener - Interface in org.jivesoftware.openfire
-
Implement and register with a connection to receive notification of the connection closing.
- ConnectionConfiguration - Class in org.jivesoftware.openfire.spi
-
Configuration for a socket connection.
- ConnectionConfiguration(ConnectionType, boolean, int, int, Connection.ClientAuth, InetAddress, int, Connection.TLSPolicy, CertificateStoreConfiguration, CertificateStoreConfiguration, boolean, boolean, Set<String>, Set<String>, Connection.CompressionPolicy, boolean) - Constructor for class org.jivesoftware.openfire.spi.ConnectionConfiguration
- ConnectionException - Exception in org.jivesoftware.openfire.auth
-
Thrown when Openfire is not able to connect to the user and group system.
- ConnectionException() - Constructor for exception org.jivesoftware.openfire.auth.ConnectionException
- ConnectionException(String) - Constructor for exception org.jivesoftware.openfire.auth.ConnectionException
- ConnectionException(String, Throwable) - Constructor for exception org.jivesoftware.openfire.auth.ConnectionException
- ConnectionException(Throwable) - Constructor for exception org.jivesoftware.openfire.auth.ConnectionException
- ConnectionListener - Class in org.jivesoftware.openfire.spi
-
As a server, Openfire accepts connection requests from other network entities.
- ConnectionListener(ConnectionType, String, int, String, String, String, String, String, InetAddress, CertificateStoreConfiguration, CertificateStoreConfiguration, String) - Constructor for class org.jivesoftware.openfire.spi.ConnectionListener
-
Instantiates a new connection listener.
- ConnectionListener.SocketAcceptorEventListener - Interface in org.jivesoftware.openfire.spi
-
An event listener for events related to a SocketAcceptor instance.
- ConnectionManager - Interface in org.jivesoftware.openfire
-
Coordinates connections (accept, read, termination) on the server.
- ConnectionManagerImpl - Class in org.jivesoftware.openfire.spi
- ConnectionManagerImpl() - Constructor for class org.jivesoftware.openfire.spi.ConnectionManagerImpl
-
Instantiates a new connection manager.
- ConnectionMultiplexerManager - Class in org.jivesoftware.openfire.multiplex
-
A ConnectionMultiplexerManager is responsible for keeping track of the connected Connection Managers and the sessions that were established with the Connection Managers.
- ConnectionMultiplexerSession - Interface in org.jivesoftware.openfire.session
-
Represents a session between the server and a connection manager.
- ConnectionMultiplexerSessionTask - Class in org.jivesoftware.openfire.session
-
Class that defines possible remote operations that could be performed on remote connection manager sessions.
- ConnectionMultiplexerSessionTask() - Constructor for class org.jivesoftware.openfire.session.ConnectionMultiplexerSessionTask
- ConnectionMultiplexerSessionTask(JID, RemoteSessionTask.Operation) - Constructor for class org.jivesoftware.openfire.session.ConnectionMultiplexerSessionTask
- connectionOpened(AsyncContext, HttpSession, HttpConnection) - Method in interface org.jivesoftware.openfire.http.SessionListener
-
A connection was opened.
- ConnectionProvider - Interface in org.jivesoftware.database
-
Abstract class that defines the connection provider framework.
- ConnectionSettings - Class in org.jivesoftware.openfire.session
- ConnectionSettings.Client - Class in org.jivesoftware.openfire.session
- ConnectionSettings.Component - Class in org.jivesoftware.openfire.session
- ConnectionSettings.Multiplex - Class in org.jivesoftware.openfire.session
- ConnectionSettings.Server - Class in org.jivesoftware.openfire.session
- ConnectionType - Enum in org.jivesoftware.openfire.spi
-
Types of (socket-based, including HTTP) connections.
- ConsistencyChecks - Class in org.jivesoftware.util.cache
-
This class defines methods that verify that the state of a cache and its various supporting data structures (in which some data duplication is expected) is consistent.
- ConsistencyChecks() - Constructor for class org.jivesoftware.util.cache.ConsistencyChecks
- ConsistencyMonitor - Class in org.jivesoftware.util.cache
-
Caches, especially clustered caches, have various supporting data structures that allow them to work properly in certain conditions.
- ConsistencyMonitor.Task - Class in org.jivesoftware.util.cache
- contactAdded(Roster, RosterItem) - Method in class org.jivesoftware.openfire.pep.IQPEPHandler
- contactAdded(Roster, RosterItem) - Static method in class org.jivesoftware.openfire.roster.RosterEventDispatcher
-
Notifies the listeners that a contact has been added to a roster.
- contactAdded(Roster, RosterItem) - Method in interface org.jivesoftware.openfire.roster.RosterEventListener
-
Notification message indicating that a contact has been added to a roster.
- contactDeleted(Roster, RosterItem) - Method in class org.jivesoftware.openfire.pep.IQPEPHandler
- contactDeleted(Roster, RosterItem) - Static method in class org.jivesoftware.openfire.roster.RosterEventDispatcher
-
Notifies the listeners that a contact has been deleted from a roster.
- contactDeleted(Roster, RosterItem) - Method in interface org.jivesoftware.openfire.roster.RosterEventListener
-
Notification message indicating that a contact has been deleted from a roster.
- contacts - Variable in class org.jivesoftware.openfire.pubsub.Node
-
The JIDs of those to contact with questions.
- contactUpdated(Roster, RosterItem) - Method in class org.jivesoftware.openfire.pep.IQPEPHandler
- contactUpdated(Roster, RosterItem) - Static method in class org.jivesoftware.openfire.roster.RosterEventDispatcher
-
Notifies the listeners that a contact has been updated.
- contactUpdated(Roster, RosterItem) - Method in interface org.jivesoftware.openfire.roster.RosterEventListener
-
Notification message indicating that a contact has been updated.
- contains(String[], String) - Static method in class org.jivesoftware.util.StringUtils
-
Returns true if the given string is in the given array.
- containsAllIdentityCertificate() - Method in class org.jivesoftware.openfire.keystore.IdentityStore
-
Checks if the store contains a certificate of a particular algorithm that contains at least all of the identities of this server (which includes the XMPP domain name, but also its hostname, and XMPP addresses of components that are currently being hosted).
- containsDomainCertificate() - Method in class org.jivesoftware.openfire.keystore.IdentityStore
-
Checks if the store contains a certificate of a particular algorithm that matches the domain of this XMPP service.
- containsFeature(String) - Method in class org.jivesoftware.openfire.entitycaps.EntityCapabilities
-
Determines whether or not a given feature is included in these entity capabilities.
- containsIdentity(String, String) - Method in class org.jivesoftware.openfire.entitycaps.EntityCapabilities
-
Determines whether or not a given identity is included in these entity capabilities.
- containsIgnoringCase(String, String) - Static method in class org.jivesoftware.util.StringUtils
- containsKey(Object) - Method in class org.jivesoftware.openfire.muc.spi.MUCServiceProperties
- containsKey(Object) - Method in class org.jivesoftware.util.cache.CacheWrapper
- containsKey(Object) - Method in class org.jivesoftware.util.cache.CaffeineCache
-
Returns true if this map contains a mapping for the specified key.
- containsKey(Object) - Method in class org.jivesoftware.util.cache.DefaultCache
- containsKey(Object) - Method in class org.jivesoftware.util.cache.SerializingCache
- containsKey(Object) - Method in class org.jivesoftware.util.JiveProperties
- containsValue(Object) - Method in class org.jivesoftware.openfire.muc.spi.MUCServiceProperties
- containsValue(Object) - Method in class org.jivesoftware.util.cache.CacheWrapper
- containsValue(Object) - Method in class org.jivesoftware.util.cache.CaffeineCache
-
Returns true if this map maps one or more keys to the specified value.
- containsValue(Object) - Method in class org.jivesoftware.util.cache.DefaultCache
- containsValue(Object) - Method in class org.jivesoftware.util.cache.SerializingCache
- containsValue(Object) - Method in class org.jivesoftware.util.JiveProperties
- ContentSecurityPolicyFilter - Class in org.jivesoftware.admin
-
Adds Content-Security-Policy headers to HTTP responses.
- ContentSecurityPolicyFilter(SystemProperty<Boolean>, SystemProperty<String>) - Constructor for class org.jivesoftware.admin.ContentSecurityPolicyFilter
- contextDestroyed(ServletContextEvent) - Method in class org.jivesoftware.openfire.XMPPContextListener
- contextInitialized(ServletContextEvent) - Method in class org.jivesoftware.openfire.XMPPContextListener
- CookieUtils - Class in org.jivesoftware.util
- CookieUtils() - Constructor for class org.jivesoftware.util.CookieUtils
- copy(URL, File) - Static method in class org.jivesoftware.util.WebManager
-
Copies the contents at
src
todst
. - corresponds(String, List<X509Certificate>) - Method in class org.jivesoftware.openfire.keystore.IdentityStore
- count - org.jivesoftware.openfire.stats.Statistic.Type
-
The total rate over time.
- count - Variable in class org.jivesoftware.database.ProfiledConnectionEntry
-
Number of times the query has been executed.
- countRooms(MultiUserChatService) - Static method in class org.jivesoftware.openfire.muc.spi.MUCPersistenceManager
-
Counts all rooms of a chat service.
- create() - Method in class org.jivesoftware.openfire.websocket.XMPPPPacketReaderFactory
- create(JID) - Method in class org.jivesoftware.openfire.pep.PEPServiceManager
- createAffiliation(Node, NodeAffiliate) - Method in class org.jivesoftware.openfire.pubsub.CachingPubsubPersistenceProvider
- createAffiliation(Node, NodeAffiliate) - Method in class org.jivesoftware.openfire.pubsub.DefaultPubSubPersistenceProvider
- createAffiliation(Node, NodeAffiliate) - Method in class org.jivesoftware.openfire.pubsub.InMemoryPubSubPersistenceProvider
- createAffiliation(Node, NodeAffiliate) - Method in interface org.jivesoftware.openfire.pubsub.PubSubPersistenceProvider
-
Creates a new affiliation of the user in the node.
- createAndSendDialbackKey(String) - Method in class org.jivesoftware.openfire.server.ServerDialback
-
Create a dialback key and send to receiving server
- createArrayOf(String, Object[]) - Method in class org.jivesoftware.database.AbstractConnection
- createAuthFailureEvent(Session, String, String) - Static method in class org.jivesoftware.openfire.audit.SessionEvent
-
Create an event associated with the failure of a session to authenticate.
- createAuthSuccessEvent(Session) - Static method in class org.jivesoftware.openfire.audit.SessionEvent
-
Create an event associated with a successful authentication.
- createBlob() - Method in class org.jivesoftware.database.AbstractConnection
- createBoshHandler() - Method in class org.jivesoftware.openfire.http.HttpBindManager
-
Creates a Jetty context handler that can be used to expose BOSH (HTTP-Bind) functionality.
- createCache(String) - Static method in class org.jivesoftware.util.cache.CacheFactory
-
Returns the named cache, creating it as necessary.
- createCache(String) - Method in interface org.jivesoftware.util.cache.CacheFactoryStrategy
-
Creates a new cache for the cache name specified.
- createCache(String) - Method in class org.jivesoftware.util.cache.DefaultLocalCacheStrategy
- createClientHttpSession(StreamID, HttpConnection, Locale, Duration, int, boolean, Duration, int, Duration, Duration, int, int) - Method in class org.jivesoftware.openfire.SessionManager
-
Creates a new
ClientSession
with the specified streamID. - createClientModeSslContext() - Method in class org.jivesoftware.openfire.spi.EncryptionArtifactFactory
-
Create and configure a new SslContext instance for a Netty client.
- createClientModeSSLEngine() - Method in class org.jivesoftware.openfire.spi.EncryptionArtifactFactory
-
Creates an SSL Engine that is configured to use client mode when handshaking.
- createClientSession(String, StreamID, String, String) - Method in class org.jivesoftware.openfire.multiplex.ConnectionMultiplexerManager
-
Creates a new client session that was established to the specified connection manager.
- createClientSession(Connection, Locale) - Method in class org.jivesoftware.openfire.SessionManager
-
Creates a new
ClientSession
. - createClientSession(Connection, StreamID) - Method in class org.jivesoftware.openfire.SessionManager
-
Creates a new
ClientSession
with the specified streamID. - createClientSession(Connection, StreamID, Locale) - Method in class org.jivesoftware.openfire.SessionManager
-
Creates a new
ClientSession
with the specified streamID. - createClob() - Method in class org.jivesoftware.database.AbstractConnection
- createComponentSession(JID, Connection) - Method in class org.jivesoftware.openfire.SessionManager
- createConnectEvent(Session) - Static method in class org.jivesoftware.openfire.audit.SessionEvent
-
Create an event associated with the initial connection of a session before the stream is created.
- createConnectionHandler(ConnectionConfiguration) - Static method in class org.jivesoftware.openfire.nio.NettyConnectionHandlerFactory
-
Creates a new NettyConnectionHandler based on the type of connection set in the configuration.
- createCopy() - Method in class org.jivesoftware.openfire.multiplex.Route
-
Returns a deep copy of this route packet.
- createCopyWithoutFMUC(S) - Static method in class org.jivesoftware.openfire.muc.spi.FMUCHandler
-
Removes FMUC child elements from the stanza, if such an element exists.
- createdAt() - Method in class org.jivesoftware.openfire.archive.ArchiveCandidate
- createDefaultConfiguration(PubSubService.UniqueIdentifier, DefaultNodeConfiguration) - Method in class org.jivesoftware.openfire.pubsub.CachingPubsubPersistenceProvider
- createDefaultConfiguration(PubSubService.UniqueIdentifier, DefaultNodeConfiguration) - Method in class org.jivesoftware.openfire.pubsub.DefaultPubSubPersistenceProvider
- createDefaultConfiguration(PubSubService.UniqueIdentifier, DefaultNodeConfiguration) - Method in class org.jivesoftware.openfire.pubsub.InMemoryPubSubPersistenceProvider
- createDefaultConfiguration(PubSubService.UniqueIdentifier, DefaultNodeConfiguration) - Method in interface org.jivesoftware.openfire.pubsub.PubSubPersistenceProvider
-
Creates a new default node configuration for the specified service.
- createDefaultSessionFilter() - Static method in class org.jivesoftware.openfire.pubsub.PubsubNodeResultFilter
-
Creates a default PubsubNodeResultFilter: no filtering with results sorted by node ID (ascending).
- createDefaultSessionFilter() - Static method in class org.jivesoftware.openfire.SessionResultFilter
-
Creates a default SessionResultFilter: no filtering with results sorted by user (ascending).
- createDeleteTask(String) - Static method in class org.jivesoftware.util.PropertyClusterEventTask
- createDeleteTask(String, String) - Static method in class org.jivesoftware.openfire.muc.cluster.MUCServicePropertyClusterEventTask
- createDigest(String, String) - Static method in class org.jivesoftware.openfire.auth.AuthFactory
-
Returns a digest given a token and password, according to JEP-0078.
- createDigest(String, JID, JID) - Static method in class org.jivesoftware.openfire.filetransfer.proxy.ProxyConnectionManager
-
Creates the digest needed for a byte stream.
- createDisconnectEvent(Session) - Static method in class org.jivesoftware.openfire.audit.SessionEvent
-
Create an event associated with the closing of a session.
- createEmptyBody(boolean) - Method in class org.jivesoftware.openfire.http.HttpSession
-
Creates an empty BOSH 'body' element, optionally including a 'terminate' type attribute (that, in BOSH, signifies the end of a session).
- createErrorBody(String, String) - Static method in class org.jivesoftware.openfire.http.HttpBindServlet
- createFilter(Class<T>) - Method in class org.jivesoftware.openfire.container.PluginServletContext
- createGroup(String) - Method in class org.jivesoftware.openfire.group.AbstractGroupProvider
- createGroup(String) - Method in class org.jivesoftware.openfire.group.DefaultGroupProvider
- createGroup(String) - Method in class org.jivesoftware.openfire.group.GroupManager
-
Factory method for creating a new Group.
- createGroup(String) - Method in interface org.jivesoftware.openfire.group.GroupProvider
-
Creates a group with the given name (optional operation).
- createGroupPostProcess(Group) - Method in class org.jivesoftware.openfire.group.GroupManager
-
Updates the caches maintained by this manager and dispatches events that reflect a new group having been created.
- createIncomingServerSession(Connection, StreamID, String) - Method in class org.jivesoftware.openfire.SessionManager
-
Creates a session for a remote server.
- createIncomingSession(XMPPPacketReader) - Method in class org.jivesoftware.openfire.server.ServerDialback
-
Returns a new
IncomingServerSession
with a domain validated by the Authoritative Server. - createItem(String, RosterItem) - Method in class org.jivesoftware.openfire.roster.DefaultRosterItemProvider
- createItem(String, RosterItem) - Method in interface org.jivesoftware.openfire.roster.RosterItemProvider
-
Creates a new roster item for the given user (optional operation).
- createJID(String, String) - Method in class org.jivesoftware.openfire.XMPPServer
-
Creates an XMPPAddress local to this server.
- createJID(String, String, boolean) - Method in class org.jivesoftware.openfire.XMPPServer
-
Creates an XMPPAddress local to this server.
- createListener(Class<T>) - Method in class org.jivesoftware.openfire.container.PluginServletContext
- createLocalCache(String) - Static method in class org.jivesoftware.util.cache.CacheFactory
-
Returns the named local cache, creating it as necessary.
- createMimeMessage() - Method in class org.jivesoftware.util.EmailService
-
Factory method to return a blank JavaMail message.
- CreateMUCRoom - Class in org.jivesoftware.openfire.commands.admin.muc
-
Allows via AdHoc commands the creation of a Multi-User Chat room.
- CreateMUCRoom() - Constructor for class org.jivesoftware.openfire.commands.admin.muc.CreateMUCRoom
- createMultiplexerSession(Connection, JID) - Method in class org.jivesoftware.openfire.SessionManager
-
Creates a new
ConnectionMultiplexerSession
. - createMultiUserChatService(String, String, boolean) - Method in class org.jivesoftware.openfire.muc.MultiUserChatManager
-
Creates a new MUC service and registers it with the manager (which causes a cluster-wide notification to be sent) and starts up the service.
- createNClob() - Method in class org.jivesoftware.database.AbstractConnection
- createNewAbsolute(LdapName, Rdn[]) - Static method in class org.jivesoftware.openfire.ldap.LdapManager
- createNewSession(AsyncContext, HttpBindBody) - Method in class org.jivesoftware.openfire.http.HttpBindServlet
- createNode(Node) - Method in class org.jivesoftware.openfire.pubsub.CachingPubsubPersistenceProvider
- createNode(Node) - Method in class org.jivesoftware.openfire.pubsub.DefaultPubSubPersistenceProvider
- createNode(Node) - Method in class org.jivesoftware.openfire.pubsub.InMemoryPubSubPersistenceProvider
- createNode(Node) - Method in interface org.jivesoftware.openfire.pubsub.PubSubPersistenceProvider
-
Schedules the node to be created in the database.
- createNodeHelper(PubSubService, JID, Element, String, DataForm) - Static method in class org.jivesoftware.openfire.pubsub.PubSubEngine
-
Checks if the following conditions are satisfied and creates a node - Requester can create nodes - Instant node creation is enabled - Node does not already exist - New node configuration is valid
NOTE 1: This method should not reply to the client
NOTE 2: This method calls UserManager::isRegisteredUser(JID) which can block waiting for a response - so do not call this method in the same thread in which a response might arrive - CreateNodeResponse(PacketError.Condition, Element, Node) - Constructor for class org.jivesoftware.openfire.pubsub.PubSubEngine.CreateNodeResponse
- createOutgoingSession(int) - Method in class org.jivesoftware.openfire.server.ServerDialback
-
Creates a new connection for the domain pair, where the local domain acts as the Originating Server and the remote domain as the Receiving Server.
- createPresence(Presence.Type) - Method in class org.jivesoftware.openfire.muc.MUCRoom
-
Create a new presence in this room for the given role.
- createPrivacyList(String, String, Element) - Method in class org.jivesoftware.openfire.privacy.PrivacyListManager
-
Creates a new privacy list for the specified user.
- createPrivacyList(String, PrivacyList) - Method in class org.jivesoftware.openfire.privacy.PrivacyListProvider
-
Creates and saves the new privacy list to the database.
- createProcess(DomainPair, Packet) - Method in class org.jivesoftware.openfire.server.OutgoingSessionPromise
-
Start a new process to establish a new outgoing connection, queuing the stanza that's addressed to the remote domain for delivery after that has occurred.
- createPublishedItem(PublishedItem) - Method in class org.jivesoftware.openfire.pubsub.DefaultPubSubPersistenceProvider
- createPutTask(String, String, boolean) - Static method in class org.jivesoftware.util.PropertyClusterEventTask
- createPutTask(String, String, String) - Static method in class org.jivesoftware.openfire.muc.cluster.MUCServicePropertyClusterEventTask
- createReader(InputStream) - Method in class org.dom4j.io.XMPPPacketReader
-
Factory method to create a Reader from the given InputStream.
- createRemoteStreamErrorBody(StreamError) - Method in class org.jivesoftware.openfire.http.HttpSession
-
Creates an empty BOSH 'body' element that including a 'terminate' type attribute (that, in BOSH, signifies the end of a session), sets the 'condition' attribute to 'remote-stream-error' (to signal that an XMPP error is transported), and includes the error in the body.
- createRoomRole(MUCRoom) - Static method in class org.jivesoftware.openfire.muc.MUCRole
-
An empty role that represents the room itself in the chatroom.
- createRosterItem(JID, boolean, boolean) - Method in class org.jivesoftware.openfire.roster.Roster
-
Create a new item to the roster.
- createRosterItem(JID, String, List<String>, boolean, boolean) - Method in class org.jivesoftware.openfire.roster.Roster
-
Create a new item to the roster.
- createRosterItem(Roster.Item) - Method in class org.jivesoftware.openfire.roster.Roster
-
Create a new item to the roster based as a copy of the given item.
- createSaltedPassword(byte[], String, int) - Static method in class org.jivesoftware.openfire.auth.ScramUtils
- createSaslServer(String, String, String, Map<String, ?>, CallbackHandler) - Method in class org.jivesoftware.openfire.sasl.SaslServerFactoryImpl
- 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.
- createSerializingCache(String, Class, Class) - Static method in class org.jivesoftware.util.cache.CacheFactory
-
Returns the serializing cache, creating it as necessary.
- createServerModeSslContext(boolean) - Method in class org.jivesoftware.openfire.spi.EncryptionArtifactFactory
-
Create and configure a new SslContext instance for a Netty server.
- createServerModeSSLEngine() - Method in class org.jivesoftware.openfire.spi.EncryptionArtifactFactory
-
Creates a new SSL Engine that is configured to use server mode when handshaking.
- createServlet(Class<T>) - Method in class org.jivesoftware.openfire.container.PluginServletContext
- createSession() - Method in class org.jivesoftware.openfire.net.SocketReader
-
Deprecated.Uses the XPP to grab the opening stream tag and create an active session object.
- createSession(String, XmlPullParser, Connection) - Method in class org.jivesoftware.openfire.net.ClientStanzaHandler
- createSession(String, XmlPullParser, Connection) - Static method in class org.jivesoftware.openfire.session.LocalClientSession
-
Returns a newly created session between the server and a client.
- createSession(String, XmlPullParser, Connection) - Static method in class org.jivesoftware.openfire.session.LocalComponentSession
-
Returns a newly created session between the server and a component.
- createSession(String, XmlPullParser, Connection) - Static method in class org.jivesoftware.openfire.session.LocalConnectionMultiplexerSession
- createSession(String, XmlPullParser, Connection) - Method in class org.jivesoftware.openfire.websocket.WebSocketClientStanzaHandler
- createSession(String, XmlPullParser, Connection, boolean, boolean) - Static method in class org.jivesoftware.openfire.session.LocalIncomingServerSession
-
Creates a new session that will receive packets.
- createSession(HttpBindBody, HttpConnection) - Method in class org.jivesoftware.openfire.http.HttpSessionManager
-
Creates an HTTP binding session which will allow a user to exchange packets with Openfire.
- createSession(XmlPullParser) - Method in class org.jivesoftware.openfire.net.ServerStanzaHandler
- createSession(XmlPullParser) - Method in class org.jivesoftware.openfire.net.StanzaHandler
-
Uses the XPP to grab the opening stream tag and create an active session object.
- createSession(XmlPullParser) - Method in class org.jivesoftware.openfire.websocket.WebSocketClientStanzaHandler
- createSha1Hmac(byte[]) - Static method in class org.jivesoftware.openfire.auth.ScramUtils
- 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.
- createSnapshot() - Static method in class org.jivesoftware.util.MemoryUsageMonitor.MemoryUsage
-
Creates a snapshot of the current memory usage.
- createSocket() - Method in class org.jivesoftware.util.SimpleSSLSocketFactory
- createSocket(String, int) - Method in class org.jivesoftware.util.SimpleSSLSocketFactory
- createSocket(String, int, InetAddress, int) - Method in class org.jivesoftware.util.SimpleSSLSocketFactory
- createSocket(InetAddress, int) - Method in class org.jivesoftware.util.SimpleSSLSocketFactory
- createSocket(InetAddress, int, InetAddress, int) - Method in class org.jivesoftware.util.SimpleSSLSocketFactory
- createSocket(Socket, String, int, boolean) - Method in class org.jivesoftware.util.SimpleSSLSocketFactory
- createSocketToXmppDomain(String, int) - Static method in class org.jivesoftware.openfire.net.SocketUtil
-
Creates a socket connection to an XMPP domain.
- createSQLXML() - Method in class org.jivesoftware.database.AbstractConnection
- createStatement() - Method in class org.jivesoftware.database.AbstractConnection
- createStatement() - Method in class org.jivesoftware.database.ProfiledConnection
- createStatement(int, int) - Method in class org.jivesoftware.database.AbstractConnection
- createStatement(int, int) - Method in class org.jivesoftware.database.ProfiledConnection
- createStatement(int, int, int) - Method in class org.jivesoftware.database.AbstractConnection
- createStaticContentHandler() - Method in class org.jivesoftware.openfire.http.HttpBindManager
-
Creates a Jetty context handler that can be used to expose static files.
- createStreamEvent(Session) - Static method in class org.jivesoftware.openfire.audit.SessionEvent
-
Create an event associated with the establishment of an XMPP session.
- createStreamID() - Method in class org.jivesoftware.openfire.audit.AuditStreamIDFactory
- createStreamID() - Method in class org.jivesoftware.openfire.spi.BasicStreamIDFactory
- createStreamID() - Method in interface org.jivesoftware.openfire.StreamIDFactory
-
Generate a stream id.
- createStreamID(String) - Static method in class org.jivesoftware.openfire.spi.BasicStreamIDFactory
- createStruct(String, Object[]) - Method in class org.jivesoftware.database.AbstractConnection
- createSubscribePresence(JID, JID, boolean) - Method in class org.jivesoftware.openfire.handler.PresenceUpdateHandler
- createSubscription(Node, NodeSubscription) - Method in class org.jivesoftware.openfire.pubsub.CachingPubsubPersistenceProvider
- createSubscription(Node, NodeSubscription) - Method in class org.jivesoftware.openfire.pubsub.DefaultPubSubPersistenceProvider
- createSubscription(Node, NodeSubscription) - Method in class org.jivesoftware.openfire.pubsub.InMemoryPubSubPersistenceProvider
- createSubscription(Node, NodeSubscription) - Method in interface org.jivesoftware.openfire.pubsub.PubSubPersistenceProvider
-
Adds the new subscription of the user to the node to the database.
- createSubscription(IQ, JID, JID, boolean, DataForm) - Method in class org.jivesoftware.openfire.pubsub.Node
-
Creates a new subscription and possibly a new affiliate if the owner of the subscription does not have any existing affiliation with the node.
- createTerminalBindingBody(String) - Method in class org.jivesoftware.openfire.http.HttpSession
-
Creates an empty BOSH 'body' element that including a 'terminate' type attribute (that, in BOSH, signifies the end of a session), and sets the 'condition' attribute to a specified value.
- createUser(String) - Method in class org.jivesoftware.openfire.auth.JDBCAuthProvider
-
Checks to see if the user exists; if not, a new user is created.
- createUser(String, String, String, String) - Method in class org.jivesoftware.openfire.crowd.CrowdUserProvider
- createUser(String, String, String, String) - Method in class org.jivesoftware.openfire.ldap.LdapUserProvider
- createUser(String, String, String, String) - Method in class org.jivesoftware.openfire.user.DefaultUserProvider
- createUser(String, String, String, String) - Method in class org.jivesoftware.openfire.user.HybridUserProvider
-
Creates a new user in the first non-read-only provider.
- createUser(String, String, String, String) - Method in class org.jivesoftware.openfire.user.JDBCUserProvider
- createUser(String, String, String, String) - Method in class org.jivesoftware.openfire.user.MappedUserProvider
- createUser(String, String, String, String) - Method in class org.jivesoftware.openfire.user.UserManager
-
Creates a new User.
- createUser(String, String, String, String) - Method in interface org.jivesoftware.openfire.user.UserProvider
-
Creates a new user.
- createVCard(String, Element) - Method in class org.jivesoftware.openfire.crowd.CrowdVCardProvider
- createVCard(String, Element) - Method in class org.jivesoftware.openfire.ldap.LdapVCardProvider
-
Handles when a user creates a new vcard.
- createVCard(String, Element) - Method in class org.jivesoftware.openfire.vcard.DefaultVCardProvider
- createVCard(String, Element) - Method in interface org.jivesoftware.openfire.vcard.VCardProvider
-
Creates and saves the new user vcard.
- createWebsocketHandler() - Method in class org.jivesoftware.openfire.http.HttpBindManager
-
Creates a Jetty context handler that can be used to expose Websocket functionality.
- createWriter(OutputStream, String) - Method in class org.jivesoftware.util.XMLWriter
-
Get an OutputStreamWriter, use preferred encoding.
- createX509V3Certificate(KeyPair, int, String, String, String, String) - Static method in class org.jivesoftware.util.CertificateManager
-
Creates an X509 version3 certificate.
- createX509V3Certificate(KeyPair, int, String, String, String, String, Set<String>) - Static method in class org.jivesoftware.util.CertificateManager
- createX509V3Certificate(KeyPair, int, X500NameBuilder, X500NameBuilder, String, String) - Static method in class org.jivesoftware.util.CertificateManager
-
Creates an X509 version3 certificate.
- createX509V3Certificate(KeyPair, int, X500NameBuilder, X500NameBuilder, String, String, Set<String>) - Static method in class org.jivesoftware.util.CertificateManager
- creationDate - Variable in class org.jivesoftware.openfire.pubsub.Node
-
The datetime when the node was created.
- creationStatus - Variable in class org.jivesoftware.openfire.pubsub.PubSubEngine.CreateNodeResponse
- creator - Variable in class org.jivesoftware.openfire.pubsub.Node
-
The JID of the node creator.
- CREDENTIALS_EXPIRED - org.jivesoftware.openfire.sasl.Failure
- cropAndShrink(byte[], int, ImageWriter) - Static method in class org.jivesoftware.openfire.vcard.PhotoResizer
- CrowdAdminProvider - Class in org.jivesoftware.openfire.crowd
-
Admin provider which will map a crowd group with openfire authorized admin users
- CrowdAdminProvider() - Constructor for class org.jivesoftware.openfire.crowd.CrowdAdminProvider
- CrowdAuthProvider - Class in org.jivesoftware.openfire.crowd
-
Auth provider for Atlassian Crowd
- CrowdAuthProvider() - Constructor for class org.jivesoftware.openfire.crowd.CrowdAuthProvider
- CrowdGroupProvider - Class in org.jivesoftware.openfire.crowd
-
Atlassian Crowd implementation of the GroupProvider.
- CrowdGroupProvider() - Constructor for class org.jivesoftware.openfire.crowd.CrowdGroupProvider
- CrowdManager - Class in org.jivesoftware.openfire.crowd
- CrowdProperties - Class in org.jivesoftware.openfire.crowd
-
Reading the file crowd.properties which should be found in the conf folder of openfire
- CrowdProperties() - Constructor for class org.jivesoftware.openfire.crowd.CrowdProperties
- CrowdUserProvider - Class in org.jivesoftware.openfire.crowd
-
Atlassian Crowd implementation of the UserProvider.
- CrowdUserProvider() - Constructor for class org.jivesoftware.openfire.crowd.CrowdUserProvider
- CrowdVCardProvider - Class in org.jivesoftware.openfire.crowd
-
VCard provider for Crowd.
- CrowdVCardProvider() - Constructor for class org.jivesoftware.openfire.crowd.CrowdVCardProvider
- csiManager - Variable in class org.jivesoftware.openfire.session.LocalClientSession
-
XEP-0352 Client State Indication Manager
- CsiManager - Class in org.jivesoftware.openfire.csi
-
Handles Client State Indication nonzas for one particular client session.
- CsiManager(LocalClientSession) - Constructor for class org.jivesoftware.openfire.csi.CsiManager
- cstmt - Variable in class org.jivesoftware.database.CallableStatementWrapper
D
- dataformXSLT - Variable in class org.jivesoftware.openfire.pubsub.Node
-
The URL of an XSL transformation which can be applied to the payload format in order to generate a valid Data Forms result that the client could display using a generic Data Forms rendering engine.
- DatagramListener - Interface in org.jivesoftware.openfire.mediaproxy
-
Listener for datagram packets received.
- datagramReceived(DatagramPacket) - Method in interface org.jivesoftware.openfire.mediaproxy.DatagramListener
-
Called when a datagram is received.
- datagramReceived(DatagramPacket) - Method in class org.jivesoftware.openfire.mediaproxy.DynamicAddressChannel
-
Implement DatagramListener method.
- datagramReceived(DatagramPacket) - Method in class org.jivesoftware.openfire.mediaproxy.MediaProxySession
-
Implement DatagramListener to timestamp last packet arrived
- DATE - Static variable in interface org.jivesoftware.openfire.handler.IQRegisterInfo
-
The date of registration
- DATE_FORMAT - Static variable in class org.jivesoftware.util.BeanUtils
-
The date format recognized for parsing/formattig dates.
- dateToMillis(Date) - Static method in class org.jivesoftware.util.StringUtils
-
Formats a Date as a fifteen character long String made up of the Date's padded millisecond value.
- DAY - Static variable in class org.jivesoftware.util.JiveConstants
-
Deprecated.
- db2 - org.jivesoftware.database.DbConnectionManager.DatabaseType
- DbConnectionManager - Class in org.jivesoftware.database
-
Central manager of database connections.
- DbConnectionManager() - Constructor for class org.jivesoftware.database.DbConnectionManager
- DbConnectionManager.DatabaseType - Enum in org.jivesoftware.database
-
A class that identifies the type of the database that Jive is connected to.
- deactivate() - Method in class org.jivesoftware.openfire.csi.CsiManager
-
Switch to the client state of 'inactive'.
- DEBUG_ENABLED - Static variable in class org.jivesoftware.util.Log
- declareRoles(String...) - Method in class org.jivesoftware.openfire.container.PluginServletContext
- decode(byte[], int, int, int) - Static method in class org.jivesoftware.util.Base64
-
Very low-level access to decoding ASCII characters in the form of a byte array.
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class org.jivesoftware.openfire.nio.NettyXMPPDecoder
- decode(String) - Static method in class org.jivesoftware.util.Base64
-
Decodes data from Base64 notation, automatically detecting gzip-compressed data and decompressing it.
- decode(String, int) - Static method in class org.jivesoftware.util.Base64
-
Decodes data from Base64 notation, automatically detecting gzip-compressed data and decompressing it.
- DECODE - Static variable in class org.jivesoftware.util.Base64
-
Specify decoding.
- decodeBase32(String) - Static method in class org.jivesoftware.util.StringUtils
-
Decodes a base32 String using the base32hex profile.
- decodeBase64(String) - Static method in class org.jivesoftware.util.StringUtils
-
Decodes a base64 String.
- decodeFileToFile(String, String) - Static method in class org.jivesoftware.util.Base64
-
Reads
infile
and decodes it tooutfile
. - decodeFromFile(String) - Static method in class org.jivesoftware.util.Base64
-
Convenience method for reading a base64-encoded file and decoding it.
- decodeHex(String) - Static method in class org.jivesoftware.util.StringUtils
-
Turns a hex encoded string into a byte array.
- decodeToFile(String, String) - Static method in class org.jivesoftware.util.Base64
-
Convenience method for decoding data to a file.
- decodeToObject(String) - Static method in class org.jivesoftware.util.Base64
-
Attempts to decode Base64 data and deserialize a Java Object within.
- decodeVersion(String) - Static method in class org.jivesoftware.openfire.session.LocalSession
-
Deprecated.Replaced by
Session.decodeVersion(String)
- decodeVersion(String) - Static method in interface org.jivesoftware.openfire.session.Session
- decrypt(String) - Method in class org.jivesoftware.util.AesEncryptor
- decrypt(String) - Method in class org.jivesoftware.util.Blowfish
- decrypt(String) - Method in interface org.jivesoftware.util.Encryptor
-
Decrypt an encrypted String.
- decrypt(String, byte[]) - Method in class org.jivesoftware.util.AesEncryptor
- decrypt(String, byte[]) - Method in class org.jivesoftware.util.Blowfish
- decrypt(String, byte[]) - Method in interface org.jivesoftware.util.Encryptor
-
Decrypt an encrypted String.
- decryptPassword(String) - Static method in class org.jivesoftware.openfire.auth.AuthFactory
-
Returns a decrypted version of the encrypted password.
- decryptString(String) - Method in class org.jivesoftware.util.Blowfish
-
decrypts a hexbin string (handling is case sensitive)
- DEFAULT_COMPONENT_PORT - Static variable in interface org.jivesoftware.openfire.ConnectionManager
-
The default XMPP port for external components.
- DEFAULT_COMPONENT_SSL_PORT - Static variable in interface org.jivesoftware.openfire.ConnectionManager
-
The XMPP port for external components using SSL traffic.
- DEFAULT_FORMAT - Static variable in class org.jivesoftware.util.XMLWriter
- DEFAULT_IS_PROXY_ENABLED - Static variable in class org.jivesoftware.openfire.filetransfer.proxy.FileTransferProxy
-
Whether or not the file transfer proxy is enabled by default.
- DEFAULT_ITERATION_COUNT - Static variable in class org.jivesoftware.openfire.auth.ScramUtils
- DEFAULT_MAX_CACHE_LIFETIME - Static variable in class org.jivesoftware.util.cache.CacheFactory
- DEFAULT_MAX_CACHE_SIZE - Static variable in class org.jivesoftware.util.cache.CacheFactory
- DEFAULT_MULTIPLEX_PORT - Static variable in interface org.jivesoftware.openfire.ConnectionManager
-
The default XMPP port for connection multiplex.
- DEFAULT_MULTIPLEX_SSL_PORT - Static variable in interface org.jivesoftware.openfire.ConnectionManager
-
The default XMPP port for connection multiplex.
- DEFAULT_PORT - Static variable in interface org.jivesoftware.openfire.ConnectionManager
-
The default XMPP port for clients.
- DEFAULT_PORT - Static variable in class org.jivesoftware.openfire.filetransfer.proxy.FileTransferProxy
-
The default port of the file transfer proxy
- DEFAULT_SERVER_PORT - Static variable in interface org.jivesoftware.openfire.ConnectionManager
-
The default XMPP port for server2server communication, optionally using StartTLS.
- DEFAULT_SERVER_SSL_PORT - Static variable in interface org.jivesoftware.openfire.ConnectionManager
-
The default XMPP port for server2server communication using Direct TLS.
- DEFAULT_SSL_PORT - Static variable in interface org.jivesoftware.openfire.ConnectionManager
-
The default Jabber port for Direct TLS traffic.
- DefaultAdminProvider - Class in org.jivesoftware.openfire.admin
-
Handles default management of admin users, which stores the list if accounts as a system property.
- DefaultAdminProvider() - Constructor for class org.jivesoftware.openfire.admin.DefaultAdminProvider
-
Constructs a new DefaultAdminProvider
- DefaultAuthorizationMapping - Class in org.jivesoftware.openfire.auth
-
The default implementation that defines the default authorization identity to be used, when none was selected by the client.
- DefaultAuthorizationMapping() - Constructor for class org.jivesoftware.openfire.auth.DefaultAuthorizationMapping
- DefaultAuthorizationPolicy - Class in org.jivesoftware.openfire.auth
-
Different clients perform authentication differently, so this policy will authorize any authentication identity, or 'principal' (identity whose password will be used) to a requested authorization identity (identity to act as) that match specific conditions that are considered secure defaults for most installations.
- DefaultAuthorizationPolicy() - Constructor for class org.jivesoftware.openfire.auth.DefaultAuthorizationPolicy
- DefaultAuthProvider - Class in org.jivesoftware.openfire.auth
-
Default AuthProvider implementation.
- DefaultAuthProvider() - Constructor for class org.jivesoftware.openfire.auth.DefaultAuthProvider
-
Constructs a new DefaultAuthProvider.
- DefaultCache<K extends Serializable,V extends Serializable> - Class in org.jivesoftware.util.cache
-
Default, non-distributed implementation of the Cache interface.
- 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
- DefaultExternalizableUtil - Class in org.jivesoftware.util.cache
-
Default serialization strategy.
- DefaultExternalizableUtil() - Constructor for class org.jivesoftware.util.cache.DefaultExternalizableUtil
- DefaultFileTransferManager - Class in org.jivesoftware.openfire.filetransfer
-
Provides several utility methods for file transfer manager implementations to utilize.
- DefaultFileTransferManager() - Constructor for class org.jivesoftware.openfire.filetransfer.DefaultFileTransferManager
-
Default constructor creates the cache.
- DefaultGroupPropertyMap<K,V> - Class in org.jivesoftware.openfire.group
-
Default implementation of a writable
Map
to manage group properties. - DefaultGroupPropertyMap(Group) - Constructor for class org.jivesoftware.openfire.group.DefaultGroupPropertyMap
-
Group properties map constructor; requires an associated
Group
instance - DefaultGroupProvider - Class in org.jivesoftware.openfire.group
-
Database implementation of the GroupManager interface.
- DefaultGroupProvider() - Constructor for class org.jivesoftware.openfire.group.DefaultGroupProvider
- DefaultLocalCacheStrategy - Class in org.jivesoftware.util.cache
-
CacheFactoryStrategy for use in Openfire.
- DefaultLocalCacheStrategy() - Constructor for class org.jivesoftware.util.cache.DefaultLocalCacheStrategy
- DefaultLockOutProvider - Class in org.jivesoftware.openfire.lockout
-
The DefaultLockOutProvider works with the ofUserFlag table to maintain a list of disabled/locked out accounts., and as the name implies, is the default LockOutProvider implementation.
- DefaultLockOutProvider() - Constructor for class org.jivesoftware.openfire.lockout.DefaultLockOutProvider
-
Constructs a new DefaultLockOutProvider
- defaultMaximumAllowedCharacter() - Method in class org.jivesoftware.util.XMLWriter
-
Returns the maximum allowed character code that should be allowed unescaped which defaults to 127 in US-ASCII (7 bit) or 255 in ISO-* (8 bit).
- DefaultNodeConfiguration - Class in org.jivesoftware.openfire.pubsub
-
A DefaultNodeConfiguration keeps the default configuration values for leaf or collection nodes of a particular publish-subscribe service.
- DefaultNodeConfiguration(boolean) - Constructor for class org.jivesoftware.openfire.pubsub.DefaultNodeConfiguration
- DefaultProxyTransfer - Class in org.jivesoftware.openfire.filetransfer.proxy
-
Tracks the different connections related to a file transfer.
- DefaultProxyTransfer() - Constructor for class org.jivesoftware.openfire.filetransfer.proxy.DefaultProxyTransfer
- DefaultPubSubPersistenceProvider - Class in org.jivesoftware.openfire.pubsub
-
A manager responsible for ensuring node persistence.
- DefaultPubSubPersistenceProvider() - Constructor for class org.jivesoftware.openfire.pubsub.DefaultPubSubPersistenceProvider
- DefaultRosterItemProvider - Class in org.jivesoftware.openfire.roster
-
Defines the provider methods required for creating, reading, updating and deleting roster items.
- DefaultRosterItemProvider() - Constructor for class org.jivesoftware.openfire.roster.DefaultRosterItemProvider
- defaultSecretChanged(String) - Method in interface org.jivesoftware.openfire.component.ExternalComponentManagerListener
-
Notification indicating that the default secret is being modified.
- DefaultSecurityAuditProvider - Class in org.jivesoftware.openfire.security
-
The default security audit provider stores the logs in a ofSecurityAuditLog table.
- DefaultSecurityAuditProvider() - Constructor for class org.jivesoftware.openfire.security.DefaultSecurityAuditProvider
-
Constructs a new DefaultSecurityAuditProvider
- DefaultUserPropertyProvider - Class in org.jivesoftware.openfire.user.property
-
Default implementation of the UserPropertyProvider interface, which reads and writes data from the
ofUserProp
database table. - DefaultUserPropertyProvider() - Constructor for class org.jivesoftware.openfire.user.property.DefaultUserPropertyProvider
- DefaultUserProvider - Class in org.jivesoftware.openfire.user
-
Default implementation of the UserProvider interface, which reads and writes data from the
ofUser
database table. - DefaultUserProvider() - Constructor for class org.jivesoftware.openfire.user.DefaultUserProvider
- DefaultVCardProvider - Class in org.jivesoftware.openfire.vcard
-
Default implementation of the VCardProvider interface, which reads and writes data from the
ofVCard
database table. - DefaultVCardProvider() - Constructor for class org.jivesoftware.openfire.vcard.DefaultVCardProvider
- defaulType - org.jivesoftware.openfire.muc.HistoryStrategy.Type
- DELAY - Static variable in class org.jivesoftware.util.cache.ConsistencyMonitor
- DELAY_ENABLED - Static variable in class org.jivesoftware.openfire.csi.CsiManager
-
Determines if 'unimportant' stanzas are delayed for a client that is inactive.
- DELAY_MAX_DURATION - Static variable in class org.jivesoftware.openfire.csi.CsiManager
-
Determines the maximum duration of stanzas being delayed for a client that is inactive.
- DELAY_QUEUE_CAPACITY - Static variable in class org.jivesoftware.openfire.csi.CsiManager
-
Determines the maximum length of the queue that holds delayed stanzas.
- DELEGATE - Static variable in class org.jivesoftware.openfire.pubsub.CachingPubsubPersistenceProvider
- delete - org.jivesoftware.database.ProfiledConnection.Type
-
Constant for DELETE database queries.
- delete() - Method in class org.jivesoftware.openfire.pubsub.Node
-
Deletes this node from memory and the database.
- delete(String) - Method in class org.jivesoftware.openfire.keystore.CertificateStore
-
Deletes an entry (by entry) in this store.
- deleteConfiguration(String) - Static method in class org.jivesoftware.openfire.component.ExternalComponentManager
-
Removes any existing defined permission and configuration for the specified external component.
- deleteConfiguration(String) - Static method in class org.jivesoftware.openfire.server.RemoteServerManager
-
Removes any existing defined permission and configuration for the specified remote server.
- deleteCookie(HttpServletRequest, HttpServletResponse, Cookie) - Static method in class org.jivesoftware.util.CookieUtils
-
Deletes the specified cookie.
- deleteFromDB(MUCRoom) - Static method in class org.jivesoftware.openfire.muc.spi.MUCPersistenceManager
-
Removes the room configuration and its affiliates from the database.
- deleteGroup(String) - Method in class org.jivesoftware.openfire.group.AbstractGroupProvider
- deleteGroup(String) - Method in class org.jivesoftware.openfire.group.DefaultGroupProvider
- deleteGroup(String) - Method in interface org.jivesoftware.openfire.group.GroupProvider
-
Deletes the group (optional operation).
- deleteGroup(Group) - Method in class org.jivesoftware.openfire.group.GroupManager
-
Deletes a group from the system.
- DeleteGroup - Class in org.jivesoftware.openfire.commands.admin.group
-
Command that allows to delete existing groups.
- DeleteGroup() - Constructor for class org.jivesoftware.openfire.commands.admin.group.DeleteGroup
- deleteGroupPostProcess(Group) - Method in class org.jivesoftware.openfire.group.GroupManager
-
Updates the caches maintained by this manager to reflect an existing group having been deleted.
- deleteGroupPreProcess(Group) - Method in class org.jivesoftware.openfire.group.GroupManager
-
Dispatches events that reflect an existing group having been deleted.
- DeleteGroupUsers - Class in org.jivesoftware.openfire.commands.admin.group
-
Command that allows to delete members or admins from a given group.
- DeleteGroupUsers() - Constructor for class org.jivesoftware.openfire.commands.admin.group.DeleteGroupUsers
- deleteInstance(byte[]) - Static method in class org.jivesoftware.openfire.cluster.NodeID
- deleteItem(String, long) - Method in class org.jivesoftware.openfire.roster.DefaultRosterItemProvider
- deleteItem(String, long) - Method in interface org.jivesoftware.openfire.roster.RosterItemProvider
-
Delete the roster item with the given itemJID for the user (optional operation).
- deleteItems(List<PublishedItem>) - Method in class org.jivesoftware.openfire.pubsub.LeafNode
-
Deletes the list of published items from the node.
- deleteLocalProperty(String, String) - Static method in class org.jivesoftware.openfire.muc.spi.MUCPersistenceManager
- deleteMember(String, JID) - Method in class org.jivesoftware.openfire.group.AbstractGroupProvider
- deleteMember(String, JID) - Method in class org.jivesoftware.openfire.group.DefaultGroupProvider
- deleteMember(String, JID) - Method in interface org.jivesoftware.openfire.group.GroupProvider
-
Deletes an entity from a group (optional operation).
- deleteMessage(String, Date) - Method in class org.jivesoftware.openfire.OfflineMessageStore
-
Deletes the specified offline message in the store for a user.
- deleteMessages(String) - Method in class org.jivesoftware.openfire.OfflineMessageStore
-
Deletes all offline messages in the store for a user.
- deletePlugin(String) - Method in class org.jivesoftware.openfire.container.PluginManager
-
Delete a plugin, which removes the plugin.jar/war file after which the plugin is unloaded.
- deletePrivacyList(String, String) - Method in class org.jivesoftware.openfire.privacy.PrivacyListManager
-
Deletes an existing privacy list of a user.
- deletePrivacyList(String, String) - Method in class org.jivesoftware.openfire.privacy.PrivacyListProvider
-
Deletes an existing privacy list from the database.
- deletePrivacyLists(String) - Method in class org.jivesoftware.openfire.privacy.PrivacyListManager
-
Deletes all privacy lists of a user.
- deletePrivacyLists(String) - Method in class org.jivesoftware.openfire.privacy.PrivacyListProvider
-
Deletes all existing privacy list from the database for the given user.
- deleteProperty(String) - 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.
- deleteProperty(String, String) - Static method in class org.jivesoftware.openfire.muc.spi.MUCPersistenceManager
-
Deletes a Jive property.
- deleteProperty(String, String) - Method in class org.jivesoftware.openfire.user.property.DefaultUserPropertyProvider
- deleteProperty(String, String) - Method in class org.jivesoftware.openfire.user.property.HybridUserPropertyProvider
-
Removes a property from all non-read-only providers.
- deleteProperty(String, String) - Method in class org.jivesoftware.openfire.user.property.JDBCUserPropertyProvider
- deleteProperty(String, String) - Method in class org.jivesoftware.openfire.user.property.MappedUserPropertyProvider
- deleteProperty(String, String) - Method in interface org.jivesoftware.openfire.user.property.UserPropertyProvider
-
Removes one particular property for a particular user.
- deleteProperty(Element, String) - Static method in class org.jivesoftware.util.ElementUtil
-
Deletes the specified property.
- deleteRoster(JID) - Method in class org.jivesoftware.openfire.roster.RosterManager
-
Removes the entire roster of a given user.
- deleteRosterItem(JID, boolean) - Method in class org.jivesoftware.openfire.roster.Roster
-
Remove a user from the roster.
- deleteUser(String) - Method in class org.jivesoftware.openfire.crowd.CrowdUserProvider
- deleteUser(String) - Method in class org.jivesoftware.openfire.ldap.LdapUserProvider
- deleteUser(String) - Method in class org.jivesoftware.openfire.user.DefaultUserProvider
- deleteUser(String) - Method in class org.jivesoftware.openfire.user.HybridUserProvider
-
Removes a user from all non-read-only providers.
- deleteUser(String) - Method in class org.jivesoftware.openfire.user.JDBCUserProvider
- deleteUser(String) - Method in class org.jivesoftware.openfire.user.MappedUserProvider
- deleteUser(String) - Method in interface org.jivesoftware.openfire.user.UserProvider
-
Delets a user.
- deleteUser(User) - Method in class org.jivesoftware.openfire.group.GroupManager
-
Deletes a user from all the groups where he/she belongs.
- deleteUser(User) - Method in class org.jivesoftware.openfire.user.UserManager
-
Deletes a user (optional operation).
- DeleteUser - Class in org.jivesoftware.openfire.commands.admin.user
-
Delete a user from Openfire if the provider is not read-only.
- DeleteUser() - Constructor for class org.jivesoftware.openfire.commands.admin.user.DeleteUser
- deleteVCard(String) - Method in class org.jivesoftware.openfire.ldap.LdapVCardProvider
-
Handles when a user deletes their vcard.
- deleteVCard(String) - Method in class org.jivesoftware.openfire.vcard.DefaultVCardProvider
- deleteVCard(String) - Method in class org.jivesoftware.openfire.vcard.VCardManager
-
Deletes the user's vCard from the user account.
- deleteVCard(String) - Method in interface org.jivesoftware.openfire.vcard.VCardProvider
-
Delets a user vcard.
- deleteXMLProperty(String) - Static method in class org.jivesoftware.util.JiveGlobals
-
Deletes a locale property.
- deletingNode() - Method in class org.jivesoftware.openfire.pubsub.CollectionNode
- deletingNode() - Method in class org.jivesoftware.openfire.pubsub.LeafNode
- deletingNode() - Method in class org.jivesoftware.openfire.pubsub.Node
-
Notification message indicating that the node is being deleted.
- deliver(Packet) - Method in interface org.jivesoftware.openfire.Connection
-
Delivers the packet to this connection without checking the recipient.
- deliver(Packet) - Method in class org.jivesoftware.openfire.http.HttpSession
- deliver(Packet) - Method in class org.jivesoftware.openfire.http.HttpSession.HttpVirtualConnection
- deliver(Packet) - Method in class org.jivesoftware.openfire.multiplex.ClientSessionConnection
-
Delivers the packet to the Connection Manager that in turn will forward it to the target user.
- deliver(Packet) - Method in class org.jivesoftware.openfire.multiplex.MultiplexerPacketDeliverer
- deliver(Packet) - Method in class org.jivesoftware.openfire.net.SocketConnection
-
Deprecated.
- deliver(Packet) - Method in class org.jivesoftware.openfire.nio.NettyConnection
- deliver(Packet) - Method in class org.jivesoftware.openfire.nio.OfflinePacketDeliverer
- deliver(Packet) - Method in interface org.jivesoftware.openfire.PacketDeliverer
-
Delivers the given packet based on packet recipient and sender.
- deliver(Packet) - Method in class org.jivesoftware.openfire.session.LocalClientSession
- deliver(Packet) - Method in class org.jivesoftware.openfire.spi.PacketDelivererImpl
- deliver(Packet) - Method in class org.jivesoftware.openfire.spi.PacketTransporterImpl
-
Delivers the given packet based on packet recipient and sender.
- deliver(Packet) - Method in class org.jivesoftware.openfire.websocket.WebSocketConnection
- deliverBody(String, boolean) - Method in class org.jivesoftware.openfire.http.HttpConnection
-
Delivers content to the client.
- deliverer - Variable in class org.jivesoftware.openfire.handler.IQHandler
- deliverHandler - Variable in class org.jivesoftware.openfire.spi.PacketDelivererImpl
-
The handler that does the actual delivery (could be a channel instead)
- deliverPayloads - Variable in class org.jivesoftware.openfire.pubsub.Node
-
Flag that indicates whether to deliver payloads with event notifications.
- deliverRawText(String) - Method in interface org.jivesoftware.openfire.Connection
-
Delivers raw text to this connection.
- deliverRawText(String) - Method in class org.jivesoftware.openfire.http.HttpSession.HttpVirtualConnection
- deliverRawText(String) - Method in class org.jivesoftware.openfire.multiplex.ClientSessionConnection
-
Delivers the stanza to the Connection Manager that in turn will forward it to the target user.
- deliverRawText(String) - Method in class org.jivesoftware.openfire.net.SocketConnection
-
Deprecated.
- deliverRawText(String) - Method in class org.jivesoftware.openfire.nio.NettyConnection
- deliverRawText(String) - Method in class org.jivesoftware.openfire.session.LocalSession
- deliverRawText(String) - Method in class org.jivesoftware.openfire.session.RemoteSession
- deliverRawText(String) - Method in interface org.jivesoftware.openfire.session.Session
-
Delivers raw text to this connection.
- deliverRawText(String) - Method in class org.jivesoftware.openfire.websocket.WebSocketConnection
- DeliverRawTextTask - Class in org.jivesoftware.openfire.session
-
Cluster task that will ask a remote cluster node to deliver some raw text to a local session.
- DeliverRawTextTask() - Constructor for class org.jivesoftware.openfire.session.DeliverRawTextTask
- DESCENDING - Static variable in class org.jivesoftware.openfire.pubsub.PubsubNodeResultFilter
-
Descending sort (ie 3, 2, 1...).
- DESCENDING - Static variable in class org.jivesoftware.openfire.SessionResultFilter
-
Descending sort (ie 3, 2, 1...).
- DESCENDING - Static variable in class org.jivesoftware.util.ListPager
-
Descending sort (ie 3, 2, 1...).
- description - Variable in class org.jivesoftware.openfire.crowd.jaxb.Group
- description - Variable in class org.jivesoftware.openfire.pubsub.Node
-
A description of the node.
- description() - Method in interface org.jivesoftware.openfire.auth.AuthorizationMapping
-
Returns a description of the Policy
- description() - Method in interface org.jivesoftware.openfire.auth.AuthorizationPolicy
-
Returns a description of the Policy
- description() - Method in class org.jivesoftware.openfire.auth.DefaultAuthorizationMapping
-
Returns a description of the Policy
- description() - Method in class org.jivesoftware.openfire.auth.DefaultAuthorizationPolicy
-
Returns a description of the Policy
- description() - Method in class org.jivesoftware.openfire.ldap.LdapAuthorizationMapping
-
Returns a description of the Policy
- description() - Method in class org.jivesoftware.openfire.ldap.LdapAuthorizationPolicy
-
Returns a description of the Policy
- destroy() - Method in class org.jivesoftware.admin.AuthCheckFilter
- destroy() - Method in class org.jivesoftware.admin.PluginFilter
- destroy() - Method in interface org.jivesoftware.database.ConnectionProvider
-
Tells the connection provider to destroy itself.
- destroy() - Method in class org.jivesoftware.database.DefaultConnectionProvider
- destroy() - Method in class org.jivesoftware.database.EmbeddedConnectionProvider
- destroy() - Method in class org.jivesoftware.database.JNDIDataSourceProvider
- destroy() - Method in class org.jivesoftware.openfire.archive.ArchiveManager
-
Destroys the module, by shutting down the thread pool that is being used to process archiving tasks.
- destroy() - Method in class org.jivesoftware.openfire.cluster.ClusterMonitor
- destroy() - Method in class org.jivesoftware.openfire.component.InternalComponentManager
- destroy() - Method in class org.jivesoftware.openfire.container.BasicModule
-
Destroys the module.
- destroy() - Method in interface org.jivesoftware.openfire.container.Module
-
Module should free all resources and prepare for deallocation.
- destroy() - Method in class org.jivesoftware.openfire.entitycaps.EntityCapabilitiesManager
- destroy() - Method in class org.jivesoftware.openfire.filetransfer.proxy.FileTransferProxy
- destroy() - Method in class org.jivesoftware.openfire.http.HttpBindServlet
- destroy() - Method in class org.jivesoftware.openfire.keystore.CertificateStoreManager
- destroy() - Method in class org.jivesoftware.openfire.keystore.CertificateStoreWatcher
-
Shuts down this watcher, releasing all resources.
- destroy() - Method in class org.jivesoftware.openfire.net.MulticastDNSService
- destroy() - Method in class org.jivesoftware.openfire.pep.IQPEPHandler
- destroy() - Method in class org.jivesoftware.openfire.pep.PEPServiceManager
- destroy() - Method in class org.jivesoftware.openfire.pubsub.PubSubModule
- destroy() - Method in class org.jivesoftware.openfire.websocket.OpenfireWebSocketServlet
- 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.FaviconServlet
- destroy() - Method in class org.jivesoftware.util.LocaleFilter
-
Does nothing
- destroy() - Method in class org.jivesoftware.util.SetCharacterEncodingFilter
- destroyCache(String) - Static method in class org.jivesoftware.util.cache.CacheFactory
-
Destroys the cache for the cache name specified.
- destroyCache(Cache) - Method in interface org.jivesoftware.util.cache.CacheFactoryStrategy
-
Destroys the supplied cache.
- destroyCache(Cache) - Method in class org.jivesoftware.util.cache.DefaultLocalCacheStrategy
- destroyConnectionProvider() - Static method in class org.jivesoftware.database.DbConnectionManager
-
Destroys the currennt connection provider.
- destroyingRoom(String, JID) - Method in class org.jivesoftware.openfire.muc.MUCEventDelegate
-
This event will be triggered when an entity attempts to destroy a room.
- destroyPlugin() - Method in class org.jivesoftware.openfire.container.AdminConsolePlugin
- destroyPlugin() - Method in interface org.jivesoftware.openfire.container.Plugin
-
Destroys the plugin.
- destroyRoom(JID, String) - Method in class org.jivesoftware.openfire.muc.MUCRoom
-
Destroys the room.
- detectAndRemoveLostRooms() - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRoomManager
-
This method detects rooms that we know of 'locally' (in the data structure that supports the room cache), but which are not (no longer) in the cache.
- detectLanguage(XmlPullParser) - Static method in interface org.jivesoftware.openfire.session.Session
-
Parses a locale from the 'lang' attribute of the element that the provided parser is currently on.
- detectVersion(XmlPullParser) - Static method in interface org.jivesoftware.openfire.session.Session
-
Returns a two-digit version identifier based on the value of the 'version' attribute of the element that the provided parser is currently on.
- determineSubjectAlternateNameDnsNameValues() - Static method in class org.jivesoftware.util.CertificateManager
-
Finds all values that aught to be added as a Subject Alternate Name of the dnsName type to a certificate that identifies this XMPP server.
- DIALBACK - org.jivesoftware.openfire.session.ServerSession.AuthenticationMethod
- DIALBACK_ENABLED - Static variable in class org.jivesoftware.openfire.session.ConnectionSettings.Server
- dialbackError(String, String, PacketError) - Method in class org.jivesoftware.openfire.server.ServerDialback
-
Send a dialback error.
- DirectedPresence - Class in org.jivesoftware.openfire.handler
-
Represents a directed presence sent from a session hosted in a cluster node to another entity (e.g.
- DirectedPresence() - Constructor for class org.jivesoftware.openfire.handler.DirectedPresence
- DirectedPresence(JID) - Constructor for class org.jivesoftware.openfire.handler.DirectedPresence
- directedPresenceSent(Presence, JID, String) - Method in class org.jivesoftware.openfire.handler.PresenceUpdateHandler
-
Notification method sent to this handler when a user has sent a directed presence to an entity.
- directTLS - org.jivesoftware.openfire.Connection.TLSPolicy
-
A policy that requires connections to be encrypted immediately (as opposed to the 'required' policy, that allows for an initially unencrypted connection to become encrypted through StartTLS.
- directTLS - Variable in class org.jivesoftware.openfire.net.SocketReader
-
Deprecated.Indicates if sockets initially will be plain text (false), or ecnrypted (true).
- disable() - Method in class org.jivesoftware.openfire.filetransfer.proxy.ProxyConnectionManager
- disableAccount(String, Date, Date) - Method in class org.jivesoftware.openfire.lockout.LockOutManager
-
Sets an account to disabled, starting at an optional time and ending at an optional time.
- disabled - org.jivesoftware.openfire.Connection.ClientAuth
-
No authentication will be performed on the client.
- disabled - org.jivesoftware.openfire.Connection.CompressionPolicy
-
compression is not available.
- disabled - org.jivesoftware.openfire.Connection.TLSPolicy
-
TLS is not available.
- disableDatabasePersistence() - Static method in class org.jivesoftware.util.JiveProperties
-
Prevent JiveProperties from interacting with the database.
- DisableUser - Class in org.jivesoftware.openfire.commands.admin.user
-
Disables (locks) a user.
- DisableUser() - Constructor for class org.jivesoftware.openfire.commands.admin.user.DisableUser
- DiscoInfoProvider - Interface in org.jivesoftware.openfire.disco
-
A DiscoInfoProvider is responsible for providing information about a JID's name and its node.
- DiscoItem - Class in org.jivesoftware.openfire.disco
-
An item is associated with an XMPP Entity, usually thought of a children of the parent entity and normally are addressable as a JID.
- DiscoItem(Element) - Constructor for class org.jivesoftware.openfire.disco.DiscoItem
- DiscoItem(JID, String, String, String) - Constructor for class org.jivesoftware.openfire.disco.DiscoItem
-
Creates a new DiscoItem instance.
- DiscoItemsProvider - Interface in org.jivesoftware.openfire.disco
-
A DiscoItemsProvider is responsible for providing the items associated with a JID's name and node.
- DiscoServerItem - Class in org.jivesoftware.openfire.disco
-
Represent a DiscoItem provided by the server.
- DiscoServerItem(JID, String, String, String, DiscoInfoProvider, DiscoItemsProvider) - Constructor for class org.jivesoftware.openfire.disco.DiscoServerItem
- dispatch(JID, EntityCapabilities, EntityCapabilities) - Method in class org.jivesoftware.openfire.entitycaps.EntityCapabilitiesManager
-
Invokes the entityCapabilitiesChanged method of all currently registered event listeners.
- dispatchAgentStopped() - Method in class org.jivesoftware.openfire.mediaproxy.MediaProxySession
-
Dispatch Stop Event
- dispatchEvent(String, String, MUCServicePropertyEventDispatcher.EventType, Map<String, Object>) - Static method in class org.jivesoftware.openfire.muc.spi.MUCServicePropertyEventDispatcher
-
Dispatches an event to all listeners.
- dispatchEvent(String, PropertyEventDispatcher.EventType, Map<String, Object>) - Static method in class org.jivesoftware.util.PropertyEventDispatcher
-
Dispatches an event to all listeners.
- dispatchEvent(Group, GroupEventDispatcher.EventType, Map) - Static method in class org.jivesoftware.openfire.event.GroupEventDispatcher
-
Dispatches an event to all listeners.
- dispatchEvent(HttpSession, SessionEventDispatcher.EventType, HttpConnection, AsyncContext) - Static method in class org.jivesoftware.openfire.http.SessionEventDispatcher
-
Dispatches an event related to a particular BOSH session to all registered listeners.
- dispatchEvent(Session, ServerSessionEventDispatcher.EventType) - Static method in class org.jivesoftware.openfire.event.ServerSessionEventDispatcher
-
Dispatches an event to all listeners.
- dispatchEvent(Session, SessionEventDispatcher.EventType) - Static method in class org.jivesoftware.openfire.event.SessionEventDispatcher
-
Dispatches an event to all listeners.
- dispatchEvent(User, UserEventDispatcher.EventType, Map<String, Object>) - Static method in class org.jivesoftware.openfire.event.UserEventDispatcher
-
Dispatches an event to all listeners.
- dispatchVCardCreated(String, Element) - Static method in class org.jivesoftware.openfire.vcard.VCardEventDispatcher
-
Dispatches that a vCard was created to all listeners.
- dispatchVCardDeleted(String, Element) - Static method in class org.jivesoftware.openfire.vcard.VCardEventDispatcher
-
Dispatches that a vCard was deleted to all listeners.
- dispatchVCardUpdated(String, Element) - Static method in class org.jivesoftware.openfire.vcard.VCardEventDispatcher
-
Dispatches that a vCard was updated to all listeners.
- displayName - Variable in class org.jivesoftware.openfire.crowd.jaxb.User
- dispose() - Method in class org.jivesoftware.openfire.sasl.AnonymousSaslServer
- dispose() - Method in class org.jivesoftware.openfire.sasl.ExternalClientSaslServer
- dispose() - Method in class org.jivesoftware.openfire.sasl.ExternalServerSaslServer
- dispose() - Method in class org.jivesoftware.openfire.sasl.JiveSharedSecretSaslServer
- dispose() - Method in class org.jivesoftware.openfire.sasl.SaslServerPlainImpl
-
Disposes of any system resources or security-sensitive information the SaslServer might be using.
- dispose() - Method in class org.jivesoftware.openfire.sasl.ScramSha1SaslServer
-
Disposes of any system resources or security-sensitive information the SaslServer might be using.
- distinctByKey(Function<? super T, Object>) - Static method in class org.jivesoftware.util.CollectionUtils
-
Returns a stateful stream filter that, once applied to a stream, returns a stream consisting of the distinct elements (according to the specified key).
- distributed - org.jivesoftware.openfire.container.CacheInfo.Type
-
An distributed-scheme defines caches where the storage for entries is partitioned across cluster nodes.
- DNSUtil - Class in org.jivesoftware.openfire.net
-
Utility class to perform DNS lookups for XMPP services.
- DNSUtil() - Constructor for class org.jivesoftware.openfire.net.DNSUtil
- DNSUtil.HostAddress - Class in org.jivesoftware.openfire.net
-
Encapsulates a hostname and port.
- DNSUtil.WeightedHostAddress - Class in org.jivesoftware.openfire.net
-
The representation of weighted address.
- doClusterTask(ClusterTask) - Method in class org.jivesoftware.openfire.session.RemoteSession
-
Invokes a task on the remote cluster member in an asynchronous fashion.
- doClusterTask(ClusterTask) - Method in class org.jivesoftware.util.cache.DefaultLocalCacheStrategy
- doClusterTask(ClusterTask<?>) - Static method in class org.jivesoftware.util.cache.CacheFactory
-
Invokes a task on other cluster members in an asynchronous fashion.
- doClusterTask(ClusterTask<?>) - Method in interface org.jivesoftware.util.cache.CacheFactoryStrategy
-
Invokes a task on other cluster members in an asynchronous fashion.
- doClusterTask(ClusterTask<?>, byte[]) - Static method in class org.jivesoftware.util.cache.CacheFactory
-
Invokes a task on a given cluster member in an asynchronous fashion.
- doClusterTask(ClusterTask<?>, byte[]) - Method in interface org.jivesoftware.util.cache.CacheFactoryStrategy
-
Invokes a task on other the specified cluster member in an asynchronous fashion.
- doClusterTask(ClusterTask, byte[]) - Method in class org.jivesoftware.util.cache.DefaultLocalCacheStrategy
- doEndTag() - Method in class org.jivesoftware.admin.ASN1DERTag
- doEndTag() - Method in class org.jivesoftware.admin.SidebarTag
-
Gets the
AdminPageBean
instance from the request. - doEndTag() - Method in class org.jivesoftware.admin.SubnavTag
-
Gets the
AdminPageBean
instance from the request. - doEndTag() - Method in class org.jivesoftware.admin.SubSidebarTag
-
Sets the 'body' property to be equal to the body content of this tag.
- doEndTag() - Method in class org.jivesoftware.admin.TabsTag
-
Gets the
AdminPageBean
instance from the request. - doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.jivesoftware.admin.AuthCheckFilter
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.jivesoftware.admin.ContentSecurityPolicyFilter
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.jivesoftware.admin.PluginFilter
-
This class is a Filter implementation itself.
- 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.admin.servlet.BlogPostServlet
- doGet(HttpServletRequest, HttpServletResponse) - Method in class org.jivesoftware.admin.servlet.SecurityAuditViewerServlet
- doGet(HttpServletRequest, HttpServletResponse) - Method in class org.jivesoftware.admin.servlet.SystemCacheDetailsServlet
- doGet(HttpServletRequest, HttpServletResponse) - Method in class org.jivesoftware.admin.servlet.SystemPropertiesServlet
- doGet(HttpServletRequest, HttpServletResponse) - Method in class org.jivesoftware.openfire.container.PluginIconServlet
- doGet(HttpServletRequest, HttpServletResponse) - Method in class org.jivesoftware.openfire.http.HttpBindServlet
- doGet(HttpServletRequest, HttpServletResponse) - Method in class org.jivesoftware.util.FaviconServlet
-
Retrieve the image based on it's name.
- DOMAIN_SESSIONS_CACHE_NAME - Static variable in class org.jivesoftware.openfire.SessionManager
- domainPair - Variable in class org.jivesoftware.openfire.session.OutgoingServerSessionTask
- DomainPair - Class in org.jivesoftware.openfire.session
-
Holds a (possibly authenticated) domain pair.
- DomainPair(String, String) - Constructor for class org.jivesoftware.openfire.session.DomainPair
- DONT_BREAK_LINES - Static variable in class org.jivesoftware.util.Base64
-
Don't break lines when encoding (violates strict Base64 specification)
- doPost(HttpServletRequest, HttpServletResponse) - Method in class org.jivesoftware.admin.servlet.SystemCacheDetailsServlet
- doPost(HttpServletRequest, HttpServletResponse) - Method in class org.jivesoftware.admin.servlet.SystemPropertiesServlet
- doPost(HttpServletRequest, HttpServletResponse) - Method in class org.jivesoftware.openfire.http.HttpBindServlet
- doStartTag() - Method in class org.jivesoftware.admin.SidebarTag
-
Does nothing, returns
BodyTag.EVAL_BODY_BUFFERED
always. - doStartTag() - Method in class org.jivesoftware.admin.SubnavTag
-
Does nothing, returns
BodyTag.EVAL_BODY_BUFFERED
always. - doStartTag() - Method in class org.jivesoftware.admin.SubSidebarTag
-
Looks for the parent SidebarTag class, throws an error if not found.
- doStartTag() - Method in class org.jivesoftware.admin.TabsTag
-
Does nothing, returns
BodyTag.EVAL_BODY_BUFFERED
always. - doSynchronousClusterTask(ClusterTask<Object>) - Method in class org.jivesoftware.openfire.session.RemoteSession
-
Invokes a task on the remote cluster member synchronously and returns the result of the remote operation.
- doSynchronousClusterTask(ClusterTask<T>, boolean) - Static method in class org.jivesoftware.util.cache.CacheFactory
-
Invokes a task on other cluster members synchronously and returns the result as a Collection (method will not return until the task has been executed on each cluster member).
- doSynchronousClusterTask(ClusterTask<T>, boolean) - Method in interface org.jivesoftware.util.cache.CacheFactoryStrategy
-
Invokes a task on other cluster members synchronously and returns the result as a Collection (method will not return until the task has been executed on each cluster member).
- doSynchronousClusterTask(ClusterTask<T>, byte[]) - Static method in class org.jivesoftware.util.cache.CacheFactory
-
Invokes a task on a given cluster member synchronously and returns the result of the remote operation.
- doSynchronousClusterTask(ClusterTask<T>, byte[]) - Method in interface org.jivesoftware.util.cache.CacheFactoryStrategy
-
Invokes a task on a given cluster member synchronously and returns the result of the remote operation.
- doSynchronousClusterTask(ClusterTask, boolean) - Method in class org.jivesoftware.util.cache.DefaultLocalCacheStrategy
- doSynchronousClusterTask(ClusterTask, byte[]) - Method in class org.jivesoftware.util.cache.DefaultLocalCacheStrategy
- doTag() - Method in class org.jivesoftware.admin.FlashMessageTag
- doTransfer() - Method in class org.jivesoftware.openfire.filetransfer.proxy.DefaultProxyTransfer
- doTransfer() - Method in interface org.jivesoftware.openfire.filetransfer.proxy.ProxyTransfer
-
Transfers the file from the initiator to the target.
- downloadPlugin(String) - Method in class org.jivesoftware.openfire.update.PluginDownloadManager
-
Starts the download process of a given plugin with it's URL.
- downloadPlugin(String) - Method in class org.jivesoftware.openfire.update.UpdateManager
-
Download and install latest version of plugin.
- DownloadStatus - Class in org.jivesoftware.openfire.update
-
Simple data model to handle success/failure of downloads using AJAX.
- DownloadStatus() - Constructor for class org.jivesoftware.openfire.update.DownloadStatus
- drop - org.jivesoftware.openfire.OfflineMessageStrategy.Type
-
All messages are silently dropped.
- DynamicAddressChannel - Class in org.jivesoftware.openfire.mediaproxy
-
Listen packets from defined dataSocket and send packets to the defined host.
- DynamicAddressChannel(DatagramSocket, InetAddress, int) - Constructor for class org.jivesoftware.openfire.mediaproxy.DynamicAddressChannel
-
Default Channel Constructor
E
- Echo - Class in org.jivesoftware.openfire.mediaproxy
- Echo(int) - Constructor for class org.jivesoftware.openfire.mediaproxy.Echo
- EditAdminList - Class in org.jivesoftware.openfire.commands.admin
-
Edits the list of Openfire administrators
- EditAdminList() - Constructor for class org.jivesoftware.openfire.commands.admin.EditAdminList
- EditAllowedList - Class in org.jivesoftware.openfire.commands.admin
-
Edits the list of external domains that are allowed to connect to Openfire
- EditAllowedList() - Constructor for class org.jivesoftware.openfire.commands.admin.EditAllowedList
- EditBlockedList - Class in org.jivesoftware.openfire.commands.admin
-
Edits the list of external domains that are disallowed to connect to Openfire
- EditBlockedList() - Constructor for class org.jivesoftware.openfire.commands.admin.EditBlockedList
- ELEMENT - Static variable in class org.jivesoftware.openfire.entitycaps.EntityCapabilitiesManager
-
XML element name of a 'entity capabilities' child element.
- ELEMENT_NAME - Static variable in class org.jivesoftware.openfire.handler.IQPingHandler
- ElementUtil - Class in org.jivesoftware.util
-
We use a simple naming convention of meta-data key names: data is stored heirarchically separated by dots.
- email - Variable in class org.jivesoftware.openfire.crowd.jaxb.User
- EMAIL - Static variable in class org.jivesoftware.admin.LdapUserTester
- EMAIL - Static variable in interface org.jivesoftware.openfire.handler.IQRegisterInfo
-
The user's email
- EmailService - Class in org.jivesoftware.util
-
A service to send email.
- EmbeddedConnectionProvider - Class in org.jivesoftware.database
-
A connection provider for the embedded hsqlDB database.
- EmbeddedConnectionProvider() - Constructor for class org.jivesoftware.database.EmbeddedConnectionProvider
- enable(boolean) - Method in class org.jivesoftware.openfire.spi.ConnectionListener
-
Activates or deactivates the listener, and changes the configuration accordingly.
- enable(ConnectionType, boolean, boolean) - Method in interface org.jivesoftware.openfire.ConnectionManager
-
Enables or disables a connection listener.
- enable(ConnectionType, boolean, boolean) - Method in class org.jivesoftware.openfire.spi.ConnectionManagerImpl
-
Enables or disables a connection listener.
- ENABLE_OLD_SSLPORT - Static variable in class org.jivesoftware.openfire.session.ConnectionSettings.Multiplex
- ENABLE_OLD_SSLPORT - Static variable in class org.jivesoftware.openfire.session.ConnectionSettings.Server
- ENABLE_OLD_SSLPORT_PROPERTY - Static variable in class org.jivesoftware.openfire.session.ConnectionSettings.Client
- ENABLE_OLD_SSLPORT_PROPERTY - Static variable in class org.jivesoftware.openfire.session.ConnectionSettings.Component
- enableAccount(String) - Method in class org.jivesoftware.openfire.lockout.LockOutManager
-
Enables an account that may or may not have previously been disabled.
- ENABLED - Static variable in class org.jivesoftware.admin.servlet.BlogPostServlet
- ENABLED - Static variable in class org.jivesoftware.openfire.csi.CsiManager
-
Controls if Client State Indication functionality is made available to clients.
- ENABLED - Static variable in class org.jivesoftware.openfire.disco.IQDiscoInfoHandler
- ENABLED - Static variable in class org.jivesoftware.openfire.keystore.CertificateStoreWatcher
- ENABLED - Static variable in class org.jivesoftware.openfire.net.Trunking
-
Enables or disables the trunking functionality that allows Openfire to act as a gateway to transfer data between other XMPP domains.
- ENABLED - Static variable in class org.jivesoftware.openfire.pep.IQPEPHandler
-
Controls if the PEP service is available on this domain.
- ENABLED - Static variable in class org.jivesoftware.openfire.sasl.AnonymousSaslServer
- ENABLED - Static variable in class org.jivesoftware.util.cache.ConsistencyMonitor
- enableFileTransferProxy(boolean) - Method in class org.jivesoftware.openfire.filetransfer.proxy.FileTransferProxy
- enableLogging(boolean) - Method in class org.jivesoftware.openfire.net.TLSWrapper
- enableService(boolean, boolean) - Method in interface org.jivesoftware.openfire.muc.MultiUserChatService
-
Enables or disables the MUC service.
- enableService(boolean, boolean) - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
- ENCODE - Static variable in class org.jivesoftware.util.Base64
-
Specify encoding.
- encodeBase32(byte[]) - Static method in class org.jivesoftware.util.StringUtils
-
Encodes a byte array into a base32 String using the base32hex profile.
- encodeBase32(String) - Static method in class org.jivesoftware.util.StringUtils
-
Encodes a String as a base32 String using the base32hex profile.
- encodeBase64(byte[]) - Static method in class org.jivesoftware.util.StringUtils
-
Encodes a byte array into a base64 String.
- encodeBase64(String) - Static method in class org.jivesoftware.util.StringUtils
-
Encodes a String as a base64 String.
- encodeBytes(byte[]) - Static method in class org.jivesoftware.util.Base64
-
Encodes a byte array into Base64 notation.
- encodeBytes(byte[], int) - Static method in class org.jivesoftware.util.Base64
-
Encodes a byte array into Base64 notation.
- encodeBytes(byte[], int, int) - Static method in class org.jivesoftware.util.Base64
-
Encodes a byte array into Base64 notation.
- encodeBytes(byte[], int, int, int) - Static method in class org.jivesoftware.util.Base64
-
Encodes a byte array into Base64 notation.
- encodeFileToFile(String, String) - Static method in class org.jivesoftware.util.Base64
-
Reads
infile
and encodes it tooutfile
. - encodeFromFile(String) - Static method in class org.jivesoftware.util.Base64
-
Convenience method for reading a binary file and base64-encoding it.
- encodeHex(byte[]) - Static method in class org.jivesoftware.util.StringUtils
-
Turns an array of bytes into a String representing each byte as an unsigned hex number.
- encodeObject(Serializable) - Static method in class org.jivesoftware.util.Base64
-
Serializes an object and returns the Base64-encoded version of that serialized object.
- encodeObject(Serializable, int) - Static method in class org.jivesoftware.util.Base64
-
Serializes an object and returns the Base64-encoded version of that serialized object.
- encodeToFile(byte[], String) - Static method in class org.jivesoftware.util.Base64
-
Convenience method for encoding data to a file.
- encrypt(String) - Method in class org.jivesoftware.util.AesEncryptor
- encrypt(String) - Method in class org.jivesoftware.util.Blowfish
- encrypt(String) - Method in interface org.jivesoftware.util.Encryptor
-
Encrypt a clear text String.
- encrypt(String, byte[]) - Method in class org.jivesoftware.util.AesEncryptor
- encrypt(String, byte[]) - Method in class org.jivesoftware.util.Blowfish
- encrypt(String, byte[]) - Method in interface org.jivesoftware.util.Encryptor
-
Encrypt a clear text String.
- ENCRYPTION_REQUIRED - org.jivesoftware.openfire.sasl.Failure
- EncryptionArtifactFactory - Class in org.jivesoftware.openfire.spi
-
Instances of this class will be able to generate various encryption-related artifacts based on a specific connection configuration.
- EncryptionArtifactFactory(ConnectionConfiguration) - Constructor for class org.jivesoftware.openfire.spi.EncryptionArtifactFactory
-
Creates a new instance of the factory.
- Encryptor - Interface in org.jivesoftware.util
- encryptPassword(String) - Static method in class org.jivesoftware.openfire.auth.AuthFactory
-
Returns an encrypted version of the plain-text password.
- encryptString(String) - Method in class org.jivesoftware.util.Blowfish
-
Encrypts a string (treated in UNICODE).
- 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
- EndUserSession - Class in org.jivesoftware.openfire.commands.admin.user
-
End a user session
- EndUserSession() - Constructor for class org.jivesoftware.openfire.commands.admin.user.EndUserSession
- ensureDomainCertificate() - Method in class org.jivesoftware.openfire.keystore.IdentityStore
-
Adds a self-signed certificate for the domain of this XMPP service when no certificate for the domain was found.
- ensureUniqueAndStableStanzaID(Packet, JID) - Static method in class org.jivesoftware.openfire.stanzaid.StanzaIDUtil
-
Modifies the stanza that's passed as a packet by adding a Stanza ID on behalf of what is assumed to be a local entity.
- ENTITIES - org.jivesoftware.util.cache.Cache.CapacityUnit
-
The capacity is measured in number of entities (a natural count of the amount of elements).
- EntityCapabilities - Class in org.jivesoftware.openfire.entitycaps
-
Contains identities and supported features describing client capabilities for an entity.
- EntityCapabilities() - Constructor for class org.jivesoftware.openfire.entitycaps.EntityCapabilities
- entityCapabilitiesChanged(JID, EntityCapabilities, Set<String>, Set<String>, Set<String>, Set<String>) - Method in interface org.jivesoftware.openfire.entitycaps.EntityCapabilitiesListener
-
Invoked when a change was detected in the capabilities of a particular entity.
- entityCapabilitiesChanged(JID, EntityCapabilities, Set<String>, Set<String>, Set<String>, Set<String>) - Method in class org.jivesoftware.openfire.pep.PEPServiceManager
- entityCapabilitiesChanged(JID, EntityCapabilities, Set<String>, Set<String>, Set<String>, Set<String>) - Method in class org.jivesoftware.openfire.pubsub.PubSubModule
- EntityCapabilitiesListener - Interface in org.jivesoftware.openfire.entitycaps
-
Interface to listen for entity capabilities events.
- EntityCapabilitiesManager - Class in org.jivesoftware.openfire.entitycaps
-
Implements server side mechanics for XEP-0115: "Entity Capabilities" Version 1.4 In particular, EntityCapabilitiesManager is useful for processing "filtered-notifications" for use with Pubsub (XEP-0060) for contacts that may not want to receive notifications for all payload types.
- EntityCapabilitiesManager() - Constructor for class org.jivesoftware.openfire.entitycaps.EntityCapabilitiesManager
- entryAdded(K, V, NodeID) - Method in interface org.jivesoftware.openfire.cluster.ClusteredCacheEntryListener
-
An entry was added to the cache.
- entryAdded(K, V, NodeID) - Method in class org.jivesoftware.util.cache.ReverseLookupComputingCacheEntryListener
- entryAdded(K, V, NodeID) - Method in class org.jivesoftware.util.cache.ReverseLookupUpdatingCacheEntryListener
- entryEvicted(K, V, NodeID) - Method in interface org.jivesoftware.openfire.cluster.ClusteredCacheEntryListener
-
An entry was evicted from the cache.
- entryEvicted(K, V, NodeID) - Method in class org.jivesoftware.util.cache.ReverseLookupComputingCacheEntryListener
- entryEvicted(K, V, NodeID) - Method in class org.jivesoftware.util.cache.ReverseLookupUpdatingCacheEntryListener
- entryRemoved(K, V, NodeID) - Method in interface org.jivesoftware.openfire.cluster.ClusteredCacheEntryListener
-
An entry was removed from the cache.
- entryRemoved(K, V, NodeID) - Method in class org.jivesoftware.util.cache.ReverseLookupComputingCacheEntryListener
- entryRemoved(K, V, NodeID) - Method in class org.jivesoftware.util.cache.ReverseLookupUpdatingCacheEntryListener
- entrySet() - Method in class org.jivesoftware.openfire.group.DefaultGroupPropertyMap
- entrySet() - Method in class org.jivesoftware.openfire.muc.spi.MUCServiceProperties
- entrySet() - Method in interface org.jivesoftware.util.cache.Cache
-
IMPORTANT: Unlike the standard
Map.entrySet()
implementation, the set returned from this method cannot be modified. - entrySet() - Method in class org.jivesoftware.util.cache.CacheWrapper
- entrySet() - Method in class org.jivesoftware.util.cache.CaffeineCache
-
IMPORTANT: Unlike the standard
Map.entrySet()
implementation, the set returned from this method cannot be modified. - entrySet() - Method in class org.jivesoftware.util.cache.DefaultCache
- entrySet() - Method in class org.jivesoftware.util.cache.SerializingCache
- entrySet() - Method in class org.jivesoftware.util.JiveProperties
- entryUpdated(K, V, V, NodeID) - Method in interface org.jivesoftware.openfire.cluster.ClusteredCacheEntryListener
-
An entry was updated in the cache.
- entryUpdated(K, V, V, NodeID) - Method in class org.jivesoftware.util.cache.ReverseLookupComputingCacheEntryListener
- entryUpdated(K, V, V, NodeID) - Method in class org.jivesoftware.util.cache.ReverseLookupUpdatingCacheEntryListener
- equals(byte[]) - Method in class org.jivesoftware.openfire.cluster.NodeID
- equals(Object) - Method in class org.jivesoftware.database.CachedPreparedStatement
- equals(Object) - Method in class org.jivesoftware.openfire.cluster.NodeID
- equals(Object) - Method in class org.jivesoftware.openfire.disco.DiscoItem
- equals(Object) - Method in class org.jivesoftware.openfire.group.Group
- equals(Object) - Method in class org.jivesoftware.openfire.keystore.CertificateStoreConfiguration
- equals(Object) - Method in class org.jivesoftware.openfire.muc.HistoryStrategy
- equals(Object) - Method in class org.jivesoftware.openfire.muc.HistoryStrategy.Messages
- equals(Object) - Method in class org.jivesoftware.openfire.muc.MUCRole
- equals(Object) - Method in class org.jivesoftware.openfire.muc.MUCRoom
- equals(Object) - Method in class org.jivesoftware.openfire.muc.MUCRoomHistory
- equals(Object) - Method in class org.jivesoftware.openfire.muc.spi.FMUCHandler.OutboundJoinConfiguration
- equals(Object) - Method in class org.jivesoftware.openfire.muc.spi.OccupantManager.Occupant
- equals(Object) - Method in class org.jivesoftware.openfire.privacy.PrivacyList
- equals(Object) - Method in class org.jivesoftware.openfire.pubsub.Node
- equals(Object) - Method in class org.jivesoftware.openfire.pubsub.Node.UniqueIdentifier
- equals(Object) - Method in class org.jivesoftware.openfire.pubsub.PublishedItem.UniqueIdentifier
- equals(Object) - Method in class org.jivesoftware.openfire.pubsub.PubSubService.UniqueIdentifier
- equals(Object) - Method in class org.jivesoftware.openfire.roster.Roster
- equals(Object) - Method in class org.jivesoftware.openfire.session.DomainPair
- equals(Object) - Method in class org.jivesoftware.openfire.SessionResultFilter
- equals(Object) - Method in class org.jivesoftware.openfire.user.User
- equals(Object) - Method in class org.jivesoftware.util.CacheableOptional
- equals(Object) - Method in class org.jivesoftware.util.JavaSpecVersion
- equals(Object) - Method in class org.jivesoftware.util.Version
- ERROR_MESSAGE_KEY - Static variable in class org.jivesoftware.admin.FlashMessageTag
- 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.
- escapeForJNDI(Rdn...) - Static method in class org.jivesoftware.openfire.ldap.LdapManager
-
Returns a JNDI Name for an array of RDNs that is suitable to use to access LDAP through JNDI.
- 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.admin.JSTLFunctions
-
This method takes a string which may contain HTML tags (ie, <b>, <table>, etc) and converts the '<' and '>' characters to their HTML escape sequences.
- 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.
- escapeHTMLTags(String, boolean) - 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.
- escapeIdentifier(String) - Method in enum org.jivesoftware.database.DbConnectionManager.DatabaseType
- evaluateForCallbackCompletion(Packet) - Method in class org.jivesoftware.openfire.muc.spi.FMUCHandler.OutboundJoin
- evaluateResponse(byte[]) - Method in class org.jivesoftware.openfire.sasl.AnonymousSaslServer
- evaluateResponse(byte[]) - Method in class org.jivesoftware.openfire.sasl.ExternalClientSaslServer
- evaluateResponse(byte[]) - Method in class org.jivesoftware.openfire.sasl.ExternalServerSaslServer
- evaluateResponse(byte[]) - Method in class org.jivesoftware.openfire.sasl.JiveSharedSecretSaslServer
- evaluateResponse(byte[]) - Method in class org.jivesoftware.openfire.sasl.SaslServerPlainImpl
-
Evaluates the response data and generates a challenge.
- evaluateResponse(byte[]) - Method in class org.jivesoftware.openfire.sasl.ScramSha1SaslServer
-
Evaluates the response data and generates a challenge.
- EventNotFoundException - Exception in org.jivesoftware.openfire.security
-
Thrown if an event looked up (typically by id) was not found.
- EventNotFoundException() - Constructor for exception org.jivesoftware.openfire.security.EventNotFoundException
- EventNotFoundException(String) - Constructor for exception org.jivesoftware.openfire.security.EventNotFoundException
- EventNotFoundException(String, Throwable) - Constructor for exception org.jivesoftware.openfire.security.EventNotFoundException
- EventNotFoundException(Throwable) - Constructor for exception org.jivesoftware.openfire.security.EventNotFoundException
- everybody - org.jivesoftware.openfire.group.SharedGroupVisibility
-
Users of this group are shared with all other users in Openfire.
- exceptionCaught(ChannelHandlerContext, Throwable) - Method in class org.jivesoftware.openfire.nio.NettyConnectionHandler
- exceptionCaught(ChannelHandlerContext, Throwable) - Method in class org.jivesoftware.openfire.nio.NettyXMPPDecoder
- execute - org.jivesoftware.openfire.commands.AdHocCommand.Action
-
The command should be executed or continue to be executed.
- execute() - Method in class org.jivesoftware.database.CallableStatementWrapper
- execute() - Method in class org.jivesoftware.database.PreparedStatementWrapper
- execute(Runnable) - Method in class org.jivesoftware.openfire.http.HttpSessionManager
-
Executes a Runnable in the thread pool that is used for processing stanzas received over BOSH.
- execute(String) - Method in class org.jivesoftware.database.CallableStatementWrapper
- execute(String) - Method in class org.jivesoftware.database.StatementWrapper
- execute(String, int) - Method in class org.jivesoftware.database.CallableStatementWrapper
- execute(String, int) - Method in class org.jivesoftware.database.StatementWrapper
- execute(String, int[]) - Method in class org.jivesoftware.database.CallableStatementWrapper
- execute(String, int[]) - Method in class org.jivesoftware.database.StatementWrapper
- execute(String, String[]) - Method in class org.jivesoftware.database.CallableStatementWrapper
- execute(String, String[]) - Method in class org.jivesoftware.database.StatementWrapper
- execute(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.AdHocCommand
-
Executes the command with the specified session data.
- execute(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.admin.EditAdminList
- execute(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.admin.EditAllowedList
- execute(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.admin.EditBlockedList
- execute(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.admin.GetAdminConsoleInfo
- execute(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.admin.GetListActiveUsers
- execute(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.admin.GetListDisabledUsers
- execute(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.admin.GetListIdleUsers
- execute(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.admin.GetListOnlineUsers
- execute(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.admin.GetListRegisteredUsers
- execute(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.admin.GetNumberActiveUsers
- execute(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.admin.GetNumberDisabledUsers
- execute(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.admin.GetNumberIdleUsers
- execute(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.admin.GetNumberOnlineUsers
- execute(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.admin.GetNumberRegisteredUsers
- execute(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.admin.GetNumberUserSessions
- execute(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.admin.GetServerStats
- execute(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.admin.GetUsersPresence
- execute(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.admin.group.AddGroup
- execute(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.admin.group.AddGroupUsers
- execute(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.admin.group.DeleteGroup
- execute(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.admin.group.DeleteGroupUsers
- execute(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.admin.group.GetListGroups
- execute(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.admin.group.GetListGroupUsers
- execute(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.admin.group.UpdateGroup
- execute(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.admin.HttpBindStatus
- execute(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.admin.muc.CreateMUCRoom
- execute(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.admin.PacketsNotification
- execute(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.admin.SendAnnouncementToOnlineUsers
- execute(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.admin.user.AddUser
- execute(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.admin.user.AuthenticateUser
- execute(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.admin.user.ChangeUserPassword
- execute(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.admin.user.DeleteUser
- execute(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.admin.user.DisableUser
- execute(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.admin.user.EndUserSession
- execute(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.admin.user.GetUserRoster
- execute(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.admin.user.ReEnableUser
- execute(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.admin.user.UserProperties
- execute(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.event.GroupAdminAdded
- execute(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.event.GroupAdminRemoved
- execute(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.event.GroupCreated
- execute(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.event.GroupDeleting
- execute(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.event.GroupMemberAdded
- execute(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.event.GroupMemberRemoved
- execute(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.event.GroupModified
- execute(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.event.UserCreated
- execute(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.event.UserDeleting
- execute(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.event.UserModified
- execute(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.event.VCardCreated
- execute(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.event.VCardDeleting
- execute(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.event.VCardModified
- execute(SessionData, Element) - Method in class org.jivesoftware.openfire.commands.generic.Ping
- execute(SessionData, Element) - Method in class org.jivesoftware.openfire.pubsub.PendingSubscriptionsCommand
- executeBatch() - Method in class org.jivesoftware.database.CallableStatementWrapper
- executeBatch() - Method in class org.jivesoftware.database.StatementWrapper
- executeFix() - Static method in class org.jivesoftware.database.bugfix.OF1515
- executeFix(Connection) - Static method in class org.jivesoftware.database.bugfix.OF33
-
Check and repair the serviceIDs for the ofMucService table.
- executeQuery() - Method in class org.jivesoftware.database.CallableStatementWrapper
- executeQuery() - Method in class org.jivesoftware.database.PreparedStatementWrapper
- executeQuery(String) - Method in class org.jivesoftware.database.CallableStatementWrapper
- executeQuery(String) - Method in class org.jivesoftware.database.StatementWrapper
- executeUpdate() - Method in class org.jivesoftware.database.CallableStatementWrapper
- executeUpdate() - Method in class org.jivesoftware.database.PreparedStatementWrapper
- executeUpdate(String) - Method in class org.jivesoftware.database.CallableStatementWrapper
- executeUpdate(String) - Method in class org.jivesoftware.database.StatementWrapper
- executeUpdate(String, int) - Method in class org.jivesoftware.database.CallableStatementWrapper
- executeUpdate(String, int) - Method in class org.jivesoftware.database.StatementWrapper
- executeUpdate(String, int[]) - Method in class org.jivesoftware.database.CallableStatementWrapper
- executeUpdate(String, int[]) - Method in class org.jivesoftware.database.StatementWrapper
- executeUpdate(String, String[]) - Method in class org.jivesoftware.database.CallableStatementWrapper
- executeUpdate(String, String[]) - Method in class org.jivesoftware.database.StatementWrapper
- executing - org.jivesoftware.openfire.commands.AdHocCommand.Status
-
The command is being executed.
- EXECUTOR_CORE_POOL_SIZE - Static variable in class org.jivesoftware.openfire.archive.ArchiveManager
-
The number of threads to keep in the thread pool that writes messages to the database, even if they are idle.
- EXECUTOR_CORE_POOL_SIZE - Static variable in class org.jivesoftware.openfire.filetransfer.proxy.ProxyConnectionManager
-
The number of threads to keep in the thread pool that powers proxy (SOCKS5) connections, even if they are idle.
- EXECUTOR_CORE_POOL_SIZE - Static variable in class org.jivesoftware.openfire.pep.IQPEPHandler
-
The number of threads to keep in the thread pool used to send PEP notifications, even if they are idle.
- EXECUTOR_CORE_POOL_SIZE - Static variable in class org.jivesoftware.openfire.roster.RosterManager
-
The number of threads to keep in the thread pool that is used to invoke roster event listeners, even if they are idle.
- EXECUTOR_CORE_POOL_SIZE - Static variable in class org.jivesoftware.util.TaskEngine
-
The number of threads to keep in the thread pool that is used to execute tasks of Openfire's TaskEngine, even if they are idle.
- EXECUTOR_MAX_POOL_SIZE - Static variable in class org.jivesoftware.openfire.archive.ArchiveManager
-
The maximum number of threads to allow in the thread pool that writes messages to the database.
- EXECUTOR_MAX_POOL_SIZE - Static variable in class org.jivesoftware.openfire.filetransfer.proxy.ProxyConnectionManager
-
The maximum number of threads to allow in the thread pool that powers proxy (SOCKS5) connections.
- EXECUTOR_MAX_POOL_SIZE - Static variable in class org.jivesoftware.openfire.pep.IQPEPHandler
-
The maximum number of threads to allow in the thread pool used to send PEP notifications.
- EXECUTOR_MAX_POOL_SIZE - Static variable in class org.jivesoftware.openfire.roster.RosterManager
-
The maximum number of threads to allow in the thread pool that is used to invoke roster event listeners.
- EXECUTOR_MAX_POOL_SIZE - Static variable in class org.jivesoftware.util.TaskEngine
-
The maximum number of threads to allow in the thread pool that is used to execute tasks of Openfire's TaskEngine.
- EXECUTOR_POOL_KEEP_ALIVE - Static variable in class org.jivesoftware.openfire.archive.ArchiveManager
-
The number of threads in the thread pool that writes messages to the database is greater than the core, this is the maximum time that excess idle threads will wait for new tasks before terminating.
- EXECUTOR_POOL_KEEP_ALIVE - Static variable in class org.jivesoftware.openfire.filetransfer.proxy.ProxyConnectionManager
-
The number of threads in the thread pool that powers proxy (SOCKS5) connections is greater than the core, this is the maximum time that excess idle threads will wait for new tasks before terminating.
- EXECUTOR_POOL_KEEP_ALIVE - Static variable in class org.jivesoftware.openfire.pep.IQPEPHandler
-
The number of threads in the thread pool used to send PEP notifications is greater than the core, this is the maximum time that excess idle threads will wait for new tasks before terminating.
- EXECUTOR_POOL_KEEP_ALIVE - Static variable in class org.jivesoftware.openfire.roster.RosterManager
-
The number of threads in the thread pool that is used to invoke roster event listeners is greater than the core, this is the maximum time that excess idle threads will wait for new tasks before terminating.
- EXECUTOR_POOL_KEEP_ALIVE - Static variable in class org.jivesoftware.util.TaskEngine
-
The number of threads in the thread pool that is used to execute tasks of Openfire's TaskEngine is greater than the core, this is the maximum time that excess idle threads will wait for new tasks before terminating.
- exists(OccupantManager.Occupant) - Method in class org.jivesoftware.openfire.muc.spi.OccupantManager
-
Checks whether the occupant exists.
- exists(OccupantManager.Occupant, NodeID) - Method in class org.jivesoftware.openfire.muc.spi.OccupantManager
-
Checks whether the occupant exists, optionally excluding a specific node from evaluation.
- EXIT - Static variable in class org.jivesoftware.openfire.XMPPServer
- EXTERNAL_S2S_REQUIRE_AUTHZID - Static variable in class org.jivesoftware.openfire.net.SASLAuthentication
-
Require the peer to provide an authorization identity through SASL (typically in the Initial Response) when authenticating an inbound S2S connection that uses the EXTERNAL SASL mechanism.
- EXTERNAL_S2S_SKIP_SENDING_AUTHZID - Static variable in class org.jivesoftware.openfire.net.SASLAuthentication
-
Send an authorization identity in the Initial Response when attempting to authenticate using the SASL EXTERNAL mechanism with a remote XMPP domain.
- ExternalClientSaslServer - Class in org.jivesoftware.openfire.sasl
-
Implementation of the SASL EXTERNAL mechanism with PKIX to be used for client-to-server connections.
- ExternalClientSaslServer(LocalClientSession) - Constructor for class org.jivesoftware.openfire.sasl.ExternalClientSaslServer
- ExternalComponentConfiguration - Class in org.jivesoftware.openfire.component
-
Holds the configuration for external components that want to connect to this server.
- ExternalComponentConfiguration(String, boolean, ExternalComponentConfiguration.Permission, String) - Constructor for class org.jivesoftware.openfire.component.ExternalComponentConfiguration
- ExternalComponentConfiguration.Permission - Enum in org.jivesoftware.openfire.component
- ExternalComponentManager - Class in org.jivesoftware.openfire.component
-
Manages the connection permissions for external components.
- ExternalComponentManager() - Constructor for class org.jivesoftware.openfire.component.ExternalComponentManager
- ExternalComponentManager.PermissionPolicy - Enum in org.jivesoftware.openfire.component
- ExternalComponentManagerListener - Interface in org.jivesoftware.openfire.component
-
Listener that will be alerted when an external component is disabled/enabled, the port is changed or configuration about an external component is modified.
- ExternalizableUtil - Class in org.jivesoftware.util.cache
-
Utility methods to assist in working with the
Externalizable
interfaces. - ExternalizableUtilStrategy - Interface in org.jivesoftware.util.cache
-
Interface that allows to provide different ways for implementing serialization of objects.
- ExternalServerSaslServer - Class in org.jivesoftware.openfire.sasl
-
Implementation of the SASL EXTERNAL mechanism with PKIX to be used for server-to-server connections.
- ExternalServerSaslServer(LocalIncomingServerSession) - Constructor for class org.jivesoftware.openfire.sasl.ExternalServerSaslServer
F
- failed - org.jivesoftware.openfire.net.SASLAuthentication.Status
-
SASL negotiation has failed.
- Failure - Enum in org.jivesoftware.openfire.sasl
-
XMPP specified SASL errors.
- FAILURE - org.jivesoftware.openfire.net.SASLAuthentication.ElementType
- fallbackProvider - Variable in class org.jivesoftware.openfire.auth.PropertyBasedAuthProviderMapper
- fallbackProvider - Variable in class org.jivesoftware.openfire.user.PropertyBasedUserProviderMapper
- fastcloseStmt(PreparedStatement) - Static method in class org.jivesoftware.database.DbConnectionManager
-
Closes a statement.
- fastcloseStmt(ResultSet, PreparedStatement) - Static method in class org.jivesoftware.database.DbConnectionManager
-
Closes a statement and a result set.
- FastDateFormat - Class in org.jivesoftware.util
-
Similar to
SimpleDateFormat
, but faster and thread-safe. - FaviconServlet - Class in org.jivesoftware.util
-
Servlet that gets favicons of webservers and includes them in HTTP responses.
- FaviconServlet() - Constructor for class org.jivesoftware.util.FaviconServlet
- FIELD_IN_USER_PROPS - Static variable in interface org.jivesoftware.openfire.handler.IQRegisterInfo
-
Fields should be stored in user properties
- FIELD_IN_VCARD - Static variable in interface org.jivesoftware.openfire.handler.IQRegisterInfo
-
Fields should be stored in vCard
- FIELD_NAMES - Static variable in interface org.jivesoftware.openfire.handler.IQRegisterInfo
-
Element names of the fields, array index matches type
- file - Variable in class org.jivesoftware.openfire.keystore.CertificateStoreConfiguration
- FileTransfer - Class in org.jivesoftware.openfire.filetransfer
-
Contains all of the meta information associated with a file transfer.
- FileTransfer(String, String, String, String, long, String) - Constructor for class org.jivesoftware.openfire.filetransfer.FileTransfer
- fileTransferComplete(FileTransfer, boolean) - Method in interface org.jivesoftware.openfire.filetransfer.FileTransferEventListener
-
Invoked when a file transfer was completed.
- FileTransferEventListener - Interface in org.jivesoftware.openfire.filetransfer
-
An event listener for File Transfer related events.
- FileTransferManager - Interface in org.jivesoftware.openfire.filetransfer
-
Manages all file transfer currently happening originating from and/or ending at users of the server.
- FileTransferProgress - Interface in org.jivesoftware.openfire.filetransfer
-
An interface to track the progress of a file transfer through the server.
- FileTransferProxy - Class in org.jivesoftware.openfire.filetransfer.proxy
-
Manages the transfering of files between two remote entities on the jabber network.
- FileTransferProxy() - Constructor for class org.jivesoftware.openfire.filetransfer.proxy.FileTransferProxy
- FileTransferRejectedException - Exception in org.jivesoftware.openfire.filetransfer
-
Thrown by a
FileTransferEventListener
when a file transfer is rejected by the Interceptor. - FileTransferRejectedException() - Constructor for exception org.jivesoftware.openfire.filetransfer.FileTransferRejectedException
- FileTransferRejectedException(String) - Constructor for exception org.jivesoftware.openfire.filetransfer.FileTransferRejectedException
- FileTransferRejectedException(String, Throwable) - Constructor for exception org.jivesoftware.openfire.filetransfer.FileTransferRejectedException
- FileTransferRejectedException(Throwable) - Constructor for exception org.jivesoftware.openfire.filetransfer.FileTransferRejectedException
- fileTransferStart(FileTransfer, boolean) - Method in interface org.jivesoftware.openfire.filetransfer.FileTransferEventListener
-
Invoked when a file transfer is about to start..
- FILTER_AFFILIATE_COUNT - Static variable in class org.jivesoftware.openfire.pubsub.PubsubNodeResultFilter
- FILTER_ITEM_COUNT - Static variable in class org.jivesoftware.openfire.pubsub.PubsubNodeResultFilter
- FILTER_NODE_DESCRIPTION - Static variable in class org.jivesoftware.openfire.pubsub.PubsubNodeResultFilter
- FILTER_NODE_IDENTIFIER - Static variable in class org.jivesoftware.openfire.pubsub.PubsubNodeResultFilter
- FILTER_NODE_NAME - Static variable in class org.jivesoftware.openfire.pubsub.PubsubNodeResultFilter
- FILTER_SUBSCRIBER_COUNT - Static variable in class org.jivesoftware.openfire.pubsub.PubsubNodeResultFilter
- filterValid(X509Certificate...) - Static method in class org.jivesoftware.openfire.keystore.CertificateUtils
-
Returns all valid certificates from the provided input, where validity references the notBefore and notAfter dates of each certificate.
- filterValid(Collection<X509Certificate>) - Static method in class org.jivesoftware.openfire.keystore.CertificateUtils
-
Returns all valid certificates from the provided input, where validity references the notBefore and notAfter dates of each certificate.
- finalize() - Method in class org.jivesoftware.database.EmbeddedConnectionProvider
- findDirectlySubscribedNodes(JID) - Method in class org.jivesoftware.openfire.pubsub.CachingPubsubPersistenceProvider
- findDirectlySubscribedNodes(JID) - Method in class org.jivesoftware.openfire.pubsub.DefaultPubSubPersistenceProvider
- findDirectlySubscribedNodes(JID) - Method in class org.jivesoftware.openfire.pubsub.InMemoryPubSubPersistenceProvider
- findDirectlySubscribedNodes(JID) - Method in interface org.jivesoftware.openfire.pubsub.PubSubPersistenceProvider
-
Returns identifiers for all pubsub nodes to which the provided address is a direct subscriber.
- findDuplicates(Collection<V>...) - Static method in class org.jivesoftware.util.CollectionUtils
-
Returns all elements that occur more than exactly once in the combination of all elements from all provided collections.
- findFirstUniqueAndStableStanzaID(Packet, String) - Static method in class org.jivesoftware.openfire.stanzaid.StanzaIDUtil
-
Returns the first stable and unique stanza-id value from the packet, that is defined for a particular 'by' value.
- findGroupAbsoluteDN(String) - Method in class org.jivesoftware.openfire.ldap.LdapManager
-
Like
LdapManager.findGroupRDN(String)
but returns the absolute DN of a group - findGroupRDN(String) - Method in class org.jivesoftware.openfire.ldap.LdapManager
-
Finds a groups's RDN using it's group name.
- findGroupRDN(String, LdapName) - Method in class org.jivesoftware.openfire.ldap.LdapManager
-
Finds a groups's dn using it's group name.
- findRemotePluginsWithDifferentVersion(String) - Static method in class org.jivesoftware.openfire.cluster.ClusterManager
-
Inspects whether the version of a specific plugin on remote nodes differs from the version installed locally.
- findSubscribedNodes(JID, String) - Method in class org.jivesoftware.openfire.pep.PEPServiceManager
-
Returns all PEP nodes with a specific ID that the provided entity is a subscriber to.
- findUserRDN(String) - Method in class org.jivesoftware.openfire.ldap.LdapManager
-
Finds a user's RDN using their username.
- findUserRDN(String, LdapName) - Method in class org.jivesoftware.openfire.ldap.LdapManager
-
Finds a user's RDN using their username in the specified baseDN.
- findUsers(Set<String>, String) - Method in class org.jivesoftware.openfire.crowd.CrowdUserProvider
- findUsers(Set<String>, String) - Method in class org.jivesoftware.openfire.ldap.LdapUserProvider
- findUsers(Set<String>, String) - Method in class org.jivesoftware.openfire.user.DefaultUserProvider
- findUsers(Set<String>, String) - Method in class org.jivesoftware.openfire.user.JDBCUserProvider
- findUsers(Set<String>, String) - Method in class org.jivesoftware.openfire.user.UserManager
-
Searches for users based on a set of fields and a query string.
- findUsers(Set<String>, String) - Method in class org.jivesoftware.openfire.user.UserMultiProvider
-
Searches for users based on a set of fields and a query string.
- findUsers(Set<String>, String) - Method in interface org.jivesoftware.openfire.user.UserProvider
-
Searches for users based on a set of fields and a query string.
- findUsers(Set<String>, String, int, int) - Method in class org.jivesoftware.openfire.crowd.CrowdUserProvider
- findUsers(Set<String>, String, int, int) - Method in class org.jivesoftware.openfire.ldap.LdapUserProvider
- findUsers(Set<String>, String, int, int) - Method in class org.jivesoftware.openfire.user.DefaultUserProvider
- findUsers(Set<String>, String, int, int) - Method in class org.jivesoftware.openfire.user.JDBCUserProvider
- findUsers(Set<String>, String, int, int) - Method in class org.jivesoftware.openfire.user.UserManager
-
Searches for users based on a set of fields and a query string.
- findUsers(Set<String>, String, int, int) - Method in class org.jivesoftware.openfire.user.UserMultiProvider
-
Searches for users based on a set of fields and a query string.
- findUsers(Set<String>, String, int, int) - Method in interface org.jivesoftware.openfire.user.UserProvider
-
Searches for users based on a set of fields and a query string.
- findValidPointInTime(X509Certificate...) - Static method in class org.jivesoftware.openfire.keystore.CertificateUtils
-
Attempts to find a point in time on which each of the certificates in the chain will pass
X509Certificate.checkValidity(Date)
- finishSetup() - Method in class org.jivesoftware.openfire.XMPPServer
-
Finish the setup process.
- fireCertificateStoreChanged(CertificateStore) - Static method in class org.jivesoftware.util.CertificateManager
-
Notify listeners that a certificate store has been changed.
- fireFileTransferCompleted(String, boolean) - Method in class org.jivesoftware.openfire.filetransfer.DefaultFileTransferManager
- fireFileTransferCompleted(String, boolean) - Method in interface org.jivesoftware.openfire.filetransfer.FileTransferManager
-
Invokes
FileTransferEventListener.fileTransferComplete(FileTransfer, boolean)
for all registered event listeners. - fireFileTransferStart(String, boolean) - Method in class org.jivesoftware.openfire.filetransfer.DefaultFileTransferManager
- fireFileTransferStart(String, boolean) - Method in interface org.jivesoftware.openfire.filetransfer.FileTransferManager
-
Invokes
FileTransferEventListener.fileTransferStart(FileTransfer, boolean)
for all registered event listeners. - fireJoinedCluster(boolean) - Static method in class org.jivesoftware.openfire.cluster.ClusterManager
-
Triggers event indicating that this JVM is now part of a cluster.
- fireJoinedCluster(byte[], boolean) - Static method in class org.jivesoftware.openfire.cluster.ClusterManager
-
Triggers event indicating that another JVM is now part of a cluster.
- fireLeftCluster() - Static method in class org.jivesoftware.openfire.cluster.ClusterManager
-
Triggers event indicating that this JVM is no longer part of the cluster.
- fireLeftCluster(byte[]) - Static method in class org.jivesoftware.openfire.cluster.ClusterManager
-
Triggers event indicating that another JVM is no longer part of the cluster.
- fireMarkedAsSeniorClusterMember() - Static method in class org.jivesoftware.openfire.cluster.ClusterManager
-
Triggers event indicating that this JVM is now the senior cluster member.
- FIRST_NAME - Static variable in interface org.jivesoftware.openfire.handler.IQRegisterInfo
-
The user's first name
- firstName - Variable in class org.jivesoftware.openfire.crowd.jaxb.User
- FlashMessageTag - Class in org.jivesoftware.admin
- FlashMessageTag() - Constructor for class org.jivesoftware.admin.FlashMessageTag
- flush() - Method in class org.jivesoftware.openfire.net.XMLSocketWriter
-
Flushes the underlying writer making sure that if the connection is dead then the thread that is flushing does not end up in an endless wait.
- flush() - Method in class org.jivesoftware.util.XMLWriter
-
Flushes the underlying Writer
- flushBase64() - Method in class org.jivesoftware.util.Base64.OutputStream
-
Method added by PHIL.
- flushPendingChanges(boolean) - Method in class org.jivesoftware.openfire.pubsub.CachingPubsubPersistenceProvider
-
Persists any changes that have been applied to the caches by invoking the relevant methods of the delegate.
- flushPendingChanges(Node.UniqueIdentifier) - Method in class org.jivesoftware.openfire.pubsub.CachingPubsubPersistenceProvider
- flushPendingChanges(Node.UniqueIdentifier, boolean) - Method in class org.jivesoftware.openfire.pubsub.CachingPubsubPersistenceProvider
- FlushTask - Class in org.jivesoftware.openfire.pubsub.cluster
-
A cluster task used to instruct other cluster nodes that they must flush pending changes to pubsub nodes to the persistent data storage.
- FlushTask() - Constructor for class org.jivesoftware.openfire.pubsub.cluster.FlushTask
-
Instantiates a flush task for a system-wide flush of pending changes.
- FlushTask(Node.UniqueIdentifier) - Constructor for class org.jivesoftware.openfire.pubsub.cluster.FlushTask
-
Instantiates a flush task for a specific node.
- FMUC - Static variable in class org.jivesoftware.openfire.muc.spi.FMUCHandler
-
Qualified name of the element that denotes FMUC functionality, as specified by XEP-0289.
- FMUC_ENABLED - Static variable in class org.jivesoftware.openfire.muc.spi.FMUCHandler
- FMUCException - Exception in org.jivesoftware.openfire.muc
-
Exception used for representing unavailability of FMUC (XEP-0289).
- FMUCException() - Constructor for exception org.jivesoftware.openfire.muc.FMUCException
- FMUCException(String) - Constructor for exception org.jivesoftware.openfire.muc.FMUCException
- FMUCException(String, Throwable) - Constructor for exception org.jivesoftware.openfire.muc.FMUCException
- FMUCException(Throwable) - Constructor for exception org.jivesoftware.openfire.muc.FMUCException
- FMUCHandler - Class in org.jivesoftware.openfire.muc.spi
- FMUCHandler(MUCRoom) - Constructor for class org.jivesoftware.openfire.muc.spi.FMUCHandler
- FMUCHandler.InboundJoin - Class in org.jivesoftware.openfire.muc.spi
- FMUCHandler.OutboundJoin - Class in org.jivesoftware.openfire.muc.spi
- FMUCHandler.OutboundJoinConfiguration - Class in org.jivesoftware.openfire.muc.spi
- FMUCHandler.OutboundJoinProgress - Class in org.jivesoftware.openfire.muc.spi
- FMUCMode - Enum in org.jivesoftware.openfire.muc.spi
-
Configuration mode for Federated Multi-User Chat.
- ForbiddenException - Exception in org.jivesoftware.openfire.muc
-
Exception used for representing that the requested operation is forbidden for the user in the MUCRoom.
- ForbiddenException() - Constructor for exception org.jivesoftware.openfire.muc.ForbiddenException
- ForbiddenException(String) - Constructor for exception org.jivesoftware.openfire.muc.ForbiddenException
- ForbiddenException(String, Throwable) - Constructor for exception org.jivesoftware.openfire.muc.ForbiddenException
- ForbiddenException(Throwable) - Constructor for exception org.jivesoftware.openfire.muc.ForbiddenException
- forceClose() - Method in class org.jivesoftware.openfire.net.SocketConnection
-
Deprecated.replaced by
SocketConnection.close(StreamError, boolean)
- formalClose() - Method in class org.jivesoftware.openfire.streammanagement.StreamManager
-
Called when a session receives a closing stream tag, this prevents the session from being detached.
- 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(Calendar) - Method in class org.jivesoftware.util.FastDateFormat
- format(Calendar, StringBuffer) - Method in class org.jivesoftware.util.FastDateFormat
- format(Date) - Method in class org.jivesoftware.util.FastDateFormat
- format(Date) - Static method in class org.jivesoftware.util.XMPPDateTimeFormat
-
Formats a Date object to String as defined in XEP-0082.
- format(Date, StringBuffer) - Method in class org.jivesoftware.util.FastDateFormat
- 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.
- formatTime(Date) - Static method in class org.jivesoftware.util.JiveGlobals
-
Formats a Date object to return a time using the global locale.
- forName(String) - Static method in class org.jivesoftware.util.ClassUtils
-
Loads the class with the specified name.
- Forwarded - Class in org.jivesoftware.openfire.forward
- Forwarded(Element) - Constructor for class org.jivesoftware.openfire.forward.Forwarded
- Forwarded(Element, Date, JID) - Constructor for class org.jivesoftware.openfire.forward.Forwarded
- Forwarded(Message) - Constructor for class org.jivesoftware.openfire.forward.Forwarded
- Forwarded(Message, Date, JID) - Constructor for class org.jivesoftware.openfire.forward.Forwarded
- forwardRequest(HttpBindBody, AsyncContext) - Method in class org.jivesoftware.openfire.http.HttpSession
-
Forwards a client request, which is related to a session, to the server.
- foundMsg(String) - Method in class org.jivesoftware.openfire.nio.XMLLightweightParser
- FRAMING_NAMESPACE - Static variable in class org.jivesoftware.openfire.websocket.WebSocketClientStanzaHandler
- from(String) - Static method in class org.jivesoftware.openfire.http.HttpBindBody
- from(Optional<T>) - Static method in class org.jivesoftware.util.CacheableOptional
- FROM - org.jivesoftware.openfire.roster.RosterItem.SubType
-
The roster item has a subscription to the roster owner's presence.
- fromDatabaseValue(String) - Static method in enum org.jivesoftware.openfire.group.SharedGroupVisibility
- fromJID(JID) - Static method in class org.jivesoftware.openfire.group.GroupJID
-
Returns a JID from the given JID.
- fromString(String) - Static method in class org.jivesoftware.openfire.group.GroupJID
-
Creates a JID from the given string.
- FULL - Static variable in class org.jivesoftware.util.FastDateFormat
-
Style pattern
- FULL_NAME - Static variable in class org.jivesoftware.admin.LdapUserTester
G
- generateAnonymousToken() - Static method in class org.jivesoftware.openfire.auth.AuthToken
-
Constructs a new AuthToken that represents an authenticated, but anonymous user.
- generateConnectionConfiguration() - Method in class org.jivesoftware.openfire.spi.ConnectionListener
-
Generates an immutable ConnectionConfiguration based on the current state.
- generateCSR(String) - Method in class org.jivesoftware.openfire.keystore.IdentityStore
-
Creates a Certificate Signing Request based on the private key and certificate identified by the provided alias.
- generateKeyPair(String, int) - Static method in class org.jivesoftware.openfire.keystore.IdentityStore
-
Returns a new public & private key with the specified algorithm (e.g.
- generateOneTimeToken(String) - Static method in class org.jivesoftware.openfire.auth.AuthToken
-
Constructs a new OneTimeAuthToken that represents an one time recovery user.
- generateReportForMucRooms(Cache<String, MUCRoom>, Map<String, MUCRoom>, Map<NodeID, Set<OccupantManager.Occupant>>, Map<OccupantManager.Occupant, NodeID>, Set<OccupantManager.Occupant>, String) - Static method in class org.jivesoftware.util.cache.ConsistencyChecks
- generateReportForRoutingTableClientRoutes(Cache<String, ClientRoute>, Cache<String, ClientRoute>, Collection<LocalClientSession>, Map<NodeID, Set<String>>) - Static method in class org.jivesoftware.util.cache.ConsistencyChecks
-
Verifies that usersCache, anonymousUsersCache, localRoutingTable.getClientRoutes and routeOwnersByClusterNode of
RoutingTableImpl
are in a consistent state. - generateReportForRoutingTableComponentRoutes(Cache<String, HashSet<NodeID>>, Collection<RoutableChannelHandler>, HashMap<NodeID, Set<String>>) - Static method in class org.jivesoftware.util.cache.ConsistencyChecks
-
Verifies that #componentsCache, #localRoutingTable#getComponentRoute and #componentsByClusterNode of
RoutingTableImpl
are in a consistent state. - generateReportForRoutingTableServerRoutes(Cache<DomainPair, NodeID>, Collection<LocalOutgoingServerSession>, HashMap<NodeID, Set<DomainPair>>) - Static method in class org.jivesoftware.util.cache.ConsistencyChecks
-
Verifies that #serversCache, #localRoutingTable#getServerRoutes and #s2sDomainPairsByClusterNode of
RoutingTableImpl
are in a consistent state. - generateReportForSessionManagerIncomingServerSessions(Cache<StreamID, IncomingServerSessionInfo>, Collection<LocalIncomingServerSession>, Map<NodeID, Set<StreamID>>) - Static method in class org.jivesoftware.util.cache.ConsistencyChecks
-
Verifies that #incomingServerSessionsCache, #localIncomingServerSessions and #incomingServerSessionsByClusterNode of
SessionManager
are in a consistent state. - generateReportForSessionManagerSessionInfos(Cache<String, ClientSessionInfo>, Collection<ClientSession>, Map<NodeID, Set<String>>) - Static method in class org.jivesoftware.util.cache.ConsistencyChecks
-
Verifies that #sessionInfoCache, #localSessionInfos and #sessionInfoKeysByClusterNode of
SessionManager
are in a consistent state. - generateReportForUserSessions(Cache<String, HashSet<String>>, Cache<String, ClientRoute>, Cache<String, ClientRoute>) - Static method in class org.jivesoftware.util.cache.ConsistencyChecks
- generateUniqueAlias() - Method in class org.jivesoftware.openfire.keystore.IdentityStore
-
Generates an alias that is currently unused in this store.
- generateUserToken(String) - Static method in class org.jivesoftware.openfire.auth.AuthToken
-
Constructs a new AuthToken that represents an authenticated user identified by the provider username.
- generateVerHash(IQ, String) - Static method in class org.jivesoftware.openfire.entitycaps.EntityCapabilitiesManager
-
Generates a 'ver' hash attribute used in validation to help prevent poisoning of entity capabilities information.
- genNextRangePart(int) - Method in class org.jivesoftware.openfire.ldap.LdapGroupProvider
- get() - Method in class org.jivesoftware.util.CacheableOptional
- get() - Method in class org.jivesoftware.util.ImmediateFuture
- get(long, TimeUnit) - Method in class org.jivesoftware.util.ImmediateFuture
- get(Object) - Method in class org.jivesoftware.openfire.muc.spi.MUCServiceProperties
- get(Object) - Method in class org.jivesoftware.util.cache.CacheWrapper
- get(Object) - Method in class org.jivesoftware.util.cache.CaffeineCache
-
Returns the value to which the specified key is mapped, or
null
if this map contains no mapping for the key. - get(Object) - Method in class org.jivesoftware.util.cache.DefaultCache
- get(Object) - Method in class org.jivesoftware.util.cache.SerializingCache
- get(Object) - Method in class org.jivesoftware.util.JiveProperties
- get(String, Element) - Method in class org.jivesoftware.openfire.PrivateStorage
-
Returns the data stored under a key corresponding to the name and namespace of the given element.
- get(Map<String, List<String>>, String, int) - Method in class org.jivesoftware.openfire.commands.AdHocCommand
- getAcceptedIssuers() - Method in class org.jivesoftware.openfire.keystore.OpenfireX509TrustManager
- getAcceptedIssuers() - Method in class org.jivesoftware.openfire.net.ClientTrustManager
- getAcceptedIssuers() - Method in class org.jivesoftware.openfire.net.ServerTrustManager
- getAccessModel() - Method in class org.jivesoftware.openfire.pubsub.DefaultNodeConfiguration
-
Returns the access model that specifies who is allowed to subscribe and retrieve items.
- getAccessModel() - Method in class org.jivesoftware.openfire.pubsub.Node
-
Returns the access model that specifies who is allowed to subscribe and retrieve items.
- getAction() - Method in class org.jivesoftware.openfire.disco.DiscoItem
-
Returns the action (i.e.
- getActions(SessionData) - Method in class org.jivesoftware.openfire.commands.AdHocCommand
-
Returns a collection with the allowed actions based on the current stage as defined in the SessionData.
- getActions(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.EditAdminList
- getActions(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.EditAllowedList
- getActions(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.EditBlockedList
- getActions(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.GetAdminConsoleInfo
- getActions(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.GetListActiveUsers
- getActions(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.GetListDisabledUsers
- getActions(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.GetListIdleUsers
- getActions(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.GetListOnlineUsers
- getActions(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.GetListRegisteredUsers
- getActions(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.GetNumberActiveUsers
- getActions(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.GetNumberDisabledUsers
- getActions(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.GetNumberIdleUsers
- getActions(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.GetNumberOnlineUsers
- getActions(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.GetNumberRegisteredUsers
- getActions(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.GetNumberUserSessions
- getActions(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.GetServerStats
- getActions(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.GetUsersPresence
- getActions(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.group.AddGroup
- getActions(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.group.AddGroupUsers
- getActions(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.group.DeleteGroup
- getActions(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.group.DeleteGroupUsers
- getActions(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.group.GetListGroups
- getActions(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.group.GetListGroupUsers
- getActions(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.group.UpdateGroup
- getActions(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.HttpBindStatus
- getActions(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.muc.CreateMUCRoom
- getActions(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.PacketsNotification
- getActions(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.SendAnnouncementToOnlineUsers
- getActions(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.user.AddUser
- getActions(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.user.AuthenticateUser
- getActions(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.user.ChangeUserPassword
- getActions(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.user.DeleteUser
- getActions(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.user.DisableUser
- getActions(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.user.EndUserSession
- getActions(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.user.GetUserRoster
- getActions(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.user.ReEnableUser
- getActions(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.user.UserProperties
- getActions(SessionData) - Method in class org.jivesoftware.openfire.commands.event.GroupAdminAdded
- getActions(SessionData) - Method in class org.jivesoftware.openfire.commands.event.GroupAdminRemoved
- getActions(SessionData) - Method in class org.jivesoftware.openfire.commands.event.GroupCreated
- getActions(SessionData) - Method in class org.jivesoftware.openfire.commands.event.GroupDeleting
- getActions(SessionData) - Method in class org.jivesoftware.openfire.commands.event.GroupMemberAdded
- getActions(SessionData) - Method in class org.jivesoftware.openfire.commands.event.GroupMemberRemoved
- getActions(SessionData) - Method in class org.jivesoftware.openfire.commands.event.GroupModified
- getActions(SessionData) - Method in class org.jivesoftware.openfire.commands.event.UserCreated
- getActions(SessionData) - Method in class org.jivesoftware.openfire.commands.event.UserDeleting
- getActions(SessionData) - Method in class org.jivesoftware.openfire.commands.event.UserModified
- getActions(SessionData) - Method in class org.jivesoftware.openfire.commands.event.VCardCreated
- getActions(SessionData) - Method in class org.jivesoftware.openfire.commands.event.VCardDeleting
- getActions(SessionData) - Method in class org.jivesoftware.openfire.commands.event.VCardModified
- getActions(SessionData) - Method in class org.jivesoftware.openfire.commands.generic.Ping
- getActions(SessionData) - Method in class org.jivesoftware.openfire.pubsub.PendingSubscriptionsCommand
- getActiveAndInactiveRooms() - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
-
Returns all rooms serviced by this service.
- getActiveChatRooms() - Method in interface org.jivesoftware.openfire.muc.MultiUserChatService
-
Returns a list with a snapshot of all the rooms in the server that are actively loaded in memory.
- getActiveChatRooms() - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
- getActiveConnections() - Method in class org.jivesoftware.database.DefaultConnectionProvider
- getActiveCount() - Method in class org.jivesoftware.openfire.mbean.ThreadPoolExecutorDelegate
-
Returns the approximate number of threads that are actively executing tasks.
- getActiveCount() - Method in interface org.jivesoftware.openfire.mbean.ThreadPoolExecutorDelegateMBean
-
Returns the approximate number of threads that are actively executing tasks.
- getActiveList() - Method in interface org.jivesoftware.openfire.session.ClientSession
-
Returns the Privacy list that overrides the default privacy list.
- getActiveList() - Method in class org.jivesoftware.openfire.session.ClientSessionInfo
- getActiveList() - Method in class org.jivesoftware.openfire.session.LocalClientSession
-
Returns the Privacy list that overrides the default privacy list.
- getActiveList() - Method in class org.jivesoftware.openfire.session.RemoteClientSession
- getActiveSessionCount(String) - Method in class org.jivesoftware.openfire.SessionManager
-
Returns the number of sessions for a user that are available.
- getAdditionalBeanInfo() - Method in class org.jivesoftware.util.JiveBeanInfo
- getAdditionalNamespaces() - Method in interface org.jivesoftware.openfire.Connection
-
When a connection is used to transmit an XML data, the root element of that data can define XML namespaces other than the ones that are default (eg: 'jabber:client', 'jabber:server', etc).
- getAdditionalNamespaces() - Method in class org.jivesoftware.openfire.net.AbstractConnection
- getAddress - org.jivesoftware.openfire.session.RemoteSessionTask.Operation
- getAddress() - Method in class org.jivesoftware.openfire.component.InternalComponentManager
- getAddress() - Method in interface org.jivesoftware.openfire.Connection
-
Returns the raw IP address of this
InetAddress
object. - getAddress() - Method in class org.jivesoftware.openfire.filetransfer.proxy.FileTransferProxy
- getAddress() - Method in class org.jivesoftware.openfire.http.HttpSession.HttpVirtualConnection
- getAddress() - Method in class org.jivesoftware.openfire.mediaproxy.MediaProxyService
- getAddress() - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
- getAddress() - Method in class org.jivesoftware.openfire.multiplex.ClientSessionConnection
- getAddress() - Method in class org.jivesoftware.openfire.net.SocketConnection
-
Deprecated.
- getAddress() - Method in class org.jivesoftware.openfire.net.StanzaHandler
-
Obtain the address of the XMPP entity for which this StanzaHandler handles stanzas.
- getAddress() - Method in class org.jivesoftware.openfire.nio.NettyConnection
- getAddress() - Method in class org.jivesoftware.openfire.pep.PEPService
- getAddress() - Method in class org.jivesoftware.openfire.pubsub.PubSubModule
- getAddress() - Method in interface org.jivesoftware.openfire.pubsub.PubSubService
-
Returns the XMPP address of the service.
- getAddress() - Method in interface org.jivesoftware.openfire.RoutableChannelHandler
-
Returns the XMPP address.
- getAddress() - Method in class org.jivesoftware.openfire.session.LocalSession
-
Obtain the address of the session.
- getAddress() - Method in class org.jivesoftware.openfire.session.RemoteIncomingServerSession
- getAddress() - Method in class org.jivesoftware.openfire.session.RemoteSession
- getAddress() - Method in interface org.jivesoftware.openfire.session.Session
-
Obtain the address of the user.
- getAddress() - Method in class org.jivesoftware.openfire.websocket.WebSocketConnection
- getAdHocCommandHandler() - Method in class org.jivesoftware.openfire.XMPPServer
-
Returns the
AdHocCommandHandler
registered with this server. - getAdminAccounts() - Method in class org.jivesoftware.openfire.admin.AdminManager
-
Returns the list of admin users from the provider.
- GetAdminConsoleInfo - Class in org.jivesoftware.openfire.commands.admin
-
Command that returns information about the admin console.
- GetAdminConsoleInfo() - Constructor for class org.jivesoftware.openfire.commands.admin.GetAdminConsoleInfo
- GetAdminConsoleInfoTask - Class in org.jivesoftware.openfire.container
-
Task that will return the bind interface and ports being used by the admin console of the node where the task will be executed.
- GetAdminConsoleInfoTask() - Constructor for class org.jivesoftware.openfire.container.GetAdminConsoleInfoTask
- getAdminConsoleListenAddress() - Method in class org.jivesoftware.openfire.spi.ConnectionManagerImpl
-
Returns the specific network interface on which the Openfire administration console should be configured to listen, or null when no such preference has been configured.
- getAdminDN() - Method in class org.jivesoftware.openfire.ldap.LdapManager
-
Returns the starting admin DN that searches for admins will performed with.
- getAdminPassword() - Method in class org.jivesoftware.openfire.ldap.LdapManager
-
Returns the starting admin DN that searches for admins will performed with.
- getAdminPort() - Method in class org.jivesoftware.openfire.container.GetAdminConsoleInfoTask
- getAdminProvider() - Static method in class org.jivesoftware.openfire.admin.AdminManager
-
Returns the currently-installed AdminProvider.
- getAdmins() - Method in interface org.jivesoftware.openfire.admin.AdminProvider
-
Returns a list of JIDs of accounts with administrative privileges.
- getAdmins() - Method in class org.jivesoftware.openfire.admin.DefaultAdminProvider
-
The default provider retrieves the comma separated list from the system property
admin.authorizedJIDs
- getAdmins() - Method in class org.jivesoftware.openfire.admin.GroupBasedAdminProvider
- getAdmins() - Method in class org.jivesoftware.openfire.admin.JDBCAdminProvider
- getAdmins() - Method in class org.jivesoftware.openfire.crowd.CrowdAdminProvider
- getAdmins() - Method in class org.jivesoftware.openfire.group.Group
-
Returns a Collection of the group administrators.
- getAdmins() - Method in class org.jivesoftware.openfire.muc.MUCRoom
-
Returns a collection with the current list of admins.
- getAdmins() - Method in class org.jivesoftware.openfire.XMPPServer
-
Returns a collection with the JIDs of the server's admins.
- getAdminSecret() - Method in class org.jivesoftware.openfire.container.GetAdminConsoleInfoTask
- getAdminSecurePort() - Method in class org.jivesoftware.openfire.container.AdminConsolePlugin
-
Returns the TLS port on which the admin console is current operating.
- getAdminSecurePort() - Method in class org.jivesoftware.openfire.container.GetAdminConsoleInfoTask
- getAdminText(String, String) - Static method in class org.jivesoftware.admin.AdminConsole
-
Returns a text element for the admin console, applying the appropriate locale.
- getAdminUnsecurePort() - Method in class org.jivesoftware.openfire.container.AdminConsolePlugin
-
Returns the non-TLS port on which the admin console is currently operating.
- getAffiliate() - Method in class org.jivesoftware.openfire.pubsub.NodeSubscription
-
Returns the
NodeAffiliate
that owns this subscription. - getAffiliate(JID) - Method in class org.jivesoftware.openfire.pubsub.Node
- getAffiliatesToNotify() - Method in class org.jivesoftware.openfire.pubsub.LeafNode
-
Retrieves the collection of affiliates that should be sent notifications upon changes to this node.
- getAffiliation() - Method in class org.jivesoftware.openfire.muc.MUCRole
-
Obtain the affiliation state of the user, which is a long-lived association or connection with a room.
- getAffiliation() - Method in class org.jivesoftware.openfire.pubsub.cluster.AffiliationTask
-
The new affiliation with a pubsub node.
- getAffiliation() - Method in class org.jivesoftware.openfire.pubsub.NodeAffiliate
- getAffiliation(JID) - Method in class org.jivesoftware.openfire.muc.MUCRoom
-
Returns the affiliation state of the user in the room.
- getAgents() - Method in class org.jivesoftware.openfire.mediaproxy.MediaProxyService
-
Return the list of active Agents
- getAll() - Method in class org.jivesoftware.openfire.group.Group
-
Returns a read-only, unmodifiable collection of everyone in the group.
- getAllAffiliates() - Method in class org.jivesoftware.openfire.pubsub.Node
-
Returns all affiliates of the node.
- getAllCaches() - Static method in class org.jivesoftware.util.cache.CacheFactory
-
Returns an array of all caches in the system.
- getAllCertificates() - Method in class org.jivesoftware.openfire.keystore.CertificateStore
-
Returns a collection of all x.509 certificates in this store.
- getAllGroupNames() - Method in class org.jivesoftware.openfire.crowd.CrowdManager
-
Get all the crowd groups
- getAllowedComponents() - Static method in class org.jivesoftware.openfire.component.ExternalComponentManager
-
Returns the list of registered external components that are allowed to connect to this server when using a whitelist policy.
- getAllowedServers() - Static method in class org.jivesoftware.openfire.server.RemoteServerManager
-
Returns the list of registered remote servers that are allowed to connect to/from this server when using a whitelist policy.
- getAllPropertyNames() - Method in class org.jivesoftware.util.XMLProperties
-
Returns a list of names for all properties found in the XML file.
- getAllRoomNames() - Method in interface org.jivesoftware.openfire.muc.MultiUserChatService
-
Returns a list of names of all the rooms in the server (i.e.
- getAllRoomNames() - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
-
Combine names of all rooms in the database (to catch any rooms that aren't currently in memory) with all names of rooms currently in memory (to include rooms that are non-persistent / never saved in the database).
- getAllRoomSearchInfo() - Method in interface org.jivesoftware.openfire.muc.MultiUserChatService
- getAllRoomSearchInfo() - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
- getAllStatistics() - Method in class org.jivesoftware.openfire.stats.StatisticsManager
-
Returns all statistics that the StatManager is tracking.
- getAllSubscriptions() - Method in class org.jivesoftware.openfire.pubsub.Node
-
Returns all subscriptions to the node.
- getAllUsers() - Method in class org.jivesoftware.openfire.crowd.CrowdManager
-
Get all the users from Crowd
- getAlternateBaseDN() - Method in class org.jivesoftware.openfire.ldap.LdapManager
-
Returns the alternate starting DN that searches for users will performed with.
- getAmountTransferred() - Method in interface org.jivesoftware.openfire.filetransfer.FileTransferProgress
-
Returns the number of bytes that has been transferred.
- getAmountTransferred() - Method in class org.jivesoftware.openfire.filetransfer.proxy.DefaultProxyTransfer
- getAppBuffSize() - Method in class org.jivesoftware.openfire.net.TLSWrapper
- getApplicationName() - Method in class org.jivesoftware.openfire.crowd.CrowdProperties
- getApplicationPassword() - Method in class org.jivesoftware.openfire.crowd.CrowdProperties
- getAppName() - Static method in class org.jivesoftware.admin.AdminConsole
-
Returns the name of the application.
- getArchiveManager() - Method in class org.jivesoftware.openfire.XMPPServer
-
Returns the
ArchiveManager
registered with this server. - getArchiver() - Method in interface org.jivesoftware.openfire.muc.MultiUserChatService
- getArchiver() - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
-
Accessor uses the "double-check idiom" for proper lazy instantiation.
- GetArchiveWriteETATask - Class in org.jivesoftware.openfire.archive
-
A task that retrieves a time estimation on the time it takes for data to have been written to persistent storage.
- GetArchiveWriteETATask() - Constructor for class org.jivesoftware.openfire.archive.GetArchiveWriteETATask
- GetArchiveWriteETATask(Instant, String) - Constructor for class org.jivesoftware.openfire.archive.GetArchiveWriteETATask
- getArray(int) - Method in class org.jivesoftware.database.CallableStatementWrapper
- getArray(String) - Method in class org.jivesoftware.database.CallableStatementWrapper
- getAskStatus() - Method in class org.jivesoftware.openfire.roster.RosterItem
-
Obtain the current ask status of the item.
- getAskStatus(Roster.Item) - Static method in class org.jivesoftware.openfire.roster.RosterItem
- getAssociationPolicy() - Method in class org.jivesoftware.openfire.pubsub.CollectionNode
-
Returns the policy that defines who may associate leaf nodes with a collection.
- getAssociationPolicy() - Method in class org.jivesoftware.openfire.pubsub.DefaultNodeConfiguration
-
Returns the policy that defines who may associate leaf nodes with a collection.
- getAssociationTrusted() - Method in class org.jivesoftware.openfire.pubsub.CollectionNode
-
Returns the users that are allowed to associate leaf nodes with this collection node.
- getAttribute(String) - Method in class org.jivesoftware.openfire.container.PluginServletContext
- 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. - 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.
- getAttributeNames() - Method in class org.jivesoftware.openfire.container.PluginServletContext
- getAttributes(String) - Method in class org.jivesoftware.admin.LdapUserTester
-
Returns a list of attributes and their LDAP values found in LDAP for the specified username.
- getAuditManager() - Method in class org.jivesoftware.openfire.XMPPServer
-
Returns the
AuditManager
registered with this server. - getAuditor() - Method in interface org.jivesoftware.openfire.audit.AuditManager
-
Factory method for creating auditors that are configured by this audit manager.
- getAuditor() - Method in class org.jivesoftware.openfire.audit.spi.AuditManagerImpl
- getAuditURL() - Method in class org.jivesoftware.openfire.security.DefaultSecurityAuditProvider
-
The default provider uses Openfire's own audit log viewer.
- getAuditURL() - Method in interface org.jivesoftware.openfire.security.SecurityAuditProvider
-
Retrieves a URL that can be visited to read the logs audited by this provider.
- getAuthenticationMethod - org.jivesoftware.openfire.session.RemoteSessionTask.Operation
- getAuthenticationMethod() - Method in class org.jivesoftware.openfire.session.LocalServerSession
-
Obtain method that was used to authenticate this session.
- getAuthenticationMethod() - Method in class org.jivesoftware.openfire.session.RemoteIncomingServerSession
- getAuthenticationMethod() - Method in class org.jivesoftware.openfire.session.RemoteOutgoingServerSession
- getAuthenticationMethod() - Method in interface org.jivesoftware.openfire.session.ServerSession
-
Obtain method that was used to authenticate this session.
- getAuthor() - Method in class org.jivesoftware.openfire.container.PluginMetadata
- getAuthor(Path) - Static method in class org.jivesoftware.openfire.container.PluginMetadataHelper
-
Returns the author of a plugin.
- getAuthor(Plugin) - Method in class org.jivesoftware.openfire.container.PluginManager
-
Deprecated.Moved to
PluginMetadataHelper.getAuthor(Plugin)
. - getAuthor(Plugin) - Static method in class org.jivesoftware.openfire.container.PluginMetadataHelper
-
Returns the author of a plugin.
- getAuthorizationID() - Method in class org.jivesoftware.openfire.sasl.AnonymousSaslServer
- getAuthorizationID() - Method in class org.jivesoftware.openfire.sasl.ExternalClientSaslServer
- getAuthorizationID() - Method in class org.jivesoftware.openfire.sasl.ExternalServerSaslServer
- getAuthorizationID() - Method in class org.jivesoftware.openfire.sasl.JiveSharedSecretSaslServer
- getAuthorizationID() - Method in class org.jivesoftware.openfire.sasl.SaslServerPlainImpl
-
Reports the authorization ID in effect for the client of this session.
- getAuthorizationID() - Method in class org.jivesoftware.openfire.sasl.ScramSha1SaslServer
-
Reports the authorization ID in effect for the client of this session.
- getAuthorizationPolicies() - Static method in class org.jivesoftware.openfire.auth.AuthorizationManager
-
Returns the currently-installed AuthorizationProvider.
- getAuthProvider() - Static method in class org.jivesoftware.openfire.auth.AuthFactory
-
Deprecated.Prefer using the corresponding factory method, rather than invoking methods on the provider directly
- getAuthProvider(String) - Method in class org.jivesoftware.openfire.auth.AuthorizationBasedAuthProviderMapper
- getAuthProvider(String) - Method in interface org.jivesoftware.openfire.auth.AuthProviderMapper
-
Finds a suitable AuthProvider for the user.
- getAuthProvider(String) - Method in class org.jivesoftware.openfire.auth.PropertyBasedAuthProviderMapper
- getAuthProviders() - Method in class org.jivesoftware.openfire.auth.AuthorizationBasedAuthProviderMapper
- getAuthProviders() - Method in interface org.jivesoftware.openfire.auth.AuthProviderMapper
-
Returns all providers that are used by this instance.
- getAuthProviders() - Method in class org.jivesoftware.openfire.auth.PropertyBasedAuthProviderMapper
- getAuthToken() - Method in class org.jivesoftware.openfire.session.LocalClientSession
-
Returns the authentication token associated with this session.
- getAuthToken() - Method in class org.jivesoftware.util.WebManager
- getAutoCommit() - Method in class org.jivesoftware.database.AbstractConnection
- getAvailableStreamFeatures() - Method in class org.jivesoftware.openfire.http.HttpSession
-
Returns the stream features which are available for this session.
- getAvailableStreamFeatures() - Method in class org.jivesoftware.openfire.session.LocalClientSession
- getAvailableStreamFeatures() - Method in class org.jivesoftware.openfire.session.LocalComponentSession
- getAvailableStreamFeatures() - Method in class org.jivesoftware.openfire.session.LocalConnectionMultiplexerSession
- getAvailableStreamFeatures() - Method in class org.jivesoftware.openfire.session.LocalIncomingServerSession
- getAvailableStreamFeatures() - Method in class org.jivesoftware.openfire.session.LocalOutgoingServerSession
- getAvailableStreamFeatures() - Method in class org.jivesoftware.openfire.session.LocalSession
-
Returns a text with the available stream features.
- getAvatarStoredInDB() - Method in class org.jivesoftware.admin.LdapUserProfile
- getAverageQueryTime(ProfiledConnection.Type) - Static method in class org.jivesoftware.database.ProfiledConnection
-
Returns the average amount of time spent executing the specified type of query.
- getBackupDirectory() - Method in class org.jivesoftware.openfire.keystore.CertificateStoreConfiguration
- getBaseDN() - Method in class org.jivesoftware.openfire.ldap.LdapManager
-
Returns the starting DN that searches for users will performed with.
- GetBasicStatistics - Class in org.jivesoftware.openfire.cluster
-
Command that returns basic information about this JVM like number of client sessions, server sessions and amount of free and used memory.
- GetBasicStatistics() - Constructor for class org.jivesoftware.openfire.cluster.GetBasicStatistics
- getBean() - Method in class org.jivesoftware.admin.TabsTag
-
The name of the request attribute which holds a
AdminPageBean
instance. - getBeanClass() - Method in class org.jivesoftware.database.DefaultConnectionProviderBeanInfo
- getBeanClass() - Method in class org.jivesoftware.util.JiveBeanInfo
-
Returns the bean Class.
- getBeanDescriptor() - Method in class org.jivesoftware.util.JiveBeanInfo
- getBigDecimal(int) - Method in class org.jivesoftware.database.CallableStatementWrapper
- getBigDecimal(int, int) - Method in class org.jivesoftware.database.CallableStatementWrapper
-
Deprecated.
- getBigDecimal(String) - Method in class org.jivesoftware.database.CallableStatementWrapper
- getBindAddress() - Method in class org.jivesoftware.openfire.spi.ConnectionConfiguration
- getBindAddress() - Method in class org.jivesoftware.openfire.spi.ConnectionListener
-
Returns the network address on which connections are accepted when this listener is enabled.
- getBindingError() - Method in exception org.jivesoftware.openfire.http.HttpBindException
- getBindInterface() - Method in class org.jivesoftware.openfire.container.AdminConsolePlugin
-
Returns
null
if the admin console will be available in all network interfaces of this machine or a String representing the only interface where the admin console will be available. - getBindInterface() - Method in class org.jivesoftware.openfire.container.GetAdminConsoleInfoTask
- getBirthday() - Method in class org.jivesoftware.admin.LdapUserProfile
- getBlacklistedIPs() - Static method in class org.jivesoftware.openfire.session.LocalClientSession
-
Returns the list of IP address that are disallowed to connect to the server.
- getBlob(int) - Method in class org.jivesoftware.database.CallableStatementWrapper
- getBlob(String) - Method in class org.jivesoftware.database.CallableStatementWrapper
- getBlockedComponents() - Static method in class org.jivesoftware.openfire.component.ExternalComponentManager
-
Returns the list of external components that are NOT allowed to connect to this server.
- getBlockedJIDs() - Method in class org.jivesoftware.openfire.privacy.PrivacyList
-
Returns all JIDs that are on the blocklist (as defined in XEP-0191).
- getBlockedServers() - Static method in class org.jivesoftware.openfire.server.RemoteServerManager
-
Returns the list of remote servers that are NOT allowed to connect to/from this server.
- getBlocklist(User) - Method in class org.jivesoftware.openfire.handler.IQBlockingHandler
-
Retrieves all of the JIDs that are on the blocklist of the provided user.
- getBody() - Method in class org.jivesoftware.admin.SubSidebarTag
-
Returns the body content of this tag.
- getBodyXSLT() - Method in class org.jivesoftware.openfire.pubsub.Node
-
Returns the URL of an XSL transformation which can be applied to payloads in order to generate an appropriate message body element.
- getBoolean(int) - Method in class org.jivesoftware.database.CallableStatementWrapper
- getBoolean(String) - Method in class org.jivesoftware.database.CallableStatementWrapper
- 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) - Method in class org.jivesoftware.openfire.muc.spi.MUCServiceProperties
- getBooleanProperty(String) - Static method in class org.jivesoftware.util.JiveGlobals
-
Returns a boolean value Jive property.
- getBooleanProperty(String) - Method in class org.jivesoftware.util.JiveProperties
- getBooleanProperty(String, boolean) - Method in class org.jivesoftware.openfire.muc.spi.MUCServiceProperties
- getBooleanProperty(String, boolean) - Static method in class org.jivesoftware.util.JiveGlobals
-
Returns a boolean value Jive property.
- getBooleanProperty(String, boolean) - Method in class org.jivesoftware.util.JiveProperties
- getBooleanProperty(String, String) - Static method in class org.jivesoftware.openfire.muc.spi.MUCPersistenceManager
-
Returns a boolean value Jive property.
- getBooleanProperty(String, String, boolean) - Static method in class org.jivesoftware.openfire.muc.spi.MUCPersistenceManager
-
Returns a boolean value Jive property.
- 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
- getByte(int) - Method in class org.jivesoftware.database.CallableStatementWrapper
- getByte(String) - Method in class org.jivesoftware.database.CallableStatementWrapper
- getBytes(int) - Method in class org.jivesoftware.database.CallableStatementWrapper
- getBytes(String) - Method in class org.jivesoftware.database.CallableStatementWrapper
- getCacheCulls(Duration) - Method in class org.jivesoftware.util.cache.DefaultCache
- getCachedSize() - Method in class org.jivesoftware.openfire.entitycaps.EntityCapabilities
- getCachedSize() - Method in class org.jivesoftware.openfire.filetransfer.FileTransfer
- getCachedSize() - Method in class org.jivesoftware.openfire.filetransfer.proxy.DefaultProxyTransfer
- getCachedSize() - Method in class org.jivesoftware.openfire.group.Group
- getCachedSize() - Method in class org.jivesoftware.openfire.lockout.LockOutFlag
- getCachedSize() - Method in class org.jivesoftware.openfire.muc.HistoryStrategy.Messages
- getCachedSize() - Method in class org.jivesoftware.openfire.muc.MUCRole
- getCachedSize() - Method in class org.jivesoftware.openfire.muc.MUCRoom
- getCachedSize() - Method in class org.jivesoftware.openfire.pep.PEPService
- getCachedSize() - Method in class org.jivesoftware.openfire.privacy.PrivacyItem
- getCachedSize() - Method in class org.jivesoftware.openfire.privacy.PrivacyList
- getCachedSize() - Method in class org.jivesoftware.openfire.pubsub.CollectionNode
- getCachedSize() - Method in class org.jivesoftware.openfire.pubsub.DefaultNodeConfiguration
-
Returns the approximate size of the Object in bytes.
- getCachedSize() - Method in class org.jivesoftware.openfire.pubsub.LeafNode
- getCachedSize() - Method in class org.jivesoftware.openfire.pubsub.Node
- getCachedSize() - Method in class org.jivesoftware.openfire.pubsub.NodeAffiliate
-
Returns the approximate size of the Object in bytes.
- getCachedSize() - Method in class org.jivesoftware.openfire.roster.Roster
- getCachedSize() - Method in class org.jivesoftware.openfire.roster.RosterItem
- getCachedSize() - Method in class org.jivesoftware.openfire.server.RemoteServerConfiguration
- getCachedSize() - Method in class org.jivesoftware.openfire.spi.ClientRoute
- getCachedSize() - Method in class org.jivesoftware.openfire.user.User
- getCachedSize() - Method in interface org.jivesoftware.util.cache.Cacheable
-
Returns the approximate size of the Object in bytes.
- getCachedSize() - Method in class org.jivesoftware.util.CacheableOptional
- getCacheHits() - Method in interface org.jivesoftware.util.cache.Cache
-
Returns the number of cache hits.
- getCacheHits() - Method in class org.jivesoftware.util.cache.CacheWrapper
- getCacheHits() - Method in class org.jivesoftware.util.cache.CaffeineCache
-
Returns the number of cache hits.
- getCacheHits() - Method in class org.jivesoftware.util.cache.DefaultCache
-
Returns the number of cache hits.
- getCacheHits() - Method in class org.jivesoftware.util.cache.SerializingCache
- getCacheInfo(String) - Method in class org.jivesoftware.openfire.container.PluginCacheRegistry
- getCacheMisses() - Method in interface org.jivesoftware.util.cache.Cache
-
Returns the number of cache misses.
- getCacheMisses() - Method in class org.jivesoftware.util.cache.CacheWrapper
- getCacheMisses() - Method in class org.jivesoftware.util.cache.CaffeineCache
-
Returns the number of cache misses.
- getCacheMisses() - Method in class org.jivesoftware.util.cache.DefaultCache
-
Returns the number of cache misses.
- getCacheMisses() - Method in class org.jivesoftware.util.cache.SerializingCache
- getCacheName() - Method in class org.jivesoftware.openfire.container.CacheInfo
- getCaches() - Method in class org.jivesoftware.util.WebManager
- getCacheSizeRemark() - Method in interface org.jivesoftware.util.cache.Cache
-
An optional, human-readable remark on the current size of the cache.
- getCacheSizeRemark() - Method in class org.jivesoftware.util.cache.CacheWrapper
- getCacheSizeRemark() - Method in class org.jivesoftware.util.cache.SerializingCache
- getCacheTypeProperty(String) - Static method in class org.jivesoftware.util.cache.CacheFactory
- getCallback() - Method in class org.jivesoftware.openfire.muc.spi.FMUCHandler.OutboundJoinProgress
- getCanonicalName() - Method in class org.jivesoftware.openfire.container.PluginMetadata
- getCanonicalName(Path) - Static method in class org.jivesoftware.openfire.container.PluginMetadataHelper
-
Returns the canonical name for the plugin, derived from the plugin directory or archive file name.
- getCanonicalName(Plugin) - Method in class org.jivesoftware.openfire.container.PluginManager
-
Returns the canonical name for a loaded plugin.
- getCanonicalName(Plugin) - Static method in class org.jivesoftware.openfire.container.PluginMetadataHelper
-
Returns the canonical name for the plugin, derived from the plugin archive file name.
- getCapacityUnit() - Method in interface org.jivesoftware.util.cache.Cache
-
Defines the unit used to calculate the capacity of the cache.
- getCapacityUnit() - Method in class org.jivesoftware.util.cache.CacheWrapper
- getCapacityUnit() - Method in class org.jivesoftware.util.cache.CaffeineCache
-
Defines the unit used to calculate the capacity of the cache, which for all instances of this class is byte-size based.
- getCapacityUnit() - Method in class org.jivesoftware.util.cache.DefaultCache
-
Defines the unit used to calculate the capacity of the cache, which for all instances of this class is byte-size based.
- getCapacityUnit() - Method in class org.jivesoftware.util.cache.SerializingCache
- getCatalog() - Method in class org.jivesoftware.database.AbstractConnection
- getCategory - org.jivesoftware.openfire.session.RemoteSessionTask.Operation
- getCategory() - Method in interface org.jivesoftware.openfire.session.ComponentSession.ExternalComponent
- getCategory() - Method in class org.jivesoftware.openfire.session.LocalComponentSession.LocalExternalComponent
- getCertificateStoreManager() - Method in class org.jivesoftware.openfire.XMPPServer
-
Returns the
CertificateStoreManager
registered with this server. - getChangedSubject() - Method in class org.jivesoftware.openfire.muc.HistoryStrategy
-
Returns the message within the history of the room that has changed the room's subject.
- getChangedSubject() - Method in class org.jivesoftware.openfire.muc.MUCRoomHistory
-
Returns the message within the history of the room that has changed the room's subject.
- getChangelog() - Method in class org.jivesoftware.openfire.container.PluginMetadata
- getChangelog() - Method in class org.jivesoftware.openfire.update.Update
-
Returns the URL to the change log of the latest version of the component.
- getChangelog(Path) - Static method in class org.jivesoftware.openfire.container.PluginMetadataHelper
- getChangelog(Plugin) - Static method in class org.jivesoftware.openfire.container.PluginMetadataHelper
- getChannelHandlerFactories() - Method in class org.jivesoftware.openfire.spi.NettyConnectionAcceptor
-
Returns a copy of the collection of ChannelHandler factories that are registered with this instance.
- getCharacterStream(int) - Method in class org.jivesoftware.database.CallableStatementWrapper
- getCharacterStream(String) - Method in class org.jivesoftware.database.CallableStatementWrapper
- getChatLength() - Method in class org.jivesoftware.openfire.muc.MUCRoom
-
Returns the total length of the chat session.
- getChatRoom() - Method in class org.jivesoftware.openfire.muc.MUCRole
-
Obtain the chat room that hosts this user's role.
- getChatRoom(String) - Method in interface org.jivesoftware.openfire.muc.MultiUserChatService
-
Obtains a chatroom by name.
- getChatRoom(String) - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
- getChatRoom(String, JID) - Method in interface org.jivesoftware.openfire.muc.MultiUserChatService
-
Obtains a chatroom by name.
- getChatRoom(String, JID) - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
- getChatRoomLock(String) - Method in interface org.jivesoftware.openfire.muc.MultiUserChatService
-
Generates a mutex object that controls cluster-wide access to a MUCRoom instance that represents the room in this service identified by the provided name.
- getChatRoomLock(String) - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
- getChildElement() - Method in class org.jivesoftware.openfire.multiplex.Route
-
Returns the wrapped stanza that is being routed.
- getChildElement(Element, String) - Static method in class org.jivesoftware.openfire.filetransfer.DefaultFileTransferManager
- getChildProperties(String) - Method in class org.jivesoftware.util.XMLProperties
-
Return all values who's path matches the given property name as a String array, or an empty array if the if there are no children.
- getChildrenNames(String) - Method in class org.jivesoftware.openfire.muc.spi.MUCServiceProperties
-
Return all children property names of a parent property as a Collection of String objects.
- getChildrenNames(String) - Method in class org.jivesoftware.util.JiveProperties
-
Return all children property names of a parent property as a Collection of String objects.
- getChildrenProperties(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.
- 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.
- getCipherSuiteName - org.jivesoftware.openfire.session.RemoteSessionTask.Operation
- getCipherSuiteName() - Method in interface org.jivesoftware.openfire.Connection
-
Returns the TLS cipher suite name used by the connection of the session, if any.
- getCipherSuiteName() - Method in class org.jivesoftware.openfire.http.HttpSession.HttpVirtualConnection
- getCipherSuiteName() - Method in class org.jivesoftware.openfire.multiplex.ClientSessionConnection
- getCipherSuiteName() - Method in class org.jivesoftware.openfire.net.SocketConnection
-
Deprecated.
- getCipherSuiteName() - Method in class org.jivesoftware.openfire.nio.NettyConnection
- getCipherSuiteName() - Method in class org.jivesoftware.openfire.session.LocalSession
- getCipherSuiteName() - Method in class org.jivesoftware.openfire.session.RemoteSession
- getCipherSuiteName() - Method in interface org.jivesoftware.openfire.session.Session
-
Returns the TLS cipher suite name used by the connection of the session, if any.
- getCipherSuiteName() - Method in class org.jivesoftware.openfire.websocket.WebSocketConnection
- getClassLoader() - Method in class org.jivesoftware.openfire.container.PluginServletContext
- getClientAuth() - Method in class org.jivesoftware.openfire.spi.ConnectionConfiguration
- getClientAuth() - Method in class org.jivesoftware.openfire.spi.ConnectionListener
- getClientIdentities(X509Certificate) - Static method in class org.jivesoftware.util.CertificateManager
-
Returns the identities of the remote client as defined in the specified certificate.
- getClientInfo() - Method in class org.jivesoftware.database.AbstractConnection
- getClientInfo(String) - Method in class org.jivesoftware.database.AbstractConnection
- getClientRoute(JID) - Method in interface org.jivesoftware.openfire.RoutingTable
-
Returns the client session associated to the specified XMPP address or
null
if none was found. - getClientRoute(JID) - Method in class org.jivesoftware.openfire.spi.RoutingTableImpl
- getClientSession(byte[], JID) - Method in interface org.jivesoftware.openfire.session.RemoteSessionLocator
-
Returns a session surrogate of a client session hosted by a remote cluster node.
- getClientSession(byte[], JID) - Method in class org.jivesoftware.openfire.session.RemoteSessionLocatorImpl
- getClientSession(String, StreamID) - Method in class org.jivesoftware.openfire.multiplex.ConnectionMultiplexerManager
-
Returns the ClientSession with the specified stream ID that is being hosted by the specified connection manager.
- getClientsRoutes(boolean) - Method in interface org.jivesoftware.openfire.RoutingTable
-
Returns collection of client sessions authenticated with the server.
- getClientsRoutes(boolean) - Method in class org.jivesoftware.openfire.spi.RoutingTableImpl
- getClob(int) - Method in class org.jivesoftware.database.CallableStatementWrapper
- getClob(String) - Method in class org.jivesoftware.database.CallableStatementWrapper
- GetClusteredVersions - Class in org.jivesoftware.openfire.cluster
- GetClusteredVersions() - Constructor for class org.jivesoftware.openfire.cluster.GetClusteredVersions
- getClusterMemberID() - Static method in class org.jivesoftware.util.cache.CacheFactory
-
Returns a byte[] that uniquely identifies this member within the cluster or
null
when not in a cluster. - getClusterMemberID() - Method in interface org.jivesoftware.util.cache.CacheFactoryStrategy
-
Returns a byte[] that uniquely identifies this member within the cluster or
null
when not in a cluster. - getClusterMemberID() - Method in class org.jivesoftware.util.cache.DefaultLocalCacheStrategy
- getClusterNodeInfo(byte[]) - Static method in class org.jivesoftware.util.cache.CacheFactory
-
Returns the node info for the given cluster node
- getClusterNodeInfo(byte[]) - Method in interface org.jivesoftware.util.cache.CacheFactoryStrategy
-
Returns the node info for the given cluster node
- getClusterNodeInfo(byte[]) - Method in class org.jivesoftware.util.cache.DefaultLocalCacheStrategy
- getClusterNodesInfo() - Static method in class org.jivesoftware.util.cache.CacheFactory
-
Returns basic information about the current members of the cluster or an empty collection if not running in a cluster.
- getClusterNodesInfo() - Method in interface org.jivesoftware.util.cache.CacheFactoryStrategy
-
Returns basic information about the current members of the cluster or an empty collection if not running in a cluster.
- getClusterNodesInfo() - Method in class org.jivesoftware.util.cache.DefaultLocalCacheStrategy
- getClusterTime() - Static method in class org.jivesoftware.util.cache.CacheFactory
-
Gets the pseudo-synchronized time from the cluster.
- getClusterTime() - Method in interface org.jivesoftware.util.cache.CacheFactoryStrategy
-
Gets the pseudo-synchronized time from the cluster.
- getClusterTime() - Method in class org.jivesoftware.util.cache.DefaultLocalCacheStrategy
- getCode() - Method in class org.jivesoftware.openfire.audit.AuditEvent
-
Obtain the primary type of event.
- getCode() - Method in class org.jivesoftware.openfire.commands.AdHocCommand
-
Returns the unique identifier for this command for the containing JID.
- getCode() - Method in class org.jivesoftware.openfire.commands.admin.EditAdminList
- getCode() - Method in class org.jivesoftware.openfire.commands.admin.EditAllowedList
- getCode() - Method in class org.jivesoftware.openfire.commands.admin.EditBlockedList
- getCode() - Method in class org.jivesoftware.openfire.commands.admin.GetAdminConsoleInfo
- getCode() - Method in class org.jivesoftware.openfire.commands.admin.GetListActiveUsers
- getCode() - Method in class org.jivesoftware.openfire.commands.admin.GetListDisabledUsers
- getCode() - Method in class org.jivesoftware.openfire.commands.admin.GetListIdleUsers
- getCode() - Method in class org.jivesoftware.openfire.commands.admin.GetListOnlineUsers
- getCode() - Method in class org.jivesoftware.openfire.commands.admin.GetListRegisteredUsers
- getCode() - Method in class org.jivesoftware.openfire.commands.admin.GetNumberActiveUsers
- getCode() - Method in class org.jivesoftware.openfire.commands.admin.GetNumberDisabledUsers
- getCode() - Method in class org.jivesoftware.openfire.commands.admin.GetNumberIdleUsers
- getCode() - Method in class org.jivesoftware.openfire.commands.admin.GetNumberOnlineUsers
- getCode() - Method in class org.jivesoftware.openfire.commands.admin.GetNumberRegisteredUsers
- getCode() - Method in class org.jivesoftware.openfire.commands.admin.GetNumberUserSessions
- getCode() - Method in class org.jivesoftware.openfire.commands.admin.GetServerStats
- getCode() - Method in class org.jivesoftware.openfire.commands.admin.GetUsersPresence
- getCode() - Method in class org.jivesoftware.openfire.commands.admin.group.AddGroup
- getCode() - Method in class org.jivesoftware.openfire.commands.admin.group.AddGroupUsers
- getCode() - Method in class org.jivesoftware.openfire.commands.admin.group.DeleteGroup
- getCode() - Method in class org.jivesoftware.openfire.commands.admin.group.DeleteGroupUsers
- getCode() - Method in class org.jivesoftware.openfire.commands.admin.group.GetListGroups
- getCode() - Method in class org.jivesoftware.openfire.commands.admin.group.GetListGroupUsers
- getCode() - Method in class org.jivesoftware.openfire.commands.admin.group.UpdateGroup
- getCode() - Method in class org.jivesoftware.openfire.commands.admin.HttpBindStatus
- getCode() - Method in class org.jivesoftware.openfire.commands.admin.muc.CreateMUCRoom
- getCode() - Method in class org.jivesoftware.openfire.commands.admin.PacketsNotification
- getCode() - Method in class org.jivesoftware.openfire.commands.admin.SendAnnouncementToOnlineUsers
- getCode() - Method in class org.jivesoftware.openfire.commands.admin.user.AddUser
- getCode() - Method in class org.jivesoftware.openfire.commands.admin.user.AuthenticateUser
- getCode() - Method in class org.jivesoftware.openfire.commands.admin.user.ChangeUserPassword
- getCode() - Method in class org.jivesoftware.openfire.commands.admin.user.DeleteUser
- getCode() - Method in class org.jivesoftware.openfire.commands.admin.user.DisableUser
- getCode() - Method in class org.jivesoftware.openfire.commands.admin.user.EndUserSession
- getCode() - Method in class org.jivesoftware.openfire.commands.admin.user.GetUserRoster
- getCode() - Method in class org.jivesoftware.openfire.commands.admin.user.ReEnableUser
- getCode() - Method in class org.jivesoftware.openfire.commands.admin.user.UserProperties
- getCode() - Method in class org.jivesoftware.openfire.commands.event.GroupAdminAdded
- getCode() - Method in class org.jivesoftware.openfire.commands.event.GroupAdminRemoved
- getCode() - Method in class org.jivesoftware.openfire.commands.event.GroupCreated
- getCode() - Method in class org.jivesoftware.openfire.commands.event.GroupDeleting
- getCode() - Method in class org.jivesoftware.openfire.commands.event.GroupMemberAdded
- getCode() - Method in class org.jivesoftware.openfire.commands.event.GroupMemberRemoved
- getCode() - Method in class org.jivesoftware.openfire.commands.event.GroupModified
- getCode() - Method in class org.jivesoftware.openfire.commands.event.UserCreated
- getCode() - Method in class org.jivesoftware.openfire.commands.event.UserDeleting
- getCode() - Method in class org.jivesoftware.openfire.commands.event.UserModified
- getCode() - Method in class org.jivesoftware.openfire.commands.event.VCardCreated
- getCode() - Method in class org.jivesoftware.openfire.commands.event.VCardDeleting
- getCode() - Method in class org.jivesoftware.openfire.commands.event.VCardModified
- getCode() - Method in class org.jivesoftware.openfire.commands.generic.Ping
- getCode() - Method in class org.jivesoftware.openfire.pubsub.PendingSubscriptionsCommand
- getCommand(String) - Method in class org.jivesoftware.openfire.commands.AdHocCommandManager
-
Returns the command whose code matches the specified code or
null
if none was found. - getCommands() - Method in class org.jivesoftware.openfire.commands.AdHocCommandManager
-
Returns a list with the available commands in this command manager.
- getCompletedTaskCount() - Method in class org.jivesoftware.openfire.mbean.ThreadPoolExecutorDelegate
-
Returns the approximate total number of tasks that have completed execution.
- getCompletedTaskCount() - Method in interface org.jivesoftware.openfire.mbean.ThreadPoolExecutorDelegateMBean
-
Returns the approximate total number of tasks that have completed execution.
- getComponentName() - Method in class org.jivesoftware.openfire.update.Update
-
Returns the name of the component that is outdated.
- getComponentsDomains() - Method in interface org.jivesoftware.openfire.RoutingTable
-
Returns domains of components hosted by the server.
- getComponentsDomains() - Method in class org.jivesoftware.openfire.spi.RoutingTableImpl
- getComponentSession(byte[], JID) - Method in interface org.jivesoftware.openfire.session.RemoteSessionLocator
-
Returns a session surrogate of a component session hosted by a remote cluster node.
- getComponentSession(byte[], JID) - Method in class org.jivesoftware.openfire.session.RemoteSessionLocatorImpl
- getComponentSession(String) - Method in class org.jivesoftware.openfire.SessionManager
-
Returns the session of the component whose domain matches the specified domain.
- getComponentSessions() - Method in class org.jivesoftware.openfire.SessionManager
-
Returns a collection with the established sessions from external components.
- getCompressionPolicy() - Method in class org.jivesoftware.openfire.spi.ConnectionConfiguration
- getCompressionPolicy() - Method in class org.jivesoftware.openfire.spi.ConnectionListener
-
Returns whether compression is optional or disabled for new connections.
- getCondition() - Method in enum org.jivesoftware.openfire.http.BoshBindingError
-
Returns the condition that caused the binding error.
- getConfiguration() - Method in interface org.jivesoftware.openfire.Connection
-
Returns a representation of the desired state for this connection.
- getConfiguration() - Method in class org.jivesoftware.openfire.http.HttpSession.HttpVirtualConnection
- getConfiguration() - Method in class org.jivesoftware.openfire.keystore.CertificateStore
- getConfiguration() - Method in class org.jivesoftware.openfire.muc.spi.FMUCHandler.OutboundJoin
- getConfiguration() - Method in class org.jivesoftware.openfire.multiplex.ClientSessionConnection
- getConfiguration() - Method in class org.jivesoftware.openfire.net.SocketConnection
-
Deprecated.
- getConfiguration() - Method in class org.jivesoftware.openfire.nio.NettyConnection
- getConfiguration() - Method in class org.jivesoftware.openfire.websocket.WebSocketConnection
- getConfiguration(String) - Static method in class org.jivesoftware.openfire.server.RemoteServerManager
-
Returns the configuration for a remote server or
null
if none was found. - getConfigurationForm(Locale) - Method in class org.jivesoftware.openfire.pubsub.DefaultNodeConfiguration
- getConfigurationForm(Locale) - Method in class org.jivesoftware.openfire.pubsub.Node
-
Returns a data form used by the owner to edit the node configuration.
- getConfigurationForm(Locale) - Method in class org.jivesoftware.openfire.pubsub.NodeSubscription
-
Returns a data form with the subscription configuration.
- getConflictKickLimit() - Method in class org.jivesoftware.openfire.SessionManager
- getConnection() - Method in class org.jivesoftware.database.CallableStatementWrapper
- 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.database.StatementWrapper
- getConnection() - Method in class org.jivesoftware.openfire.session.LocalComponentSession
-
Returns the connection associated with this Session.
- getConnection() - Method in class org.jivesoftware.openfire.session.LocalConnectionMultiplexerSession
-
Returns the connection associated with this Session.
- getConnection() - Method in class org.jivesoftware.openfire.session.LocalServerSession
-
Returns the connection associated with this Session.
- getConnection() - Method in class org.jivesoftware.openfire.session.LocalSession
-
Returns the connection associated with this Session.
- getConnectionAcceptor() - Method in class org.jivesoftware.openfire.spi.ConnectionListener
- getConnectionAcceptor(ConnectionType, boolean) - Method in class org.jivesoftware.openfire.spi.ConnectionManagerImpl
-
Returns the connection acceptor for a particular connection type and configuration.
- getConnectionManager() - Method in class org.jivesoftware.openfire.XMPPServer
-
Returns the
ConnectionManager
registered with this server. - getConnectionMultiplexerSession(byte[], JID) - Method in interface org.jivesoftware.openfire.session.RemoteSessionLocator
-
Returns a session surrogate of a Connection Multiplexer session hosted by a remote cluster node.
- getConnectionMultiplexerSession(byte[], JID) - Method in class org.jivesoftware.openfire.session.RemoteSessionLocatorImpl
- getConnectionMultiplexerSession(JID) - Method in class org.jivesoftware.openfire.SessionManager
-
Returns the session originated from the specified address or
null
if none was found. - getConnectionMultiplexerSessions() - Method in class org.jivesoftware.openfire.SessionManager
-
Returns all sessions originated from connection managers.
- getConnectionMultiplexerSessions(String) - Method in class org.jivesoftware.openfire.SessionManager
-
Returns a collection with all the sessions originated from the connection manager whose domain matches the specified domain.
- getConnectionProvider() - Static method in class org.jivesoftware.database.DbConnectionManager
-
Returns the current connection provider.
- getConnectionsCount(boolean) - Method in class org.jivesoftware.openfire.SessionManager
-
Returns number of client sessions that are connected to the server.
- getConnectionsServed() - Method in class org.jivesoftware.database.DefaultConnectionProvider
- getConnectionTimeout() - Method in class org.jivesoftware.database.DefaultConnectionProvider
-
Returns the amount of time between connection recycles in days.
- getContacts() - Method in class org.jivesoftware.openfire.pubsub.Node
-
Returns the JIDs of those to contact with questions.
- getContainer() - Method in class org.jivesoftware.openfire.JMXManager
- getContext() - Method in class org.jivesoftware.openfire.ldap.LdapManager
-
Returns a DirContext for the LDAP server that can be used to perform lookups and searches using the default base DN.
- getContext(String) - Method in class org.jivesoftware.openfire.container.PluginServletContext
- getContext(LdapName) - Method in class org.jivesoftware.openfire.ldap.LdapManager
-
Returns a DirContext for the LDAP server that can be used to perform lookups and searches using the specified base DN.
- getContextPath() - Method in class org.jivesoftware.openfire.container.PluginServletContext
- getContexts() - Method in class org.jivesoftware.openfire.container.AdminConsolePlugin
-
Returns the collection of Jetty contexts used in the admin console.
- getCookie(HttpServletRequest, String) - Static method in class org.jivesoftware.util.CookieUtils
-
Returns the specified cookie, or
null
if the cookie does not exist. - getCorePoolSize() - Method in class org.jivesoftware.openfire.mbean.ThreadPoolExecutorDelegate
-
Returns the core number of threads.
- getCorePoolSize() - Method in interface org.jivesoftware.openfire.mbean.ThreadPoolExecutorDelegateMBean
-
Returns the core number of threads.
- getCount(String) - Method in class org.jivesoftware.openfire.OfflineMessageStore
-
Returns the number of XML messages stored for a particular user.
- getCreationDate - org.jivesoftware.openfire.session.RemoteSessionTask.Operation
- getCreationDate() - Method in class org.jivesoftware.openfire.muc.MUCRoom
-
Returns the date when the room was created.
- getCreationDate() - Method in class org.jivesoftware.openfire.OfflineMessage
-
Returns the date when the offline message was stored in the database.
- getCreationDate() - Method in class org.jivesoftware.openfire.pubsub.Node
-
Returns the datetime when the node was created.
- getCreationDate() - Method in class org.jivesoftware.openfire.pubsub.PublishedItem
-
Returns the datetime when the items was published.
- getCreationDate() - Method in class org.jivesoftware.openfire.session.LocalSession
-
Obtain the date the session was created.
- getCreationDate() - Method in class org.jivesoftware.openfire.session.RemoteSession
- getCreationDate() - Method in interface org.jivesoftware.openfire.session.Session
-
Obtain the date the session was created.
- getCreationDate() - Method in class org.jivesoftware.openfire.user.User
- getCreationInstant() - Method in class org.jivesoftware.openfire.commands.SessionData
- getCreationStamp() - Method in class org.jivesoftware.openfire.commands.SessionData
-
Deprecated.
- getCreator() - Method in class org.jivesoftware.openfire.mediaproxy.MediaProxySession
-
Get the agent creator.
- getCreator() - Method in class org.jivesoftware.openfire.pubsub.Node
-
Returns the JID of the node creator.
- getCrowdServerUrl() - Method in class org.jivesoftware.openfire.crowd.CrowdProperties
- getCrowdUser(String) - Method in class org.jivesoftware.openfire.crowd.CrowdUserProvider
- getCsiManager() - Method in class org.jivesoftware.openfire.session.LocalClientSession
-
Returns the Client State Indication manager for this session.
- getCss() - Method in class org.jivesoftware.admin.SidebarTag
-
Returns the value of the CSS class to be used for tab decoration.
- getCss() - Method in class org.jivesoftware.admin.SubnavTag
-
Returns the value of the CSS class to be used for tab decoration.
- getCss() - Method in class org.jivesoftware.admin.TabsTag
-
Returns the value of the CSS class to be used for tab decoration.
- getCurrentcss() - Method in class org.jivesoftware.admin.SidebarTag
-
Returns the value of the CSS class to be used for the currently selected LI (tab).
- getCurrentcss() - Method in class org.jivesoftware.admin.SubnavTag
-
Returns the value of the CSS class to be used for the currently selected LI (tab).
- getCurrentcss() - Method in class org.jivesoftware.admin.TabsTag
-
Returns the value of the CSS class to be used for the currently selected LI (tab).
- getCurrentPage() - Method in class org.jivesoftware.util.WebManager
- getCurrentPageNumber() - Method in class org.jivesoftware.util.ListPager
- getData() - Method in class org.jivesoftware.openfire.audit.AuditEvent
-
Obtain the data associated with the event.
- getData() - Method in class org.jivesoftware.openfire.commands.SessionData
-
Returns a Map with all the variables and values obtained during all the command stages.
- getDatabaseKey(Path) - Static method in class org.jivesoftware.openfire.container.PluginMetadataHelper
-
Returns the database schema key of a plugin, if it exists.
- getDatabaseKey(Plugin) - Method in class org.jivesoftware.openfire.container.PluginManager
-
Deprecated.
- getDatabaseKey(Plugin) - Static method in class org.jivesoftware.openfire.container.PluginMetadataHelper
-
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(Path) - Static method in class org.jivesoftware.openfire.container.PluginMetadataHelper
-
Returns the database schema version of a plugin, if it exists.
- getDatabaseVersion(Plugin) - Method in class org.jivesoftware.openfire.container.PluginManager
-
Deprecated.
- getDatabaseVersion(Plugin) - Static method in class org.jivesoftware.openfire.container.PluginMetadataHelper
-
Returns the database schema version of a plugin, if it exists.
- getDataformXSLT() - Method in class org.jivesoftware.openfire.pubsub.Node
-
Returns the URL of an XSL transformation which can be applied to the payload format in order to generate a valid Data Forms result that the client could display using a generic Data Forms rendering engine.
- getDate(int) - Method in class org.jivesoftware.database.CallableStatementWrapper
- getDate(int, Calendar) - Method in class org.jivesoftware.database.CallableStatementWrapper
- getDate(String) - Method in class org.jivesoftware.database.CallableStatementWrapper
- getDate(String, Calendar) - Method in class org.jivesoftware.database.CallableStatementWrapper
- 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
- getDbValue() - Method in enum org.jivesoftware.openfire.group.SharedGroupVisibility
- getDefault() - Static method in class org.jivesoftware.util.SimpleSSLSocketFactory
- getDefaultCipherSuites() - Static method in class org.jivesoftware.openfire.spi.EncryptionArtifactFactory
-
Returns the names of all encryption cipher suites that are enabled by default.
- getDefaultCipherSuites() - Method in class org.jivesoftware.util.SimpleSSLSocketFactory
- getDefaultClientAuth() - Method in class org.jivesoftware.openfire.spi.ConnectionListener
- getDefaultDisplayValue() - Method in class org.jivesoftware.admin.servlet.SystemPropertiesServlet.CompoundProperty
- getDefaultDisplayValue() - Method in class org.jivesoftware.util.SystemProperty
- getDefaultEventIndex() - Method in class org.jivesoftware.util.JiveBeanInfo
- getDefaultIdentity() - Method in class org.jivesoftware.openfire.session.LocalIncomingServerSession
- getDefaultLabel() - Method in class org.jivesoftware.openfire.commands.AdHocCommand
-
Returns the default label used for describing this command.
- getDefaultLabel() - Method in class org.jivesoftware.openfire.commands.admin.EditAdminList
- getDefaultLabel() - Method in class org.jivesoftware.openfire.commands.admin.EditAllowedList
- getDefaultLabel() - Method in class org.jivesoftware.openfire.commands.admin.EditBlockedList
- getDefaultLabel() - Method in class org.jivesoftware.openfire.commands.admin.GetAdminConsoleInfo
- getDefaultLabel() - Method in class org.jivesoftware.openfire.commands.admin.GetListActiveUsers
- getDefaultLabel() - Method in class org.jivesoftware.openfire.commands.admin.GetListDisabledUsers
- getDefaultLabel() - Method in class org.jivesoftware.openfire.commands.admin.GetListIdleUsers
- getDefaultLabel() - Method in class org.jivesoftware.openfire.commands.admin.GetListOnlineUsers
- getDefaultLabel() - Method in class org.jivesoftware.openfire.commands.admin.GetListRegisteredUsers
- getDefaultLabel() - Method in class org.jivesoftware.openfire.commands.admin.GetNumberActiveUsers
- getDefaultLabel() - Method in class org.jivesoftware.openfire.commands.admin.GetNumberDisabledUsers
- getDefaultLabel() - Method in class org.jivesoftware.openfire.commands.admin.GetNumberIdleUsers
- getDefaultLabel() - Method in class org.jivesoftware.openfire.commands.admin.GetNumberOnlineUsers
- getDefaultLabel() - Method in class org.jivesoftware.openfire.commands.admin.GetNumberRegisteredUsers
- getDefaultLabel() - Method in class org.jivesoftware.openfire.commands.admin.GetNumberUserSessions
- getDefaultLabel() - Method in class org.jivesoftware.openfire.commands.admin.GetServerStats
- getDefaultLabel() - Method in class org.jivesoftware.openfire.commands.admin.GetUsersPresence
- getDefaultLabel() - Method in class org.jivesoftware.openfire.commands.admin.group.AddGroup
- getDefaultLabel() - Method in class org.jivesoftware.openfire.commands.admin.group.AddGroupUsers
- getDefaultLabel() - Method in class org.jivesoftware.openfire.commands.admin.group.DeleteGroup
- getDefaultLabel() - Method in class org.jivesoftware.openfire.commands.admin.group.DeleteGroupUsers
- getDefaultLabel() - Method in class org.jivesoftware.openfire.commands.admin.group.GetListGroups
- getDefaultLabel() - Method in class org.jivesoftware.openfire.commands.admin.group.GetListGroupUsers
- getDefaultLabel() - Method in class org.jivesoftware.openfire.commands.admin.group.UpdateGroup
- getDefaultLabel() - Method in class org.jivesoftware.openfire.commands.admin.HttpBindStatus
- getDefaultLabel() - Method in class org.jivesoftware.openfire.commands.admin.muc.CreateMUCRoom
- getDefaultLabel() - Method in class org.jivesoftware.openfire.commands.admin.PacketsNotification
- getDefaultLabel() - Method in class org.jivesoftware.openfire.commands.admin.SendAnnouncementToOnlineUsers
- getDefaultLabel() - Method in class org.jivesoftware.openfire.commands.admin.user.AddUser
- getDefaultLabel() - Method in class org.jivesoftware.openfire.commands.admin.user.AuthenticateUser
- getDefaultLabel() - Method in class org.jivesoftware.openfire.commands.admin.user.ChangeUserPassword
- getDefaultLabel() - Method in class org.jivesoftware.openfire.commands.admin.user.DeleteUser
- getDefaultLabel() - Method in class org.jivesoftware.openfire.commands.admin.user.DisableUser
- getDefaultLabel() - Method in class org.jivesoftware.openfire.commands.admin.user.EndUserSession
- getDefaultLabel() - Method in class org.jivesoftware.openfire.commands.admin.user.GetUserRoster
- getDefaultLabel() - Method in class org.jivesoftware.openfire.commands.admin.user.ReEnableUser
- getDefaultLabel() - Method in class org.jivesoftware.openfire.commands.admin.user.UserProperties
- getDefaultLabel() - Method in class org.jivesoftware.openfire.commands.event.GroupAdminAdded
- getDefaultLabel() - Method in class org.jivesoftware.openfire.commands.event.GroupAdminRemoved
- getDefaultLabel() - Method in class org.jivesoftware.openfire.commands.event.GroupCreated
- getDefaultLabel() - Method in class org.jivesoftware.openfire.commands.event.GroupDeleting
- getDefaultLabel() - Method in class org.jivesoftware.openfire.commands.event.GroupMemberAdded
- getDefaultLabel() - Method in class org.jivesoftware.openfire.commands.event.GroupMemberRemoved
- getDefaultLabel() - Method in class org.jivesoftware.openfire.commands.event.GroupModified
- getDefaultLabel() - Method in class org.jivesoftware.openfire.commands.event.UserCreated
- getDefaultLabel() - Method in class org.jivesoftware.openfire.commands.event.UserDeleting
- getDefaultLabel() - Method in class org.jivesoftware.openfire.commands.event.UserModified
- getDefaultLabel() - Method in class org.jivesoftware.openfire.commands.event.VCardCreated
- getDefaultLabel() - Method in class org.jivesoftware.openfire.commands.event.VCardDeleting
- getDefaultLabel() - Method in class org.jivesoftware.openfire.commands.event.VCardModified
- getDefaultLabel() - Method in class org.jivesoftware.openfire.commands.generic.Ping
- getDefaultLabel() - Method in class org.jivesoftware.openfire.pubsub.PendingSubscriptionsCommand
- getDefaultList() - Method in interface org.jivesoftware.openfire.session.ClientSession
-
Returns the default Privacy list used for the session's user.
- getDefaultList() - Method in class org.jivesoftware.openfire.session.ClientSessionInfo
- getDefaultList() - Method in class org.jivesoftware.openfire.session.LocalClientSession
-
Returns the default Privacy list used for the session's user.
- getDefaultList() - Method in class org.jivesoftware.openfire.session.RemoteClientSession
- getDefaultNodeConfiguration(boolean) - Method in class org.jivesoftware.openfire.pep.PEPService
- getDefaultNodeConfiguration(boolean) - Method in class org.jivesoftware.openfire.pubsub.PubSubModule
- getDefaultNodeConfiguration(boolean) - Method in interface org.jivesoftware.openfire.pubsub.PubSubService
-
Returns the default node configuration for the specified node type or
null
if the specified node type is not supported by the service. - getDefaultNodeID() - Method in class org.jivesoftware.openfire.XMPPServer
-
Returns the default node ID used by this server before clustering is initialized.
- getDefaultPrivacyList(String) - Method in class org.jivesoftware.openfire.privacy.PrivacyListManager
-
Returns the default privacy list of the specified user or
null
if none was found. - getDefaultPropertyIndex() - Method in class org.jivesoftware.util.JiveBeanInfo
- getDefaultProtocols() - Static method in class org.jivesoftware.openfire.spi.EncryptionArtifactFactory
-
Returns the names of all encryption protocols that are enabled by default.
- getDefaultSecret() - Static method in class org.jivesoftware.openfire.component.ExternalComponentManager
-
Returns the default secret key to use for those external components that don't have an individual configuration.
- getDefaultSecret() - Static method in class org.jivesoftware.openfire.multiplex.ConnectionMultiplexerManager
-
Returns the default secret key that connection managers should present while trying to establish a new connection.
- getDefaultSessionTrackingModes() - Method in class org.jivesoftware.openfire.container.PluginServletContext
- getDefaultValue() - Method in class org.jivesoftware.admin.servlet.SystemPropertiesServlet.Search
- getDefaultValue() - Method in class org.jivesoftware.util.SystemProperty
- getDelayQueueSize() - Method in class org.jivesoftware.openfire.csi.CsiManager
-
Returns the number of stanzas that are currently in the delay queue.
- getDepth() - Method in class org.jivesoftware.openfire.pubsub.NodeSubscription
-
Returns 1 when the subscriber wants to receive notifications only from first-level children of the collection.
- getDescription - org.jivesoftware.openfire.session.RemoteSessionTask.Operation
- getDescription() - Method in class org.jivesoftware.admin.LdapGroupTester.Group
- getDescription() - Method in class org.jivesoftware.admin.servlet.SystemPropertiesServlet.CompoundProperty
- getDescription() - Method in class org.jivesoftware.admin.servlet.SystemPropertiesServlet.Search
- getDescription() - Method in class org.jivesoftware.openfire.container.PluginMetadata
- getDescription() - Method in class org.jivesoftware.openfire.group.Group
-
Returns the description of the group.
- getDescription() - Method in class org.jivesoftware.openfire.muc.MUCRoom
-
Returns a description set by the room's owners about the room.
- getDescription() - Method in class org.jivesoftware.openfire.muc.spi.MUCRoomSearchInfo
- getDescription() - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
- getDescription() - Method in class org.jivesoftware.openfire.pubsub.Node
-
Returns the description of the node.
- getDescription() - Method in class org.jivesoftware.openfire.session.LocalComponentSession.LocalExternalComponent
- getDescription() - Method in class org.jivesoftware.openfire.stats.i18nStatistic
- getDescription() - Method in interface org.jivesoftware.openfire.stats.Statistic
-
Returns a description of the stat.
- getDescription() - Method in class org.jivesoftware.util.SystemProperty
- getDescription(Path) - Static method in class org.jivesoftware.openfire.container.PluginMetadataHelper
-
Returns the description of a plugin.
- getDescription(Plugin) - Method in class org.jivesoftware.openfire.container.PluginManager
-
Deprecated.
- getDescription(Plugin) - Static method in class org.jivesoftware.openfire.container.PluginMetadataHelper
-
Returns the description of a plugin.
- getDescriptiveMessage(Throwable) - Static method in class org.jivesoftware.util.SmsService
-
Checks if an exception in the chain of the provided throwable contains a 'command status' that can be translated in a somewhat more helpful error message.
- getDetails() - Method in class org.jivesoftware.openfire.security.SecurityAuditEvent
-
Retrieves detailed information about what occurred in the event.
- getDigestFrequency() - Method in class org.jivesoftware.openfire.pubsub.NodeSubscription
-
Returns the minimum number of milliseconds between sending any two notification digests.
- getDisabledStatus(String) - Method in class org.jivesoftware.openfire.lockout.DefaultLockOutProvider
-
Default provider retrieves disabled status from ofUserFlag table.
- getDisabledStatus(String) - Method in class org.jivesoftware.openfire.lockout.LockOutManager
-
Returns a LockOutFlag for a given username, which contains information about the time period that the specified account is going to be disabled.
- getDisabledStatus(String) - Method in interface org.jivesoftware.openfire.lockout.LockOutProvider
-
Returns a LockOutFlag for a given username, which contains information about the time period that the specified account is going to be disabled or null if user can log in just fine.
- getDiscoInfoProvider() - Method in class org.jivesoftware.openfire.disco.DiscoServerItem
-
Returns the DiscoInfoProvider responsible for providing the information related to this item.
- getDiscoItemsProvider() - Method in class org.jivesoftware.openfire.disco.DiscoServerItem
-
Returns the DiscoItemsProvider responsible for providing the items related to this item.
- getDispatchHandler() - Method in class org.dom4j.io.XMPPPacketReader
- getDisplayFormat() - Method in class org.jivesoftware.admin.LdapUserTester.PropertyMapping
- getDisplayValue() - Method in class org.jivesoftware.admin.servlet.SystemPropertiesServlet.CompoundProperty
- getDisplayValue() - Method in class org.jivesoftware.util.SystemProperty
- getDnsOverride() - Static method in class org.jivesoftware.openfire.net.DNSUtil
-
Returns the internal DNS that allows to specify target IP addresses and ports to use for domains.
- getDocument() - Method in class org.jivesoftware.openfire.http.HttpBindBody
- getDocumentFactory() - Method in class org.dom4j.io.XMPPPacketReader
- getDomain() - Method in class org.jivesoftware.openfire.server.RemoteServerConfiguration
- getDomainPair() - Method in class org.jivesoftware.openfire.nio.NettyOutboundConnectionHandler
- getDouble(int) - Method in class org.jivesoftware.database.CallableStatementWrapper
- getDouble(String) - Method in class org.jivesoftware.database.CallableStatementWrapper
- getDoubleParameter(HttpServletRequest, String, double) - Static method in class org.jivesoftware.util.ParamUtils
-
Returns a parameter as a double.
- getDoubleProperty(String, double) - Static method in class org.jivesoftware.util.JiveGlobals
-
Returns a double value Jive property.
- getDownloadURL() - Method in class org.jivesoftware.openfire.update.AvailablePlugin
-
URL from where the latest version of the plugin can be downloaded.
- getDriver() - Method in class org.jivesoftware.database.DefaultConnectionProvider
-
Returns the JDBC driver classname used to make database connections.
- getDynamic() - Method in class org.jivesoftware.admin.servlet.SystemPropertiesServlet.Search
- getEchoPort() - Method in class org.jivesoftware.openfire.mediaproxy.MediaProxyService
-
Get the Port used to the UDP Echo Test
- getEffectiveMajorVersion() - Method in class org.jivesoftware.openfire.container.PluginServletContext
- getEffectiveMinorVersion() - Method in class org.jivesoftware.openfire.container.PluginServletContext
- getEffectiveSessionTrackingModes() - Method in class org.jivesoftware.openfire.container.PluginServletContext
- getElapsedTime(long) - Static method in class org.jivesoftware.util.StringUtils
-
Returns a textual representation for the time that has elapsed.
- getElement() - Method in class org.jivesoftware.openfire.archive.ArchiveCandidate
- getElement() - Method in class org.jivesoftware.openfire.disco.DiscoItem
-
Returns a dom4j element that represents this DiscoItem object.
- getElement(long, TimeUnit) - Method in class org.jivesoftware.openfire.server.OutgoingServerSocketReader
-
Retrieves and removes the first received element that was stored in the queue, waiting if necessary up to the specified wait time if no elements are present on this queue.
- getElemnetByID(String) - Static method in class org.jivesoftware.admin.AdminConsole
-
Convenience method to select an element from the model by its ID.
- getEmail() - Method in class org.jivesoftware.admin.LdapUserProfile
- getEmail() - Method in class org.jivesoftware.openfire.user.User
-
Returns the email address of the user or
null
if none is defined. - getEmailField() - Method in class org.jivesoftware.openfire.ldap.LdapManager
-
Returns the LDAP field name that the user's email address is stored in.
- getEmptyDate() - Method in class org.jivesoftware.openfire.muc.MUCRoom
-
Returns the date when the last occupant left the room.
- getEnabledMechanisms() - Static method in class org.jivesoftware.openfire.net.SASLAuthentication
-
Returns a collection of SASL mechanism names that forms the source pool from which the mechanisms that are eventually being offered to peers are obtained.
- getEncryptionCipherSuites() - Method in class org.jivesoftware.openfire.spi.ConnectionConfiguration
-
A collection of cipher suite names that can be used for encryption of connections.
- getEncryptionCipherSuites() - Method in class org.jivesoftware.openfire.spi.ConnectionListener
-
A collection of cipher suite names that can be used for encryption of connections.
- getEncryptionCipherSuitesCommaSeparated() - Method in class org.jivesoftware.openfire.spi.ConnectionListener
- getEncryptionProtocols() - Method in class org.jivesoftware.openfire.spi.ConnectionConfiguration
-
A collection of protocol names that can be used for encryption of connections.
- getEncryptionProtocols() - Method in class org.jivesoftware.openfire.spi.ConnectionListener
-
A collection of protocol names that can be used for encryption of connections.
- getEncryptionProtocolsCommaSeparated() - Method in class org.jivesoftware.openfire.spi.ConnectionListener
- getEndEntityCertificate(Certificate[]) - Method in class org.jivesoftware.openfire.keystore.TrustStore
-
Decide whether or not to trust the given supplied certificate chain, returning the End Entity Certificate in this case where it can, and null otherwise.
- getEndTime() - Method in class org.jivesoftware.openfire.lockout.LockOutFlag
-
Retrieves the date/time at which the account this flag references will stop having a disabled status.
- getEntityCapabilities(JID) - Method in class org.jivesoftware.openfire.entitycaps.EntityCapabilitiesManager
-
Returns the entity capabilities for a specific JID.
- getEntityCapabilitiesManager() - Method in class org.jivesoftware.openfire.XMPPServer
-
Returns the
EntityCapabilitiesManager
registered with this server. - getEnumProperty(String, Class<E>, E) - Static method in class org.jivesoftware.util.JiveGlobals
-
Returns an enum constant Jive property.
- getError() - Method in exception org.jivesoftware.openfire.server.ServerDialbackErrorException
- getErrorCode() - Method in exception org.jivesoftware.util.HTTPConnectionException
- getErrorType() - Method in enum org.jivesoftware.openfire.http.BoshBindingError
- getEvent(Integer) - Method in class org.jivesoftware.openfire.security.DefaultSecurityAuditProvider
-
The default provider retrieves events from a ofSecurityAuditLog table in the database.
- getEvent(Integer) - Method in class org.jivesoftware.openfire.security.SecurityAuditManager
-
Retrieves a specific event by ID in the form of a SecurityAuditEvent.
- getEvent(Integer) - Method in interface org.jivesoftware.openfire.security.SecurityAuditProvider
-
Retrieves a specific event by ID.
- getEventCount() - Method in class org.jivesoftware.openfire.security.DefaultSecurityAuditProvider
-
The default provider counts the number of entries in the ofSecurityAuditLog table.
- getEventCount() - Method in interface org.jivesoftware.openfire.security.SecurityAuditProvider
-
Retrieves number of events recorded.
- getEvents(String, Integer, Integer, Date, Date) - Method in class org.jivesoftware.openfire.security.DefaultSecurityAuditProvider
-
The default provider retrieves events from a ofSecurityAuditLog table in the database.
- getEvents(String, Integer, Integer, Date, Date) - Method in class org.jivesoftware.openfire.security.SecurityAuditManager
-
Retrieves security events that have occurred, filtered by the parameters passed.
- getEvents(String, Integer, Integer, Date, Date) - Method in interface org.jivesoftware.openfire.security.SecurityAuditProvider
-
Retrieves security events that have occurred, filtered by the parameters passed.
- getEventSetDescriptors() - Method in class org.jivesoftware.util.JiveBeanInfo
- getEventStamp() - Method in class org.jivesoftware.openfire.security.SecurityAuditEvent
-
Retrieves the time stamp of when this event occurred.
- getExecuteAction() - Method in class org.jivesoftware.openfire.commands.SessionData
- getExecuteAction(SessionData) - Method in class org.jivesoftware.openfire.commands.AdHocCommand
-
Returns which of the actions available for the current stage is considered the equivalent to "execute".
- getExecuteAction(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.EditAdminList
- getExecuteAction(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.EditAllowedList
- getExecuteAction(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.EditBlockedList
- getExecuteAction(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.GetAdminConsoleInfo
- getExecuteAction(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.GetListActiveUsers
- getExecuteAction(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.GetListDisabledUsers
- getExecuteAction(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.GetListIdleUsers
- getExecuteAction(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.GetListOnlineUsers
- getExecuteAction(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.GetListRegisteredUsers
- getExecuteAction(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.GetNumberActiveUsers
- getExecuteAction(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.GetNumberDisabledUsers
- getExecuteAction(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.GetNumberIdleUsers
- getExecuteAction(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.GetNumberOnlineUsers
- getExecuteAction(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.GetNumberRegisteredUsers
- getExecuteAction(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.GetNumberUserSessions
- getExecuteAction(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.GetServerStats
- getExecuteAction(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.GetUsersPresence
- getExecuteAction(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.group.AddGroup
- getExecuteAction(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.group.AddGroupUsers
- getExecuteAction(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.group.DeleteGroup
- getExecuteAction(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.group.DeleteGroupUsers
- getExecuteAction(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.group.GetListGroups
- getExecuteAction(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.group.GetListGroupUsers
- getExecuteAction(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.group.UpdateGroup
- getExecuteAction(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.HttpBindStatus
- getExecuteAction(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.muc.CreateMUCRoom
- getExecuteAction(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.PacketsNotification
- getExecuteAction(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.SendAnnouncementToOnlineUsers
- getExecuteAction(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.user.AddUser
- getExecuteAction(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.user.AuthenticateUser
- getExecuteAction(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.user.ChangeUserPassword
- getExecuteAction(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.user.DeleteUser
- getExecuteAction(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.user.DisableUser
- getExecuteAction(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.user.EndUserSession
- getExecuteAction(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.user.GetUserRoster
- getExecuteAction(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.user.ReEnableUser
- getExecuteAction(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.user.UserProperties
- getExecuteAction(SessionData) - Method in class org.jivesoftware.openfire.commands.event.GroupAdminAdded
- getExecuteAction(SessionData) - Method in class org.jivesoftware.openfire.commands.event.GroupAdminRemoved
- getExecuteAction(SessionData) - Method in class org.jivesoftware.openfire.commands.event.GroupCreated
- getExecuteAction(SessionData) - Method in class org.jivesoftware.openfire.commands.event.GroupDeleting
- getExecuteAction(SessionData) - Method in class org.jivesoftware.openfire.commands.event.GroupMemberAdded
- getExecuteAction(SessionData) - Method in class org.jivesoftware.openfire.commands.event.GroupMemberRemoved
- getExecuteAction(SessionData) - Method in class org.jivesoftware.openfire.commands.event.GroupModified
- getExecuteAction(SessionData) - Method in class org.jivesoftware.openfire.commands.event.UserCreated
- getExecuteAction(SessionData) - Method in class org.jivesoftware.openfire.commands.event.UserDeleting
- getExecuteAction(SessionData) - Method in class org.jivesoftware.openfire.commands.event.UserModified
- getExecuteAction(SessionData) - Method in class org.jivesoftware.openfire.commands.event.VCardCreated
- getExecuteAction(SessionData) - Method in class org.jivesoftware.openfire.commands.event.VCardDeleting
- getExecuteAction(SessionData) - Method in class org.jivesoftware.openfire.commands.event.VCardModified
- getExecuteAction(SessionData) - Method in class org.jivesoftware.openfire.commands.generic.Ping
- getExecuteAction(SessionData) - Method in class org.jivesoftware.openfire.pubsub.PendingSubscriptionsCommand
- getExpire() - Method in class org.jivesoftware.openfire.pubsub.NodeSubscription
-
Returns the Date at which a leased subscription will end or has ended.
- getExtendedInfos(String, String, JID) - Method in class org.jivesoftware.openfire.commands.AdHocCommandHandler
- getExtendedInfos(String, String, JID) - Method in interface org.jivesoftware.openfire.disco.DiscoInfoProvider
-
Returns a collection of XDataForm with the extended information about the entity or an empty collection if none.
- getExtendedInfos(String, String, JID) - Method in class org.jivesoftware.openfire.filetransfer.proxy.FileTransferProxy
- getExtendedInfos(String, String, JID) - Method in class org.jivesoftware.openfire.handler.IQOfflineMessagesHandler
- getExtendedInfos(String, String, JID) - Method in class org.jivesoftware.openfire.mediaproxy.MediaProxyService
- getExtendedInfos(String, String, JID) - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
- getExtendedInfos(String, String, JID) - Method in class org.jivesoftware.openfire.pep.IQPEPHandler
- getExtendedInfos(String, String, JID) - Method in class org.jivesoftware.openfire.pubsub.PubSubModule
- getExternalComponent() - Method in interface org.jivesoftware.openfire.session.ComponentSession
- getExternalComponent() - Method in class org.jivesoftware.openfire.session.LocalComponentSession
- getExternalComponent() - Method in class org.jivesoftware.openfire.session.RemoteComponentSession
- getExtraParams() - Method in class org.jivesoftware.admin.AdminPageBean
-
Returns a string of extra parameters for the URLs - these might be specific IDs for resources.
- getFailure() - Method in exception org.jivesoftware.openfire.sasl.SaslFailureException
- getFallback() - Method in enum org.jivesoftware.openfire.spi.ConnectionType
-
Returns a type from which configuration can be used, when configuration specific for this type is missing.
- getFeatures() - Method in class org.jivesoftware.openfire.commands.AdHocCommandHandler
- getFeatures() - Method in class org.jivesoftware.openfire.disco.IQDiscoItemsHandler
- getFeatures() - Method in interface org.jivesoftware.openfire.disco.ServerFeaturesProvider
-
Returns an Iterator (of String) with the supported features by the server.
- getFeatures() - Method in interface org.jivesoftware.openfire.disco.UserFeaturesProvider
-
Returns an Iterator (of String) with the namespace of supported features by users.
- getFeatures() - Method in class org.jivesoftware.openfire.entitycaps.EntityCapabilities
-
Returns the features of the entity capabilities.
- getFeatures() - Method in class org.jivesoftware.openfire.entitycaps.EntityCapabilitiesManager
- getFeatures() - Method in class org.jivesoftware.openfire.handler.IQBlockingHandler
- getFeatures() - Method in class org.jivesoftware.openfire.handler.IQEntityTimeHandler
- getFeatures() - Method in class org.jivesoftware.openfire.handler.IQLastActivityHandler
- getFeatures() - Method in class org.jivesoftware.openfire.handler.IQMessageCarbonsHandler
- getFeatures() - Method in class org.jivesoftware.openfire.handler.IQOfflineMessagesHandler
- getFeatures() - Method in class org.jivesoftware.openfire.handler.IQPingHandler
- getFeatures() - Method in class org.jivesoftware.openfire.handler.IQPrivacyHandler
- getFeatures() - Method in class org.jivesoftware.openfire.handler.IQPrivateHandler
- getFeatures() - Method in class org.jivesoftware.openfire.handler.IQRegisterHandler
- getFeatures() - Method in class org.jivesoftware.openfire.handler.IQRosterHandler
- getFeatures() - Method in class org.jivesoftware.openfire.handler.IQVersionHandler
- getFeatures() - Method in class org.jivesoftware.openfire.MulticastRouter
- getFeatures() - Method in class org.jivesoftware.openfire.OfflineMessageStrategy
- getFeatures() - Method in class org.jivesoftware.openfire.pep.IQPEPHandler
-
Implements ServerFeaturesProvider to include all supported XEP-0060 features in the server's disco#info result (as per section 4 of XEP-0163).
- getFeatures() - Method in class org.jivesoftware.openfire.vcard.VCardManager
- getFeatures(String, String, JID) - Method in class org.jivesoftware.openfire.commands.AdHocCommandHandler
- getFeatures(String, String, JID) - Method in interface org.jivesoftware.openfire.disco.DiscoInfoProvider
-
Returns an Iterator (of String) with the supported features.
- getFeatures(String, String, JID) - Method in class org.jivesoftware.openfire.filetransfer.proxy.FileTransferProxy
- getFeatures(String, String, JID) - Method in class org.jivesoftware.openfire.handler.IQOfflineMessagesHandler
- getFeatures(String, String, JID) - Method in class org.jivesoftware.openfire.mediaproxy.MediaProxyService
- getFeatures(String, String, JID) - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
- getFeatures(String, String, JID) - Method in class org.jivesoftware.openfire.pep.IQPEPHandler
- getFeatures(String, String, JID) - Method in class org.jivesoftware.openfire.pubsub.PubSubModule
- getFederatedOccupants() - Method in class org.jivesoftware.openfire.muc.spi.OccupantManager
- getFetchDirection() - Method in class org.jivesoftware.database.CallableStatementWrapper
- getFetchDirection() - Method in class org.jivesoftware.database.StatementWrapper
- getFetchSize() - Method in class org.jivesoftware.database.CallableStatementWrapper
- getFetchSize() - Method in class org.jivesoftware.database.StatementWrapper
- getFieldElementName(int) - Method in interface org.jivesoftware.openfire.handler.IQRegisterInfo
-
Obtain the element name from a field type.
- getFields() - Method in class org.jivesoftware.admin.LdapUserTester.PropertyMapping
- getFieldStoreLocation() - Method in interface org.jivesoftware.openfire.handler.IQRegisterInfo
-
Determines where field information is stored.
- getFieldType(String) - Method in interface org.jivesoftware.openfire.handler.IQRegisterInfo
-
Get the setting type from a field's element name.
- getFile() - Method in class org.jivesoftware.openfire.keystore.CertificateStoreConfiguration
- getFileName() - Method in class org.jivesoftware.openfire.filetransfer.FileTransfer
- getFileSize() - Method in class org.jivesoftware.openfire.filetransfer.FileTransfer
- getFileSize() - Method in class org.jivesoftware.openfire.update.AvailablePlugin
-
Returns the size in bytes of the plugin jar file.
- getFileTransferManager() - Method in class org.jivesoftware.openfire.XMPPServer
-
Returns the
FileTransferManager
registered with this server. - getFileTransferProxy() - Method in class org.jivesoftware.openfire.XMPPServer
-
Returns the
FileTransferProxy
registered with this server. - getFilter() - Method in class org.jivesoftware.openfire.pubsub.PubsubNodeResultFilter
-
Returns the filter that limits the results that are returned.
- getFilterClassName(Document, String) - Static method in class org.jivesoftware.util.WebXmlUtils
-
Retrieves the class name for a particular filter from a web.xml document.
- getFilteredItemCount() - Method in class org.jivesoftware.util.ListPager
- getFilterInitParams(Document, String) - Static method in class org.jivesoftware.util.WebXmlUtils
-
Retrieves a map of init param/values for a particular filter from a web.xml document.
- getFilterNames(Document) - Static method in class org.jivesoftware.util.WebXmlUtils
-
Retrieves the names of all filters from a web.xml document.
- getFilterParams() - Method in class org.jivesoftware.openfire.pubsub.PubsubNodeResultFilter
-
Generates a collection of all parameter names that can be used for filtering.
- getFilterRegistration(String) - Method in class org.jivesoftware.openfire.container.PluginServletContext
- getFilterRegistrations() - Method in class org.jivesoftware.openfire.container.PluginServletContext
- getFilterUrlPatterns(Document, String) - Static method in class org.jivesoftware.util.WebXmlUtils
-
Retrieves all URL patterns that apply to a specific filter.
- getFirst() - Method in class org.jivesoftware.util.LinkedList
-
Returns the first linked list node in the list.
- getFirstItemNumberOnPage() - Method in class org.jivesoftware.util.ListPager
- getFloat(int) - Method in class org.jivesoftware.database.CallableStatementWrapper
- getFloat(String) - Method in class org.jivesoftware.database.CallableStatementWrapper
- getFMUCFromJID(Packet) - Static method in class org.jivesoftware.openfire.muc.spi.FMUCHandler
-
Parses the JID from an FMUC stanza.
- getFmucHandler() - Method in class org.jivesoftware.openfire.muc.MUCRoom
- getFmucInboundNodes() - Method in class org.jivesoftware.openfire.muc.MUCRoom
-
A set of addresses of MUC rooms (typically on a remote XMPP domain) that defines the list of rooms that is permitted to federate with the local room.
- getFmucOutboundMode() - Method in class org.jivesoftware.openfire.muc.MUCRoom
-
Returns the 'mode' that describes the FMUC configuration is captured in the supplied object, which is either master-master or master-slave.
- getFmucOutboundNode() - Method in class org.jivesoftware.openfire.muc.MUCRoom
-
Returns the address of the MUC room (typically on a remote XMPP domain) to which this room should initiate FMUC federation.
- getFreePort() - Method in class org.jivesoftware.openfire.mediaproxy.MediaProxySession
-
Obtain a free port with a nested control port we can use.
- getFrom() - Method in class org.jivesoftware.admin.servlet.SecurityAuditViewerServlet.Search
- getFrom() - Method in exception org.jivesoftware.openfire.server.ServerDialbackErrorException
- getFrom() - Method in exception org.jivesoftware.openfire.server.ServerDialbackKeyInvalidException
- getFullElapsedTime(long) - Static method in class org.jivesoftware.util.StringUtils
-
Returns a textual representation for the time that has elapsed.
- getFullElapsedTime(Duration) - Static method in class org.jivesoftware.util.StringUtils
-
Returns a textual representation for the time that has elapsed.
- getFullName() - Method in class org.jivesoftware.admin.LdapUserProfile
- getGeneratedKeys() - Method in class org.jivesoftware.database.CallableStatementWrapper
- getGeneratedKeys() - Method in class org.jivesoftware.database.StatementWrapper
- getGitSHAString() - Static method in class org.jivesoftware.admin.AdminConsole
-
Returns the git SHA of the commit at which this version was built
- getGracePeriod() - Method in class org.jivesoftware.openfire.archive.Archiver
- getGroup() - Method in class org.jivesoftware.openfire.privacy.PrivacyItem
- getGroup(String) - Method in class org.jivesoftware.openfire.crowd.CrowdGroupProvider
- getGroup(String) - Method in class org.jivesoftware.openfire.crowd.CrowdManager
-
Get the description of a group from crowd
- getGroup(String) - Method in class org.jivesoftware.openfire.group.DefaultGroupProvider
- getGroup(String) - Method in class org.jivesoftware.openfire.group.GroupManager
-
Returns a Group by name.
- getGroup(String) - Method in interface org.jivesoftware.openfire.group.GroupProvider
-
Returns a group based on its name.
- getGroup(String) - Method in class org.jivesoftware.openfire.group.JDBCGroupProvider
- getGroup(String) - Method in class org.jivesoftware.openfire.ldap.LdapGroupProvider
- getGroup(String, boolean) - Method in class org.jivesoftware.openfire.group.GroupManager
-
Returns a Group by name.
- getGroup(JID) - Method in class org.jivesoftware.openfire.group.GroupManager
-
Returns the corresponding group if the given JID represents a group.
- getGroupCount() - Method in class org.jivesoftware.openfire.crowd.CrowdGroupProvider
- getGroupCount() - Method in class org.jivesoftware.openfire.group.DefaultGroupProvider
- getGroupCount() - Method in class org.jivesoftware.openfire.group.GroupManager
-
Returns the total number of groups in the system.
- getGroupCount() - Method in interface org.jivesoftware.openfire.group.GroupProvider
-
Returns the number of groups in the system.
- getGroupCount() - Method in class org.jivesoftware.openfire.group.JDBCGroupProvider
- getGroupCount() - Method in class org.jivesoftware.openfire.ldap.LdapGroupProvider
- getGroupDescriptionField() - Method in class org.jivesoftware.openfire.ldap.LdapManager
-
Return the field used to describe a group.
- getGroupManager() - Method in class org.jivesoftware.util.WebManager
- getGroupMemberField() - Method in class org.jivesoftware.openfire.ldap.LdapManager
-
Return the field used to list members within a group.
- getGroupMembers(String) - Method in class org.jivesoftware.openfire.crowd.CrowdManager
-
Get the members of the given group
- getGroupName() - Method in class org.jivesoftware.openfire.group.GroupJID
-
Returns the group name corresponding to this JID.
- getGroupNameField() - Method in class org.jivesoftware.openfire.ldap.LdapManager
-
Returns the field name used for groups.
- getGroupNames() - Method in class org.jivesoftware.openfire.crowd.CrowdGroupProvider
- getGroupNames() - Method in class org.jivesoftware.openfire.group.DefaultGroupProvider
- getGroupNames() - Method in interface org.jivesoftware.openfire.group.GroupProvider
-
Returns the Collection of all group names in the system.
- getGroupNames() - Method in class org.jivesoftware.openfire.group.JDBCGroupProvider
- getGroupNames() - Method in class org.jivesoftware.openfire.ldap.LdapGroupProvider
- getGroupNames(int, int) - Method in class org.jivesoftware.openfire.crowd.CrowdGroupProvider
- getGroupNames(int, int) - Method in class org.jivesoftware.openfire.group.DefaultGroupProvider
- getGroupNames(int, int) - Method in interface org.jivesoftware.openfire.group.GroupProvider
-
Returns the Collection of all groups in the system.
- getGroupNames(int, int) - Method in class org.jivesoftware.openfire.group.JDBCGroupProvider
- getGroupNames(int, int) - Method in class org.jivesoftware.openfire.ldap.LdapGroupProvider
- getGroupNames(JID) - Method in class org.jivesoftware.openfire.crowd.CrowdGroupProvider
- getGroupNames(JID) - Method in class org.jivesoftware.openfire.group.DefaultGroupProvider
- getGroupNames(JID) - Method in interface org.jivesoftware.openfire.group.GroupProvider
-
Returns the Collection of group names that an entity belongs to.
- getGroupNames(JID) - Method in class org.jivesoftware.openfire.group.JDBCGroupProvider
- getGroupNames(JID) - Method in class org.jivesoftware.openfire.ldap.LdapGroupProvider
- getGroups() - Method in class org.jivesoftware.openfire.group.ConcurrentGroupList
-
Returns the groups that are implied (resolvable) from the items in the list.
- getGroups() - Method in interface org.jivesoftware.openfire.group.GroupAwareList
-
Returns the groups that are implied (resolvable) from the items in the list.
- getGroups() - Method in class org.jivesoftware.openfire.group.GroupManager
-
Returns an unmodifiable Collection of all groups in the system.
- getGroups() - Method in class org.jivesoftware.openfire.roster.RosterItem
-
Returns the groups for the item.
- getGroups(int) - Method in class org.jivesoftware.admin.LdapGroupTester
-
Returns fist N groups found in LDAP.
- getGroups(int, int) - Method in class org.jivesoftware.openfire.group.GroupManager
-
Returns all groups given a start index and desired number of results.
- getGroups(User) - Method in class org.jivesoftware.openfire.group.GroupManager
-
Returns an iterator for all groups that the User is a member of.
- getGroups(JID) - Method in class org.jivesoftware.openfire.group.GroupManager
-
Returns an iterator for all groups that the entity with the specified JID is a member of.
- getGroupsBaseDN(String) - Method in class org.jivesoftware.openfire.ldap.LdapManager
-
Returns the BaseDN for the given groupname.
- getGroupSearchFilter() - Method in class org.jivesoftware.openfire.ldap.LdapManager
-
Returns the filter used for searching the directory for groups, which includes the default filter plus any custom-defined search filter.
- getGroupsFromKeys() - Method in class org.jivesoftware.openfire.group.ConcurrentGroupMap
-
Returns the groups that are implied (resolvable) from the keys in the map.
- getGroupsFromKeys() - Method in interface org.jivesoftware.openfire.group.GroupAwareMap
-
Returns the groups that are implied (resolvable) from the keys in the map.
- getGroupsFromValues() - Method in class org.jivesoftware.openfire.group.ConcurrentGroupMap
-
Returns the groups that are implied (resolvable) from the values in the map.
- getGroupsFromValues() - Method in interface org.jivesoftware.openfire.group.GroupAwareMap
-
Returns the groups that are implied (resolvable) from the values in the map.
- getHandler() - Method in class org.jivesoftware.openfire.handler.DirectedPresence
- getHashCode() - Method in class org.jivesoftware.openfire.container.PluginMetadata
- getHashCode() - Method in class org.jivesoftware.openfire.update.DownloadStatus
- getHashCode() - Method in class org.jivesoftware.openfire.update.Update
-
Returns the hashCode for this update object.
- getHeadercss() - Method in class org.jivesoftware.admin.SidebarTag
-
Returns the value of the CSS class to be used for sidebar header sections.
- getHiddenFields() - Method in class org.jivesoftware.util.ListPager
- getHistoryFromCache() - Method in class org.jivesoftware.openfire.muc.HistoryStrategy
-
Obtains the historic messages cached for this particular room from the cache.
- getHistoryStrategy() - Method in interface org.jivesoftware.openfire.muc.MultiUserChatService
-
Obtain the server-wide default message history settings.
- getHistoryStrategy() - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
- getHold() - Method in class org.jivesoftware.openfire.http.HttpBindBody
- getHold() - Method in class org.jivesoftware.openfire.http.HttpSession
-
Specifies the maximum number of requests the connection manager is allowed to keep waiting at any one time during the session.
- getHoldability() - Method in class org.jivesoftware.database.AbstractConnection
- getHomeCity() - Method in class org.jivesoftware.admin.LdapUserProfile
- getHomeCountry() - Method in class org.jivesoftware.admin.LdapUserProfile
- getHomeDirectory() - Method in class org.jivesoftware.openfire.component.InternalComponentManager
- getHomeDirectory() - Static method in class org.jivesoftware.util.JiveGlobals
-
Deprecated.Replaced by
JiveGlobals.getHomePath()
- getHomeFax() - Method in class org.jivesoftware.admin.LdapUserProfile
- getHomeMobile() - Method in class org.jivesoftware.admin.LdapUserProfile
- getHomePager() - Method in class org.jivesoftware.admin.LdapUserProfile
- getHomePath() - Static method in class org.jivesoftware.util.JiveGlobals
-
Returns the location of the
home
directory. - getHomePhone() - Method in class org.jivesoftware.admin.LdapUserProfile
- getHomeState() - Method in class org.jivesoftware.admin.LdapUserProfile
- getHomeStreet() - Method in class org.jivesoftware.admin.LdapUserProfile
- getHomeZip() - Method in class org.jivesoftware.admin.LdapUserProfile
- getHost() - Method in class org.jivesoftware.openfire.net.DNSUtil.HostAddress
-
Returns the hostname.
- getHost() - Method in class org.jivesoftware.util.EmailService
-
Returns the SMTP host (e.g.
- getHostA() - Method in class org.jivesoftware.openfire.mediaproxy.MediaProxySession
-
Get the Host A IP
- getHostA() - Method in interface org.jivesoftware.openfire.mediaproxy.ProxyCandidate
- getHostAddress - org.jivesoftware.openfire.session.RemoteSessionTask.Operation
- getHostAddress() - Method in interface org.jivesoftware.openfire.Connection
-
Returns the IP address string in textual presentation.
- getHostAddress() - Method in class org.jivesoftware.openfire.http.HttpSession.HttpVirtualConnection
- getHostAddress() - Method in class org.jivesoftware.openfire.multiplex.ClientSessionConnection
- getHostAddress() - Method in class org.jivesoftware.openfire.net.SocketConnection
-
Deprecated.
- getHostAddress() - Method in class org.jivesoftware.openfire.nio.NettyConnection
- getHostAddress() - Method in class org.jivesoftware.openfire.session.LocalSession
- getHostAddress() - Method in class org.jivesoftware.openfire.session.RemoteSession
- getHostAddress() - Method in interface org.jivesoftware.openfire.session.Session
-
Returns the IP address string in textual presentation.
- getHostAddress() - Method in class org.jivesoftware.openfire.websocket.WebSocketConnection
- getHostB() - Method in class org.jivesoftware.openfire.mediaproxy.MediaProxySession
-
Get the Host B IP
- getHostB() - Method in interface org.jivesoftware.openfire.mediaproxy.ProxyCandidate
- getHostname() - Method in class org.jivesoftware.openfire.spi.XMPPServerInfoImpl
- getHostname() - Method in interface org.jivesoftware.openfire.XMPPServerInfo
-
Obtain the fully qualified domain name (hostname or IP address) of this server node.
- getHostName - org.jivesoftware.openfire.session.RemoteSessionTask.Operation
- getHostName() - Method in interface org.jivesoftware.openfire.cluster.ClusterNodeInfo
-
Returns the hostname where the cluster node is running.
- getHostName() - Method in interface org.jivesoftware.openfire.Connection
-
Gets the host name for this IP address.
- getHostName() - Method in class org.jivesoftware.openfire.http.HttpSession.HttpVirtualConnection
- getHostName() - Method in class org.jivesoftware.openfire.multiplex.ClientSessionConnection
- getHostName() - Method in class org.jivesoftware.openfire.net.SocketConnection
-
Deprecated.
- getHostName() - Method in class org.jivesoftware.openfire.nio.NettyConnection
- getHostName() - Method in class org.jivesoftware.openfire.session.LocalSession
- getHostName() - Method in class org.jivesoftware.openfire.session.RemoteSession
- getHostName() - Method in interface org.jivesoftware.openfire.session.Session
-
Gets the host name for this IP address.
- getHostName() - Method in class org.jivesoftware.openfire.websocket.WebSocketConnection
- getHosts() - Method in class org.jivesoftware.openfire.ldap.LdapManager
-
Returns the LDAP servers hosts; e.g.
- getHttpBindSecureAddress() - Method in class org.jivesoftware.openfire.http.HttpBindManager
- getHttpBindUnsecureAddress() - Method in class org.jivesoftware.openfire.http.HttpBindManager
- getHttpConnectionTimeout() - Method in class org.jivesoftware.openfire.crowd.CrowdProperties
- getHttpMaxConnections() - Method in class org.jivesoftware.openfire.crowd.CrowdProperties
- getHttpProxyHost() - Method in class org.jivesoftware.openfire.crowd.CrowdProperties
- getHttpProxyPassword() - Method in class org.jivesoftware.openfire.crowd.CrowdProperties
- getHttpProxyPort() - Method in class org.jivesoftware.openfire.crowd.CrowdProperties
- getHttpProxyUsername() - Method in class org.jivesoftware.openfire.crowd.CrowdProperties
- getHttpSocketTimeout() - Method in class org.jivesoftware.openfire.crowd.CrowdProperties
- getIcon() - Method in class org.jivesoftware.openfire.container.PluginMetadata
- getIcon(int) - Method in class org.jivesoftware.util.JiveBeanInfo
- getIcon(Path) - Static method in class org.jivesoftware.openfire.container.PluginMetadataHelper
- getIcon(Plugin) - Static method in class org.jivesoftware.openfire.container.PluginMetadataHelper
- getId() - Method in class org.jivesoftware.openfire.archive.Archiver
- getId() - Method in class org.jivesoftware.openfire.commands.SessionData
- getID() - Method in class org.jivesoftware.openfire.muc.MUCRoom
-
Obtain a unique numerical id for this room.
- getID() - Method in class org.jivesoftware.openfire.pubsub.NodeSubscription
-
Returns the ID that uniquely identifies the subscription of the user in the node.
- getID() - Method in class org.jivesoftware.openfire.pubsub.PublishedItem
-
Returns the ID that uniquely identifies the published item in the node.
- getID() - Method in class org.jivesoftware.openfire.roster.RosterItem
-
Returns the roster ID associated with this particular roster item.
- getID() - Method in interface org.jivesoftware.openfire.StreamID
-
Obtain a unique identifier for easily identifying this stream in a database.
- getIdentifierQuoteString() - Static method in class org.jivesoftware.database.DbConnectionManager
- getIdentities() - Method in interface org.jivesoftware.openfire.disco.ServerIdentitiesProvider
-
Returns an Iterator (of Element) with the supported identities by the server.
- getIdentities() - Method in interface org.jivesoftware.openfire.disco.UserIdentitiesProvider
-
Returns an Iterator (of Element) with the supported identities by users.
- getIdentities() - Method in class org.jivesoftware.openfire.entitycaps.EntityCapabilities
-
Returns the identities of the entity capabilities.
- getIdentities() - Method in class org.jivesoftware.openfire.pep.IQPEPHandler
-
Implements ServerIdentitiesProvider and UserIdentitiesProvider, adding the PEP identity to the respective disco#info results.
- getIdentities(String, String, JID) - Method in class org.jivesoftware.openfire.commands.AdHocCommandHandler
- getIdentities(String, String, JID) - Method in interface org.jivesoftware.openfire.disco.DiscoInfoProvider
-
Returns an Iterator (of Element) with the target entity's identities.
- getIdentities(String, String, JID) - Method in class org.jivesoftware.openfire.filetransfer.proxy.FileTransferProxy
- getIdentities(String, String, JID) - Method in class org.jivesoftware.openfire.handler.IQOfflineMessagesHandler
- getIdentities(String, String, JID) - Method in class org.jivesoftware.openfire.mediaproxy.MediaProxyService
- getIdentities(String, String, JID) - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
- getIdentities(String, String, JID) - Method in class org.jivesoftware.openfire.pep.IQPEPHandler
- getIdentities(String, String, JID) - Method in class org.jivesoftware.openfire.pubsub.PubSubModule
- getIdentityStore() - Method in class org.jivesoftware.openfire.spi.ConnectionConfiguration
- getIdentityStore(ConnectionType) - Method in class org.jivesoftware.openfire.keystore.CertificateStoreManager
- getIdentityStoreBackupDirectory(ConnectionType) - Static method in class org.jivesoftware.openfire.keystore.CertificateStoreManager
-
The location (relative to OPENFIRE_HOME) of the directory that holds backups for identity stores.
- getIdentityStoreConfiguration() - Method in class org.jivesoftware.openfire.spi.ConnectionConfiguration
- getIdentityStoreConfiguration() - Method in class org.jivesoftware.openfire.spi.ConnectionListener
-
Returns the configuration for the identity store that identifies this instance of Openfire to the peer on connections created by this listener.
- getIdentityStoreConfiguration(ConnectionType) - Method in class org.jivesoftware.openfire.keystore.CertificateStoreManager
- getIdentityStoreType(ConnectionType) - Static method in class org.jivesoftware.openfire.keystore.CertificateStoreManager
-
The KeyStore type (jks, jceks, pkcs12, etc) for the identity store for connections of a particular type.
- getIdleConnections() - Method in class org.jivesoftware.database.DefaultConnectionProvider
- getIdleTime() - Method in class org.jivesoftware.openfire.mediaproxy.MediaProxy
-
Returns the max time (in millis) that a session can remain open without receiving any packets.
- getIdleTime() - Method in class org.jivesoftware.openfire.mediaproxy.MediaProxyService
-
Returns the maximum amount of time (in milleseconds) that a session can be idle before it's closed.
- getIdleTimeout() - Method in class org.jivesoftware.openfire.net.SocketConnection
-
Deprecated.
- getIdleUserKickThreshold() - Method in interface org.jivesoftware.openfire.muc.MultiUserChatService
-
Returns the duration that a user must be idle before he/she gets kicked from all the rooms.
- getIdleUserKickThreshold() - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
- getIdleUserPingThreshold() - Method in interface org.jivesoftware.openfire.muc.MultiUserChatService
-
Returns the duration that a user must be idle before he/she gets pinged by the rooms that they're an occupant of (to determine if they're a 'ghost user').
- getIdleUserPingThreshold() - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
- getIdleUserTaskInterval() - Method in interface org.jivesoftware.openfire.muc.MultiUserChatService
-
Returns the period of fixed-delay executions of tasks that operate on idle users.
- getIdleUserTaskInterval() - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
- getIgnoreList() - Method in interface org.jivesoftware.openfire.audit.AuditManager
-
Returns the list of usernames that won't be audited.
- getIgnoreList() - Method in class org.jivesoftware.openfire.audit.spi.AuditManagerImpl
- getImplementedMechanisms() - Static method in class org.jivesoftware.openfire.net.SASLAuthentication
-
Returns a collection of mechanism names for which the JVM has an implementation available.
- getInactivityTimeout() - Method in class org.jivesoftware.openfire.http.HttpSession
-
Returns the time, in seconds, after which this session will be considered inactive and terminated.
- getInboundDataQueue() - Method in class org.jivesoftware.openfire.http.HttpConnection
-
The list of stanzas that was sent by the client to the server over this connection.
- getInboundJoins() - Method in class org.jivesoftware.openfire.muc.spi.FMUCHandler
- getIncomingMessageCount(boolean) - Method in interface org.jivesoftware.openfire.muc.MultiUserChatService
-
Returns the total number of incoming messages since last reset.
- getIncomingMessageCount(boolean) - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
-
Returns the total number of incoming messages since last reset.
- getIncomingServers() - Method in class org.jivesoftware.openfire.SessionManager
-
Returns a collection with the domain names of the remote servers that currently have an incoming server connection to this server.
- getIncomingServerSession(byte[], StreamID) - Method in interface org.jivesoftware.openfire.session.RemoteSessionLocator
-
Returns a session surrogate of an incoming server session hosted by a remote cluster node.
- getIncomingServerSession(byte[], StreamID) - Method in class org.jivesoftware.openfire.session.RemoteSessionLocatorImpl
- getIncomingServerSession(StreamID) - Method in class org.jivesoftware.openfire.SessionManager
-
Returns the incoming server session hosted by this JVM that matches the specified stream ID.
- getIncomingServerSessions(String) - Method in class org.jivesoftware.openfire.SessionManager
-
Returns the list of sessions that were originated by a remote server.
- getIncomingServerSessionsCount(boolean) - Method in class org.jivesoftware.openfire.SessionManager
-
Returns number of sessions coming from remote servers.
- getInfo() - Method in class org.jivesoftware.openfire.commands.AdHocCommandHandler
- getInfo() - Method in class org.jivesoftware.openfire.disco.IQDiscoInfoHandler
- getInfo() - Method in class org.jivesoftware.openfire.disco.IQDiscoItemsHandler
- getInfo() - Method in class org.jivesoftware.openfire.filetransfer.proxy.FileTransferProxy
- getInfo() - Method in class org.jivesoftware.openfire.handler.IQBindHandler
- getInfo() - Method in class org.jivesoftware.openfire.handler.IQBlockingHandler
- getInfo() - Method in class org.jivesoftware.openfire.handler.IQEntityTimeHandler
- getInfo() - Method in class org.jivesoftware.openfire.handler.IQHandler
-
Returns the handler information to help generically handle IQ packets.
- getInfo() - Method in class org.jivesoftware.openfire.handler.IQLastActivityHandler
- getInfo() - Method in class org.jivesoftware.openfire.handler.IQMessageCarbonsHandler
- getInfo() - Method in class org.jivesoftware.openfire.handler.IQOfflineMessagesHandler
- getInfo() - Method in class org.jivesoftware.openfire.handler.IQPingHandler
- getInfo() - Method in class org.jivesoftware.openfire.handler.IQPrivacyHandler
- getInfo() - Method in class org.jivesoftware.openfire.handler.IQPrivateHandler
- getInfo() - Method in class org.jivesoftware.openfire.handler.IQRegisterHandler
- getInfo() - Method in class org.jivesoftware.openfire.handler.IQRosterHandler
- getInfo() - Method in class org.jivesoftware.openfire.handler.IQSessionEstablishmentHandler
- getInfo() - Method in class org.jivesoftware.openfire.handler.IQSharedGroupHandler
- getInfo() - Method in class org.jivesoftware.openfire.handler.IQvCardHandler
- getInfo() - Method in class org.jivesoftware.openfire.handler.IQVersionHandler
- getInfo() - Method in class org.jivesoftware.openfire.muc.spi.IQMUCvCardHandler
- getInfo() - Method in class org.jivesoftware.openfire.pep.IQPEPHandler
- getInfo() - Method in class org.jivesoftware.openfire.pep.IQPEPOwnerHandler
- getInitialSubdomain - org.jivesoftware.openfire.session.RemoteSessionTask.Operation
- getInitialSubdomain() - Method in interface org.jivesoftware.openfire.session.ComponentSession.ExternalComponent
- getInitialSubdomain() - Method in class org.jivesoftware.openfire.session.LocalComponentSession.LocalExternalComponent
- getInitiator() - Method in class org.jivesoftware.openfire.filetransfer.FileTransfer
- getInitiator() - Method in interface org.jivesoftware.openfire.filetransfer.FileTransferProgress
-
Returns the fully qualified JID of the initiator of the file transfer.
- getInitiator() - Method in class org.jivesoftware.openfire.filetransfer.proxy.DefaultProxyTransfer
- getInitParameter(String) - Method in class org.jivesoftware.openfire.container.PluginServletContext
- getInitParameterNames() - Method in class org.jivesoftware.openfire.container.PluginServletContext
- getInputStream() - Method in interface org.jivesoftware.openfire.filetransfer.FileTransferProgress
- getInputStream() - Method in class org.jivesoftware.openfire.filetransfer.proxy.DefaultProxyTransfer
- getInputStream() - Method in class org.jivesoftware.openfire.net.TLSStreamHandler
- getInputStream() - Method in class org.jivesoftware.openfire.net.TLSStreamReader
- getInstance() - Static method in class org.jivesoftware.admin.AuthCheckFilter
-
Returns a singleton instance of the AuthCheckFilter.
- getInstance() - Static method in class org.jivesoftware.admin.LoginLimitManager
-
Returns a singleton instance of LoginLimitManager.
- getInstance() - Static method in class org.jivesoftware.openfire.admin.AdminManager
-
Returns a singleton instance of AdminManager.
- getInstance() - Static method in class org.jivesoftware.openfire.component.InternalComponentManager
- getInstance() - Static method in class org.jivesoftware.openfire.container.PluginCacheRegistry
- getInstance() - Static method in class org.jivesoftware.openfire.crowd.CrowdManager
- getInstance() - Static method in class org.jivesoftware.openfire.group.GroupManager
-
Returns a singleton instance of GroupManager.
- getInstance() - Static method in class org.jivesoftware.openfire.http.HttpBindManager
- getInstance() - Static method in class org.jivesoftware.openfire.interceptor.InterceptorManager
-
Returns a singleton instance of InterceptorManager.
- getInstance() - Static method in class org.jivesoftware.openfire.interceptor.PacketCopier
-
Returns unique instance of this class.
- getInstance() - Static method in class org.jivesoftware.openfire.JMXManager
- getInstance() - Static method in class org.jivesoftware.openfire.ldap.LdapManager
-
Provides singleton access to an instance of the LdapManager class.
- getInstance() - Static method in class org.jivesoftware.openfire.lockout.LockOutManager
-
Returns a singleton instance of LockOutManager.
- getInstance() - Static method in class org.jivesoftware.openfire.multiplex.ConnectionMultiplexerManager
-
Returns the unique instance of this class.
- getInstance() - Static method in class org.jivesoftware.openfire.OfflineMessageStore
-
Returns the instance of
OfflineMessageStore
being used by the XMPPServer. - getInstance() - Static method in class org.jivesoftware.openfire.privacy.PrivacyListManager
-
Returns the unique instance of this class.
- getInstance() - Static method in class org.jivesoftware.openfire.privacy.PrivacyListProvider
-
Returns the unique instance of this class.
- getInstance() - Static method in class org.jivesoftware.openfire.security.SecurityAuditManager
-
Returns a singleton instance of SecurityAuditManager.
- getInstance() - Static method in class org.jivesoftware.openfire.server.OutgoingSessionPromise
- getInstance() - Static method in class org.jivesoftware.openfire.SessionManager
-
Returns the instance of
SessionManagerImpl
being used by the XMPPServer. - getInstance() - Static method in class org.jivesoftware.openfire.stats.StatisticsManager
- getInstance() - Static method in class org.jivesoftware.openfire.user.UserManager
-
Returns a singleton UserManager instance.
- getInstance() - Static method in class org.jivesoftware.openfire.vcard.VCardManager
- getInstance() - Static method in class org.jivesoftware.openfire.XMPPServer
-
Returns a singleton instance of XMPPServer.
- getInstance() - Static method in class org.jivesoftware.util.cache.ConsistencyMonitor
- getInstance() - Static method in class org.jivesoftware.util.cache.ExternalizableUtil
- getInstance() - Static method in class org.jivesoftware.util.EmailService
- getInstance() - Static method in class org.jivesoftware.util.FastDateFormat
- getInstance() - Static method in class org.jivesoftware.util.JiveProperties
-
Returns a singleton instance of JiveProperties.
- getInstance() - Static method in class org.jivesoftware.util.MemoryUsageMonitor
- getInstance() - Static method in class org.jivesoftware.util.SmsService
- getInstance() - Static method in class org.jivesoftware.util.TaskEngine
-
Returns a task engine instance (singleton).
- getInstance(byte[]) - Static method in class org.jivesoftware.openfire.cluster.NodeID
- getInstance(String) - Static method in class org.jivesoftware.util.FastDateFormat
- getInstance(String, DateFormatSymbols) - Static method in class org.jivesoftware.util.FastDateFormat
- getInstance(String, Locale) - Static method in class org.jivesoftware.util.FastDateFormat
- getInstance(String, TimeZone) - 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(Path) - Static method in class org.jivesoftware.openfire.container.PluginMetadata
-
Constructs a metadata object based on a plugin.
- getInstance(Element) - Static method in class org.jivesoftware.openfire.update.AvailablePlugin
- getInstance(Plugin) - Static method in class org.jivesoftware.openfire.container.PluginMetadata
-
Constructs a metadata object based on a plugin.
- getInstances() - Static method in class org.jivesoftware.openfire.net.SocketConnection
-
Deprecated.
- getInt(int) - Method in class org.jivesoftware.database.CallableStatementWrapper
- getInt(String) - Method in class org.jivesoftware.database.CallableStatementWrapper
- getIntAttribute(String, int) - Static method in class org.jivesoftware.openfire.http.HttpBindBody
- getIntAttribute(HttpServletRequest, String, int) - Static method in class org.jivesoftware.util.ParamUtils
-
Returns an attribute as a int.
- getInterceptors() - Method in class org.jivesoftware.openfire.interceptor.InterceptorManager
-
Returns an unmodifiable list of global packet interceptors.
- getIntParameter(HttpServletRequest, String, int) - Static method in class org.jivesoftware.util.ParamUtils
-
Returns a parameter as an int.
- getIntParameters(HttpServletRequest, String, int) - Static method in class org.jivesoftware.util.ParamUtils
-
Returns a list of int parameters.
- getIntProperty(String, int) - Static method in class org.jivesoftware.util.JiveGlobals
-
Returns an integer value Jive property.
- getIntProperty(String, String, int) - Static method in class org.jivesoftware.openfire.muc.spi.MUCPersistenceManager
-
Returns an integer value Jive property.
- getInvisibleSharedGroups() - Method in class org.jivesoftware.openfire.roster.RosterItem
-
Returns the invisible shared groups for the item.
- getIQAdminHandler() - Method in class org.jivesoftware.openfire.muc.MUCRoom
- getIQDiscoInfoHandler() - Method in class org.jivesoftware.openfire.XMPPServer
-
Returns the
IQDiscoInfoHandler
registered with this server. - getIQDiscoItemsHandler() - Method in class org.jivesoftware.openfire.XMPPServer
-
Returns the
IQDiscoItemsHandler
registered with this server. - getIQHandlers() - Method in class org.jivesoftware.openfire.XMPPServer
-
Returns a list with all the modules registered with the server that inherit from IQHandler.
- getIQOwnerHandler() - Method in class org.jivesoftware.openfire.muc.MUCRoom
- getIQPEPHandler() - Method in class org.jivesoftware.openfire.XMPPServer
-
Returns the
IQPEPHandler
registered with this server. - getIQRegisterHandler() - Method in class org.jivesoftware.openfire.XMPPServer
-
Returns the
IQRegisterHandler
registered with this server. - getIQRouter() - Method in class org.jivesoftware.openfire.XMPPServer
-
Returns the
IQRouter
registered with this server. - getItemCount(String) - Method in class org.jivesoftware.openfire.roster.DefaultRosterItemProvider
- getItemCount(String) - Method in interface org.jivesoftware.openfire.roster.RosterItemProvider
-
Obtain a count of the number of roster items available for the given user.
- getItemId() - Method in class org.jivesoftware.openfire.pubsub.PublishedItem.UniqueIdentifier
- getItems() - Method in interface org.jivesoftware.openfire.disco.ServerItemsProvider
-
Returns an Iterator (of DiscoServerItem) with the items associated with the server or null if none.
- getItems() - Method in class org.jivesoftware.openfire.filetransfer.proxy.FileTransferProxy
- getItems() - Method in class org.jivesoftware.openfire.mediaproxy.MediaProxyService
- getItems() - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
- getItems() - Method in class org.jivesoftware.openfire.privacy.PrivacyList
-
Returns the 'raw' items on the privacy list.
- getItems() - Method in class org.jivesoftware.openfire.pubsub.PubSubModule
- getItems(String) - Method in class org.jivesoftware.openfire.roster.DefaultRosterItemProvider
- getItems(String) - Method in interface org.jivesoftware.openfire.roster.RosterItemProvider
-
Retrieve an iterator of RosterItems for the given user.
- getItems(String, String, JID) - Method in class org.jivesoftware.openfire.commands.AdHocCommandHandler
- getItems(String, String, JID) - Method in interface org.jivesoftware.openfire.disco.DiscoItemsProvider
-
Returns an Iterator (of DiscoItem) with the target entity's items or null if none.
- getItems(String, String, JID) - Method in class org.jivesoftware.openfire.filetransfer.proxy.FileTransferProxy
- getItems(String, String, JID) - Method in class org.jivesoftware.openfire.handler.IQOfflineMessagesHandler
- getItems(String, String, JID) - Method in class org.jivesoftware.openfire.mediaproxy.MediaProxyService
- getItems(String, String, JID) - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
- getItems(String, String, JID) - Method in class org.jivesoftware.openfire.pubsub.PubSubModule
- getItemsOnCurrentPage() - Method in class org.jivesoftware.util.ListPager
- getIterations() - Method in class org.jivesoftware.openfire.user.User
- getIterations(String) - Static method in class org.jivesoftware.openfire.auth.AuthFactory
- getIterations(String) - Method in interface org.jivesoftware.openfire.auth.AuthProvider
- getIterations(String) - Method in class org.jivesoftware.openfire.auth.DefaultAuthProvider
- getIterations(String) - Method in class org.jivesoftware.openfire.auth.HybridAuthProvider
- getIterations(String) - Method in class org.jivesoftware.openfire.auth.JDBCAuthProvider
- getIterations(String) - Method in class org.jivesoftware.openfire.auth.MappedAuthProvider
- getIterations(String) - Method in class org.jivesoftware.openfire.auth.NativeAuthProvider
- getIterations(String) - Method in class org.jivesoftware.openfire.auth.POP3AuthProvider
- getIterations(String) - Method in class org.jivesoftware.openfire.crowd.CrowdAuthProvider
- getIterations(String) - Method in class org.jivesoftware.openfire.ldap.LdapAuthProvider
- getJavaScriptUrl() - Method in class org.jivesoftware.openfire.http.HttpBindManager
- getJid() - Method in class org.jivesoftware.openfire.roster.RosterItem
-
Obtain the address of the item.
- getJID() - Method in class org.jivesoftware.openfire.disco.DiscoItem
-
Returns the entity's ID.
- getJID() - Method in class org.jivesoftware.openfire.group.Group
-
Returns a JID for the group based on the group name.
- getJID() - Method in class org.jivesoftware.openfire.muc.MUCRoom
-
Get the full JID of this room.
- getJID() - Method in class org.jivesoftware.openfire.muc.spi.MUCRoomSearchInfo
- getJID() - Method in class org.jivesoftware.openfire.privacy.PrivacyItem
- getJID() - Method in class org.jivesoftware.openfire.pubsub.cluster.AffiliationTask
-
Provides the address of the entity that has a new affiliation with a pubsub node.
- getJID() - Method in class org.jivesoftware.openfire.pubsub.NodeAffiliate
- getJID() - Method in class org.jivesoftware.openfire.pubsub.NodeSubscription
-
Returns the JID that is going to receive the event notifications.
- getJoinedTime() - Method in interface org.jivesoftware.openfire.cluster.ClusterNodeInfo
-
Return the date/time value (in cluster time) that the Member joined.
- getJspConfigDescriptor() - Method in class org.jivesoftware.openfire.container.PluginServletContext
- getJumpToPageForm() - Method in class org.jivesoftware.util.ListPager
- getJustlinks() - Method in class org.jivesoftware.admin.TabsTag
-
Returns whether we are in just links mode.
- getKey() - Method in class org.jivesoftware.admin.servlet.SystemCacheDetailsServlet.Search
- getKey() - Method in class org.jivesoftware.admin.servlet.SystemPropertiesServlet.CompoundProperty
- getKey() - Method in class org.jivesoftware.util.SystemProperty
- getKeyClass() - Method in class org.jivesoftware.util.cache.SerializingCache
- getKeyManagerFactory() - Method in class org.jivesoftware.openfire.spi.EncryptionArtifactFactory
-
Generates a KeyManager factory suitable for connections that are created based on a particular configuration.
- getKeyManagers() - Method in class org.jivesoftware.openfire.spi.EncryptionArtifactFactory
-
Generates KeyManager instances suitable for connections that are created based on a particular configuration.
- getKeyword() - Method in class org.jivesoftware.openfire.pubsub.NodeSubscription
-
Returns the keyword that the event needs to match.
- getLabel() - Method in class org.jivesoftware.openfire.commands.AdHocCommand
- getLanguage() - Method in class org.jivesoftware.openfire.http.HttpBindBody
- getLanguage() - Method in class org.jivesoftware.openfire.pubsub.DefaultNodeConfiguration
-
Returns the default language of the node.
- getLanguage() - Method in class org.jivesoftware.openfire.pubsub.Node
-
Returns the default language of the node.
- getLanguage() - Method in class org.jivesoftware.openfire.session.LocalSession
- getLanguage() - Method in class org.jivesoftware.openfire.session.RemoteSession
- getLanguage() - Method in interface org.jivesoftware.openfire.session.Session
-
Returns the locale that is used for this session (e.g.
- getLargestPoolSize() - Method in class org.jivesoftware.openfire.mbean.ThreadPoolExecutorDelegate
-
Returns the largest number of threads that have ever simultaneously been in the pool.
- getLargestPoolSize() - Method in interface org.jivesoftware.openfire.mbean.ThreadPoolExecutorDelegateMBean
-
Returns the largest number of threads that have ever simultaneously been in the pool.
- 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.
- getLastAcknowledged() - Method in class org.jivesoftware.openfire.http.HttpSession
-
Returns the highest 'rid' attribute the server has received where it has also received all requests with lower 'rid' values.
- getLastActive() - Method in class org.dom4j.io.XMPPPacketReader
-
Returns the last time a full Document was read or a heartbeat was received.
- getLastActive() - Method in class org.jivesoftware.openfire.muc.spi.OccupantManager.Occupant
- getLastActiveDate - org.jivesoftware.openfire.session.RemoteSessionTask.Operation
- getLastActiveDate() - Method in class org.jivesoftware.openfire.session.LocalSession
-
Obtain the time the session last had activity.
- getLastActiveDate() - Method in class org.jivesoftware.openfire.session.RemoteSession
- getLastActiveDate() - Method in interface org.jivesoftware.openfire.session.Session
-
Obtain the time the session last had activity.
- getLastActivity() - Method in class org.jivesoftware.openfire.http.HttpSession
-
Returns the time in milliseconds since the epoch that this session was last active.
- getLastActivity(User) - Method in interface org.jivesoftware.openfire.PresenceManager
-
Returns the number of milliseconds since the user went offline or -1 if such information is not available or if the user is online.
- getLastActivity(User) - Method in class org.jivesoftware.openfire.spi.PresenceManagerImpl
- getLastHeartbeat() - Method in class org.jivesoftware.openfire.net.MXParser
-
Returns the last time a heartbeat was received.
- getLastItemNumberOnPage() - Method in class org.jivesoftware.util.ListPager
- getLastPingRequest() - Method in class org.jivesoftware.openfire.muc.spi.OccupantManager.Occupant
- getLastPresenceStatus(User) - Method in interface org.jivesoftware.openfire.PresenceManager
-
Returns the status sent by the user in his last unavailable presence or
null
if the user is online or never set such information. - getLastPresenceStatus(User) - Method in class org.jivesoftware.openfire.spi.PresenceManagerImpl
- getLastPublishedItem() - Method in class org.jivesoftware.openfire.pubsub.LeafNode
- getLastPublishedItem() - Method in class org.jivesoftware.openfire.pubsub.Node
-
Returns the last
PublishedItem
that was published to the node ornull
if the node does not have published items. - getLastPublishedItem(LeafNode) - Method in class org.jivesoftware.openfire.pubsub.CachingPubsubPersistenceProvider
- getLastPublishedItem(LeafNode) - Method in class org.jivesoftware.openfire.pubsub.DefaultPubSubPersistenceProvider
- getLastPublishedItem(LeafNode) - Method in class org.jivesoftware.openfire.pubsub.InMemoryPubSubPersistenceProvider
- getLastPublishedItem(LeafNode) - Method in interface org.jivesoftware.openfire.pubsub.PubSubPersistenceProvider
-
Fetches the last published item (by creation date) for the specified node.
- getLastStarted() - Method in class org.jivesoftware.openfire.spi.XMPPServerInfoImpl
- getLastStarted() - Method in interface org.jivesoftware.openfire.XMPPServerInfo
-
Obtain the date when the server was last started.
- getLatestVersion() - Method in class org.jivesoftware.openfire.update.Update
-
Returns the latest version of the component that was found.
- getLeafNodes() - Method in class org.jivesoftware.openfire.pubsub.PubSubServiceInfo
- getLegacyErrorCode() - Method in enum org.jivesoftware.openfire.http.BoshBindingError
-
Returns the legacy HTTP error code which is related to the binding error.
- getLexicalHandler() - Method in class org.jivesoftware.util.XMLWriter
- getLicense() - Method in class org.jivesoftware.openfire.container.PluginMetadata
- getLicense(Path) - Static method in class org.jivesoftware.openfire.container.PluginMetadataHelper
-
Returns the license agreement type that the plugin is governed by.
- getLicense(Plugin) - Method in class org.jivesoftware.openfire.container.PluginManager
-
Deprecated.Moved to
PluginMetadataHelper.getLicense(Plugin)
. - getLicense(Plugin) - Static method in class org.jivesoftware.openfire.container.PluginMetadataHelper
-
Returns the license agreement type that the plugin is governed by.
- getLifetime() - Method in class org.jivesoftware.openfire.mediaproxy.MediaProxy
-
Returns the maximum lifetime (in seconds) of a session.
- getLifetime() - Method in class org.jivesoftware.openfire.mediaproxy.MediaProxyService
-
Get the Life Time of Sessions
- GetListActiveUsers - Class in org.jivesoftware.openfire.commands.admin
-
Command that allows to retrieve a list of all active users.
- GetListActiveUsers() - Constructor for class org.jivesoftware.openfire.commands.admin.GetListActiveUsers
- GetListDisabledUsers - Class in org.jivesoftware.openfire.commands.admin
-
Command that allows to retrieve a list of all disabled users.
- GetListDisabledUsers() - Constructor for class org.jivesoftware.openfire.commands.admin.GetListDisabledUsers
- getListenAddress() - Method in class org.jivesoftware.openfire.spi.ConnectionManagerImpl
-
Returns the specific network interface on which Openfire is configured to listen, or null when no such preference has been configured.
- getListener(ConnectionType, boolean) - Method in interface org.jivesoftware.openfire.ConnectionManager
-
Returns a connection listener.
- getListener(ConnectionType, boolean) - Method in class org.jivesoftware.openfire.spi.ConnectionManagerImpl
-
Returns a connection listener.
- getListeners() - Method in interface org.jivesoftware.openfire.ConnectionManager
-
Returns all connection listeners.
- getListeners() - Method in class org.jivesoftware.openfire.spi.ConnectionManagerImpl
-
Returns all connection listeners.
- getListeners(ConnectionType) - Method in interface org.jivesoftware.openfire.ConnectionManager
-
Returns al connection listeners for the provided type.
- getListeners(ConnectionType) - Method in class org.jivesoftware.openfire.spi.ConnectionManagerImpl
-
Returns al connection listeners for the provided type.
- GetListGroups - Class in org.jivesoftware.openfire.commands.admin.group
-
Command that allows to retrieve a list of existing groups.
- GetListGroups() - Constructor for class org.jivesoftware.openfire.commands.admin.group.GetListGroups
- GetListGroupUsers - Class in org.jivesoftware.openfire.commands.admin.group
-
Command that allows to retrieve list members of a given group.
- GetListGroupUsers() - Constructor for class org.jivesoftware.openfire.commands.admin.group.GetListGroupUsers
- GetListIdleUsers - Class in org.jivesoftware.openfire.commands.admin
-
Command that allows to retrieve the list of idle users.
- GetListIdleUsers() - Constructor for class org.jivesoftware.openfire.commands.admin.GetListIdleUsers
- GetListOnlineUsers - Class in org.jivesoftware.openfire.commands.admin
-
Command that allows to retrieve the number of registered users who are online at any one moment.
- GetListOnlineUsers() - Constructor for class org.jivesoftware.openfire.commands.admin.GetListOnlineUsers
- getListProperty(String, List<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 default list if the property does not exist.
- GetListRegisteredUsers - Class in org.jivesoftware.openfire.commands.admin
-
Command that allows to retrieve a list of all registered users.
- GetListRegisteredUsers() - Constructor for class org.jivesoftware.openfire.commands.admin.GetListRegisteredUsers
- getLoadWarning(String) - Method in class org.jivesoftware.openfire.container.PluginManager
-
Returns a human-readable, localized message related to a failure while trying to load a plugin.
- getLocal() - Method in class org.jivesoftware.openfire.session.DomainPair
- getLocalCertificates() - Method in interface org.jivesoftware.openfire.Connection
-
Returns the local underlying
X509Certificate
chain for the connection. - getLocalCertificates() - Method in class org.jivesoftware.openfire.net.SocketConnection
-
Deprecated.
- getLocalCertificates() - Method in class org.jivesoftware.openfire.net.VirtualConnection
- getLocalCertificates() - Method in class org.jivesoftware.openfire.nio.NettyConnection
- getLocalDomain - org.jivesoftware.openfire.session.RemoteSessionTask.Operation
-
Operations of incoming server sessions
- getLocalDomain() - Method in interface org.jivesoftware.openfire.session.IncomingServerSession
-
Returns the domain or subdomain of the local server used by the remote server when validating the session.
- getLocalDomain() - Method in class org.jivesoftware.openfire.session.LocalIncomingServerSession
-
Returns the domain or subdomain of the local server used by the remote server when validating the session.
- getLocalDomain() - Method in class org.jivesoftware.openfire.session.RemoteIncomingServerSession
- getLocalDomainVerHash() - Static method in class org.jivesoftware.openfire.entitycaps.EntityCapabilitiesManager
-
Returns the 'ver' hash for this server, returning capabilities that are available to anyone (including anonymous users)
- getLocalDomainVerHash(String) - Static method in class org.jivesoftware.openfire.entitycaps.EntityCapabilitiesManager
-
Returns the 'ver' hash for this server, returning capabilities that are avilable to the user identified by the provided username.
- getLocale() - Method in class org.jivesoftware.util.FastDateFormat
- getLocale() - Static method in class org.jivesoftware.util.JiveGlobals
-
Returns the global Locale used by Jive.
- getLocaleForSession(JID) - Method in class org.jivesoftware.openfire.SessionManager
- getLocalhost() - Method in class org.jivesoftware.openfire.mediaproxy.MediaProxySession
-
Get localhost of the Session
- getLocalhost() - Method in interface org.jivesoftware.openfire.mediaproxy.ProxyCandidate
- 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.
- 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.
- getLocalizedPluginString(String, String) - Static method in class org.jivesoftware.util.LocaleUtils
-
Returns an internationalized string loaded from a plugins resource bundle using the Jive Locale.
- getLocalizedString(String) - Static method in class org.jivesoftware.util.LocaleUtils
-
Returns an internationalized string loaded from a resource bundle.
- getLocalizedString(String, String) - Static method in class org.jivesoftware.util.LocaleUtils
-
Returns an internationalized string loaded from a resource bundle from the passed in plugin.
- getLocalizedString(String, String, List) - Static method in class org.jivesoftware.util.LocaleUtils
-
Returns an internationalized string loaded from a resource bundle from the passed in plugin.
- getLocalizedString(String, String, List<?>, Locale, boolean) - Static method in class org.jivesoftware.util.LocaleUtils
-
Returns an internationalized string loaded from a resource bundle from the passed in plugin, using the passed in Locale.
- getLocalizedString(String, 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, List<?>, Locale) - Static method in class org.jivesoftware.util.LocaleUtils
-
Returns an internationalized string loaded from a resource bundle substituting the passed in arguments.
- 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, 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.
- getLocalMUCRoomManager() - Method in interface org.jivesoftware.openfire.muc.MultiUserChatService
- getLocalMUCRoomManager() - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
- getLocalOccupants() - Method in class org.jivesoftware.openfire.muc.spi.OccupantManager
-
Returns data that is maintained for occupants of the local cluster node.
- getLocalOccupantsByNode() - Method in class org.jivesoftware.openfire.muc.spi.OccupantManager
- getLocalPortA() - Method in class org.jivesoftware.openfire.mediaproxy.MediaProxySession
-
Get the localport that listen for Host A Packets
- getLocalPortA() - Method in interface org.jivesoftware.openfire.mediaproxy.ProxyCandidate
- getLocalPortB() - Method in class org.jivesoftware.openfire.mediaproxy.MediaProxySession
-
Get the localport that listen for Host B Packets
- getLocalPortB() - Method in interface org.jivesoftware.openfire.mediaproxy.ProxyCandidate
- getLocalRooms() - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRoomManager
- getLock() - Method in class org.jivesoftware.openfire.commands.SessionData
-
Returns a mutex that should be obtained before accessing any immutable field of an instance of this class.
- getLock(Object, Cache) - Static method in class org.jivesoftware.util.cache.CacheFactory
-
Deprecated.in favour of
Cache.getLock(K)
. Will be removed in Openfire 5.0.0.Returns an existing
Lock
on the specified key or creates a new one if none was found. This operation is thread safe. Successive calls with the same key may or may not return the sameLock
. However, different threads asking for the same Lock at the same time will get the same Lock object.The supplied cache may or may not be used depending whether the server is running on cluster mode or not. When not running as part of a cluster then the lock will be unrelated to the cache and will only be visible in this JVM.
- getLock(Object, Cache) - Method in interface org.jivesoftware.util.cache.CacheFactoryStrategy
-
Returns an existing lock on the specified key or creates a new one if none was found.
- getLock(Object, Cache) - Method in class org.jivesoftware.util.cache.DefaultLocalCacheStrategy
- getLock(K) - Method in interface org.jivesoftware.util.cache.Cache
-
Returns an existing
Lock
on the specified key or creates a new one if none was found. - getLockedDate() - Method in class org.jivesoftware.openfire.muc.MUCRoom
-
Returns the date when the room was locked.
- getLockOutManager() - Method in class org.jivesoftware.openfire.XMPPServer
-
Returns the
LockOutManager
registered with this server. - getLockOutManager() - Method in class org.jivesoftware.util.WebManager
- getLockOutProvider() - Static method in class org.jivesoftware.openfire.lockout.LockOutManager
-
Returns the currently-installed LockOutProvider.
- getLogBatchGracePeriod() - Method in interface org.jivesoftware.openfire.muc.MultiUserChatService
-
Returns the maximum time to wait for a next incoming entry before writing the batch to the database.
- getLogBatchGracePeriod() - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
-
Returns the maximum time to wait for a next incoming entry before writing the batch to the database.
- getLogDir() - Method in interface org.jivesoftware.openfire.audit.AuditManager
-
Returns the absolute path to the directory where the audit log files will be saved.
- getLogDir() - Method in class org.jivesoftware.openfire.audit.spi.AuditManagerImpl
- getLogDirectory() - Static method in class org.jivesoftware.util.Log
-
Returns the directory that log files exist in.
- getLogger() - Method in class org.jivesoftware.openfire.pubsub.CollectionNode
- getLogger() - Method in class org.jivesoftware.openfire.pubsub.LeafNode
- getLogger() - Method in class org.jivesoftware.openfire.pubsub.Node
- getLoginLogoImage() - Static method in class org.jivesoftware.admin.AdminConsole
-
Returns the URL of the login image for the admin console.
- getLogMaxBatchInterval() - Method in interface org.jivesoftware.openfire.muc.MultiUserChatService
-
Returns the maximum time allowed to elapse between writing archive entries to the database.
- getLogMaxBatchInterval() - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
-
Returns the maximum time allowed to elapse between writing archive entries to the database.
- getLogMaxConversationBatchSize() - Method in interface org.jivesoftware.openfire.muc.MultiUserChatService
-
Returns the maximum number of messages to save to the database on each run of the archiving process.
- getLogMaxConversationBatchSize() - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
-
Returns the maximum number of messages to save to the database on each run of the archiving process.
- getLogoImage() - Static method in class org.jivesoftware.admin.AdminConsole
-
Returns the URL of the main logo image for the admin console.
- getLogTimeout() - Method in interface org.jivesoftware.openfire.audit.AuditManager
-
Returns the time between successive executions of the task that will save the queued audited packets to a permanent store.
- getLogTimeout() - Method in class org.jivesoftware.openfire.audit.spi.AuditManagerImpl
- getLong(int) - Method in class org.jivesoftware.database.CallableStatementWrapper
- getLong(String) - Method in class org.jivesoftware.database.CallableStatementWrapper
- getLongAttribute(String, long) - Static method in class org.jivesoftware.openfire.http.HttpBindBody
- getLongAttribute(HttpServletRequest, String, long) - Static method in class org.jivesoftware.util.ParamUtils
-
Returns an attribute as a long.
- getLongCacheSize() - Method in interface org.jivesoftware.util.cache.Cache
-
Returns the size of the cache.
- getLongCacheSize() - Method in class org.jivesoftware.util.cache.CacheWrapper
- getLongCacheSize() - Method in class org.jivesoftware.util.cache.CaffeineCache
-
Returns the size of the cache contents in bytes.
- getLongCacheSize() - Method in class org.jivesoftware.util.cache.DefaultCache
-
Returns the size of the cache contents in bytes.
- getLongCacheSize() - Method in class org.jivesoftware.util.cache.SerializingCache
- 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.
- getLongProperty(String, String, long) - Static method in class org.jivesoftware.openfire.muc.spi.MUCPersistenceManager
-
Returns a long value Jive property.
- getMajor() - Method in class org.jivesoftware.util.Version
-
Obtain the major release number for this product.
- getMajorVersion() - Method in class org.jivesoftware.openfire.container.PluginServletContext
- getMajorVersion() - Method in class org.jivesoftware.openfire.http.HttpBindBody
- getMajorVersion() - Method in class org.jivesoftware.openfire.http.HttpSession
-
Returns the major version of BOSH which this session utilizes.
- getMajorXMPPVersion() - Method in interface org.jivesoftware.openfire.Connection
-
Returns the major version of XMPP being used by this connection (major_version.minor_version.
- getMajorXMPPVersion() - Method in class org.jivesoftware.openfire.net.AbstractConnection
- getManager() - Method in class org.jivesoftware.openfire.pep.PEPService
- getManager() - Method in class org.jivesoftware.openfire.pubsub.PubSubModule
- getManager() - Method in interface org.jivesoftware.openfire.pubsub.PubSubService
-
Returns the ad-hoc commands manager used for this service.
- getManager() - Method in class org.jivesoftware.util.WebManager
- getMaxBorrowWaitTime() - Method in class org.jivesoftware.database.DefaultConnectionProvider
- getMaxBufferSize() - Method in class org.jivesoftware.openfire.spi.ConnectionConfiguration
- getMaxCacheLifetime(String) - Static method in class org.jivesoftware.util.cache.CacheFactory
-
If a local property is found for the supplied name which specifies a value for cache entry lifetime, it is returned.
- getMaxCacheSize() - Method in interface org.jivesoftware.util.cache.Cache
-
Returns the maximum size of the cache.
- getMaxCacheSize() - Method in class org.jivesoftware.util.cache.CacheWrapper
- getMaxCacheSize() - Method in class org.jivesoftware.util.cache.CaffeineCache
-
Returns the maximum size of the cache in bytes.
- getMaxCacheSize() - Method in class org.jivesoftware.util.cache.DefaultCache
-
Returns the maximum size of the cache (in bytes).
- getMaxCacheSize() - Method in class org.jivesoftware.util.cache.SerializingCache
- getMaxCacheSize(String) - Static method in class org.jivesoftware.util.cache.CacheFactory
-
If a local property is found for the supplied name which specifies a value for cache size, it is returned.
- getMaxCacheSizeRemark() - Method in interface org.jivesoftware.util.cache.Cache
-
An optional, human-readable remark on the maximum cache capacity configuration.
- getMaxCacheSizeRemark() - Method in class org.jivesoftware.util.cache.CacheWrapper
- getMaxCacheSizeRemark() - Method in class org.jivesoftware.util.cache.SerializingCache
- getMaxChars() - Method in class org.jivesoftware.openfire.muc.HistoryRequest
-
Returns the total number of characters to receive in the history.
- getMaxClusterNodes() - Static method in class org.jivesoftware.openfire.cluster.ClusterManager
-
Returns the maximum number of cluster members allowed.
- getMaxClusterNodes() - Static method in class org.jivesoftware.util.cache.CacheFactory
-
Returns the maximum number of cluster members allowed.
- getMaxClusterNodes() - Method in interface org.jivesoftware.util.cache.CacheFactoryStrategy
-
Returns the maximum number of cluster members allowed.
- getMaxClusterNodes() - Method in class org.jivesoftware.util.cache.DefaultLocalCacheStrategy
- getMaxConnections() - Method in class org.jivesoftware.database.DefaultConnectionProvider
-
Returns the maximum number of connections that the pool will use.
- getMaxFieldSize() - Method in class org.jivesoftware.database.CallableStatementWrapper
- getMaxFieldSize() - Method in class org.jivesoftware.database.StatementWrapper
- getMaxFileSize() - Method in interface org.jivesoftware.openfire.audit.AuditManager
-
Obtain the maximum size of audit log files in megabytes.
- getMaxFileSize() - Method in class org.jivesoftware.openfire.audit.spi.AuditManagerImpl
- getMaxIdleTime() - Method in class org.jivesoftware.openfire.nio.NettyClientConnectionHandler
- getMaxIdleTime() - Method in class org.jivesoftware.openfire.nio.NettyComponentConnectionHandler
- getMaxIdleTime() - Method in class org.jivesoftware.openfire.nio.NettyConnectionHandler
-
Returns the time that a connection can be idle before being closed.
- getMaxIdleTime() - Method in class org.jivesoftware.openfire.nio.NettyMultiplexerConnectionHandler
- getMaxIdleTime() - Method in class org.jivesoftware.openfire.nio.NettyOutboundConnectionHandler
- getMaxIdleTime() - Method in class org.jivesoftware.openfire.nio.NettyServerConnectionHandler
- getMaxIdleTime() - Method in class org.jivesoftware.openfire.websocket.WebSocketClientConnectionHandler
-
Returns the max duration that a connection can be idle before being closed.
- 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).
- getMaximumMemory() - Method in class org.jivesoftware.util.MemoryUsageMonitor.MemoryUsage
-
Returns the maximum amount of memory available to Openfire, including used, free and as-of-yet unallocated memory, in megabytes.
- getMaximumPoolSize() - Method in class org.jivesoftware.openfire.mbean.ThreadPoolExecutorDelegate
-
Returns the maximum allowed number of threads.
- getMaximumPoolSize() - Method in interface org.jivesoftware.openfire.mbean.ThreadPoolExecutorDelegateMBean
-
Returns the maximum allowed number of threads.
- getMaxLeafNodes() - Method in class org.jivesoftware.openfire.pubsub.CollectionNode
-
Returns the max number of leaf nodes that this collection node might have.
- getMaxLeafNodes() - Method in class org.jivesoftware.openfire.pubsub.DefaultNodeConfiguration
-
Returns the max number of leaf nodes that this collection node might have.
- getMaxLengthEstimate() - Method in class org.jivesoftware.util.FastDateFormat
-
Returns an estimate for the maximum length date that this date formatter will produce.
- getMaxLifetime() - Method in interface org.jivesoftware.util.cache.Cache
-
Returns the maximum number of milliseconds that any object can live in cache.
- getMaxLifetime() - Method in class org.jivesoftware.util.cache.CacheWrapper
- getMaxLifetime() - Method in class org.jivesoftware.util.cache.CaffeineCache
-
Returns the maximum number of milliseconds that any object can live in cache.
- getMaxLifetime() - Method in class org.jivesoftware.util.cache.DefaultCache
-
Returns the maximum number of milliseconds that any object can live in cache.
- getMaxLifetime() - Method in class org.jivesoftware.util.cache.SerializingCache
- getMaxMessages() - Method in class org.jivesoftware.openfire.muc.MUCRoomHistory
-
Returns the maximum number of messages that is kept in history for this room, or -1 when there is no such limit.
- getMaxNumber() - Method in class org.jivesoftware.openfire.muc.HistoryStrategy
-
Obtain the maximum number of messages for strategies using message number limitations.
- getMaxPause() - Method in class org.jivesoftware.openfire.http.HttpSession
-
Returns the maximum length of a temporary session pause that the client MAY request.
- getMaxPayloadSize() - Method in class org.jivesoftware.openfire.pubsub.DefaultNodeConfiguration
-
Returns the maximum payload size in bytes.
- getMaxPayloadSize() - Method in class org.jivesoftware.openfire.pubsub.LeafNode
- getMaxPollingInterval() - Method in class org.jivesoftware.openfire.http.HttpSession
-
Returns the max interval within which a client can send polling requests.
- getMaxPort() - Method in class org.jivesoftware.openfire.mediaproxy.MediaProxy
-
Returns the maximum port value to listen for incoming packets.
- getMaxPort() - Method in class org.jivesoftware.openfire.mediaproxy.MediaProxyService
-
Get Maximum port value to listen from incoming packets.
- getMaxPublishedItems() - Method in class org.jivesoftware.openfire.pubsub.DefaultNodeConfiguration
-
Returns the maximum number of published items to persist.
- getMaxPublishedItems() - Method in class org.jivesoftware.openfire.pubsub.LeafNode
- getMaxPurgeInterval() - Method in class org.jivesoftware.openfire.archive.Archiver
- getMaxRequests() - Method in class org.jivesoftware.openfire.http.HttpSession
-
Returns the max number of requests it is permissible for this session to have open at any one time.
- getMaxRows() - Method in class org.jivesoftware.database.CallableStatementWrapper
- getMaxRows() - Method in class org.jivesoftware.database.StatementWrapper
- getMaxStages(SessionData) - Method in class org.jivesoftware.openfire.commands.AdHocCommand
-
Returns the max number of stages for this command.
- getMaxStages(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.EditAdminList
- getMaxStages(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.EditAllowedList
- getMaxStages(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.EditBlockedList
- getMaxStages(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.GetAdminConsoleInfo
- getMaxStages(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.GetListActiveUsers
- getMaxStages(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.GetListDisabledUsers
- getMaxStages(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.GetListIdleUsers
- getMaxStages(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.GetListOnlineUsers
- getMaxStages(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.GetListRegisteredUsers
- getMaxStages(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.GetNumberActiveUsers
- getMaxStages(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.GetNumberDisabledUsers
- getMaxStages(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.GetNumberIdleUsers
- getMaxStages(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.GetNumberOnlineUsers
- getMaxStages(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.GetNumberRegisteredUsers
- getMaxStages(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.GetNumberUserSessions
- getMaxStages(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.GetServerStats
- getMaxStages(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.GetUsersPresence
- getMaxStages(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.group.AddGroup
- getMaxStages(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.group.AddGroupUsers
- getMaxStages(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.group.DeleteGroup
- getMaxStages(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.group.DeleteGroupUsers
- getMaxStages(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.group.GetListGroups
- getMaxStages(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.group.GetListGroupUsers
- getMaxStages(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.group.UpdateGroup
- getMaxStages(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.HttpBindStatus
- getMaxStages(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.muc.CreateMUCRoom
- getMaxStages(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.PacketsNotification
- getMaxStages(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.SendAnnouncementToOnlineUsers
- getMaxStages(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.user.AddUser
- getMaxStages(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.user.AuthenticateUser
- getMaxStages(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.user.ChangeUserPassword
- getMaxStages(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.user.DeleteUser
- getMaxStages(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.user.DisableUser
- getMaxStages(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.user.EndUserSession
- getMaxStages(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.user.GetUserRoster
- getMaxStages(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.user.ReEnableUser
- getMaxStages(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.user.UserProperties
- getMaxStages(SessionData) - Method in class org.jivesoftware.openfire.commands.event.GroupAdminAdded
- getMaxStages(SessionData) - Method in class org.jivesoftware.openfire.commands.event.GroupAdminRemoved
- getMaxStages(SessionData) - Method in class org.jivesoftware.openfire.commands.event.GroupCreated
- getMaxStages(SessionData) - Method in class org.jivesoftware.openfire.commands.event.GroupDeleting
- getMaxStages(SessionData) - Method in class org.jivesoftware.openfire.commands.event.GroupMemberAdded
- getMaxStages(SessionData) - Method in class org.jivesoftware.openfire.commands.event.GroupMemberRemoved
- getMaxStages(SessionData) - Method in class org.jivesoftware.openfire.commands.event.GroupModified
- getMaxStages(SessionData) - Method in class org.jivesoftware.openfire.commands.event.UserCreated
- getMaxStages(SessionData) - Method in class org.jivesoftware.openfire.commands.event.UserDeleting
- getMaxStages(SessionData) - Method in class org.jivesoftware.openfire.commands.event.UserModified
- getMaxStages(SessionData) - Method in class org.jivesoftware.openfire.commands.event.VCardCreated
- getMaxStages(SessionData) - Method in class org.jivesoftware.openfire.commands.event.VCardDeleting
- getMaxStages(SessionData) - Method in class org.jivesoftware.openfire.commands.event.VCardModified
- getMaxStages(SessionData) - Method in class org.jivesoftware.openfire.commands.generic.Ping
- getMaxStages(SessionData) - Method in class org.jivesoftware.openfire.pubsub.PendingSubscriptionsCommand
- getMaxStanzas() - Method in class org.jivesoftware.openfire.muc.HistoryRequest
-
Returns the total number of messages to receive in the history.
- getMaxThreadCount() - Method in class org.jivesoftware.openfire.Channel
-
Returns the max number of threads the channel will use for processing messages.
- getMaxThreadPoolSize() - Method in class org.jivesoftware.openfire.spi.ConnectionConfiguration
- getMaxTotalSize() - Method in interface org.jivesoftware.openfire.audit.AuditManager
-
Returns the maximum size in megabytes that all audit log files may have.
- getMaxTotalSize() - Method in class org.jivesoftware.openfire.audit.spi.AuditManagerImpl
- getMaxUsers() - Method in class org.jivesoftware.openfire.muc.MUCRoom
-
Returns the maximum number of occupants that can be simultaneously in the room.
- getMaxUsers() - Method in class org.jivesoftware.openfire.muc.spi.MUCRoomSearchInfo
- getMaxWaitTime() - Method in class org.jivesoftware.database.DefaultConnectionProvider
- getMaxWorkQueueSize() - Method in class org.jivesoftware.openfire.archive.Archiver
- getMeanBorrowWaitTime() - Method in class org.jivesoftware.database.DefaultConnectionProvider
- getMechanismName() - Method in class org.jivesoftware.openfire.sasl.AnonymousSaslServer
- getMechanismName() - Method in class org.jivesoftware.openfire.sasl.ExternalClientSaslServer
- getMechanismName() - Method in class org.jivesoftware.openfire.sasl.ExternalServerSaslServer
- getMechanismName() - Method in class org.jivesoftware.openfire.sasl.JiveSharedSecretSaslServer
- getMechanismName() - Method in class org.jivesoftware.openfire.sasl.SaslServerPlainImpl
-
Returns the IANA-registered mechanism name of this SASL server.
- getMechanismName() - Method in class org.jivesoftware.openfire.sasl.ScramSha1SaslServer
-
Returns the IANA-registered mechanism name of this SASL server.
- getMechanismNames(Map<String, ?>) - Method in class org.jivesoftware.openfire.sasl.SaslServerFactoryImpl
- getMediaProxyService() - Method in class org.jivesoftware.openfire.XMPPServer
-
Returns the
MediaProxyService
registered with this server. - getMemberForReservedNickname(String) - Method in class org.jivesoftware.openfire.muc.MUCRoom
-
Returns the bare JID of the member for which a nickname is reserved.
- getMembers() - Method in class org.jivesoftware.admin.LdapGroupTester.Group
- getMembers() - Method in class org.jivesoftware.openfire.group.Group
-
Returns a Collection of the group members.
- getMembers() - Method in class org.jivesoftware.openfire.muc.MUCRoom
-
Returns a collection with the current list of room members.
- getMemoryUsageAfterLastGC() - Method in class org.jivesoftware.util.MemoryUsageMonitor
-
Returns the memory usage of Openfire as it was recorded directly after the last garbage collection event.
- getMessage() - Method in exception org.jivesoftware.util.HTTPConnectionException
- getMessage(String, Date) - Method in class org.jivesoftware.openfire.OfflineMessageStore
-
Returns the offline message of the specified user with the given creation date.
- getMessageHistory() - Method in class org.jivesoftware.openfire.muc.HistoryStrategy
-
Obtain the current history as an iterator of messages to play back to a new room member.
- getMessageHistory() - Method in class org.jivesoftware.openfire.muc.MUCRoomHistory
- getMessageRouter() - Method in class org.jivesoftware.openfire.XMPPServer
-
Returns the
MessageRouter
registered with this server. - getMessages(String, boolean) - Method in class org.jivesoftware.openfire.OfflineMessageStore
-
Returns a Collection of all messages in the store for a user.
- getMetadata(String) - Method in class org.jivesoftware.openfire.container.PluginManager
-
Returns metadata for an extracted plugin, or null when the plugin is extracted nor loaded.
- getMetaData() - Method in class org.jivesoftware.database.AbstractConnection
- getMetaData() - Method in class org.jivesoftware.database.CallableStatementWrapper
- getMetaData() - Method in class org.jivesoftware.database.PreparedStatementWrapper
- getMetadataExtractedPlugins() - Method in class org.jivesoftware.openfire.container.PluginManager
-
Returns metadata for all extracted plugins, mapped by their canonical name.
- getMetadataForm(Locale) - Method in class org.jivesoftware.openfire.pubsub.Node
-
Returns a data form containing the node configuration that is going to be used for service discovery.
- getMethodDescriptors() - Method in class org.jivesoftware.util.JiveBeanInfo
- getMicro() - Method in class org.jivesoftware.util.Version
-
Obtain the micro release number for this product.
- getMimeType() - Method in class org.jivesoftware.openfire.filetransfer.FileTransfer
- getMimeType(String) - Method in class org.jivesoftware.openfire.container.PluginServletContext
- getMinCacheSize(String) - Static method in class org.jivesoftware.util.cache.CacheFactory
- getMinConnections() - Method in class org.jivesoftware.database.DefaultConnectionProvider
-
Returns the minimum number of connections that the pool will use.
- getMinIdleTime() - Method in class org.jivesoftware.database.DefaultConnectionProvider
- getMinJavaVersion() - Method in class org.jivesoftware.openfire.container.PluginMetadata
- getMinJavaVersion(Path) - Static method in class org.jivesoftware.openfire.container.PluginMetadataHelper
-
Returns the minimum Java specification version this plugin needs to run.
- getMinJavaVersion(Plugin) - Static method in class org.jivesoftware.openfire.container.PluginMetadataHelper
-
Returns the minimum Java specification version this plugin needs to run.
- getMinor() - Method in class org.jivesoftware.util.Version
-
Obtain the minor release number for this product.
- getMinorVersion() - Method in class org.jivesoftware.openfire.container.PluginServletContext
- getMinorVersion() - Method in class org.jivesoftware.openfire.http.HttpBindBody
- getMinorVersion() - Method in class org.jivesoftware.openfire.http.HttpSession
-
Returns the major version of BOSH which this session utilizes.
- getMinorXMPPVersion() - Method in interface org.jivesoftware.openfire.Connection
-
Returns the minor version of XMPP being used by this connection (major_version.minor_version.
- getMinorXMPPVersion() - Method in class org.jivesoftware.openfire.net.AbstractConnection
- getMinPort() - Method in class org.jivesoftware.openfire.mediaproxy.MediaProxy
-
Returns the minimum port value to listen for incoming packets.
- getMinPort() - Method in class org.jivesoftware.openfire.mediaproxy.MediaProxyService
-
Get Minimal port value to listen from incoming packets.
- getMinServerVersion() - Method in class org.jivesoftware.openfire.container.PluginMetadata
- getMinServerVersion(Path) - Static method in class org.jivesoftware.openfire.container.PluginMetadataHelper
-
Returns the minimum server version this plugin can run within.
- getMinServerVersion(Plugin) - Method in class org.jivesoftware.openfire.container.PluginManager
-
Deprecated.
- getMinServerVersion(Plugin) - Static method in class org.jivesoftware.openfire.container.PluginMetadataHelper
-
Returns the minimum server version this plugin can run within.
- getMinThreadCount() - Method in class org.jivesoftware.openfire.Channel
-
Returns the min number of threads the channel will use for processing messages.
- getMode() - Method in class org.jivesoftware.openfire.muc.spi.FMUCHandler.OutboundJoin
- getMode() - Method in class org.jivesoftware.openfire.muc.spi.FMUCHandler.OutboundJoinConfiguration
- getModel() - Static method in class org.jivesoftware.admin.AdminConsole
-
Returns the model.
- getModerators() - Method in class org.jivesoftware.openfire.muc.MUCRoom
-
Returns a collection with the current list of room moderators.
- getModificationDate() - Method in class org.jivesoftware.openfire.muc.MUCRoom
-
Returns the last date when the room's configuration was modified.
- getModificationDate() - Method in class org.jivesoftware.openfire.pubsub.Node
-
Returns the last date when the ndoe's configuration was modified.
- getModificationDate() - Method in class org.jivesoftware.openfire.user.User
- getMoreResults() - Method in class org.jivesoftware.database.CallableStatementWrapper
- getMoreResults() - Method in class org.jivesoftware.database.StatementWrapper
- getMoreResults(int) - Method in class org.jivesoftware.database.CallableStatementWrapper
- getMoreResults(int) - Method in class org.jivesoftware.database.StatementWrapper
- getMsgID() - Method in class org.jivesoftware.openfire.security.SecurityAuditEvent
-
Retrieves the unique ID of this event.
- getMsgs() - Method in class org.jivesoftware.openfire.nio.XMLLightweightParser
- getMUCDelegate() - Method in interface org.jivesoftware.openfire.muc.MultiUserChatService
-
Gets the MUC event delegate handler for this service.
- getMUCDelegate() - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
-
Gets the MUC event delegate handler for this service.
- getMUCRoles(JID) - Method in interface org.jivesoftware.openfire.muc.MultiUserChatService
-
Returns the list of
MUCRole
in all rooms for the specified user's session. - getMUCRoles(JID) - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
- getMUCService() - Method in class org.jivesoftware.openfire.muc.MUCRoom
-
Get the multi-user chat service the room is attached to.
- getMulticastRouter() - Method in class org.jivesoftware.openfire.XMPPServer
-
Returns the
MulticastRouter
registered with this server. - getMultiplexers() - Method in class org.jivesoftware.openfire.multiplex.ConnectionMultiplexerManager
-
Returns the names of the connected connection managers to this server.
- getMultiplexerSession(String) - Method in class org.jivesoftware.openfire.multiplex.ConnectionMultiplexerManager
-
Returns a
ConnectionMultiplexerSession
for the specified connection manager domain ornull
if none was found. - getMultiplexerSession(String, StreamID) - Method in class org.jivesoftware.openfire.multiplex.ConnectionMultiplexerManager
-
Returns a
ConnectionMultiplexerSession
for the specified connection manager domain ornull
if none was found. - getMultistatGroup(String) - Method in class org.jivesoftware.openfire.stats.StatisticsManager
- getMultiUserChatManager() - Method in class org.jivesoftware.openfire.XMPPServer
-
Returns the
MultiUserChatManager
registered with this server. - getMultiUserChatManager() - Method in class org.jivesoftware.util.WebManager
- getMultiUserChatService(long) - Method in class org.jivesoftware.openfire.muc.MultiUserChatManager
-
Retrieves a MultiUserChatService instance specified by it's service ID.
- getMultiUserChatService(String) - Method in class org.jivesoftware.openfire.muc.MultiUserChatManager
-
Retrieves a MultiUserChatService instance specified by it's subdomain of the server's primary domain.
- getMultiUserChatService(JID) - Method in class org.jivesoftware.openfire.muc.MultiUserChatManager
-
Retrieves a MultiUserChatService instance specified by any JID that refers to it.
- getMultiUserChatServiceID(String) - Method in class org.jivesoftware.openfire.muc.MultiUserChatManager
-
Retrieves the database ID of a MUC service by subdomain.
- getMultiUserChatServices() - Method in class org.jivesoftware.openfire.muc.MultiUserChatManager
-
Retrieves all of the MultiUserChatServices managed and configured for this server, sorted by subdomain.
- getMultiUserChatServicesCount() - Method in class org.jivesoftware.openfire.muc.MultiUserChatManager
-
Retrieves the number of MultiUserChatServices that are configured for this server.
- getMultiUserChatSubdomain(long) - Method in class org.jivesoftware.openfire.muc.MultiUserChatManager
-
Retrieves the subdomain of a specified service ID.
- getMutex(DomainPair) - Method in class org.jivesoftware.openfire.server.OutgoingSessionPromise
-
Generates an object that is suitable as a mutex for operations that involve the provided DomainPair instance.
- getName - org.jivesoftware.openfire.session.RemoteSessionTask.Operation
- 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.admin.servlet.SystemPropertiesServlet.Search
- getName() - Method in class org.jivesoftware.database.DefaultConnectionProviderBeanInfo
- getName() - Method in class org.jivesoftware.openfire.Channel
-
Returns the name of the channel.
- getName() - Method in class org.jivesoftware.openfire.cluster.ClusterMonitor
- getName() - Method in class org.jivesoftware.openfire.container.BasicModule
-
Obtain the name of the module.
- getName() - Method in enum org.jivesoftware.openfire.container.CacheInfo.Type
- getName() - Method in interface org.jivesoftware.openfire.container.Module
-
Returns the name of the module for display in administration interfaces.
- getName() - Method in class org.jivesoftware.openfire.container.PluginMetadata
- getName() - Method in class org.jivesoftware.openfire.disco.DiscoItem
-
Returns the entity's name.
- getName() - Method in class org.jivesoftware.openfire.group.Group
-
Returns the name of the group.
- getName() - Method in class org.jivesoftware.openfire.IQHandlerInfo
-
Obtain the name of the root iq element for this packet type.
- getName() - Method in class org.jivesoftware.openfire.mediaproxy.MediaProxyService
- getName() - Method in class org.jivesoftware.openfire.muc.MUCRoom
-
Get the name of this room.
- getName() - Method in class org.jivesoftware.openfire.muc.spi.MUCRoomSearchInfo
- getName() - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
- getName() - Method in class org.jivesoftware.openfire.privacy.PrivacyList
-
Returns the name that uniquely identifies this list among the users lists.
- getName() - Method in class org.jivesoftware.openfire.pubsub.models.AccessModel
-
Returns the name as defined by the JEP-60 spec.
- getName() - Method in class org.jivesoftware.openfire.pubsub.models.AuthorizeAccess
- getName() - Method in class org.jivesoftware.openfire.pubsub.models.OnlyPublishers
- getName() - Method in class org.jivesoftware.openfire.pubsub.models.OnlySubscribers
- getName() - Method in class org.jivesoftware.openfire.pubsub.models.OpenAccess
- getName() - Method in class org.jivesoftware.openfire.pubsub.models.OpenPublisher
- getName() - Method in class org.jivesoftware.openfire.pubsub.models.PresenceAccess
- getName() - Method in class org.jivesoftware.openfire.pubsub.models.PublisherModel
-
Returns the name as defined by the JEP-60 spec.
- getName() - Method in class org.jivesoftware.openfire.pubsub.models.RosterAccess
- getName() - Method in class org.jivesoftware.openfire.pubsub.models.WhitelistAccess
- getName() - Method in class org.jivesoftware.openfire.pubsub.Node
-
Returns the name of the node.
- getName() - Method in enum org.jivesoftware.openfire.roster.RosterItem.SubType
- getName() - Method in class org.jivesoftware.openfire.session.LocalComponentSession.LocalExternalComponent
- getName() - Method in class org.jivesoftware.openfire.stats.i18nStatistic
- getName() - Method in interface org.jivesoftware.openfire.stats.Statistic
-
Returns the name of a stat.
- getName() - Method in class org.jivesoftware.openfire.user.User
- getName() - Method in interface org.jivesoftware.util.cache.Cache
-
Returns the name of the cache.
- getName() - Method in class org.jivesoftware.util.cache.CacheWrapper
- getName() - Method in class org.jivesoftware.util.cache.CaffeineCache
-
Returns the name of the cache.
- getName() - Method in class org.jivesoftware.util.cache.DefaultCache
-
Returns the name of this cache.
- getName() - Method in class org.jivesoftware.util.cache.SerializingCache
- 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(Path) - Static method in class org.jivesoftware.openfire.container.PluginMetadataHelper
-
Returns the name of a plugin.
- getName(Plugin) - Method in class org.jivesoftware.openfire.container.PluginManager
-
Deprecated.Moved to
PluginMetadataHelper.getName(Plugin)
. - getName(Plugin) - Static method in class org.jivesoftware.openfire.container.PluginMetadataHelper
-
Returns the name of a plugin.
- getNamedDispatcher(String) - Method in class org.jivesoftware.openfire.container.PluginServletContext
- getNameField() - Method in class org.jivesoftware.openfire.ldap.LdapManager
-
Returns the LDAP field name that the user's name is stored in.
- getNamespace() - Method in class org.jivesoftware.openfire.IQHandlerInfo
-
Obtain the namespace of the root iq element for this packet type.
- getNamespace() - Method in class org.jivesoftware.openfire.net.ClientStanzaHandler
- getNaturalLanguageName() - Method in class org.jivesoftware.openfire.muc.MUCRoom
-
Returns the natural language name of the room.
- getNaturalLanguageName() - Method in class org.jivesoftware.openfire.muc.spi.MUCRoomSearchInfo
- getNCharacterStream(int) - Method in class org.jivesoftware.database.CallableStatementWrapper
- getNCharacterStream(String) - Method in class org.jivesoftware.database.CallableStatementWrapper
- getNClob(int) - Method in class org.jivesoftware.database.CallableStatementWrapper
- getNClob(String) - Method in class org.jivesoftware.database.CallableStatementWrapper
- getNegotiatedProperty(String) - Method in class org.jivesoftware.openfire.sasl.AnonymousSaslServer
- getNegotiatedProperty(String) - Method in class org.jivesoftware.openfire.sasl.ExternalClientSaslServer
- getNegotiatedProperty(String) - Method in class org.jivesoftware.openfire.sasl.ExternalServerSaslServer
- getNegotiatedProperty(String) - Method in class org.jivesoftware.openfire.sasl.JiveSharedSecretSaslServer
- getNegotiatedProperty(String) - Method in class org.jivesoftware.openfire.sasl.SaslServerPlainImpl
-
Retrieves the negotiated property.
- getNegotiatedProperty(String) - Method in class org.jivesoftware.openfire.sasl.ScramSha1SaslServer
-
Retrieves the negotiated property.
- getNetBuffSize() - Method in class org.jivesoftware.openfire.net.TLSWrapper
- getNetworkTimeout() - Method in class org.jivesoftware.database.AbstractConnection
- getNewAsk() - Method in class org.jivesoftware.openfire.handler.PresenceSubscribeHandler.Change
- getNewNickname() - Method in class org.jivesoftware.openfire.muc.cluster.OccupantUpdatedTask
- getNewRecv() - Method in class org.jivesoftware.openfire.handler.PresenceSubscribeHandler.Change
- getNewSub() - Method in class org.jivesoftware.openfire.handler.PresenceSubscribeHandler.Change
- getNickname() - Method in class org.jivesoftware.admin.LdapUserProfile
- getNickname() - Method in class org.jivesoftware.openfire.muc.cluster.OccupantAddedTask
- getNickname() - Method in class org.jivesoftware.openfire.muc.cluster.OccupantKickedForNicknameTask
- getNickname() - Method in class org.jivesoftware.openfire.muc.cluster.OccupantRemovedTask
- getNickname() - Method in class org.jivesoftware.openfire.muc.MUCRole
-
Obtain the nickname for the user in the chatroom.
- getNickname() - Method in class org.jivesoftware.openfire.muc.spi.OccupantManager.Occupant
- getNickname() - Method in class org.jivesoftware.openfire.roster.RosterItem
-
Obtain the current nickname for the item.
- getNode() - Method in class org.jivesoftware.admin.servlet.SecurityAuditViewerServlet.Search
- getNode() - Method in class org.jivesoftware.openfire.disco.DiscoItem
-
Returns the node attribute that supplements the 'jid' attribute.
- getNode() - Method in class org.jivesoftware.openfire.pubsub.NodeAffiliate
- getNode() - Method in class org.jivesoftware.openfire.pubsub.NodeSubscription
-
Returns the node that holds this subscription.
- getNode() - Method in class org.jivesoftware.openfire.pubsub.PublishedItem
-
Returns the
LeafNode
where this item was published. - getNode() - Method in class org.jivesoftware.openfire.security.SecurityAuditEvent
-
Retrieves the node that triggered the event, usually a hostname or IP address.
- getNode(String) - Method in interface org.jivesoftware.openfire.pubsub.PubSubService
-
Returns the
Node
that matches the specified node ID ornull
if none was found. - getNode(String) - Method in class org.jivesoftware.openfire.pubsub.PubSubServiceInfo
- getNode(Node.UniqueIdentifier) - Method in class org.jivesoftware.openfire.pep.PEPService
- getNode(Node.UniqueIdentifier) - Method in class org.jivesoftware.openfire.pubsub.PubSubModule
- getNode(Node.UniqueIdentifier) - Method in interface org.jivesoftware.openfire.pubsub.PubSubService
-
Returns the
Node
that matches the specified node ID ornull
if none was found. - getNodeByLocalOccupant() - Method in class org.jivesoftware.openfire.muc.spi.OccupantManager
- getNodeId() - Method in class org.jivesoftware.openfire.pubsub.cluster.NodeTask
-
The node identifier, unique in context of the service, for the pubsub node that is the subject of the task.
- getNodeId() - Method in class org.jivesoftware.openfire.pubsub.Node.UniqueIdentifier
- getNodeID() - Method in interface org.jivesoftware.openfire.cluster.ClusterNodeInfo
-
Returns the ID that uniquely identifies this node.
- getNodeID() - Method in class org.jivesoftware.openfire.handler.DirectedPresence
- getNodeID() - Method in class org.jivesoftware.openfire.pubsub.Node
-
Returns the string representation of the unique identifier for a node within the context of a pubsub service.
- getNodeID() - Method in class org.jivesoftware.openfire.pubsub.PublishedItem
-
Returns the id for the
LeafNode
where this item was published. - getNodeID() - Method in class org.jivesoftware.openfire.session.ClientSessionInfo
- getNodeID() - Method in class org.jivesoftware.openfire.session.IncomingServerSessionInfo
- getNodeID() - Method in class org.jivesoftware.openfire.spi.ClientRoute
- getNodeID() - Method in class org.jivesoftware.openfire.XMPPServer
-
Returns an ID that uniquely identifies this server in a cluster.
- getNodeIdentifier() - Method in class org.jivesoftware.openfire.pubsub.PublishedItem.UniqueIdentifier
- getNodeIfLoaded() - Method in class org.jivesoftware.openfire.pubsub.cluster.NodeTask
-
Finds the pubsub node that is the subject of this task.
- getNodeInfo(byte[]) - Static method in class org.jivesoftware.openfire.cluster.ClusterManager
-
Returns basic information about a specific member of the cluster.
- getNodeInfo(NodeID) - Static method in class org.jivesoftware.openfire.cluster.ClusterManager
-
Returns basic information about a specific member of the cluster.
- getNodes() - Method in class org.jivesoftware.openfire.pep.PEPService
- getNodes() - Method in class org.jivesoftware.openfire.pubsub.CollectionNode
- getNodes() - Method in class org.jivesoftware.openfire.pubsub.Node
-
Returns the list of nodes contained by this node.
- getNodes() - Method in class org.jivesoftware.openfire.pubsub.PubSubModule
- getNodes() - Method in interface org.jivesoftware.openfire.pubsub.PubSubService
-
Returns the collection of nodes hosted by the pubsub service.
- getNodes() - Method in class org.jivesoftware.openfire.pubsub.PubSubServiceInfo
- getNodesInfo() - Static method in class org.jivesoftware.openfire.cluster.ClusterManager
-
Returns basic information about the current members of the cluster or an empty collection if not running in a cluster.
- getNonPersistedInstance() - Static method in class org.jivesoftware.util.XMLProperties
-
Creates a new empty XMLProperties object.
- getNonPersistedInstance(InputStream) - Static method in class org.jivesoftware.util.XMLProperties
-
Creates a new XMLProperties object with content loaded from a stream.
- getNonPersistentRoomCount() - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRoomManager
-
Returns a count of all rooms that are non-persistent.
- getNotificationMessage() - Method in class org.jivesoftware.openfire.update.UpdateManager
-
Returns the message to send to admins when new updates are available.
- getNotInstalledPlugins() - Method in class org.jivesoftware.openfire.update.UpdateManager
-
Returns the list of available plugins, sorted alphabetically, to install as reported by igniterealtime.org.
- getNString(int) - Method in class org.jivesoftware.database.CallableStatementWrapper
- getNString(String) - Method in class org.jivesoftware.database.CallableStatementWrapper
- GetNumberActiveUsers - Class in org.jivesoftware.openfire.commands.admin
-
Command that allows to retrieve the number of online users who are active at any one moment.
- GetNumberActiveUsers() - Constructor for class org.jivesoftware.openfire.commands.admin.GetNumberActiveUsers
- getNumberChatRooms() - Method in interface org.jivesoftware.openfire.muc.MultiUserChatService
-
Returns the number of existing rooms in the server (i.e.
- getNumberChatRooms() - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
-
Returns the number of existing rooms in the server (i.e.
- getNumberConnectedUsers() - Method in interface org.jivesoftware.openfire.muc.MultiUserChatService
-
Returns the total number of occupants in all rooms.
- getNumberConnectedUsers() - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
-
Returns the total number of occupants in all rooms.
- GetNumberDisabledUsers - Class in org.jivesoftware.openfire.commands.admin
-
Command that allows to retrieve the number of disabled users
- GetNumberDisabledUsers() - Constructor for class org.jivesoftware.openfire.commands.admin.GetNumberDisabledUsers
- GetNumberIdleUsers - Class in org.jivesoftware.openfire.commands.admin
-
Command that allows to retrieve the number of idle users.
- GetNumberIdleUsers() - Constructor for class org.jivesoftware.openfire.commands.admin.GetNumberIdleUsers
- GetNumberOnlineUsers - Class in org.jivesoftware.openfire.commands.admin
-
Command that allows to retrieve the number of registered users who are online at any one moment.
- GetNumberOnlineUsers() - Constructor for class org.jivesoftware.openfire.commands.admin.GetNumberOnlineUsers
- GetNumberRegisteredUsers - Class in org.jivesoftware.openfire.commands.admin
-
Command that allows to retrieve the number of registered users
- GetNumberRegisteredUsers() - Constructor for class org.jivesoftware.openfire.commands.admin.GetNumberRegisteredUsers
- getNumberRoomOccupants() - Method in interface org.jivesoftware.openfire.muc.MultiUserChatService
-
Retuns the total number of users that have joined in all rooms in the server.
- getNumberRoomOccupants() - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
-
Returns the total number of users that have joined in all rooms in the server.
- GetNumberUserSessions - Class in org.jivesoftware.openfire.commands.admin
-
Command that allows to retrieve the number of user sessions at any one moment.
- GetNumberUserSessions() - Constructor for class org.jivesoftware.openfire.commands.admin.GetNumberUserSessions
- getNumClientPackets - org.jivesoftware.openfire.session.RemoteSessionTask.Operation
- getNumClientPackets() - Method in class org.jivesoftware.openfire.session.LocalSession
-
Obtain the number of packets sent from the client to the server.
- getNumClientPackets() - Method in class org.jivesoftware.openfire.session.RemoteSession
- getNumClientPackets() - Method in interface org.jivesoftware.openfire.session.Session
-
Obtain the number of packets sent from the client to the server.
- getNumConnectedClients(String) - Method in class org.jivesoftware.openfire.multiplex.ConnectionMultiplexerManager
-
Returns the number of connected clients to a specific connection manager.
- getNumResults() - Method in class org.jivesoftware.openfire.pubsub.PubsubNodeResultFilter
-
Returns the max number of results that should be returned.
- getNumResults() - Method in class org.jivesoftware.openfire.SessionResultFilter
-
Returns the max number of results that should be returned.
- getNumServerPackets - org.jivesoftware.openfire.session.RemoteSessionTask.Operation
- getNumServerPackets() - Method in class org.jivesoftware.openfire.session.LocalSession
-
Obtain the number of packets sent from the server to the client.
- getNumServerPackets() - Method in class org.jivesoftware.openfire.session.RemoteSession
- getNumServerPackets() - Method in interface org.jivesoftware.openfire.session.Session
-
Obtain the number of packets sent from the server to the client.
- getObject(int) - Method in class org.jivesoftware.database.CallableStatementWrapper
- getObject(int, Class<T>) - Method in class org.jivesoftware.database.CallableStatementWrapper
- getObject(int, Map<String, Class<?>>) - Method in class org.jivesoftware.database.CallableStatementWrapper
- getObject(String) - Method in class org.jivesoftware.database.CallableStatementWrapper
- getObject(String, Class<T>) - Method in class org.jivesoftware.database.CallableStatementWrapper
- getObject(String, Map<String, Class<?>>) - Method in class org.jivesoftware.database.CallableStatementWrapper
- getOccupantByFullJID(JID) - Method in class org.jivesoftware.openfire.muc.MUCRoom
-
Returns the role of a given user in the room by his full JID or
null
if no role was found for the specified user. - getOccupantManager() - Method in interface org.jivesoftware.openfire.muc.MultiUserChatService
- getOccupantManager() - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
- getOccupants() - Method in class org.jivesoftware.openfire.muc.cluster.SyncLocalOccupantsAndSendJoinPresenceTask
- getOccupants() - Method in class org.jivesoftware.openfire.muc.MUCRoom
-
Obtain the roles of all users in the chatroom.
- getOccupantsByBareJID(JID) - Method in class org.jivesoftware.openfire.muc.MUCRoom
-
Obtain the roles of a given user in the room by his bare JID.
- getOccupantsByNickname(String) - Method in class org.jivesoftware.openfire.muc.MUCRoom
-
Obtain the roles of a given user by nickname.
- getOccupantsCount() - Method in class org.jivesoftware.openfire.muc.MUCRoom
-
Returns the number of occupants in the chatroom at the moment.
- getOccupantsCount() - Method in class org.jivesoftware.openfire.muc.spi.MUCRoomSearchInfo
- getOfflineMessageStore() - Method in class org.jivesoftware.openfire.XMPPServer
-
Returns the
OfflineMessageStore
registered with this server. - getOfflineMessageStrategy() - Method in class org.jivesoftware.openfire.XMPPServer
-
Returns the
OfflineMessageStrategy
registered with this server. - getOldNickname() - Method in class org.jivesoftware.openfire.muc.cluster.OccupantUpdatedTask
- getOpenfireUser() - Method in class org.jivesoftware.openfire.crowd.jaxb.User
- getOpenfireVersion() - Method in class org.jivesoftware.openfire.cluster.GetClusteredVersions
- getOrder() - Method in class org.jivesoftware.openfire.privacy.PrivacyItem
- getOriginator() - Method in class org.jivesoftware.openfire.muc.cluster.NewClusterMemberJoinedTask
- getOriginator() - Method in class org.jivesoftware.openfire.muc.cluster.OccupantAddedTask
- getOriginator() - Method in class org.jivesoftware.openfire.muc.cluster.OccupantKickedForNicknameTask
- getOriginator() - Method in class org.jivesoftware.openfire.muc.cluster.OccupantRemovedTask
- getOriginator() - Method in class org.jivesoftware.openfire.muc.cluster.OccupantUpdatedTask
- getOriginator() - Method in class org.jivesoftware.openfire.muc.cluster.SyncLocalOccupantsAndSendJoinPresenceTask
- getOutboundJoin() - Method in class org.jivesoftware.openfire.muc.spi.FMUCHandler
- getOutboundJoinProgress() - Method in class org.jivesoftware.openfire.muc.spi.FMUCHandler
- getOutcasts() - Method in class org.jivesoftware.openfire.muc.MUCRoom
-
Returns a collection with the current list of outcast users.
- getOutgoingDomainPairs - org.jivesoftware.openfire.session.RemoteSessionTask.Operation
-
Operations of outgoing server sessions
- getOutgoingDomainPairs() - Method in class org.jivesoftware.openfire.session.LocalOutgoingServerSession
- getOutgoingDomainPairs() - Method in interface org.jivesoftware.openfire.session.OutgoingServerSession
-
Obtains all authenticated domain pairs.
- getOutgoingDomainPairs() - Method in class org.jivesoftware.openfire.session.RemoteOutgoingServerSession
- getOutgoingDomainPairs() - Method in class org.jivesoftware.openfire.SessionManager
- getOutgoingMessageCount(boolean) - Method in interface org.jivesoftware.openfire.muc.MultiUserChatService
-
Returns the total number of outgoing messages since last reset.
- getOutgoingMessageCount(boolean) - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
-
Returns the total number of outgoing messages since last reset.
- getOutgoingServers() - Method in class org.jivesoftware.openfire.SessionManager
-
Returns a collection with the domain names of the remote servers that currently may receive packets sent from this server.
- getOutgoingServerSession(byte[], DomainPair) - Method in interface org.jivesoftware.openfire.session.RemoteSessionLocator
-
Returns a session surrogate of an outgoing server session hosted by a remote cluster node.
- getOutgoingServerSession(byte[], DomainPair) - Method in class org.jivesoftware.openfire.session.RemoteSessionLocatorImpl
- getOutgoingServerSession(DomainPair) - Method in class org.jivesoftware.openfire.SessionManager
-
Returns a session that was originated from this server to a remote server.
- getOutgoingServerSessions(String) - Method in class org.jivesoftware.openfire.SessionManager
- getOutputFormat() - Method in class org.jivesoftware.util.XMLWriter
-
Lets subclasses get at the current format object, so they can call setTrimText, setNewLines, etc.
- getOutputStream() - Method in interface org.jivesoftware.openfire.filetransfer.FileTransferProgress
- getOutputStream() - Method in class org.jivesoftware.openfire.filetransfer.proxy.DefaultProxyTransfer
- getOutputStream() - Method in class org.jivesoftware.openfire.net.TLSStreamHandler
- getOutputStream() - Method in class org.jivesoftware.openfire.net.TLSStreamWriter
- getOwner() - Method in class org.jivesoftware.openfire.commands.SessionData
-
Returns the JID of the entity that is executing the command.
- getOwner() - Method in class org.jivesoftware.openfire.pubsub.cluster.SubscriptionTask
-
Returns the address of the entity that owns this subscription.
- getOwner() - Method in class org.jivesoftware.openfire.pubsub.NodeSubscription
-
Returns the JID of the entity that owns this subscription.
- getOwners() - Method in class org.jivesoftware.openfire.muc.MUCRoom
-
Returns a collection with the current list of owners.
- getOwners() - Method in class org.jivesoftware.openfire.pubsub.Node
-
Returns a collection with the JID of the node owners.
- getPacketDeliverer() - Method in interface org.jivesoftware.openfire.Connection
-
Returns the packet deliverer to use when delivering a packet over the socket fails.
- getPacketDeliverer() - Method in class org.jivesoftware.openfire.http.HttpSession.HttpVirtualConnection
- getPacketDeliverer() - Method in class org.jivesoftware.openfire.net.SocketConnection
-
Deprecated.
- getPacketDeliverer() - Method in class org.jivesoftware.openfire.net.VirtualConnection
- getPacketDeliverer() - Method in class org.jivesoftware.openfire.nio.NettyConnection
- getPacketDeliverer() - Method in class org.jivesoftware.openfire.websocket.WebSocketConnection
- getPacketDeliverer() - Method in class org.jivesoftware.openfire.XMPPServer
-
Returns the
PacketDeliverer
registered with this server. - getPacketRouter() - Method in class org.jivesoftware.openfire.XMPPServer
-
Returns the
PacketRouter
registered with this server. - getPageFunctions() - Method in class org.jivesoftware.util.ListPager
- getPageID() - Method in class org.jivesoftware.admin.AdminPageBean
-
Returns the page ID (corresponds to sidebar ID's).
- getPageLinks() - Method in class org.jivesoftware.util.ListPager
- getPageProperty(String, String, int) - Method in class org.jivesoftware.util.WebManager
- getPageSize() - Method in class org.jivesoftware.util.ListPager
- getPageSizeSelection() - Method in class org.jivesoftware.util.ListPager
- 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.
- getParameterMetaData() - Method in class org.jivesoftware.database.CallableStatementWrapper
- getParameterMetaData() - Method in class org.jivesoftware.database.PreparedStatementWrapper
- getParameters(HttpServletRequest, String) - Static method in class org.jivesoftware.util.ParamUtils
-
Returns a list of parameters of the same name
- getParams() - Method in class org.jivesoftware.openfire.container.CacheInfo
-
Returns a map with the configuration to use for the cache.
- getParent() - Method in class org.jivesoftware.openfire.pubsub.Node
-
Returns the collection node that is containing this node.
- getParentPlugin(Path) - Static method in class org.jivesoftware.openfire.container.PluginMetadataHelper
-
Returns the name of the directory of the parent for this plugin.
- getParentPlugin(Plugin) - Static method in class org.jivesoftware.openfire.container.PluginMetadataHelper
-
Returns the name of the directory of the parent for this plugin.
- getParents() - Method in class org.jivesoftware.openfire.pubsub.Node
-
Returns the complete hierarchy of parents of this node.
- getParticipantCount() - Method in class org.jivesoftware.openfire.muc.spi.MUCRoomSearchInfo
- getParticipants() - Method in class org.jivesoftware.openfire.muc.MUCRoom
-
Returns a collection with the current list of room participants.
- getPass() - Method in class org.jivesoftware.openfire.mediaproxy.MediaProxySession
-
Get the pass of this Session A pass can be used to authorize an Session modification
- getPass() - Method in interface org.jivesoftware.openfire.mediaproxy.ProxyCandidate
- getPassword() - Method in class org.jivesoftware.database.DefaultConnectionProvider
-
Returns the password used to connect to the database.
- getPassword() - Method in class org.jivesoftware.openfire.keystore.CertificateStoreConfiguration
- getPassword() - Method in class org.jivesoftware.openfire.muc.MUCRoom
-
Returns the password that the user must provide to enter the room.
- getPassword() - Method in class org.jivesoftware.openfire.sasl.VerifyPasswordCallback
-
Get the retrieved password.
- getPassword() - Method in class org.jivesoftware.util.EmailService
-
Returns the password used to connect to the SMTP server.
- getPassword(String) - Static method in class org.jivesoftware.openfire.auth.AuthFactory
-
Returns the user's password.
- getPassword(String) - Method in interface org.jivesoftware.openfire.auth.AuthProvider
-
Returns the user's password.
- getPassword(String) - Method in class org.jivesoftware.openfire.auth.DefaultAuthProvider
- getPassword(String) - Method in class org.jivesoftware.openfire.auth.HybridAuthProvider
- getPassword(String) - Method in class org.jivesoftware.openfire.auth.JDBCAuthProvider
- getPassword(String) - Method in class org.jivesoftware.openfire.auth.MappedAuthProvider
- getPassword(String) - Method in class org.jivesoftware.openfire.auth.NativeAuthProvider
- getPassword(String) - Method in class org.jivesoftware.openfire.auth.POP3AuthProvider
- getPassword(String) - Method in class org.jivesoftware.openfire.crowd.CrowdAuthProvider
- getPassword(String) - Method in class org.jivesoftware.openfire.ldap.LdapAuthProvider
- getPattern() - Method in class org.jivesoftware.util.FastDateFormat
- getPause() - Method in class org.jivesoftware.openfire.http.HttpBindBody
- getPause() - Method in class org.jivesoftware.openfire.http.HttpConnection
-
Returns the number of seconds of pause that the client is requesting, or null if it's not requesting a pause.
- getPayload() - Method in class org.jivesoftware.openfire.pubsub.PublishedItem
-
Returns the payload included when publishing the item.
- getPayloadType() - Method in class org.jivesoftware.openfire.pubsub.Node
-
Returns the type of payload data to be provided at the node.
- getPayloadXML() - Method in class org.jivesoftware.openfire.pubsub.PublishedItem
-
Returns a textual representation of the payload or
null
if no payload was specified with the item. - getPeer() - Method in class org.jivesoftware.openfire.muc.spi.FMUCHandler.OutboundJoinConfiguration
- getPeer() - Method in class org.jivesoftware.openfire.muc.spi.FMUCHandler.OutboundJoinProgress
- getPeerCertificates - org.jivesoftware.openfire.session.RemoteSessionTask.Operation
- getPeerCertificates() - Method in interface org.jivesoftware.openfire.Connection
-
Returns the underlying
X509Certificate
for the connection of the peer. - getPeerCertificates() - Method in class org.jivesoftware.openfire.http.HttpConnection
-
Returns the peer certificates for this connection.
- getPeerCertificates() - Method in class org.jivesoftware.openfire.http.HttpSession
-
Return the X509Certificates associated with this session.
- getPeerCertificates() - Method in class org.jivesoftware.openfire.http.HttpSession.HttpVirtualConnection
- getPeerCertificates() - Method in class org.jivesoftware.openfire.net.SocketConnection
-
Deprecated.
- getPeerCertificates() - Method in class org.jivesoftware.openfire.net.VirtualConnection
- getPeerCertificates() - Method in class org.jivesoftware.openfire.nio.NettyConnection
- getPeerCertificates() - Method in class org.jivesoftware.openfire.session.LocalSession
- getPeerCertificates() - Method in class org.jivesoftware.openfire.session.RemoteSession
- getPeerCertificates() - Method in interface org.jivesoftware.openfire.session.Session
-
Returns the peer certificates associated with this session, if any.
- getPendingPingTask() - Method in class org.jivesoftware.openfire.muc.spi.OccupantManager.Occupant
- getPendingSubscriptions() - Method in class org.jivesoftware.openfire.pubsub.Node
-
Returns a list with the subscriptions to the node that are pending to be approved by a node owner.
- getPEPService(PubSubService.UniqueIdentifier) - Method in class org.jivesoftware.openfire.pep.PEPServiceManager
-
Retrieves a PEP service -- attempting first from memory, then from the database.
- getPEPService(PubSubService.UniqueIdentifier, boolean) - Method in class org.jivesoftware.openfire.pep.PEPServiceManager
-
Retrieves a PEP service -- attempting first from memory, then from the database.
- getPEPService(JID) - Method in class org.jivesoftware.openfire.pep.PEPServiceManager
-
Retrieves a PEP service -- attempting first from memory, then from the database.
- getPEPService(JID, boolean) - Method in class org.jivesoftware.openfire.pep.PEPServiceManager
-
Retrieves a PEP service -- attempting first from memory, then from the database.
- getPercent() - Method in class org.jivesoftware.util.MemoryUsageMonitor.MemoryUsage
-
Returns the percentage of the maximum memory that is currently used by Openfire, rounded to the nearest integer value.
- getPercentUsed() - Method in class org.jivesoftware.util.MemoryUsageMonitor.MemoryUsage
-
Returns the percentage of the maximum memory that is currently being used by Openfire.
- getPermission() - Method in class org.jivesoftware.openfire.component.ExternalComponentConfiguration
- getPermission() - Method in class org.jivesoftware.openfire.server.RemoteServerConfiguration
- getPermissionPolicy() - Static method in class org.jivesoftware.openfire.component.ExternalComponentManager
-
Returns the permission policy being used for new XMPP entities that are trying to connect to the server.
- getPermissionPolicy() - Static method in class org.jivesoftware.openfire.server.RemoteServerManager
-
Returns the permission policy being used for new XMPP entities that are trying to connect to the server.
- getPersistenceProvider() - Method in class org.jivesoftware.openfire.pubsub.PubSubModule
-
Returns a data access object that can be used to interact with backend storage that holds pubsub data.
- getPhoto() - Method in class org.jivesoftware.admin.LdapUserProfile
- getPlugin() - Method in class org.jivesoftware.admin.servlet.SystemPropertiesServlet.CompoundProperty
- getPlugin() - Method in class org.jivesoftware.admin.servlet.SystemPropertiesServlet.Search
- getPlugin() - Method in class org.jivesoftware.util.SystemProperty
- getPlugin(String) - Method in class org.jivesoftware.openfire.container.PluginManager
-
Deprecated.in Openfire 4.4 in favour of
PluginManager.getPluginByName(String)
- getPluginAndOpenfireVersions() - Static method in class org.jivesoftware.openfire.cluster.ClusterManager
-
Returns the versions of plugins installed on all nodes in the cluster.
- getPluginByName(String) - Method in class org.jivesoftware.openfire.container.PluginManager
-
Returns a loaded plugin by the name contained in the plugin.xml <name/> tag, ignoring case.
- getPluginClassloader(Plugin) - Method in class org.jivesoftware.openfire.container.PluginManager
-
Returns the classloader of a plugin.
- getPluginDirectory(Plugin) - Method in class org.jivesoftware.openfire.container.PluginManager
-
Deprecated.Use #getPluginPath() instead.
- getPluginManager() - Method in class org.jivesoftware.openfire.XMPPServer
-
Returns the
PluginManager
instance registered with this server. - getPluginName() - Static method in class org.jivesoftware.util.cache.CacheFactory
- getPluginName() - Method in interface org.jivesoftware.util.cache.CacheFactoryStrategy
-
Get the plugin name corresponding to this clustering implementation
- getPluginName() - Method in class org.jivesoftware.util.cache.DefaultLocalCacheStrategy
- getPluginPath(Plugin) - Method in class org.jivesoftware.openfire.container.PluginManager
-
Returns the plugin's directory.
- getPluginResourceBundle(String) - Static method in class org.jivesoftware.util.LocaleUtils
-
Retrieve the
ResourceBundle
that is used with this plugin. - getPlugins() - Method in class org.jivesoftware.openfire.container.PluginManager
-
Returns a Collection of all loaded plugins.
- getPluginsDirectory() - Method in class org.jivesoftware.openfire.container.PluginManager
-
Returns the directory that contains all plugins.
- getPluginUpdate(String, Version) - Method in class org.jivesoftware.openfire.update.UpdateManager
-
Returns the plugin update or
null
if the plugin is up to date. - getPluginUpdates() - Method in class org.jivesoftware.openfire.update.UpdateManager
-
Returns a previously fetched list of updates.
- getPluginVersions() - Method in class org.jivesoftware.openfire.cluster.GetClusteredVersions
- getPoolSize() - Method in class org.jivesoftware.openfire.mbean.ThreadPoolExecutorDelegate
-
Returns the current number of threads in the pool.
- getPoolSize() - Method in interface org.jivesoftware.openfire.mbean.ThreadPoolExecutorDelegateMBean
-
Returns the current number of threads in the pool.
- getPort() - Static method in class org.jivesoftware.openfire.JMXManager
-
Returns the port number for the JMX connector.
- getPort() - Method in class org.jivesoftware.openfire.ldap.LdapManager
-
Returns the LDAP server port number.
- getPort() - Method in class org.jivesoftware.openfire.net.DNSUtil.HostAddress
-
Returns the port.
- getPort() - Method in class org.jivesoftware.openfire.net.SocketConnection
-
Deprecated.Returns the port that the connection uses.
- getPort() - Method in class org.jivesoftware.openfire.nio.NettyOutboundConnectionHandler
- getPort() - Method in class org.jivesoftware.openfire.spi.ConnectionConfiguration
- getPort() - Method in class org.jivesoftware.openfire.spi.ConnectionListener
-
The TCP port number on which connections will be accepted when this listener is enabled.
- getPort() - Method in class org.jivesoftware.openfire.spi.NettyConnectionAcceptor
- getPort() - Method in class org.jivesoftware.util.EmailService
-
Returns the port number used when connecting to the SMTP server.
- getPort(ConnectionType, boolean) - Method in interface org.jivesoftware.openfire.ConnectionManager
-
Retrieves the configured TCP port on which a listener accepts connections.
- getPort(ConnectionType, boolean) - Method in class org.jivesoftware.openfire.spi.ConnectionManagerImpl
-
Retrieves the configured TCP port on which a listener accepts connections.
- getPortA() - Method in class org.jivesoftware.openfire.mediaproxy.MediaProxySession
-
Get the Port A IP
- getPortA() - Method in interface org.jivesoftware.openfire.mediaproxy.ProxyCandidate
- getPortB() - Method in class org.jivesoftware.openfire.mediaproxy.MediaProxySession
-
Get the Port B IP
- getPortB() - Method in interface org.jivesoftware.openfire.mediaproxy.ProxyCandidate
- getPortForServer(String) - Static method in class org.jivesoftware.openfire.server.RemoteServerManager
-
Returns the remote port to connect for the specified remote server.
- getPreAuthenticatedKeys() - Method in class org.jivesoftware.openfire.SessionManager
-
Returns the temporary keys used by the sessions that has not been authenticated yet.
- getPrefix() - Method in enum org.jivesoftware.openfire.spi.ConnectionType
-
Returns the prefix used for the name of properties that are used to configure connections of this type.
- getPrefixedNamespacesOnCurrentElement(XmlPullParser) - Static method in class org.dom4j.io.XMPPPacketReader
-
Retrieves a collection of namespaces declared in the current element that the parser is on, that are not defined in
IGNORED_NAMESPACE_ON_STANZA
, is not "http://etherx.jabber.org/streams" and that are not the default namespace (the namespaces returned all have a defined prefix). - getPresence() - Method in class org.jivesoftware.openfire.muc.MUCRole
-
Obtains a copy of the current presence status of a user in a chatroom.
- getPresence() - Method in interface org.jivesoftware.openfire.session.ClientSession
-
Obtain the presence of this session.
- getPresence() - Method in class org.jivesoftware.openfire.session.ClientSessionInfo
- getPresence() - Method in class org.jivesoftware.openfire.session.LocalClientSession
-
Obtain the presence of this session.
- getPresence() - Method in class org.jivesoftware.openfire.session.RemoteClientSession
- getPresence(User) - Method in interface org.jivesoftware.openfire.PresenceManager
-
Returns the user's current presence, or
null
if the user is unavailable. - getPresence(User) - Method in class org.jivesoftware.openfire.spi.PresenceManagerImpl
- getPresenceManager() - Method in class org.jivesoftware.openfire.XMPPServer
-
Returns the
PresenceManager
registered with this server. - getPresenceManager() - Method in class org.jivesoftware.util.WebManager
- getPresenceRouter() - Method in class org.jivesoftware.openfire.XMPPServer
-
Returns the
PresenceRouter
registered with this server. - getPresences(String) - Method in interface org.jivesoftware.openfire.PresenceManager
-
Returns all presences for the user, or
null
if the user is unavailable. - getPresences(String) - Method in class org.jivesoftware.openfire.spi.PresenceManagerImpl
- getPresenceStates() - Method in class org.jivesoftware.openfire.pubsub.NodeSubscription
-
The presence states for which an entity wants to receive notifications.
- getPresenceSubscribeHandler() - Method in class org.jivesoftware.openfire.XMPPServer
-
Returns the
PresenceSubscribeHandler
registered with this server. - getPresenceUpdateHandler() - Method in class org.jivesoftware.openfire.XMPPServer
-
Returns the
PresenceUpdateHandler
registered with this server. - getPriority() - Method in class org.jivesoftware.openfire.net.DNSUtil.WeightedHostAddress
-
Returns the priority.
- getPriorToServerVersion() - Method in class org.jivesoftware.openfire.container.PluginMetadata
- getPriorToServerVersion(Path) - Static method in class org.jivesoftware.openfire.container.PluginMetadataHelper
-
Returns the server version up, but not including, in which this plugin can run within.
- getPriorToServerVersion(Plugin) - Static method in class org.jivesoftware.openfire.container.PluginMetadataHelper
-
Returns the server version up, but not including, in which this plugin can run within.
- getPrivacyList(String, String) - Method in class org.jivesoftware.openfire.privacy.PrivacyListManager
-
Returns a specific privacy list of the specified user or
null
if none was found. - getPrivacyLists(String) - Method in class org.jivesoftware.openfire.privacy.PrivacyListProvider
-
Returns the names of the existing privacy lists indicating which one is the default privacy list associated to a user.
- getPrivateStorage() - Method in class org.jivesoftware.openfire.XMPPServer
-
Returns the
PrivateStorage
registered with this server. - getPrivateStore() - Method in class org.jivesoftware.util.WebManager
- getProgress() - Method in class org.jivesoftware.openfire.filetransfer.FileTransfer
- getProperties() - Method in class org.jivesoftware.openfire.group.Group
-
Returns all extended properties of the group.
- getProperties() - Method in class org.jivesoftware.openfire.user.User
-
Returns all extended properties of the user.
- getProperties() - Static method in class org.jivesoftware.util.SystemProperty
- 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(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, boolean) - 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(String, String) - Static method in class org.jivesoftware.openfire.muc.spi.MUCPersistenceManager
-
Return all immediate children property values of a parent Jive property as a list of strings, or an empty list if there are no children.
- getProperties(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.
- getProperty(String) - Method in class org.jivesoftware.openfire.component.InternalComponentManager
- getProperty(String) - Static method in class org.jivesoftware.util.JiveGlobals
-
Returns a Jive property.
- getProperty(String) - Static method in class org.jivesoftware.util.SystemProperty
-
Returns the SystemProperty for the specified key
- 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, boolean) - Method in class org.jivesoftware.util.XMLProperties
-
Returns the value of the specified property.
- getProperty(String, String) - Static method in class org.jivesoftware.openfire.muc.spi.MUCPersistenceManager
-
Returns a Jive property.
- getProperty(String, String) - Method in class org.jivesoftware.openfire.muc.spi.MUCServiceProperties
- getProperty(String, String) - Static method in class org.jivesoftware.util.JiveGlobals
-
Returns a Jive property.
- getProperty(String, String) - Method in class org.jivesoftware.util.JiveProperties
- getProperty(String, String, String) - Static method in class org.jivesoftware.openfire.muc.spi.MUCPersistenceManager
-
Returns a Jive property.
- getProperty(Element, String) - Static method in class org.jivesoftware.util.ElementUtil
-
Returns the value of the specified property.
- getPropertyDescriptors() - Method in class org.jivesoftware.util.JiveBeanInfo
- getPropertyDescriptors(Class) - Static method in class org.jivesoftware.util.BeanUtils
-
Returns the PropertyDescriptor array for the specified Java Bean Class.
- getPropertyEncryptor() - Static method in class org.jivesoftware.util.JiveGlobals
-
Fetches the current property encryptor.
- getPropertyEncryptor(boolean) - Static method in class org.jivesoftware.util.JiveGlobals
-
Fetches the property encryptor.
- getPropertyNames() - Method in class org.jivesoftware.database.DefaultConnectionProviderBeanInfo
- getPropertyNames() - Method in class org.jivesoftware.openfire.muc.spi.MUCServiceProperties
-
Returns all property names as a Collection of String values.
- getPropertyNames() - Method in class org.jivesoftware.util.JiveBeanInfo
-
Returns the names of the properties of the bean that should be exposed.
- getPropertyNames() - 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.
- getPropertyNames(String) - Static method in class org.jivesoftware.openfire.muc.spi.MUCPersistenceManager
-
Returns all MUC service property names.
- 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(String, String) - Static method in class org.jivesoftware.openfire.muc.spi.MUCPersistenceManager
-
Return all immediate children property names of a parent Jive property as a list of strings, or an empty list if there are no children.
- getPropertyValue(String, String) - Static method in class org.jivesoftware.openfire.user.User
-
Returns the value of the specified property for the given username.
- getPropertyValue(LdapUserTester.PropertyMapping, Attributes) - Static method in class org.jivesoftware.admin.LdapUserTester
- getProvider() - Method in class org.jivesoftware.openfire.group.GroupManager
-
Returns the configured group provider.
- getProvider() - Method in class org.jivesoftware.openfire.pubsub.PubSubPersistenceProviderManager
- getProvider() - Static method in class org.jivesoftware.openfire.vcard.VCardManager
-
Returns the currently-installed VCardProvider.
- getProxyHost() - Method in class org.jivesoftware.openfire.update.UpdateManager
-
Returns the host of the proxy to use to connect to igniterealtime.org or
null
if no proxy is used. - getProxyPort() - Method in class org.jivesoftware.openfire.filetransfer.proxy.FileTransferProxy
-
Returns the port that the file transfer proxy is opertating on.
- getProxyPort() - Method in class org.jivesoftware.openfire.filetransfer.proxy.ProxyConnectionManager
- getProxyPort() - Method in class org.jivesoftware.openfire.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.openfire.mediaproxy.MediaProxy
-
Get the public IP of this media proxy that listen for incomming packets.
- getPublicSharedGroupNames() - Method in class org.jivesoftware.openfire.group.AbstractGroupProvider
- getPublicSharedGroupNames() - Method in interface org.jivesoftware.openfire.group.GroupProvider
-
Returns an unmodifiable Collection of all public shared groups in the system.
- getPublicSharedGroups() - Method in class org.jivesoftware.openfire.group.GroupManager
-
Returns an unmodifiable Collection of all public shared groups in the system.
- getPublicSharedGroups() - Method in class org.jivesoftware.openfire.roster.RosterManager
-
Returns the list of shared groups whose visibility is public.
- getPublishedItem(String) - Method in class org.jivesoftware.openfire.pubsub.LeafNode
- getPublishedItem(String) - Method in class org.jivesoftware.openfire.pubsub.Node
-
Returns the
PublishedItem
whose ID matches the specified item ID ornull
if none was found. - getPublishedItem(LeafNode, PublishedItem.UniqueIdentifier) - Method in class org.jivesoftware.openfire.pubsub.CachingPubsubPersistenceProvider
- getPublishedItem(LeafNode, PublishedItem.UniqueIdentifier) - Method in class org.jivesoftware.openfire.pubsub.DefaultPubSubPersistenceProvider
- getPublishedItem(LeafNode, PublishedItem.UniqueIdentifier) - Method in class org.jivesoftware.openfire.pubsub.InMemoryPubSubPersistenceProvider
- getPublishedItem(LeafNode, PublishedItem.UniqueIdentifier) - Method in interface org.jivesoftware.openfire.pubsub.PubSubPersistenceProvider
- getPublishedItems() - Method in class org.jivesoftware.openfire.pubsub.LeafNode
- getPublishedItems() - Method in class org.jivesoftware.openfire.pubsub.Node
-
Returns the list of
PublishedItem
that were published to the node. - getPublishedItems(int) - Method in class org.jivesoftware.openfire.pubsub.LeafNode
- getPublishedItems(int) - Method in class org.jivesoftware.openfire.pubsub.Node
-
Returns a list of
PublishedItem
with the most recent N items published to the node. - getPublishedItems(LeafNode) - Method in class org.jivesoftware.openfire.pubsub.CachingPubsubPersistenceProvider
- getPublishedItems(LeafNode) - Method in class org.jivesoftware.openfire.pubsub.DefaultPubSubPersistenceProvider
- getPublishedItems(LeafNode) - Method in class org.jivesoftware.openfire.pubsub.InMemoryPubSubPersistenceProvider
- getPublishedItems(LeafNode) - Method in interface org.jivesoftware.openfire.pubsub.PubSubPersistenceProvider
-
Fetches all the results for the specified node, limited by
LeafNode.getMaxPublishedItems()
. - getPublishedItems(LeafNode, int) - Method in class org.jivesoftware.openfire.pubsub.CachingPubsubPersistenceProvider
- getPublishedItems(LeafNode, int) - Method in class org.jivesoftware.openfire.pubsub.DefaultPubSubPersistenceProvider
- getPublishedItems(LeafNode, int) - Method in class org.jivesoftware.openfire.pubsub.InMemoryPubSubPersistenceProvider
- getPublishedItems(LeafNode, int) - Method in interface org.jivesoftware.openfire.pubsub.PubSubPersistenceProvider
-
Fetches all the results for the specified node, limited by
LeafNode.getMaxPublishedItems()
. - getPublisher() - Method in class org.jivesoftware.openfire.pubsub.PublishedItem
-
Returns the JID of the entity that published the item to the node.
- getPublisherModel() - Method in class org.jivesoftware.openfire.pubsub.DefaultNodeConfiguration
-
Returnes the publisher model that specifies who is allowed to publish items to the node.
- getPublisherModel() - Method in class org.jivesoftware.openfire.pubsub.Node
-
Returns the publisher model that specifies who is allowed to publish items to the node.
- getPublishers() - Method in class org.jivesoftware.openfire.pubsub.Node
-
Returns a collection with the JID of the enitities with an affiliation of
NodeAffiliate.Affiliation.publisher
. - getPublishOptions(IQ) - Static method in class org.jivesoftware.openfire.pubsub.PubSubEngine
-
Get the dataform that describes the publish options from the request, or null if no such form was included.
- getPubSubInfo() - Method in class org.jivesoftware.util.WebManager
- getPubSubModule() - Method in class org.jivesoftware.openfire.XMPPServer
-
Returns the
PubSubModule
registered with this server. - getQueriesPerSecond(ProfiledConnection.Type) - Static method in class org.jivesoftware.database.ProfiledConnection
-
Returns the average number of queries of a certain type that have been performed per second since profiling started.
- getQueryCount(ProfiledConnection.Type) - Static method in class org.jivesoftware.database.ProfiledConnection
-
Returns the total number database queries of a particular type performed.
- getQueryString(HttpServletRequest, char, String...) - Static method in class org.jivesoftware.util.ListPager
- getQueryTimeout() - Method in class org.jivesoftware.database.CallableStatementWrapper
- getQueryTimeout() - Method in class org.jivesoftware.database.StatementWrapper
- getQueuedPacketsNumber() - Method in interface org.jivesoftware.openfire.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.openfire.audit.spi.AuditorImpl
- getQueuedTaskCount() - Method in class org.jivesoftware.openfire.mbean.ThreadPoolExecutorDelegate
-
Returns the number of tasks that are currently waiting to be executed by the delegate executor.
- getQueuedTaskCount() - Method in interface org.jivesoftware.openfire.mbean.ThreadPoolExecutorDelegateMBean
-
Returns the number of tasks that are currently waiting to be executed by the delegate executor.
- getQueueRemainingCapacity() - Method in class org.jivesoftware.openfire.mbean.ThreadPoolExecutorDelegate
-
Returns the number of additional elements that task queue used by the delegate executor can ideally (in the absence of memory or resource constraints) accept without blocking, or
Integer.MAX_VALUE
if there is no intrinsic limit. - getQueueRemainingCapacity() - Method in interface org.jivesoftware.openfire.mbean.ThreadPoolExecutorDelegateMBean
-
Returns the number of additional elements that task queue used by the delegate executor can ideally (in the absence of memory or resource constraints) accept without blocking, or
Integer.MAX_VALUE
if there is no intrinsic limit. - getQueueSize() - Method in class org.jivesoftware.openfire.Channel
-
Returns the current number of ChannelMessage objects waiting to be processed by the channel.
- getQuota() - Method in class org.jivesoftware.openfire.OfflineMessageStrategy
- getRange() - Method in class org.jivesoftware.util.WebManager
- getReadme() - Method in class org.jivesoftware.openfire.container.PluginMetadata
- getReadme(Path) - Static method in class org.jivesoftware.openfire.container.PluginMetadataHelper
- getReadme(Plugin) - Static method in class org.jivesoftware.openfire.container.PluginMetadataHelper
- getRealJID() - Method in class org.jivesoftware.openfire.muc.cluster.OccupantAddedTask
- getRealJID() - Method in class org.jivesoftware.openfire.muc.cluster.OccupantRemovedTask
- getRealJID() - Method in class org.jivesoftware.openfire.muc.cluster.OccupantUpdatedTask
- getRealJID() - Method in class org.jivesoftware.openfire.muc.spi.OccupantManager.Occupant
- getRealPath(String) - Method in class org.jivesoftware.openfire.container.PluginServletContext
- getReason() - Method in class org.jivesoftware.openfire.audit.AuditEvent
-
Obtain the subtype of event.
- getReceivers() - Method in class org.jivesoftware.openfire.handler.DirectedPresence
- 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.openfire.roster.RosterItem
-
Obtain the current recv status of the item.
- getRef(int) - Method in class org.jivesoftware.database.CallableStatementWrapper
- getRef(String) - Method in class org.jivesoftware.database.CallableStatementWrapper
- 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.
- getRefusedCount() - Method in class org.jivesoftware.database.DefaultConnectionProvider
- getRejectionError() - Method in exception org.jivesoftware.openfire.interceptor.PacketRejectedException
-
Gets the error that will be sent to the sender of the inbound stanza that got rejected.
- getRejectionMessage() - Method in exception org.jivesoftware.openfire.filetransfer.FileTransferRejectedException
-
Returns 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.openfire.interceptor.PacketRejectedException
-
Returns 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. - getRejectionMessage() - Method in class org.jivesoftware.openfire.muc.spi.FMUCHandler.OutboundJoinProgress
- getRelativeDNFromResult(SearchResult) - Static method in class org.jivesoftware.openfire.ldap.LdapManager
-
Returns a RDN from the search result answer.
- getReleaseDate() - Method in class org.jivesoftware.openfire.update.AvailablePlugin
- getRemote() - Method in class org.jivesoftware.openfire.session.DomainPair
- getRemoteAddr() - Method in class org.jivesoftware.openfire.http.HttpConnection
-
Returns the Internet Protocol (IP) address of the client or last proxy that sent the request.
- getRemoteAddress(AsyncContext) - Static method in class org.jivesoftware.openfire.http.HttpBindServlet
- getRemoteDomain() - Method in class org.jivesoftware.openfire.net.RespondingServerStanzaHandler
- getRemotePacketRouter() - Method in interface org.jivesoftware.openfire.RoutingTable
-
Returns the
RemotePacketRouter
to use for delivering packets to entities hosted in remote nodes of the cluster ornull
if none was set. - getRemotePacketRouter() - Method in class org.jivesoftware.openfire.spi.RoutingTableImpl
- getRemotePort() - Method in class org.jivesoftware.openfire.server.RemoteServerConfiguration
- getRemoteSessionLocator() - Method in class org.jivesoftware.openfire.XMPPServer
-
Returns the locator to use to find sessions hosted in other cluster nodes.
- getReplyPolicy() - Method in class org.jivesoftware.openfire.pubsub.DefaultNodeConfiguration
-
Returns the policy that defines whether owners or publisher should receive replies to items.
- getReplyPolicy() - Method in class org.jivesoftware.openfire.pubsub.Node
- getReplyRooms() - Method in class org.jivesoftware.openfire.pubsub.Node
- getReplyTo() - Method in class org.jivesoftware.openfire.pubsub.Node
- getReportedFmucAddress() - Method in class org.jivesoftware.openfire.muc.MUCRole
-
Obtain the XMPPAddress representing this role in a room in context of FMUC.
- getRequestCharacterEncoding() - Method in class org.jivesoftware.openfire.container.PluginServletContext
- getRequestDispatcher(String) - Method in class org.jivesoftware.openfire.container.PluginServletContext
- getRequestId() - Method in class org.jivesoftware.openfire.http.HttpConnection
-
Returns the ID which uniquely identifies this connection.
- getReservedNickname(MUCRoom, String) - Static method in class org.jivesoftware.openfire.muc.spi.MUCPersistenceManager
-
Returns the reserved room nickname for the bare JID in a given room or null if none.
- getReservedNickname(JID) - Method in class org.jivesoftware.openfire.muc.MUCRoom
-
Returns the reserved room nickname for the bare JID or null if none.
- getReset() - Method in class org.jivesoftware.openfire.roster.Roster
-
Obtain a 'roster reset', a snapshot of the full cached roster as an Roster.
- getResource(String) - Method in class org.jivesoftware.openfire.container.PluginServletContext
- getResourceAsStream(String) - Method in class org.jivesoftware.openfire.container.PluginServletContext
- 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.
- getResourcePaths(String) - Method in class org.jivesoftware.openfire.container.PluginServletContext
- getResponseCharacterEncoding() - Method in class org.jivesoftware.openfire.container.PluginServletContext
- getResponses() - Method in class org.jivesoftware.openfire.muc.spi.FMUCHandler.OutboundJoinProgress
- getResult() - Method in class org.jivesoftware.openfire.archive.GetArchiveWriteETATask
- getResult() - Method in class org.jivesoftware.openfire.cluster.BroadcastMessage
- getResult() - Method in class org.jivesoftware.openfire.cluster.GetBasicStatistics
- getResult() - Method in class org.jivesoftware.openfire.cluster.GetClusteredVersions
- getResult() - Method in class org.jivesoftware.openfire.cluster.IQResultListenerTask
- getResult() - Method in class org.jivesoftware.openfire.cluster.RemotePacketExecution
- getResult() - Method in class org.jivesoftware.openfire.component.NotifyComponentInfo
- getResult() - Method in class org.jivesoftware.openfire.component.NotifyComponentRegistered
- getResult() - Method in class org.jivesoftware.openfire.component.NotifyComponentUnregistered
- getResult() - Method in class org.jivesoftware.openfire.component.RequestComponentInfoNotification
- getResult() - Method in class org.jivesoftware.openfire.container.GetAdminConsoleInfoTask
- getResult() - Method in class org.jivesoftware.openfire.container.IsPluginInstalledTask
- getResult() - Method in class org.jivesoftware.openfire.muc.cluster.MUCServicePropertyClusterEventTask
- getResult() - Method in class org.jivesoftware.openfire.muc.cluster.NewClusterMemberJoinedTask
- getResult() - Method in class org.jivesoftware.openfire.muc.cluster.OccupantAddedTask
- getResult() - Method in class org.jivesoftware.openfire.muc.cluster.OccupantKickedForNicknameTask
- getResult() - Method in class org.jivesoftware.openfire.muc.cluster.OccupantRemovedTask
- getResult() - Method in class org.jivesoftware.openfire.muc.cluster.OccupantUpdatedTask
- getResult() - Method in class org.jivesoftware.openfire.muc.cluster.ServiceAddedEvent
- getResult() - Method in class org.jivesoftware.openfire.muc.cluster.ServiceRemovedEvent
- getResult() - Method in class org.jivesoftware.openfire.muc.cluster.ServiceUpdatedEvent
- getResult() - Method in class org.jivesoftware.openfire.muc.cluster.SyncLocalOccupantsAndSendJoinPresenceTask
- getResult() - Method in class org.jivesoftware.openfire.pubsub.cluster.FlushTask
- getResult() - Method in class org.jivesoftware.openfire.pubsub.cluster.NodeTask
- getResult() - Method in class org.jivesoftware.openfire.session.DeliverRawTextTask
- getResult() - Method in class org.jivesoftware.openfire.session.GetSessionsCountTask
- getResult() - Method in class org.jivesoftware.openfire.session.ProcessPacketTask
- getResult() - Method in class org.jivesoftware.openfire.session.RemoteSessionTask
- getResult() - Method in interface org.jivesoftware.util.cache.ClusterTask
- getResult() - Method in class org.jivesoftware.util.PropertyClusterEventTask
- getResultSet() - Method in class org.jivesoftware.database.CallableStatementWrapper
- getResultSet() - Method in class org.jivesoftware.database.StatementWrapper
- getResultSetConcurrency() - Method in class org.jivesoftware.database.CallableStatementWrapper
- getResultSetConcurrency() - Method in class org.jivesoftware.database.StatementWrapper
- getResultSetHoldability() - Method in class org.jivesoftware.database.CallableStatementWrapper
- getResultSetHoldability() - Method in class org.jivesoftware.database.StatementWrapper
- getResultSetType() - Method in class org.jivesoftware.database.CallableStatementWrapper
- getResultSetType() - Method in class org.jivesoftware.database.StatementWrapper
- getResume() - Method in class org.jivesoftware.openfire.streammanagement.StreamManager
-
Returns true if a stream is resumable.
- getRetention() - Method in interface org.jivesoftware.openfire.audit.AuditManager
-
Returns the maximum duration to keep audit information.
- getRetention() - Method in class org.jivesoftware.openfire.audit.spi.AuditManagerImpl
- getReverseMessageHistory() - Method in class org.jivesoftware.openfire.muc.HistoryStrategy
-
Obtain the current history to be iterated in reverse mode.
- getReverseMessageHistory() - Method in class org.jivesoftware.openfire.muc.MUCRoomHistory
-
Obtain the current history to be iterated in reverse mode.
- getRid() - Method in class org.jivesoftware.openfire.http.HttpBindBody
- getRole() - Method in class org.jivesoftware.openfire.muc.MUCRole
-
Obtain the role state of the user.
- getRole() - Method in class org.jivesoftware.openfire.muc.MUCRoom
-
Obtain the role of the chat server (mainly for addressing messages and presence).
- getRole(JID) - Method in class org.jivesoftware.openfire.muc.MUCRoom
- getRoleAddress() - Method in class org.jivesoftware.openfire.muc.MUCRole
-
Obtain the XMPPAddress representing this role in a room: room@server/nickname
- getRolesToBroadcastPresence() - Method in class org.jivesoftware.openfire.muc.MUCRoom
-
Returns the list of roles of which presence will be broadcast to the rest of the occupants.
- getRoom() - Method in class org.jivesoftware.openfire.muc.MUCRoomHistory
-
Returns the room for which this instance is operating.
- getROOM_CACHE() - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRoomManager
- getRoomConfig(String) - Method in class org.jivesoftware.openfire.muc.MUCEventDelegate
-
Returns a map containing room configuration variables and values.
- getRoomHistory() - Method in class org.jivesoftware.openfire.muc.MUCRoom
-
Returns the history of the room which includes chat transcripts.
- getRoomName() - Method in class org.jivesoftware.openfire.muc.cluster.OccupantAddedTask
- getRoomName() - Method in class org.jivesoftware.openfire.muc.cluster.OccupantKickedForNicknameTask
- getRoomName() - Method in class org.jivesoftware.openfire.muc.cluster.OccupantRemovedTask
- getRoomName() - Method in class org.jivesoftware.openfire.muc.cluster.OccupantUpdatedTask
- getRoomName() - Method in class org.jivesoftware.openfire.muc.spi.OccupantManager.Occupant
- getRootCollectionNode() - Method in class org.jivesoftware.openfire.pep.PEPService
- getRootCollectionNode() - Method in class org.jivesoftware.openfire.pubsub.PubSubModule
- getRootCollectionNode() - Method in interface org.jivesoftware.openfire.pubsub.PubSubService
-
Returns the
CollectionNode
that acts as the root node of the entire node hierarchy. - getRootCollectionNode() - Method in class org.jivesoftware.openfire.pubsub.PubSubServiceInfo
- getRootLogLevel() - Static method in class org.jivesoftware.util.Log
- getRoster() - Method in class org.jivesoftware.openfire.user.User
-
Returns the user's roster.
- getRoster(String) - Method in class org.jivesoftware.openfire.roster.RosterManager
-
Returns the roster for the given username.
- getRosterGroupsAllowed() - Method in class org.jivesoftware.openfire.pubsub.Node
-
Returns the roster group(s) allowed to subscribe and retrieve items.
- getRosterItem(JID) - Method in class org.jivesoftware.openfire.roster.Roster
-
Returns the roster item that is associated with the specified JID.
- getRosterItemProvider() - Static method in class org.jivesoftware.openfire.roster.RosterManager
- getRosterItems() - Method in class org.jivesoftware.openfire.roster.Roster
-
Returns a collection of users in this roster.
- getRosterManager() - Method in class org.jivesoftware.openfire.XMPPServer
-
Returns the
RosterManager
registered with this server. - getRosterManager() - Method in class org.jivesoftware.util.WebManager
- getRoutes(JID, JID) - Method in interface org.jivesoftware.openfire.RoutingTable
-
Returns the list of routes associated to the specified route address.
- getRoutes(JID, JID) - Method in class org.jivesoftware.openfire.spi.RoutingTableImpl
- getRoutingTable() - Method in class org.jivesoftware.openfire.XMPPServer
-
Returns the
RoutingTable
registered with this server. - getRowId(int) - Method in class org.jivesoftware.database.CallableStatementWrapper
- getRowId(String) - Method in class org.jivesoftware.database.CallableStatementWrapper
- 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.
- getSalt() - Method in class org.jivesoftware.openfire.user.User
- getSalt(String) - Static method in class org.jivesoftware.openfire.auth.AuthFactory
- getSalt(String) - Method in interface org.jivesoftware.openfire.auth.AuthProvider
- getSalt(String) - Method in class org.jivesoftware.openfire.auth.DefaultAuthProvider
- getSalt(String) - Method in class org.jivesoftware.openfire.auth.HybridAuthProvider
- getSalt(String) - Method in class org.jivesoftware.openfire.auth.JDBCAuthProvider
- getSalt(String) - Method in class org.jivesoftware.openfire.auth.MappedAuthProvider
- getSalt(String) - Method in class org.jivesoftware.openfire.auth.NativeAuthProvider
- getSalt(String) - Method in class org.jivesoftware.openfire.auth.POP3AuthProvider
- getSalt(String) - Method in class org.jivesoftware.openfire.crowd.CrowdAuthProvider
- getSalt(String) - Method in class org.jivesoftware.openfire.ldap.LdapAuthProvider
- getSample(int) - Method in class org.jivesoftware.admin.LdapUserTester
-
Returns a list of usernames with a sample of the users found in LDAP.
- getSASLMechanisms(LocalSession) - Static method in class org.jivesoftware.openfire.net.SASLAuthentication
-
Returns an XML element with the valid SASL mechanisms available for the specified session.
- getSASLMechanismsElement(ClientSession) - Static method in class org.jivesoftware.openfire.net.SASLAuthentication
- getSASLMechanismsElement(LocalIncomingServerSession) - Static method in class org.jivesoftware.openfire.net.SASLAuthentication
- getSchema() - Method in class org.jivesoftware.database.AbstractConnection
- getSchemaManager() - Static method in class org.jivesoftware.database.DbConnectionManager
-
Returns a SchemaManager instance, which can be used to manage the database schema information for Openfire and plugins.
- getScripts() - Method in class org.jivesoftware.admin.AdminPageBean
-
Returns a collection of scripts.
- getSearchFields() - Method in class org.jivesoftware.openfire.crowd.CrowdUserProvider
- getSearchFields() - Method in class org.jivesoftware.openfire.ldap.LdapUserProvider
- getSearchFields() - Method in class org.jivesoftware.openfire.user.DefaultUserProvider
- getSearchFields() - Method in class org.jivesoftware.openfire.user.JDBCUserProvider
- getSearchFields() - Method in class org.jivesoftware.openfire.user.UserManager
-
Returns the set of fields that can be used for searching for users.
- getSearchFields() - Method in class org.jivesoftware.openfire.user.UserMultiProvider
-
Returns the combination of search fields supported by the backing providers.
- getSearchFields() - Method in interface org.jivesoftware.openfire.user.UserProvider
-
Returns the set of fields that can be used for searching for users.
- getSearchFilter() - Method in class org.jivesoftware.openfire.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.
- getSeconds() - Method in class org.jivesoftware.openfire.muc.HistoryRequest
-
Returns the number of seconds to use to filter the messages received during that time.
- getSecret() - Method in class org.jivesoftware.openfire.component.ExternalComponentConfiguration
- getSecretForComponent(String) - Static method in class org.jivesoftware.openfire.component.ExternalComponentManager
-
Returns the shared secret with the specified external component.
- getSecurityAuditManager() - Method in class org.jivesoftware.util.WebManager
- getSecurityAuditProvider() - Static method in class org.jivesoftware.openfire.security.SecurityAuditManager
-
Returns the currently-installed SecurityAuditProvider.
- getSeniorClusterMember() - Static method in class org.jivesoftware.openfire.cluster.ClusterManager
-
Returns the id of the node that is the senior cluster member.
- getSeniorClusterMemberID() - Static method in class org.jivesoftware.util.cache.CacheFactory
-
Returns a byte[] that uniquely identifies this senior cluster member or
null
when not in a cluster. - getSeniorClusterMemberID() - Method in interface org.jivesoftware.util.cache.CacheFactoryStrategy
-
Returns a byte[] that uniquely identifies this senior cluster member or
null
when not in a cluster. - getSeniorClusterMemberID() - Method in class org.jivesoftware.util.cache.DefaultLocalCacheStrategy
- getServerHostnames() - Method in interface org.jivesoftware.openfire.RoutingTable
-
Returns a collection with the hostnames of the remote servers that currently may receive packets sent from this server.
- getServerHostnames() - Method in class org.jivesoftware.openfire.spi.RoutingTableImpl
- getServerIdentities(X509Certificate) - Static method in class org.jivesoftware.util.CertificateManager
-
Returns the identities of the remote server as defined in the specified certificate.
- getServerInfo() - Method in class org.jivesoftware.openfire.container.PluginServletContext
- getServerInfo() - Method in class org.jivesoftware.openfire.XMPPServer
-
Returns a snapshot of the server's status.
- getServerInfo() - Method in class org.jivesoftware.util.WebManager
- getServerItems() - Method in class org.jivesoftware.openfire.disco.IQDiscoItemsHandler
-
Returns all server items.
- getServerKey() - Method in class org.jivesoftware.openfire.user.User
- getServerKey(String) - Static method in class org.jivesoftware.openfire.auth.AuthFactory
- getServerKey(String) - Method in interface org.jivesoftware.openfire.auth.AuthProvider
- getServerKey(String) - Method in class org.jivesoftware.openfire.auth.DefaultAuthProvider
- getServerKey(String) - Method in class org.jivesoftware.openfire.auth.HybridAuthProvider
- getServerKey(String) - Method in class org.jivesoftware.openfire.auth.JDBCAuthProvider
- getServerKey(String) - Method in class org.jivesoftware.openfire.auth.MappedAuthProvider
- getServerKey(String) - Method in class org.jivesoftware.openfire.auth.NativeAuthProvider
- getServerKey(String) - Method in class org.jivesoftware.openfire.auth.POP3AuthProvider
- getServerKey(String) - Method in class org.jivesoftware.openfire.crowd.CrowdAuthProvider
- getServerKey(String) - Method in class org.jivesoftware.openfire.ldap.LdapAuthProvider
- getServerName - org.jivesoftware.openfire.session.RemoteSessionTask.Operation
- getServerName() - Method in class org.jivesoftware.openfire.component.InternalComponentManager
- getServerName() - Method in class org.jivesoftware.openfire.session.LocalSession
-
Obtain the name of the server this session belongs to.
- getServerName() - Method in class org.jivesoftware.openfire.session.RemoteSession
- getServerName() - Method in interface org.jivesoftware.openfire.session.Session
-
Obtain the name of the server this session belongs to.
- getServerRoute(DomainPair) - Method in interface org.jivesoftware.openfire.RoutingTable
-
Returns the outgoing server session associated to the specified XMPP address or
null
if none was found. - getServerRoute(DomainPair) - Method in class org.jivesoftware.openfire.spi.RoutingTableImpl
- getServerRoutes() - Method in interface org.jivesoftware.openfire.RoutingTable
- getServerRoutes() - Method in class org.jivesoftware.openfire.spi.RoutingTableImpl
- getServerSessionIdleTime() - Method in class org.jivesoftware.openfire.SessionManager
- getServerSessionsCount() - Method in interface org.jivesoftware.openfire.RoutingTable
-
Returns the number of outgoing server sessions hosted in this JVM.
- getServerSessionsCount() - Method in class org.jivesoftware.openfire.spi.RoutingTableImpl
- getServerSessionTimeout() - Method in class org.jivesoftware.openfire.SessionManager
-
Returns the number of milliseconds to elapse between clearing of idle server sessions.
- GetServerStats - Class in org.jivesoftware.openfire.commands.admin
-
Command that returns information about the server and some basic statistics.
- GetServerStats() - Constructor for class org.jivesoftware.openfire.commands.admin.GetServerStats
- getServerUpdate() - Method in class org.jivesoftware.openfire.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.
- getService() - Method in class org.jivesoftware.openfire.pubsub.Node
-
Returns the
PubSubService
to which this node belongs. - getServiceConfigurationForm() - Method in class org.jivesoftware.openfire.pubsub.PubSubServiceInfo
- getServiceDomain() - Method in class org.jivesoftware.openfire.filetransfer.proxy.FileTransferProxy
-
Returns the fully-qualifed domain name of this chat service.
- getServiceDomain() - Method in class org.jivesoftware.openfire.mediaproxy.MediaProxyService
-
Returns the fully-qualifed domain name of this chat service.
- getServiceDomain() - Method in interface org.jivesoftware.openfire.muc.MultiUserChatService
-
Returns the fully-qualifed domain name of this chat service.
- getServiceDomain() - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
- getServiceDomain() - Method in class org.jivesoftware.openfire.pubsub.PubSubModule
- getServiceId() - Method in class org.jivesoftware.openfire.pubsub.PubSubService.UniqueIdentifier
- getServiceID() - Method in class org.jivesoftware.openfire.pep.PEPService
- getServiceID() - Method in class org.jivesoftware.openfire.pubsub.PubSubModule
- getServiceID() - Method in interface org.jivesoftware.openfire.pubsub.PubSubService
-
Returns a String that uniquely identifies this pubsub service.
- getServiceID() - Method in class org.jivesoftware.openfire.pubsub.PubSubServiceInfo
- getServiceIdentifier() - Method in class org.jivesoftware.openfire.pubsub.Node.UniqueIdentifier
- getServiceIdentifier() - Method in class org.jivesoftware.openfire.pubsub.PublishedItem.UniqueIdentifier
- getServiceIfLoaded() - Method in class org.jivesoftware.openfire.pubsub.cluster.NodeTask
-
Finds the pubsub service for the pubsub node that is the subject of this task.
- getServiceManager() - Method in class org.jivesoftware.openfire.pep.IQPEPHandler
- getServiceName() - Method in interface org.jivesoftware.openfire.muc.MultiUserChatService
-
Returns the subdomain of the chat service.
- getServiceName() - Method in class org.jivesoftware.openfire.muc.spi.MUCRoomSearchInfo
- getServiceName() - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
- getServiceName() - Method in class org.jivesoftware.openfire.pubsub.PubSubModule
- getServicePort() - Static method in class org.jivesoftware.openfire.component.ExternalComponentManager
-
Deprecated.Obtain and use the corresponding
ConnectionListener
instead. - getServicesCount(boolean) - Method in class org.jivesoftware.openfire.muc.MultiUserChatManager
-
Returns the number of registered MultiUserChatServices.
- getServlet(String) - Method in class org.jivesoftware.openfire.container.PluginServletContext
- getServletClassName(Document, String) - Static method in class org.jivesoftware.util.WebXmlUtils
-
Retrieves the class name for a particular servlet from a web.xml document.
- getServletContextName() - Method in class org.jivesoftware.openfire.container.PluginServletContext
- getServletInitParams(Document, String) - Static method in class org.jivesoftware.util.WebXmlUtils
-
Retrieves a map of init param/values for a particular servlet from a web.xml document.
- getServletNames() - Method in class org.jivesoftware.openfire.container.PluginServletContext
- getServletNames(Document) - Static method in class org.jivesoftware.util.WebXmlUtils
-
Retrieves the names of all servlets from a web.xml document.
- getServletRegistration(String) - Method in class org.jivesoftware.openfire.container.PluginServletContext
- getServletRegistrations() - Method in class org.jivesoftware.openfire.container.PluginServletContext
- getServlets() - Method in class org.jivesoftware.openfire.container.PluginServletContext
- getServletUrlPatterns(Document, String) - Static method in class org.jivesoftware.util.WebXmlUtils
-
Retrieves all URL patterns that apply to a specific servlet.
- getSession() - Method in class org.jivesoftware.openfire.audit.AuditEvent
-
Obtain the session associated with the event.
- getSession() - Method in class org.jivesoftware.openfire.http.HttpConnection
-
Returns the session that this connection belongs to.
- getSession() - Method in class org.jivesoftware.openfire.net.AbstractConnection
-
Returns the session that owns this connection, if the connection has been initialized.
- getSession() - Method in class org.jivesoftware.openfire.net.RespondingServerStanzaHandler
- getSession() - Method in class org.jivesoftware.openfire.net.SocketReader
-
Deprecated.
- getSession() - Method in class org.jivesoftware.openfire.server.OutgoingServerSocketReader
-
Returns the OutgoingServerSession for which this reader is working for or
null
if a OutgoingServerSession was not created yet. - getSession() - Method in class org.jivesoftware.openfire.session.LocalComponentSession.LocalExternalComponent
- getSession(String) - Method in class org.jivesoftware.openfire.http.HttpSessionManager
-
Returns the session related to a stream id.
- getSession(String) - Method in class org.jivesoftware.openfire.mediaproxy.MediaProxy
-
Returns a media proxy session with the specified ID.
- getSession(JID) - Method in class org.jivesoftware.openfire.SessionManager
-
Returns the session responsible for this JID data.
- getSessionCookieConfig() - Method in class org.jivesoftware.openfire.container.PluginServletContext
- getSessionCount(String) - Method in class org.jivesoftware.openfire.SessionManager
- getSessionData(String) - Method in class org.jivesoftware.openfire.session.LocalSession
-
Retrieves session data.
- getSessionDetachTime() - Method in class org.jivesoftware.openfire.SessionManager
- getSessionID() - Method in class org.jivesoftware.openfire.filetransfer.FileTransfer
- getSessionID() - Method in interface org.jivesoftware.openfire.filetransfer.FileTransferProgress
-
Returns the unique session id that correlates to the file transfer.
- getSessionID() - Method in class org.jivesoftware.openfire.filetransfer.proxy.DefaultProxyTransfer
- getSessionInfoCache() - Method in class org.jivesoftware.openfire.SessionManager
- getSessionManager() - Method in class org.jivesoftware.openfire.http.HttpBindManager
- getSessionManager() - Method in class org.jivesoftware.openfire.XMPPServer
-
Returns the
SessionManager
registered with this server. - getSessionManager() - Method in class org.jivesoftware.util.WebManager
- getSessions() - Method in class org.jivesoftware.openfire.mediaproxy.MediaProxy
-
Returns the list of all currently active and running sessions.
- getSessions() - Method in class org.jivesoftware.openfire.SessionManager
-
Returns a list that contains all authenticated client sessions connected to the server.
- getSessions(String) - Method in class org.jivesoftware.openfire.SessionManager
- getSessions(SessionResultFilter) - Method in class org.jivesoftware.openfire.SessionManager
- GetSessionsCountTask - Class in org.jivesoftware.openfire.session
-
Task that will be executed in cluster nodes to get the number of sessions hosted by the cluster node.
- GetSessionsCountTask() - Constructor for class org.jivesoftware.openfire.session.GetSessionsCountTask
- GetSessionsCountTask(Boolean) - Constructor for class org.jivesoftware.openfire.session.GetSessionsCountTask
- getSessionTimeout() - Method in class org.jivesoftware.openfire.container.PluginServletContext
- getSetByUser() - Method in class org.jivesoftware.admin.servlet.SystemPropertiesServlet.Search
- getSharedDisplayName() - Method in class org.jivesoftware.openfire.group.Group
-
When contact list group sharing has been enabled, the users in his group will be added to the contact list of every entity that the group is shared with.
- getSharedGroupNames() - Method in class org.jivesoftware.openfire.group.AbstractGroupProvider
-
Returns the name of the groups that are shared groups.
- getSharedGroupNames() - Method in interface org.jivesoftware.openfire.group.GroupProvider
-
Returns an unmodifiable Collection of all shared groups in the system.
- getSharedGroupNames(JID) - Method in class org.jivesoftware.openfire.group.AbstractGroupProvider
- getSharedGroupNames(JID) - Method in interface org.jivesoftware.openfire.group.GroupProvider
-
Returns an unmodifiable Collection of all shared groups in the system for a given user.
- getSharedGroups() - Method in class org.jivesoftware.openfire.group.GroupManager
-
Returns an unmodifiable Collection of all shared groups in the system.
- getSharedGroups() - Method in class org.jivesoftware.openfire.roster.RosterItem
-
Returns the shared groups for the item.
- getSharedGroups(String) - Method in class org.jivesoftware.openfire.group.GroupManager
-
Returns an unmodifiable Collection of all shared groups in the system for a given userName.
- getSharedGroups(String) - Method in class org.jivesoftware.openfire.roster.RosterManager
-
Returns a collection with all the groups that the user may include in his roster.
- getSharedSecret() - Static method in class org.jivesoftware.openfire.sasl.JiveSharedSecretSaslServer
-
Returns the shared secret value, or
null
if shared secret authentication is disabled. - getSharedWith() - Method in class org.jivesoftware.openfire.group.Group
-
Defines to which entities this group is shared, using the contact list group sharing.
- getSharedWithUsersInGroupNames() - Method in class org.jivesoftware.openfire.group.Group
-
Defines the groups of users with which this group is shared if contact list group sharing is enabled and this group is shared with (other) groups (as defined by
Group.getSharedWith()
). - getShort(int) - Method in class org.jivesoftware.database.CallableStatementWrapper
- getShort(String) - Method in class org.jivesoftware.database.CallableStatementWrapper
- getShowPresences(PubSubService, JID) - Static method in class org.jivesoftware.openfire.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.openfire.pep.PEPService
- getShowPresences(JID) - Method in class org.jivesoftware.openfire.pubsub.PubSubModule
- getShowPresences(JID) - Method in interface org.jivesoftware.openfire.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.openfire.http.HttpBindBody
- getSID() - Method in class org.jivesoftware.openfire.mediaproxy.MediaProxySession
-
Get the ID of the Session
- getSID() - Method in interface org.jivesoftware.openfire.mediaproxy.ProxyCandidate
- getSince() - Method in class org.jivesoftware.openfire.muc.HistoryRequest
-
Returns the since date to use to filter the messages received during that time.
- getSize() - Method in class org.jivesoftware.openfire.OfflineMessageStore
-
Returns the approximate size (in bytes) of the XML messages stored for all users.
- getSize(String) - Method in class org.jivesoftware.openfire.OfflineMessageStore
-
Returns the approximate size (in bytes) of the XML messages stored for a particular user.
- getSocketTimeout() - Static method in class org.jivesoftware.openfire.server.RemoteServerManager
-
Returns the number of milliseconds to wait to connect to a remote server or read data from a remote server.
- getSoftwareVersion - org.jivesoftware.openfire.session.RemoteSessionTask.Operation
- getSoftwareVersion() - Method in class org.jivesoftware.openfire.session.LocalSession
-
Retrieves Software Version data.
- getSoftwareVersion() - Method in class org.jivesoftware.openfire.session.RemoteSession
- getSoftwareVersion() - Method in interface org.jivesoftware.openfire.session.Session
-
Returns all Software Version data as reported by the peer on this connection, as obtained through XEP-0092.
- getSortColumnNumber() - Method in class org.jivesoftware.openfire.pubsub.PubsubNodeResultFilter
-
Returns the currently selected sort field.
- getSortColumnNumber() - Method in class org.jivesoftware.util.ListPager
- getSortComparator() - Method in class org.jivesoftware.openfire.pubsub.PubsubNodeResultFilter
-
Returns a comparator that will sort a standard sorted set according to this filter's sort order.
- getSortComparator() - Method in class org.jivesoftware.openfire.SessionResultFilter
-
Returns a comparator that will sort a standard sorted set according to this filter's sort order.
- getSortedQueries(ProfiledConnection.Type, boolean) - Static method in class org.jivesoftware.database.ProfiledConnection
-
Returns an array of sorted queries (as ProfiledConnectionEntry objects) by type
- getSortField() - Method in class org.jivesoftware.openfire.SessionResultFilter
-
Returns the currently selected sort field.
- getSortOrder() - Method in class org.jivesoftware.openfire.pubsub.PubsubNodeResultFilter
-
Returns the sort order, which will be
PubsubNodeResultFilter.ASCENDING
for ascending sorting, orPubsubNodeResultFilter.DESCENDING
for descending sorting. - getSortOrder() - Method in class org.jivesoftware.openfire.SessionResultFilter
-
Returns the sort order, which will be SessionResultFilter.ASCENDING for ascending sorting, or SessionResultFilter.DESCENDING for descending sorting.
- getSQL() - Method in class org.jivesoftware.database.CachedPreparedStatement
-
Returns the SQL.
- getSQLXML(int) - Method in class org.jivesoftware.database.CallableStatementWrapper
- getSQLXML(String) - Method in class org.jivesoftware.database.CallableStatementWrapper
- getSSLContext() - Method in class org.jivesoftware.openfire.spi.EncryptionArtifactFactory
-
Generates a new, initialized SSLContext instance that is suitable for connections that are created based on a particular configuration.
- getSslContextFactory() - Method in class org.jivesoftware.openfire.spi.EncryptionArtifactFactory
- getSslSession() - Method in class org.jivesoftware.util.JiveInitialLdapContext
- getSSLSession() - Method in class org.jivesoftware.openfire.net.TLSStreamHandler
-
Returns the SSLSession in use.
- getStage() - Method in class org.jivesoftware.openfire.commands.SessionData
-
Returns the current stage where the requester is located.
- getStanzaElements() - Method in class org.jivesoftware.openfire.http.HttpBindBody
- getStart() - Method in class org.jivesoftware.util.WebManager
- getStartIndex() - Method in class org.jivesoftware.openfire.pubsub.PubsubNodeResultFilter
-
Returns the index of the first result to return.
- getStartIndex() - Method in class org.jivesoftware.openfire.SessionResultFilter
-
Returns the index of the first result to return.
- getStartTime() - Method in class org.jivesoftware.openfire.lockout.LockOutFlag
-
Retrieves the date/time at which the account this flag references will begin having a disabled status.
- getState() - Method in class org.jivesoftware.openfire.pubsub.cluster.SubscriptionTask
-
Returns the state of the subscription.
- getState() - Method in class org.jivesoftware.openfire.pubsub.NodeSubscription
-
Returns the current subscription state.
- getStateChange(RosterItem.SubType, Presence.Type, boolean) - Static method in class org.jivesoftware.openfire.handler.PresenceSubscribeHandler
-
Determine the changes to apply to the item, according to its subscription state.
- getStatGroup(String) - Method in class org.jivesoftware.openfire.stats.StatisticsManager
- getStatistic(String) - Method in class org.jivesoftware.openfire.stats.StatisticsManager
-
Returns a statistic being tracked by the StatManager.
- getStatType() - Method in class org.jivesoftware.openfire.stats.i18nStatistic
- getStatType() - Method in interface org.jivesoftware.openfire.stats.Statistic
-
Returns the type of a stat.
- getStatus() - Method in class org.jivesoftware.openfire.net.TLSWrapper
-
Returns the current status for this TLSHandler.
- getStatus() - Method in class org.jivesoftware.openfire.session.LocalSession
-
Obtain the current status of this session.
- getStatus() - Method in class org.jivesoftware.openfire.session.RemoteSession
-
Remote sessions are always authenticated.
- getStatus() - Method in interface org.jivesoftware.openfire.session.Session
-
Obtain the current status of this session.
- getStatus() - Method in class org.jivesoftware.util.Version
-
Returns the release status of this product.
- getStatusVersion() - Method in class org.jivesoftware.util.Version
-
Obtain the status release number for this product.
- getStore() - Method in class org.jivesoftware.openfire.keystore.CertificateStore
- getStoredKey() - Method in class org.jivesoftware.openfire.user.User
- getStoredKey(String) - Static method in class org.jivesoftware.openfire.auth.AuthFactory
- getStoredKey(String) - Method in interface org.jivesoftware.openfire.auth.AuthProvider
- getStoredKey(String) - Method in class org.jivesoftware.openfire.auth.DefaultAuthProvider
- getStoredKey(String) - Method in class org.jivesoftware.openfire.auth.HybridAuthProvider
- getStoredKey(String) - Method in class org.jivesoftware.openfire.auth.JDBCAuthProvider
- getStoredKey(String) - Method in class org.jivesoftware.openfire.auth.MappedAuthProvider
- getStoredKey(String) - Method in class org.jivesoftware.openfire.auth.NativeAuthProvider
- getStoredKey(String) - Method in class org.jivesoftware.openfire.auth.POP3AuthProvider
- getStoredKey(String) - Method in class org.jivesoftware.openfire.crowd.CrowdAuthProvider
- getStoredKey(String) - Method in class org.jivesoftware.openfire.ldap.LdapAuthProvider
- getStoredSubscribeStanza() - Method in class org.jivesoftware.openfire.roster.RosterItem
- getStrategy() - Method in class org.jivesoftware.util.cache.ExternalizableUtil
-
Returns the implementation to use for serializing and deserializing objects.
- getStreamError() - Method in exception org.jivesoftware.util.StreamErrorException
- getStreamHeader() - Method in class org.jivesoftware.openfire.net.ServerStanzaHandler
- getStreamHeader() - Method in class org.jivesoftware.openfire.net.StanzaHandler
- getStreamHeader() - Method in class org.jivesoftware.openfire.websocket.WebSocketClientStanzaHandler
- getStreamID - org.jivesoftware.openfire.session.RemoteSessionTask.Operation
-
Basic session operations
- getStreamID() - Method in class org.jivesoftware.openfire.multiplex.Route
-
Return the stream ID that identifies the connection that is actually sending the wrapped stanza.
- getStreamID() - Method in class org.jivesoftware.openfire.session.LocalSession
-
Obtain the stream ID associated with this sesison.
- getStreamID() - Method in class org.jivesoftware.openfire.session.RemoteSession
- getStreamID() - Method in interface org.jivesoftware.openfire.session.Session
-
Obtain the stream ID associated with this session.
- getStreamManager() - Method in class org.jivesoftware.openfire.session.LocalSession
-
Get XEP-0198 Stream manager for session
- getString(int) - Method in class org.jivesoftware.database.CallableStatementWrapper
- getString(String) - Method in class org.jivesoftware.database.CallableStatementWrapper
- getStringParameter(HttpServletRequest, String, String) - Static method in class org.jivesoftware.util.ParamUtils
-
Returns a parameter as a String.
- getSubdomain() - Method in class org.jivesoftware.openfire.component.ExternalComponentConfiguration
- getSubdomain() - Method in class org.jivesoftware.openfire.muc.cluster.OccupantAddedTask
- getSubdomain() - Method in class org.jivesoftware.openfire.muc.cluster.OccupantKickedForNicknameTask
- getSubdomain() - Method in class org.jivesoftware.openfire.muc.cluster.OccupantRemovedTask
- getSubdomain() - Method in class org.jivesoftware.openfire.muc.cluster.OccupantUpdatedTask
- getSubdomains - org.jivesoftware.openfire.session.RemoteSessionTask.Operation
- getSubdomains() - Method in interface org.jivesoftware.openfire.session.ComponentSession.ExternalComponent
- getSubdomains() - Method in class org.jivesoftware.openfire.session.LocalComponentSession.LocalExternalComponent
- getSubject() - Method in class org.jivesoftware.openfire.muc.MUCRoom
-
Returns the last subject that some occupant set to the room.
- getSubject() - Method in class org.jivesoftware.openfire.muc.spi.MUCRoomSearchInfo
- getSubjectAlternativeNames(Set<String>) - Static method in class org.jivesoftware.util.CertificateManager
- getSubPageID() - Method in class org.jivesoftware.admin.AdminPageBean
-
Returns the subpage ID (corresponds to sidebar ID's).
- getSubscriberJid() - Method in class org.jivesoftware.openfire.pubsub.cluster.SubscriptionTask
-
Returns the address that is going to receive the event notifications.
- getSubscriberPresences() - Method in class org.jivesoftware.openfire.pep.PEPService
- getSubscriberPresences() - Method in class org.jivesoftware.openfire.pubsub.PubSubModule
- getSubscriberPresences() - Method in interface org.jivesoftware.openfire.pubsub.PubSubService
-
Returns a registry of the presence's show value of users that subscribed to a node of the pubsub service and for which the node only delivers notifications for online users or node subscriptions deliver events based on the user presence show value.
- getSubscribeStanza() - Method in class org.jivesoftware.openfire.roster.RosterItem
- getSubscription() - Method in class org.jivesoftware.openfire.privacy.PrivacyItem
- getSubscription(String) - Method in class org.jivesoftware.openfire.pubsub.Node
-
Returns the subscription whose subscription ID matches the specified ID or
null
if none was found. - getSubscription(JID) - Method in class org.jivesoftware.openfire.pubsub.Node
-
Returns the subscription whose subscription JID matches the specified JID or
null
if none was found. - getSubscriptionId() - Method in class org.jivesoftware.openfire.pubsub.cluster.SubscriptionTask
-
Returns the ID that uniquely identifies the subscription of the user in the node.
- getSubscriptionIfLoaded() - Method in class org.jivesoftware.openfire.pubsub.cluster.SubscriptionTask
-
Finds the pubsub node subscription that is the subject of this task.
- getSubscriptions() - Method in class org.jivesoftware.openfire.pubsub.NodeAffiliate
-
Returns the list of subscriptions of the affiliate in the node.
- getSubscriptions(JID) - Method in class org.jivesoftware.openfire.pubsub.Node
-
Returns the list of subscriptions owned by the specified user.
- 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.openfire.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.openfire.pubsub.models.AuthorizeAccess
- getSubsriptionError() - Method in class org.jivesoftware.openfire.pubsub.models.OpenAccess
- getSubsriptionError() - Method in class org.jivesoftware.openfire.pubsub.models.PresenceAccess
- getSubsriptionError() - Method in class org.jivesoftware.openfire.pubsub.models.RosterAccess
- getSubsriptionError() - Method in class org.jivesoftware.openfire.pubsub.models.WhitelistAccess
- getSubsriptionErrorDetail() - Method in class org.jivesoftware.openfire.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.openfire.pubsub.models.AuthorizeAccess
- getSubsriptionErrorDetail() - Method in class org.jivesoftware.openfire.pubsub.models.OpenAccess
- getSubsriptionErrorDetail() - Method in class org.jivesoftware.openfire.pubsub.models.PresenceAccess
- getSubsriptionErrorDetail() - Method in class org.jivesoftware.openfire.pubsub.models.RosterAccess
- getSubsriptionErrorDetail() - Method in class org.jivesoftware.openfire.pubsub.models.WhitelistAccess
- getSubStatus() - Method in class org.jivesoftware.openfire.roster.RosterItem
-
Obtain the current subscription status of the item.
- getSubType(Roster.Item) - Static method in class org.jivesoftware.openfire.roster.RosterItem
- getSummary() - Method in class org.jivesoftware.admin.servlet.SecurityAuditViewerServlet.Search
- getSummary() - Method in class org.jivesoftware.openfire.security.SecurityAuditEvent
-
Returns the summary, or short description of what transpired in the event.
- getSupportedCipherSuites() - Static method in class org.jivesoftware.openfire.spi.EncryptionArtifactFactory
-
Returns the names of all encryption cipher suites that are supported (but not necessarily enabled).
- getSupportedCipherSuites() - Method in class org.jivesoftware.util.SimpleSSLSocketFactory
- getSupportedExtensions() - Method in class org.jivesoftware.openfire.net.OCSPChecker
- getSupportedMechanisms() - Static method in class org.jivesoftware.openfire.net.SASLAuthentication
-
Returns the list of supported SASL mechanisms by the server.
- getSupportedProtocols() - Static method in class org.jivesoftware.openfire.spi.EncryptionArtifactFactory
-
Returns the names of all encryption protocols that are supported (but not necessarily enabled).
- getSysadmins() - Method in interface org.jivesoftware.openfire.muc.MultiUserChatService
-
Returns the collection of JIDs that are system administrators of the MUC service.
- getSysadmins() - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
- getSysadmins() - Method in class org.jivesoftware.openfire.pubsub.PubSubModule
- getTarget() - Method in class org.jivesoftware.openfire.filetransfer.FileTransfer
- getTarget() - Method in interface org.jivesoftware.openfire.filetransfer.FileTransferProgress
-
Returns the full qualified JID of the target of the file transfer.
- getTarget() - Method in class org.jivesoftware.openfire.filetransfer.proxy.DefaultProxyTransfer
- getTaskCount() - Method in class org.jivesoftware.openfire.mbean.ThreadPoolExecutorDelegate
-
Returns the approximate total number of tasks that have ever been scheduled for execution.
- getTaskCount() - Method in interface org.jivesoftware.openfire.mbean.ThreadPoolExecutorDelegateMBean
-
Returns the approximate total number of tasks that have ever been scheduled for execution.
- getTestAfterUse() - Method in class org.jivesoftware.database.DefaultConnectionProvider
-
Returns whether returned connections will be tested after being returned to the pool.
- getTestBeforeUse() - Method in class org.jivesoftware.database.DefaultConnectionProvider
-
Returns whether returned connections will be tested before being handed over to be used.
- getTestSQL() - Method in class org.jivesoftware.database.DefaultConnectionProvider
-
Returns the SQL statement used to test if a connection is valid.
- getTestSQL(String) - Static method in class org.jivesoftware.database.DbConnectionManager
- getTestTimeout() - Method in class org.jivesoftware.database.DefaultConnectionProvider
- getThreadCount() - Method in class org.jivesoftware.openfire.Channel
-
Returns the number of currently active worker threads in the channel.
- getTime(int) - Method in class org.jivesoftware.database.CallableStatementWrapper
- getTime(int, Calendar) - Method in class org.jivesoftware.database.CallableStatementWrapper
- getTime(String) - Method in class org.jivesoftware.database.CallableStatementWrapper
- getTime(String, Calendar) - Method in class org.jivesoftware.database.CallableStatementWrapper
- getTimeBetweenEvictionRunsMillis() - Method in class org.jivesoftware.database.DefaultConnectionProvider
- getTimeFromLong(long) - Static method in class org.jivesoftware.util.StringUtils
-
Returns a formatted String from time.
- getTimeInstance(Object, TimeZone, Locale) - Static method in class org.jivesoftware.util.FastDateFormat
- getTimestamp() - Method in class org.jivesoftware.openfire.audit.AuditEvent
-
Obtain the timestamp of when the event occured.
- getTimestamp() - Method in class org.jivesoftware.openfire.mediaproxy.MediaProxySession
-
Get last packet arrived timestamp
- getTimestamp(int) - Method in class org.jivesoftware.database.CallableStatementWrapper
- getTimestamp(int, Calendar) - Method in class org.jivesoftware.database.CallableStatementWrapper
- getTimestamp(String) - Method in class org.jivesoftware.database.CallableStatementWrapper
- getTimestamp(String, Calendar) - Method in class org.jivesoftware.database.CallableStatementWrapper
- 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.
- getTlsEngine() - Method in class org.jivesoftware.openfire.net.TLSWrapper
- getTlsPolicy() - Method in class org.jivesoftware.openfire.spi.ConnectionConfiguration
- getTLSPolicy() - Method in class org.jivesoftware.openfire.spi.ConnectionListener
-
Returns whether TLS is mandatory, optional, disabled or mandatory immediately for new connections.
- getTLSProtocolName - org.jivesoftware.openfire.session.RemoteSessionTask.Operation
- getTLSProtocolName() - Method in interface org.jivesoftware.openfire.Connection
-
Returns the TLS protocol name used by the connection of the session, if any.
- getTLSProtocolName() - Method in class org.jivesoftware.openfire.http.HttpSession.HttpVirtualConnection
- getTLSProtocolName() - Method in class org.jivesoftware.openfire.multiplex.ClientSessionConnection
- getTLSProtocolName() - Method in class org.jivesoftware.openfire.net.SocketConnection
-
Deprecated.
- getTLSProtocolName() - Method in class org.jivesoftware.openfire.nio.NettyConnection
- getTLSProtocolName() - Method in class org.jivesoftware.openfire.session.LocalSession
- getTLSProtocolName() - Method in class org.jivesoftware.openfire.session.RemoteSession
- getTLSProtocolName() - Method in interface org.jivesoftware.openfire.session.Session
-
Returns the TLS protocol name used by the connection of the session, if any.
- getTLSProtocolName() - Method in class org.jivesoftware.openfire.websocket.WebSocketConnection
- getTlsResponse() - Method in class org.jivesoftware.util.JiveInitialLdapContext
- getTLSStreamHandler() - Method in class org.jivesoftware.openfire.net.SocketConnection
-
Deprecated.Returns the stream handler responsible for encrypting the plain connection and providing the corresponding input and output streams.
- getTo() - Method in class org.jivesoftware.admin.servlet.SecurityAuditViewerServlet.Search
- getTo() - Method in exception org.jivesoftware.openfire.server.ServerDialbackErrorException
- getTo() - Method in exception org.jivesoftware.openfire.server.ServerDialbackKeyInvalidException
- getTotalChatTime() - Method in interface org.jivesoftware.openfire.muc.MultiUserChatService
-
Returns the total chat time of all rooms combined.
- getTotalChatTime() - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
- getTotalItemCount() - Method in class org.jivesoftware.util.ListPager
- getTotalMemory() - Method in class org.jivesoftware.util.MemoryUsageMonitor.MemoryUsage
-
Returns the total amount of memory available to Openfire, including used and free memory, in megabytes.
- getTotalPages() - Method in class org.jivesoftware.util.ListPager
- getTotalQueryTime(ProfiledConnection.Type) - Static method in class org.jivesoftware.database.ProfiledConnection
-
Returns the total amount of time in milliseconds spent doing a particular type of query.
- 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).
- getTransactionIsolation() - Method in class org.jivesoftware.database.AbstractConnection
- getTransferDigest() - Method in class org.jivesoftware.openfire.filetransfer.proxy.DefaultProxyTransfer
- getTransferDigest() - Method in interface org.jivesoftware.openfire.filetransfer.proxy.ProxyTransfer
-
Returns the transfer digest uniquely identifies a file transfer in the system.
- getTransportHandler() - Method in class org.jivesoftware.openfire.spi.PacketTransporterImpl
-
Obtain the transport handler that this transporter uses for delivering transport packets.
- getTransportHandler() - Method in class org.jivesoftware.openfire.XMPPServer
-
Returns the
TransportHandler
registered with this server. - getTrustManagers() - Method in class org.jivesoftware.openfire.spi.EncryptionArtifactFactory
-
Generates TrustManager instances suitable for connections that are created based on a particular configuration.
- getTrustStore() - Method in class org.jivesoftware.openfire.spi.ConnectionConfiguration
- getTrustStore(ConnectionType) - Method in class org.jivesoftware.openfire.keystore.CertificateStoreManager
- getTrustStoreBackupDirectory(ConnectionType) - Static method in class org.jivesoftware.openfire.keystore.CertificateStoreManager
-
The location (relative to OPENFIRE_HOME) of the directory that holds backups for trust stores.
- getTrustStoreConfiguration() - Method in class org.jivesoftware.openfire.spi.ConnectionConfiguration
- getTrustStoreConfiguration() - Method in class org.jivesoftware.openfire.spi.ConnectionListener
-
Returns the configuration for the trust store that is used to identify/trust peers on connections created by this listener.
- getTrustStoreConfiguration(ConnectionType) - Method in class org.jivesoftware.openfire.keystore.CertificateStoreManager
- getTrustStoreType(ConnectionType) - Static method in class org.jivesoftware.openfire.keystore.CertificateStoreManager
-
The KeyStore type (jks, jceks, pkcs12, etc) for the trust store for connections of a particular type.
- getType - org.jivesoftware.openfire.session.RemoteSessionTask.Operation
-
Operations of external component sessions
- getType() - Method in class org.jivesoftware.openfire.container.CacheInfo
- getType() - Method in enum org.jivesoftware.openfire.http.BoshBindingError.Type
-
Returns the type that will be displayed to the client.
- getType() - Method in class org.jivesoftware.openfire.http.HttpBindBody
- getType() - Method in class org.jivesoftware.openfire.keystore.CertificateStoreConfiguration
- getType() - Method in class org.jivesoftware.openfire.muc.HistoryStrategy
-
Obtain the type of history strategy being used.
- getType() - Method in class org.jivesoftware.openfire.OfflineMessageStrategy
- getType() - Method in class org.jivesoftware.openfire.privacy.PrivacyItem
- getType() - Method in class org.jivesoftware.openfire.pubsub.NodeSubscription
-
Returns if the owner has subscribed to receive notification of new items only or of new nodes only.
- getType() - Method in interface org.jivesoftware.openfire.session.ComponentSession.ExternalComponent
- getType() - Method in class org.jivesoftware.openfire.session.LocalComponentSession.LocalExternalComponent
- getType() - Method in class org.jivesoftware.openfire.spi.ConnectionConfiguration
- getType() - Method in class org.jivesoftware.openfire.spi.ConnectionListener
-
Returns the type of connection that is accepted by this listener.
- getTypeFromInt(int) - Static method in enum org.jivesoftware.openfire.roster.RosterItem.AskType
- getTypeFromInt(int) - Static method in enum org.jivesoftware.openfire.roster.RosterItem.RecvType
- getTypeFromInt(int) - Static method in enum org.jivesoftware.openfire.roster.RosterItem.SubType
- getTypeMap() - Method in class org.jivesoftware.database.AbstractConnection
- getUID() - Method in class org.jivesoftware.openfire.disco.DiscoItem
- getUID() - Method in class org.jivesoftware.openfire.muc.MUCRoom
- getUID() - Method in class org.jivesoftware.openfire.muc.spi.MUCRoomSearchInfo
- getUID() - Method in class org.jivesoftware.openfire.user.User
- getUninitializedSSLContext() - Static method in class org.jivesoftware.openfire.spi.EncryptionArtifactFactory
-
Generates a new, uninitialized SSLContext instance.
- getUniqueIdentifier() - Method in class org.jivesoftware.openfire.pubsub.Node
-
Returns an identifier for this node that is unique within the XMPP domain.
- getUniqueIdentifier() - Method in class org.jivesoftware.openfire.pubsub.PublishedItem
-
Returns a value that uniquely identifies this published item in the XMPP domain.
- getUniqueIdentifier() - Method in interface org.jivesoftware.openfire.pubsub.PubSubService
-
Returns a value that uniquely identifies this service in the XMPP domain.
- getUniqueIdentifier(String, String, String) - Static method in class org.jivesoftware.openfire.pubsub.PublishedItem
-
Returns a value that uniquely identifies this published item in the XMPP domain.
- getUniqueIdentifier(LeafNode, String) - Static method in class org.jivesoftware.openfire.pubsub.PublishedItem
-
Returns a value that uniquely identifies this published item in the XMPP domain.
- getUniqueNodeIdentifier() - Method in class org.jivesoftware.openfire.pubsub.cluster.NodeTask
-
Returns the unique identifier of the pubsub node that this task aims to update.
- getUnits() - Method in class org.jivesoftware.openfire.stats.i18nStatistic
- getUnits() - Method in interface org.jivesoftware.openfire.stats.Statistic
-
Returns the units that relate to the stat.
- getUpdateCount() - Method in class org.jivesoftware.database.CallableStatementWrapper
- getUpdateCount() - Method in class org.jivesoftware.database.StatementWrapper
- getUpdateManager() - Method in class org.jivesoftware.openfire.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.openfire.update.DownloadStatus
- getURL() - Method in class org.jivesoftware.openfire.update.Update
-
Returns the URL from where the latest version of the component can be downloaded.
- getURL(int) - Method in class org.jivesoftware.database.CallableStatementWrapper
- getURL(String) - Method in class org.jivesoftware.database.CallableStatementWrapper
- getUsedMemory() - Method in class org.jivesoftware.util.MemoryUsageMonitor.MemoryUsage
-
Returns the amount of memory currently used by Openfire (memory populated with objects), in megabytes.
- getUser() - Method in class org.jivesoftware.util.WebManager
- getUser(String) - Method in class org.jivesoftware.openfire.user.UserManager
-
Returns the User specified by username.
- getUser(JID) - Method in class org.jivesoftware.openfire.user.UserManager
-
Returns the User specified by jid node.
- getUserAddress() - Method in class org.jivesoftware.openfire.muc.MUCRole
-
Obtain the XMPPAddress of the user that joined the room.
- getUserCount() - Method in class org.jivesoftware.openfire.crowd.CrowdUserProvider
- getUserCount() - Method in class org.jivesoftware.openfire.ldap.LdapUserProvider
- getUserCount() - Method in class org.jivesoftware.openfire.user.DefaultUserProvider
- getUserCount() - Method in class org.jivesoftware.openfire.user.JDBCUserProvider
- getUserCount() - Method in class org.jivesoftware.openfire.user.UserManager
-
Returns the total number of users in the system.
- getUserCount() - Method in class org.jivesoftware.openfire.user.UserMultiProvider
- getUserCount() - Method in interface org.jivesoftware.openfire.user.UserProvider
-
Returns the number of users in the system.
- getUserGroups(String) - Method in class org.jivesoftware.openfire.crowd.CrowdManager
-
Get all the groups of a given username
- getUserInterceptors(String) - Method in class org.jivesoftware.openfire.interceptor.InterceptorManager
-
Returns an unmodifable list of packet interceptors that are related to the specified username.
- getUserItems(String, JID) - Method in class org.jivesoftware.openfire.disco.IQDiscoItemsHandler
- getUserItems(String, JID) - Method in interface org.jivesoftware.openfire.disco.UserItemsProvider
-
Returns an Iterator (of Element) with the target entity's items or null if none.
- getUserItems(String, JID) - Method in class org.jivesoftware.openfire.pep.IQPEPHandler
-
Implements UserItemsProvider, adding PEP related items to a disco#items result.
- getUserJID() - Method in class org.jivesoftware.openfire.privacy.PrivacyList
-
Returns the JID of the user that owns this privacy list.
- getUserManager() - Method in class org.jivesoftware.openfire.XMPPServer
-
Returns the
UserManager
registered with this server. - getUserManager() - Method in class org.jivesoftware.util.WebManager
- getUsername() - Method in class org.jivesoftware.admin.servlet.SecurityAuditViewerServlet.Search
- getUsername() - Method in class org.jivesoftware.database.DefaultConnectionProvider
-
Returns the username used to connect to the database.
- getUsername() - Method in class org.jivesoftware.openfire.auth.AuthToken
-
Returns the username associated with this AuthToken.
- getUsername() - Method in class org.jivesoftware.openfire.lockout.LockOutFlag
-
Retrieves the username that this lock out flag is attached to.
- getUsername() - Method in class org.jivesoftware.openfire.roster.Roster
-
Return the username of the user or chatbot that owns this roster.
- getUsername() - Method in class org.jivesoftware.openfire.security.SecurityAuditEvent
-
Retrieves the username of the user who performed this event.
- getUsername() - Method in interface org.jivesoftware.openfire.session.ClientSession
-
Returns the username associated with this session.
- getUsername() - Method in class org.jivesoftware.openfire.session.LocalClientSession
-
Returns the username associated with this session.
- getUsername() - Method in class org.jivesoftware.openfire.session.RemoteClientSession
- getUsername() - Method in class org.jivesoftware.openfire.user.User
-
Returns this user's username.
- getUsername() - Method in class org.jivesoftware.util.EmailService
-
Returns the username used to connect to the SMTP server.
- getUserName(JID) - Static method in class org.jivesoftware.openfire.user.UserNameManager
-
Returns the name of the XMPP entity.
- getUserName(JID) - Method in interface org.jivesoftware.openfire.user.UserNameProvider
-
Returns the name of the entity specified by the following JID.
- getUserName(JID, String) - Static method in class org.jivesoftware.openfire.user.UserNameManager
-
Returns the name of the XMPP entity.
- getUsernameField() - Method in class org.jivesoftware.openfire.ldap.LdapManager
-
Returns the LDAP field name that the lookup for an authorization identity (username to act as) will be performed on.
- getUsernames() - Method in class org.jivesoftware.openfire.crowd.CrowdUserProvider
- getUsernames() - Method in class org.jivesoftware.openfire.ldap.LdapUserProvider
- getUsernames() - Method in class org.jivesoftware.openfire.user.DefaultUserProvider
- getUsernames() - Method in class org.jivesoftware.openfire.user.JDBCUserProvider
- getUsernames() - Method in class org.jivesoftware.openfire.user.UserManager
-
Returns an unmodifiable Collection of usernames of all users in the system.
- getUsernames() - Method in class org.jivesoftware.openfire.user.UserMultiProvider
- getUsernames() - Method in interface org.jivesoftware.openfire.user.UserProvider
-
Returns an unmodifiable Collection of usernames of all users in the system.
- getUsernames(String) - Method in class org.jivesoftware.openfire.roster.DefaultRosterItemProvider
- getUsernames(String) - Method in interface org.jivesoftware.openfire.roster.RosterItemProvider
-
Returns an iterator on the usernames whose roster includes the specified JID.
- getUsernameSuffix() - Method in class org.jivesoftware.openfire.ldap.LdapManager
-
Returns the suffix appended to the username when LDAP lookups are performed.
- getUserPropertyProvider() - Static method in class org.jivesoftware.openfire.user.UserManager
-
Returns the currently-installed UserPropertyProvider.
- getUserPropertyProvider(String) - Method in interface org.jivesoftware.openfire.user.property.UserPropertyProviderMapper
-
Finds a suitable UserPropertyProvider for the user.
- getUserPropertyProviders() - Method in interface org.jivesoftware.openfire.user.property.UserPropertyProviderMapper
-
Returns all providers that are used by this instance.
- getUserProvider() - Static method in class org.jivesoftware.openfire.user.UserManager
-
Returns the currently-installed UserProvider.
- getUserProvider(String) - Method in class org.jivesoftware.openfire.user.AuthorizationBasedUserProviderMapper
- getUserProvider(String) - Method in class org.jivesoftware.openfire.user.HybridUserProvider
-
Returns the first provider that contains the user, or the first provider that is not read-only when the user does not exist in any provider.
- getUserProvider(String) - Method in class org.jivesoftware.openfire.user.MappedUserProvider
- getUserProvider(String) - Method in class org.jivesoftware.openfire.user.PropertyBasedUserProviderMapper
- getUserProvider(String) - Method in interface org.jivesoftware.openfire.user.UserProviderMapper
-
Finds a suitable UserProvider for the user.
- getUserProviders() - Method in class org.jivesoftware.openfire.user.AuthorizationBasedUserProviderMapper
- getUserProviders() - Method in class org.jivesoftware.openfire.user.HybridUserProvider
- getUserProviders() - Method in class org.jivesoftware.openfire.user.MappedUserProvider
- getUserProviders() - Method in class org.jivesoftware.openfire.user.PropertyBasedUserProviderMapper
- getUserProviders() - Method in interface org.jivesoftware.openfire.user.UserProviderMapper
-
Returns all providers that are used by this instance.
- GetUserRoster - Class in org.jivesoftware.openfire.commands.admin.user
-
Gets the roster of a user The implementation uses Openfire's LockOutManager to apply the configuration state.
- GetUserRoster() - Constructor for class org.jivesoftware.openfire.commands.admin.user.GetUserRoster
- getUsers() - Method in class org.jivesoftware.openfire.crowd.CrowdUserProvider
- getUsers() - Method in class org.jivesoftware.openfire.ldap.LdapUserProvider
- getUsers() - Method in class org.jivesoftware.openfire.user.DefaultUserProvider
- getUsers() - Method in class org.jivesoftware.openfire.user.JDBCUserProvider
- getUsers() - Method in class org.jivesoftware.openfire.user.UserManager
-
Returns an unmodifiable Collection of all users in the system.
- getUsers() - Method in class org.jivesoftware.openfire.user.UserMultiProvider
- getUsers() - Method in interface org.jivesoftware.openfire.user.UserProvider
-
Returns an unmodifiable Collections of all users in the system.
- getUsers(int, int) - Method in class org.jivesoftware.openfire.crowd.CrowdUserProvider
- getUsers(int, int) - Method in class org.jivesoftware.openfire.ldap.LdapUserProvider
- getUsers(int, int) - Method in class org.jivesoftware.openfire.user.DefaultUserProvider
- getUsers(int, int) - Method in class org.jivesoftware.openfire.user.JDBCUserProvider
- getUsers(int, int) - Method in class org.jivesoftware.openfire.user.UserManager
-
Returns an unmodifiable Collection of all users starting at
startIndex
with the given number of results. - getUsers(int, int) - Method in class org.jivesoftware.openfire.user.UserMultiProvider
- getUsers(int, int) - Method in interface org.jivesoftware.openfire.user.UserProvider
-
Returns an unmodifiable Collections of users in the system within the specified range.
- getUsersAllowedToCreate() - Method in interface org.jivesoftware.openfire.muc.MultiUserChatService
-
Returns the collection of JIDs that are allowed to create MUC rooms.
- getUsersAllowedToCreate() - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
- getUsersAllowedToCreate() - Method in class org.jivesoftware.openfire.pubsub.PubSubModule
- getUsersBaseDN(String) - Method in class org.jivesoftware.openfire.ldap.LdapManager
-
Returns the BaseDN for the given username.
- getUserSessionsCount(boolean) - Method in class org.jivesoftware.openfire.SessionManager
-
Returns number of client sessions that are authenticated with the server.
- GetUsersPresence - Class in org.jivesoftware.openfire.commands.admin
-
Command that allows to retrieve the presence of all active users.
- GetUsersPresence() - Constructor for class org.jivesoftware.openfire.commands.admin.GetUsersPresence
- getValidatedDomains - org.jivesoftware.openfire.session.RemoteSessionTask.Operation
- getValidatedDomains() - Method in interface org.jivesoftware.openfire.session.IncomingServerSession
-
Returns a collection with all the domains, subdomains and virtual hosts that where validated.
- getValidatedDomains() - Method in class org.jivesoftware.openfire.session.IncomingServerSessionInfo
- getValidatedDomains() - Method in class org.jivesoftware.openfire.session.LocalIncomingServerSession
-
Returns a collection with all the domains, subdomains and virtual hosts that where validated.
- getValidatedDomains() - Method in class org.jivesoftware.openfire.session.RemoteIncomingServerSession
- getValidJID(String) - Method in class org.jivesoftware.openfire.pubsub.PubSubServiceInfo
- getValue() - Method in class org.jivesoftware.admin.ASN1DERTag
- getValue() - Method in class org.jivesoftware.admin.servlet.SystemCacheDetailsServlet.Search
- getValue() - Method in class org.jivesoftware.admin.servlet.SystemPropertiesServlet.Search
- getValue() - Method in enum org.jivesoftware.openfire.muc.MUCRole.Affiliation
-
Returns the value for the role.
- getValue() - Method in enum org.jivesoftware.openfire.muc.MUCRole.Role
-
Returns the value for the role.
- getValue() - Method in enum org.jivesoftware.openfire.roster.RosterItem.AskType
- getValue() - Method in enum org.jivesoftware.openfire.roster.RosterItem.RecvType
- getValue() - Method in enum org.jivesoftware.openfire.roster.RosterItem.SubType
- getValue() - Method in class org.jivesoftware.util.SystemProperty
- getValueAsSaved() - Method in class org.jivesoftware.admin.servlet.SystemPropertiesServlet.CompoundProperty
- getValueAsSaved() - Method in class org.jivesoftware.util.SystemProperty
- getValueClass() - Method in class org.jivesoftware.util.cache.SerializingCache
- getVCard(String) - Method in class org.jivesoftware.openfire.vcard.VCardManager
-
Returns the vCard of a given user or null if none was defined before.
- getVCardManager() - Method in class org.jivesoftware.openfire.XMPPServer
-
Returns the
VCardManager
registered with this server. - getVCardProperty(String, String) - Method in class org.jivesoftware.openfire.vcard.VCardManager
-
Returns the user's vCard information for a given vcard property name.
- getVerified() - Method in class org.jivesoftware.openfire.sasl.VerifyPasswordCallback
-
Determines wether the password is verified.
- getVersion() - Method in class org.jivesoftware.openfire.container.PluginMetadata
- getVersion() - Method in class org.jivesoftware.openfire.http.HttpBindBody
- getVersion() - Method in class org.jivesoftware.openfire.spi.XMPPServerInfoImpl
- getVersion() - Method in class org.jivesoftware.openfire.update.DownloadStatus
- getVersion() - Method in interface org.jivesoftware.openfire.XMPPServerInfo
-
Obtain the server's version information.
- getVersion(Path) - Static method in class org.jivesoftware.openfire.container.PluginMetadataHelper
-
Returns the version of a plugin.
- getVersion(Plugin) - Method in class org.jivesoftware.openfire.container.PluginManager
-
Deprecated.Moved to
PluginMetadataHelper.getVersion(Plugin)
. - getVersion(Plugin) - Static method in class org.jivesoftware.openfire.container.PluginMetadataHelper
-
Returns the version of a plugin.
- 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.JavaSpecVersion
-
Returns the version number of this instance of Openfire as a String (ie major.minor.revision).
- getVersionString() - Method in class org.jivesoftware.util.Version
-
Returns the version number of this instance of Openfire as a String (ie major.minor.revision).
- getVirtualServerName() - Method in class org.jivesoftware.openfire.container.PluginServletContext
- getVisibleGroupNames(String) - Method in class org.jivesoftware.openfire.group.AbstractGroupProvider
- getVisibleGroupNames(String) - Method in interface org.jivesoftware.openfire.group.GroupProvider
-
Returns an unmodifiable Collection of groups that are visible to the members of the given group.
- getVisibleGroups(Group) - Method in class org.jivesoftware.openfire.group.GroupManager
-
Returns an unmodifiable Collection of all shared groups in the system for a given group name.
- getWait() - Method in class org.jivesoftware.openfire.http.HttpBindBody
- getWait() - Method in class org.jivesoftware.openfire.http.HttpSession
-
Specifies the longest time (in seconds) that the connection manager is allowed to wait before responding to any request during the session.
- getWarnings() - Method in class org.jivesoftware.database.AbstractConnection
- getWarnings() - Method in class org.jivesoftware.database.CallableStatementWrapper
- getWarnings() - Method in class org.jivesoftware.database.StatementWrapper
- getWebsocketSecureAddress() - Method in class org.jivesoftware.openfire.http.HttpBindManager
- getWebsocketUnsecureAddress() - Method in class org.jivesoftware.openfire.http.HttpBindManager
- getWeight() - Method in class org.jivesoftware.openfire.net.DNSUtil.WeightedHostAddress
-
Returns the weight.
- getWhitelistedAnonymousIPs() - Static method in class org.jivesoftware.openfire.session.LocalClientSession
-
Returns the list of IP address that are allowed to connect to the server for anonymous users.
- getWhitelistedIPs() - Static method in class org.jivesoftware.openfire.session.LocalClientSession
-
Returns the list of IP address that are allowed to connect to the server.
- getWrappedCache() - Method in class org.jivesoftware.util.cache.CacheWrapper
- getWriter() - Method in class org.jivesoftware.openfire.net.SocketConnection
-
Deprecated.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, boolean) - Static method in class org.jivesoftware.util.JiveGlobals
-
Returns a boolean value local property.
- getXMLProperty(String, int) - Static method in class org.jivesoftware.util.JiveGlobals
-
Returns an integer value local property.
- getXMLProperty(String, String) - Static method in class org.jivesoftware.util.JiveGlobals
-
Returns a local property.
- getXMLPropertyNames() - Static method in class org.jivesoftware.util.JiveGlobals
-
Return all property names as a list of strings, or an empty list if jiveHome has not been loaded.
- getXMPPDomain() - Method in class org.jivesoftware.openfire.spi.XMPPServerInfoImpl
- getXMPPDomain() - Method in interface org.jivesoftware.openfire.XMPPServerInfo
-
Obtain the server XMPP domain name, which is equal for all server nodes in an Openfire cluster.
- getXMPPServer() - Method in class org.jivesoftware.util.WebManager
- getXPathFilters() - Method in interface org.jivesoftware.openfire.audit.AuditManager
-
Obtain an iterator over the XPath expressions (Strings) currently registered with the audit manager.
- getXPathFilters() - Method in class org.jivesoftware.openfire.audit.spi.AuditManagerImpl
- getXPPFactory() - Method in class org.dom4j.io.XMPPPacketReader
- getXPPParser() - Method in class org.dom4j.io.XMPPPacketReader
- GRACEFUL_SHUTDOWN_QUIET_PERIOD - Static variable in class org.jivesoftware.openfire.nio.NettySessionInitializer
-
The inactivity duration after which a Netty executor can be shutdown gracefully.
- GRACEFUL_SHUTDOWN_TIMEOUT - Static variable in class org.jivesoftware.openfire.nio.NettySessionInitializer
-
The maximum amount of time to wait until a Netty executor is shutdown regardless if a task was submitted during the quiet period.
- GraphicsUtils - Class in org.jivesoftware.util
-
Utilities for working with graphics-related data.
- GraphicsUtils() - Constructor for class org.jivesoftware.util.GraphicsUtils
- group - org.jivesoftware.openfire.privacy.PrivacyItem.Type
-
JID being analyzed should belong to a roster group of the list's owner.
- group - org.jivesoftware.openfire.pubsub.PubSubServiceInfo.listType
- group - Variable in class org.jivesoftware.openfire.crowd.jaxb.Groups
- Group - Class in org.jivesoftware.openfire.crowd.jaxb
- Group - Class in org.jivesoftware.openfire.group
-
Groups organize users into a single entity for easier management.
- Group() - Constructor for class org.jivesoftware.openfire.crowd.jaxb.Group
- Group() - Constructor for class org.jivesoftware.openfire.group.Group
-
Constructor added for Externalizable.
- Group(String, String, int) - Constructor for class org.jivesoftware.admin.LdapGroupTester.Group
- Group(String, String, Collection<JID>, Collection<JID>) - Constructor for class org.jivesoftware.openfire.group.Group
-
Constructs a new group.
- Group(String, String, Collection<JID>, Collection<JID>, Map<String, String>) - Constructor for class org.jivesoftware.openfire.group.Group
-
Constructs a new group.
- group_created - org.jivesoftware.openfire.event.GroupEventDispatcher.EventType
-
A new group was created.
- group_deleting - org.jivesoftware.openfire.event.GroupEventDispatcher.EventType
-
A group is about to be deleted.
- group_modified - org.jivesoftware.openfire.event.GroupEventDispatcher.EventType
-
The name, description, or extended property of a group was changed.
- GROUP_PROVIDER - Static variable in class org.jivesoftware.openfire.group.GroupManager
- GroupAdminAdded - Class in org.jivesoftware.openfire.commands.event
-
Notifies the that an admin was added to the group.
- GroupAdminAdded() - Constructor for class org.jivesoftware.openfire.commands.event.GroupAdminAdded
- GroupAdminRemoved - Class in org.jivesoftware.openfire.commands.event
-
Notifies the that an admin was removed from the group.
- GroupAdminRemoved() - Constructor for class org.jivesoftware.openfire.commands.event.GroupAdminRemoved
- GroupAlreadyExistsException - Exception in org.jivesoftware.openfire.group
-
Thrown when attempting to create a group that already exists.
- GroupAlreadyExistsException() - Constructor for exception org.jivesoftware.openfire.group.GroupAlreadyExistsException
- GroupAlreadyExistsException(String) - Constructor for exception org.jivesoftware.openfire.group.GroupAlreadyExistsException
- GroupAlreadyExistsException(String, Throwable) - Constructor for exception org.jivesoftware.openfire.group.GroupAlreadyExistsException
- GroupAlreadyExistsException(Throwable) - Constructor for exception org.jivesoftware.openfire.group.GroupAlreadyExistsException
- GroupAwareList<T> - Interface in org.jivesoftware.openfire.group
-
This list specifies additional methods that understand groups among the items in the list.
- GroupAwareMap<K,V> - Interface in org.jivesoftware.openfire.group
-
This map specifies additional methods that understand groups among the entries in the map.
- GroupBasedAdminProvider - Class in org.jivesoftware.openfire.admin
-
Makes the users of specific group Openfire administrators.
- GroupBasedAdminProvider() - Constructor for class org.jivesoftware.openfire.admin.GroupBasedAdminProvider
- GroupCollection - Class in org.jivesoftware.openfire.group
-
Provides a view of an array of group names as a Collection of Group objects.
- GroupCollection(String[]) - Constructor for class org.jivesoftware.openfire.group.GroupCollection
-
Constructs a new GroupCollection.
- GroupCollection(Collection<String>) - Constructor for class org.jivesoftware.openfire.group.GroupCollection
-
Constructs a new GroupCollection.
- groupCreated(Group, Map) - Method in class org.jivesoftware.openfire.event.GroupEventAdapter
- groupCreated(Group, Map) - Method in interface org.jivesoftware.openfire.event.GroupEventListener
-
A group was created.
- groupCreated(Group, Map) - Method in class org.jivesoftware.openfire.muc.MUCRoom
- groupCreated(Group, Map) - Method in class org.jivesoftware.openfire.roster.RosterManager
- GroupCreated - Class in org.jivesoftware.openfire.commands.event
-
Notifies the that a group was created.
- GroupCreated() - Constructor for class org.jivesoftware.openfire.commands.event.GroupCreated
- groupDeleting(Group, Map) - Method in class org.jivesoftware.openfire.event.GroupEventAdapter
- groupDeleting(Group, Map) - Method in interface org.jivesoftware.openfire.event.GroupEventListener
-
A group is being deleted.
- groupDeleting(Group, Map) - Method in class org.jivesoftware.openfire.muc.MUCRoom
- groupDeleting(Group, Map) - Method in class org.jivesoftware.openfire.roster.RosterManager
- GroupDeleting - Class in org.jivesoftware.openfire.commands.event
-
Notifies the that a group is being deleted.
- GroupDeleting() - Constructor for class org.jivesoftware.openfire.commands.event.GroupDeleting
- GroupEventAdapter - Class in org.jivesoftware.openfire.event
-
An abstract adapter class for receiving group events.
- GroupEventAdapter() - Constructor for class org.jivesoftware.openfire.event.GroupEventAdapter
- GroupEventDispatcher - Class in org.jivesoftware.openfire.event
-
Dispatches group events.
- GroupEventDispatcher.EventType - Enum in org.jivesoftware.openfire.event
-
Represents valid event types.
- GroupEventListener - Interface in org.jivesoftware.openfire.event
-
Interface to listen for group events.
- GroupJID - Class in org.jivesoftware.openfire.group
-
This class is designed to identify and manage custom JIDs that represent Groups (rather than Users or Components).
- GroupJID(String) - Constructor for class org.jivesoftware.openfire.group.GroupJID
-
Construct a JID representing a Group.
- GroupManager - Class in org.jivesoftware.openfire.group
-
Manages groups.
- GroupMemberAdded - Class in org.jivesoftware.openfire.commands.event
-
Notifies the that a member was added to the group.
- GroupMemberAdded() - Constructor for class org.jivesoftware.openfire.commands.event.GroupMemberAdded
- GroupMemberRemoved - Class in org.jivesoftware.openfire.commands.event
-
Notifies the that a member was removed from the group.
- GroupMemberRemoved() - Constructor for class org.jivesoftware.openfire.commands.event.GroupMemberRemoved
- groupModified(Group, Map) - Method in class org.jivesoftware.openfire.event.GroupEventAdapter
- groupModified(Group, Map) - Method in interface org.jivesoftware.openfire.event.GroupEventListener
-
A group's name, description, or an extended property was changed.
- groupModified(Group, Map) - Method in class org.jivesoftware.openfire.muc.MUCRoom
- groupModified(Group, Map) - Method in class org.jivesoftware.openfire.roster.RosterManager
- GroupModified - Class in org.jivesoftware.openfire.commands.event
-
Notifies the that a group was modified.
- GroupModified() - Constructor for class org.jivesoftware.openfire.commands.event.GroupModified
- GroupNameInvalidException - Exception in org.jivesoftware.openfire.group
-
Thrown when attempting to set or rename a group, passing an unacceptable name.
- GroupNameInvalidException() - Constructor for exception org.jivesoftware.openfire.group.GroupNameInvalidException
- GroupNameInvalidException(String) - Constructor for exception org.jivesoftware.openfire.group.GroupNameInvalidException
- GroupNameInvalidException(String, Throwable) - Constructor for exception org.jivesoftware.openfire.group.GroupNameInvalidException
- GroupNameInvalidException(Throwable) - Constructor for exception org.jivesoftware.openfire.group.GroupNameInvalidException
- GroupNotFoundException - Exception in org.jivesoftware.openfire.group
-
Thrown when unable to find or load a group.
- GroupNotFoundException() - Constructor for exception org.jivesoftware.openfire.group.GroupNotFoundException
-
Constructs a new exception with null as its detail message.
- GroupNotFoundException(String) - Constructor for exception org.jivesoftware.openfire.group.GroupNotFoundException
-
Constructs a new exception with the specified detail message.
- GroupNotFoundException(String, Throwable) - Constructor for exception org.jivesoftware.openfire.group.GroupNotFoundException
-
Constructs a new exception with the specified detail message and cause.
- GroupNotFoundException(Throwable) - Constructor for exception org.jivesoftware.openfire.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.openfire.group
-
Provider interface for groups.
- groups - Variable in class org.jivesoftware.openfire.roster.RosterItem
- Groups - Class in org.jivesoftware.openfire.crowd.jaxb
- Groups() - Constructor for class org.jivesoftware.openfire.crowd.jaxb.Groups
- GZIP - Static variable in class org.jivesoftware.util.Base64
-
Specify that data should be gzip-compressed.
H
- handle(Callback[]) - Method in class org.jivesoftware.openfire.net.XMPPCallbackHandler
- handle(LocalSession, Element) - Static method in class org.jivesoftware.openfire.net.SASLAuthentication
-
Handles the SASL authentication packet.
- handle(Packet) - Method in class org.jivesoftware.openfire.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.
- HANDLED_BY_DELEGATE - org.jivesoftware.openfire.muc.MUCEventDelegate.InvitationRejectionResult
- HANDLED_BY_DELEGATE - org.jivesoftware.openfire.muc.MUCEventDelegate.InvitationResult
- HANDLED_BY_OPENFIRE - org.jivesoftware.openfire.muc.MUCEventDelegate.InvitationRejectionResult
- HANDLED_BY_OPENFIRE - org.jivesoftware.openfire.muc.MUCEventDelegate.InvitationResult
- handleException(IOException) - Method in class org.jivesoftware.util.XMLWriter
- handleIQ(IQ) - Method in class org.jivesoftware.openfire.commands.AdHocCommandHandler
- handleIQ(IQ) - Method in class org.jivesoftware.openfire.disco.IQDiscoInfoHandler
- handleIQ(IQ) - Method in class org.jivesoftware.openfire.disco.IQDiscoItemsHandler
- handleIQ(IQ) - Method in class org.jivesoftware.openfire.filetransfer.proxy.FileTransferProxy
- handleIQ(IQ) - Method in class org.jivesoftware.openfire.handler.IQBindHandler
- handleIQ(IQ) - Method in class org.jivesoftware.openfire.handler.IQBlockingHandler
- handleIQ(IQ) - Method in class org.jivesoftware.openfire.handler.IQEntityTimeHandler
- handleIQ(IQ) - Method in class org.jivesoftware.openfire.handler.IQHandler
-
Handles the received IQ packet.
- handleIQ(IQ) - Method in class org.jivesoftware.openfire.handler.IQLastActivityHandler
- handleIQ(IQ) - Method in class org.jivesoftware.openfire.handler.IQMessageCarbonsHandler
- handleIQ(IQ) - Method in class org.jivesoftware.openfire.handler.IQOfflineMessagesHandler
- handleIQ(IQ) - Method in class org.jivesoftware.openfire.handler.IQPingHandler
- handleIQ(IQ) - Method in class org.jivesoftware.openfire.handler.IQPrivacyHandler
- handleIQ(IQ) - Method in class org.jivesoftware.openfire.handler.IQPrivateHandler
- handleIQ(IQ) - Method in class org.jivesoftware.openfire.handler.IQRegisterHandler
- handleIQ(IQ) - Method in class org.jivesoftware.openfire.handler.IQRosterHandler
-
Handles all roster queries.
- handleIQ(IQ) - Method in class org.jivesoftware.openfire.handler.IQSessionEstablishmentHandler
- handleIQ(IQ) - Method in class org.jivesoftware.openfire.handler.IQSharedGroupHandler
- handleIQ(IQ) - Method in class org.jivesoftware.openfire.handler.IQvCardHandler
- handleIQ(IQ) - Method in class org.jivesoftware.openfire.handler.IQVersionHandler
- handleIQ(IQ) - Method in class org.jivesoftware.openfire.muc.spi.IQMuclumbusSearchHandler
-
Constructs an answer on a IQ stanza that contains a search request.
- handleIQ(IQ) - Method in class org.jivesoftware.openfire.muc.spi.IQMUCSearchHandler
-
Constructs an answer on a IQ stanza that contains a search request.
- handleIQ(IQ) - Method in class org.jivesoftware.openfire.muc.spi.IQMUCvCardHandler
- handleIQ(IQ) - Method in class org.jivesoftware.openfire.pep.IQPEPHandler
- handleIQ(IQ) - Method in class org.jivesoftware.openfire.pep.IQPEPOwnerHandler
- handleIQ(IQ, MUCRole) - Method in class org.jivesoftware.openfire.muc.spi.IQAdminHandler
-
Handles the IQ packet sent by an owner or admin of the room.
- handleIQ(IQ, MUCRole) - Method in class org.jivesoftware.openfire.muc.spi.IQOwnerHandler
-
Handles the IQ packet sent by an owner of the room.
- handleProbe(Presence) - Method in interface org.jivesoftware.openfire.PresenceManager
-
Handle a presence probe sent by a remote server.
- handleProbe(Presence) - Method in class org.jivesoftware.openfire.spi.PresenceManagerImpl
- handlerAdded(ChannelHandlerContext) - Method in class org.jivesoftware.openfire.nio.NettyConnectionHandler
- handlerAdded(ChannelHandlerContext) - Method in class org.jivesoftware.openfire.nio.NettyOutboundConnectionHandler
- handlerAdded(ChannelHandlerContext) - Method in class org.jivesoftware.openfire.nio.NettyServerConnectionHandler
- handlerRemoved(ChannelHandlerContext) - Method in class org.jivesoftware.openfire.nio.NettyConnectionHandler
- hasCachedService(JID) - Method in class org.jivesoftware.openfire.pep.PEPServiceManager
- hasChangedSubject() - Method in class org.jivesoftware.openfire.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.openfire.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.openfire.muc.MultiUserChatService
-
Returns true if the server includes a chatroom with the requested name.
- hasChatRoom(String) - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
- hasClientRoute(JID) - Method in interface org.jivesoftware.openfire.RoutingTable
-
Returns true if a registered user or anonymous user with the specified full JID is currently logged.
- hasClientRoute(JID) - Method in class org.jivesoftware.openfire.spi.RoutingTableImpl
- hasComponent(JID) - Method in class org.jivesoftware.openfire.component.InternalComponentManager
-
Returns true if a component is associated to the specified address.
- hasComponentRoute(JID) - Method in interface org.jivesoftware.openfire.RoutingTable
-
Returns true if an internal or external component is hosting the specified address.
- hasComponentRoute(JID) - Method in class org.jivesoftware.openfire.spi.RoutingTableImpl
- hasConfiguration(String) - Static method in class org.jivesoftware.openfire.component.ExternalComponentManager
-
Returns true if there is a configuration for the specified subdomain.
- hasDirectPresence(JID, JID) - Method in class org.jivesoftware.openfire.handler.PresenceUpdateHandler
- 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.
- 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.
- hashCode() - Method in class org.jivesoftware.database.CachedPreparedStatement
- hashCode() - Method in class org.jivesoftware.openfire.cluster.NodeID
- hashCode() - Method in class org.jivesoftware.openfire.disco.DiscoItem
- hashCode() - Method in class org.jivesoftware.openfire.group.Group
- hashCode() - Method in class org.jivesoftware.openfire.keystore.CertificateStoreConfiguration
- hashCode() - Method in class org.jivesoftware.openfire.muc.HistoryStrategy
- hashCode() - Method in class org.jivesoftware.openfire.muc.HistoryStrategy.Messages
- hashCode() - Method in class org.jivesoftware.openfire.muc.MUCRole
- hashCode() - Method in class org.jivesoftware.openfire.muc.MUCRoom
- hashCode() - Method in class org.jivesoftware.openfire.muc.MUCRoomHistory
- hashCode() - Method in class org.jivesoftware.openfire.muc.spi.FMUCHandler.OutboundJoinConfiguration
- hashCode() - Method in class org.jivesoftware.openfire.muc.spi.OccupantManager.Occupant
- hashCode() - Method in class org.jivesoftware.openfire.privacy.PrivacyList
- hashCode() - Method in class org.jivesoftware.openfire.pubsub.Node
- hashCode() - Method in class org.jivesoftware.openfire.pubsub.Node.UniqueIdentifier
- hashCode() - Method in class org.jivesoftware.openfire.pubsub.PublishedItem.UniqueIdentifier
- hashCode() - Method in class org.jivesoftware.openfire.pubsub.PubSubService.UniqueIdentifier
- hashCode() - Method in class org.jivesoftware.openfire.roster.Roster
- hashCode() - Method in class org.jivesoftware.openfire.session.DomainPair
- hashCode() - Method in class org.jivesoftware.openfire.SessionResultFilter
- hashCode() - Method in class org.jivesoftware.openfire.user.User
- hashCode() - Method in class org.jivesoftware.util.CacheableOptional
- hashCode() - Method in class org.jivesoftware.util.JavaSpecVersion
- hashCode() - Method in class org.jivesoftware.util.Version
- hasHitConnectionLimit(String, String) - Method in class org.jivesoftware.admin.LoginLimitManager
-
Returns true of the entered username or connecting IP address has hit it's attempt limit.
- hashPassword(String, JDBCAuthProvider.PasswordType) - Method in class org.jivesoftware.openfire.auth.JDBCAuthProvider
- hasIllegalCharacterReferences(String) - Static method in class org.jivesoftware.openfire.nio.XMLLightweightParser
-
This method verifies if the provided argument contains at least one numeric character reference (
CharRef ::= '' [0-9]+ ';' | '' [0-9a-fA-F]+ ';
) for which the decimal or hexidecimal character value refers to an invalid XML 1.0 character. - hasInfo(String, String, JID) - Method in class org.jivesoftware.openfire.commands.AdHocCommandHandler
- hasInfo(String, String, JID) - Method in interface org.jivesoftware.openfire.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.openfire.filetransfer.proxy.FileTransferProxy
- hasInfo(String, String, JID) - Method in class org.jivesoftware.openfire.handler.IQOfflineMessagesHandler
- hasInfo(String, String, JID) - Method in class org.jivesoftware.openfire.mediaproxy.MediaProxyService
- hasInfo(String, String, JID) - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
- hasInfo(String, String, JID) - Method in class org.jivesoftware.openfire.pep.IQPEPHandler
- hasInfo(String, String, JID) - Method in class org.jivesoftware.openfire.pubsub.PubSubModule
- hasMaxLifetimeFromProperty(String) - Static method in class org.jivesoftware.util.cache.CacheFactory
- hasMaxSizeFromProperty(String) - Static method in class org.jivesoftware.util.cache.CacheFactory
- hasOccupant(String) - Method in class org.jivesoftware.openfire.muc.MUCRoom
-
Determine if a given nickname is taken.
- hasOccupant(JID) - Method in class org.jivesoftware.openfire.muc.MUCRoom
- hasPermission(JID) - Method in class org.jivesoftware.openfire.commands.AdHocCommand
-
Returns true if the requester is allowed to execute this command.
- hasPermission(JID) - Method in class org.jivesoftware.openfire.commands.admin.EditAdminList
- hasPermission(JID) - Method in class org.jivesoftware.openfire.commands.admin.EditAllowedList
- hasPermission(JID) - Method in class org.jivesoftware.openfire.commands.admin.EditBlockedList
- hasPermission(JID) - Method in class org.jivesoftware.openfire.commands.admin.GetAdminConsoleInfo
-
Returns if the requester can access this command.
- hasPermission(JID) - Method in class org.jivesoftware.openfire.commands.admin.GetServerStats
-
Returns if the requester can access this command.
- hasPermission(JID) - Method in class org.jivesoftware.openfire.commands.admin.GetUsersPresence
-
Returns if the requester can access this command.
- hasPermission(JID) - Method in class org.jivesoftware.openfire.commands.admin.HttpBindStatus
- hasPermission(JID) - Method in class org.jivesoftware.openfire.commands.admin.PacketsNotification
-
Returns if the requester can access this command.
- hasPermission(JID) - Method in class org.jivesoftware.openfire.commands.admin.user.AddUser
- hasPermission(JID) - Method in class org.jivesoftware.openfire.commands.admin.user.AuthenticateUser
- hasPermission(JID) - Method in class org.jivesoftware.openfire.commands.admin.user.ChangeUserPassword
- hasPermission(JID) - Method in class org.jivesoftware.openfire.commands.admin.user.DeleteUser
- hasPermission(JID) - Method in class org.jivesoftware.openfire.commands.admin.user.DisableUser
- hasPermission(JID) - Method in class org.jivesoftware.openfire.commands.admin.user.EndUserSession
- hasPermission(JID) - Method in class org.jivesoftware.openfire.commands.admin.user.GetUserRoster
- hasPermission(JID) - Method in class org.jivesoftware.openfire.commands.admin.user.ReEnableUser
- hasPermission(JID) - Method in class org.jivesoftware.openfire.commands.event.GroupAdminAdded
- hasPermission(JID) - Method in class org.jivesoftware.openfire.commands.event.GroupAdminRemoved
- hasPermission(JID) - Method in class org.jivesoftware.openfire.commands.event.GroupCreated
- hasPermission(JID) - Method in class org.jivesoftware.openfire.commands.event.GroupDeleting
- hasPermission(JID) - Method in class org.jivesoftware.openfire.commands.event.GroupMemberAdded
- hasPermission(JID) - Method in class org.jivesoftware.openfire.commands.event.GroupMemberRemoved
- hasPermission(JID) - Method in class org.jivesoftware.openfire.commands.event.GroupModified
- hasPermission(JID) - Method in class org.jivesoftware.openfire.commands.event.UserCreated
- hasPermission(JID) - Method in class org.jivesoftware.openfire.commands.event.UserDeleting
- hasPermission(JID) - Method in class org.jivesoftware.openfire.commands.event.UserModified
- hasPermission(JID) - Method in class org.jivesoftware.openfire.commands.event.VCardCreated
- hasPermission(JID) - Method in class org.jivesoftware.openfire.commands.event.VCardDeleting
- hasPermission(JID) - Method in class org.jivesoftware.openfire.commands.event.VCardModified
- hasPermission(JID) - Method in class org.jivesoftware.openfire.commands.generic.Ping
- hasPermission(JID) - Method in class org.jivesoftware.openfire.pubsub.PendingSubscriptionsCommand
- hasProcess(DomainPair) - Method in class org.jivesoftware.openfire.server.OutgoingSessionPromise
-
Checks if an outgoing session is in process of being created, which includes both establishment of the (possibly authenticated) connection as well as delivery of all queued stanzas.
- hasRequestedBlocklist - org.jivesoftware.openfire.session.RemoteSessionTask.Operation
- hasRequestedBlocklist() - Method in interface org.jivesoftware.openfire.session.ClientSession
-
Indicates whether this session has requested a blocklist, as specified in XEP-0191.
- hasRequestedBlocklist() - Method in class org.jivesoftware.openfire.session.ClientSessionInfo
- hasRequestedBlocklist() - Method in class org.jivesoftware.openfire.session.LocalClientSession
- hasRequestedBlocklist() - Method in class org.jivesoftware.openfire.session.RemoteClientSession
- hasServerRoute(DomainPair) - Method in interface org.jivesoftware.openfire.RoutingTable
-
Returns true if an outgoing server session exists to the specified remote server.
- hasServerRoute(DomainPair) - Method in class org.jivesoftware.openfire.spi.RoutingTableImpl
- hasSharedGroups() - Method in class org.jivesoftware.openfire.group.AbstractGroupProvider
-
Checks if any shared groups exists.
- hasValueChanged() - Method in class org.jivesoftware.util.SystemProperty
- haveAttemptedAllAuthenticationMethods() - Method in class org.jivesoftware.openfire.net.RespondingServerStanzaHandler
- head - Variable in class org.jivesoftware.openfire.nio.XMLLightweightParser
- HEAD - Static variable in class org.jivesoftware.openfire.nio.XMLLightweightParser
- HistoryRequest - Class in org.jivesoftware.openfire.muc
-
Represents the amount of history requested by an occupant while joining a room.
- HistoryRequest(Element) - Constructor for class org.jivesoftware.openfire.muc.HistoryRequest
- HistoryStrategy - Class in org.jivesoftware.openfire.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() - Constructor for class org.jivesoftware.openfire.muc.HistoryStrategy
-
This constructor is provided to comply with the Externalizable interface contract.
- HistoryStrategy(JID, HistoryStrategy) - Constructor for class org.jivesoftware.openfire.muc.HistoryStrategy
-
Create a history strategy with the given parent strategy (for defaults) or null if no parent exists.
- HistoryStrategy.Messages - Class in org.jivesoftware.openfire.muc
-
A wrapper for a collection of Message instances that is cached.
- HistoryStrategy.Type - Enum in org.jivesoftware.openfire.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.openfire.mediaproxy.MediaProxySession
- HostAddress(String, int, boolean) - Constructor for class org.jivesoftware.openfire.net.DNSUtil.HostAddress
- hostB - Variable in class org.jivesoftware.openfire.mediaproxy.MediaProxySession
- hostGone - org.jivesoftware.openfire.http.BoshBindingError
-
The target domain specified in the 'to' attribute or the target host or port specified in the 'route' attribute is no longer serviced by the connection manager.
- hostUnknown - org.jivesoftware.openfire.http.BoshBindingError
-
The target domain specified in the 'to' attribute or the target host or port specified in the 'route' attribute is unknown to the connection manager.
- HOUR - Static variable in class org.jivesoftware.util.JiveConstants
-
Deprecated.
- hsqldb - org.jivesoftware.database.DbConnectionManager.DatabaseType
- HTTP_BIND_ALLOWED_ORIGINS - Static variable in class org.jivesoftware.openfire.http.HttpBindManager
-
The domain names that are accepted as values for the CORS 'Origin' header in the BOSH endpoint.
- HTTP_BIND_AUTH_PER_CLIENTCERT_POLICY - Static variable in class org.jivesoftware.openfire.http.HttpBindManager
-
The TLS 'mutual authentication' policy that is applied to the BOSH endpoint.
- HTTP_BIND_CONTENT_SECURITY_POLICY_ENABLED - Static variable in class org.jivesoftware.openfire.http.HttpBindManager
-
Enable / Disable adding a 'Content-Security-Policy' HTTP header to the response to requests made against the BOSH endpoint.
- HTTP_BIND_CONTENT_SECURITY_POLICY_RESPONSEVALUE - Static variable in class org.jivesoftware.openfire.http.HttpBindManager
-
The header value when adding a 'Content-Security-Policy' HTTP header to the response to requests made against the BOSH endpoint.
- HTTP_BIND_CORS_ALLOW_HEADERS - Static variable in class org.jivesoftware.openfire.http.HttpBindManager
-
The name of HTTP headers that are accepted in requests to the BOSH endpoint.
- HTTP_BIND_CORS_ALLOW_METHODS - Static variable in class org.jivesoftware.openfire.http.HttpBindManager
-
The HTTP methods that are accepted in the BOSH endpoint.
- HTTP_BIND_CORS_ALLOW_ORIGIN_ALL - Static variable in class org.jivesoftware.openfire.http.HttpBindManager
-
The Cross-Origin Resource Sharing (CORS) header value that represents the 'allow all orgins' state.
- HTTP_BIND_CORS_ENABLED - Static variable in class org.jivesoftware.openfire.http.HttpBindManager
-
Enable / Disable support for Cross-Origin Resource Sharing (CORS) headers in the BOSH endpoint.
- HTTP_BIND_CORS_MAX_AGE - Static variable in class org.jivesoftware.openfire.http.HttpBindManager
-
How long the results of a preflight request (that is the information contained in the Access-Control-Allow-Methods and Access-Control-Allow-Headers headers) can be cached.
- HTTP_BIND_ENABLED - Static variable in class org.jivesoftware.openfire.http.HttpBindManager
-
Enable / disable BOSH (HTTP Binding) functionality.
- HTTP_BIND_FORWARDED - Static variable in class org.jivesoftware.openfire.http.HttpBindManager
-
Enable / Disable parsing a 'X-Forwarded-For' style HTTP header of BOSH requests.
- HTTP_BIND_FORWARDED_FOR - Static variable in class org.jivesoftware.openfire.http.HttpBindManager
-
The HTTP header name for 'forwarded for'
- HTTP_BIND_FORWARDED_HOST - Static variable in class org.jivesoftware.openfire.http.HttpBindManager
-
The HTTP header name for 'forwarded hosts'.
- HTTP_BIND_FORWARDED_HOST_NAME - Static variable in class org.jivesoftware.openfire.http.HttpBindManager
-
Sets a forced valued for the host header.
- HTTP_BIND_FORWARDED_SERVER - Static variable in class org.jivesoftware.openfire.http.HttpBindManager
-
The HTTP header name for 'forwarded server'.
- HTTP_BIND_PORT - Static variable in class org.jivesoftware.openfire.http.HttpBindManager
-
TCP port on which the non-encrypted (HTTP) BOSH endpoint is exposed.
- HTTP_BIND_REQUEST_HEADER_SIZE - Static variable in class org.jivesoftware.openfire.http.HttpBindManager
-
the maximum size in bytes of request headers in the BOSH endpoint.
- HTTP_BIND_SECURE_PORT - Static variable in class org.jivesoftware.openfire.http.HttpBindManager
-
TCP port on which the encrypted (HTTPS) BOSH endpoint is exposed.
- HTTP_BIND_THREADS - Static variable in class org.jivesoftware.openfire.http.HttpBindManager
-
Maximum amount of threads in the thread pool to perform the network IO related to BOSH traffic.
- HTTP_BIND_THREADS_MIN - Static variable in class org.jivesoftware.openfire.http.HttpBindManager
-
Minimum amount of threads in the thread pool to perform the network IO related to BOSH traffic.
- HTTP_BIND_THREADS_TIMEOUT - Static variable in class org.jivesoftware.openfire.http.HttpBindManager
-
Amount of time after which idle, surplus threads are removed from the thread pool to perform the network IO related to BOSH traffic.
- HttpBindBody - Class in org.jivesoftware.openfire.http
-
Representation of the 'body' element of an HTTP-Bind defined request.
- HttpBindBody(String) - Constructor for class org.jivesoftware.openfire.http.HttpBindBody
- HttpBindContentSecurityPolicyFilter - Class in org.jivesoftware.openfire.http
-
Adds Content-Security-Policy headers to HTTP responses based on configuration from HTTP Binding / Bosh properties.
- HttpBindContentSecurityPolicyFilter() - Constructor for class org.jivesoftware.openfire.http.HttpBindContentSecurityPolicyFilter
- HttpBindException - Exception in org.jivesoftware.openfire.http
- HttpBindException(String, BoshBindingError) - Constructor for exception org.jivesoftware.openfire.http.HttpBindException
- HttpBindManager - Class in org.jivesoftware.openfire.http
-
Responsible for making available BOSH (functionality to the outside world, using an embedded web server.
- HttpBindServlet - Class in org.jivesoftware.openfire.http
-
Servlet which handles requests to the HTTP binding service.
- HttpBindServlet() - Constructor for class org.jivesoftware.openfire.http.HttpBindServlet
- HttpBindStatus - Class in org.jivesoftware.openfire.commands.admin
-
AdHoc command to return the current status of the HTTP-bind service.
- HttpBindStatus() - Constructor for class org.jivesoftware.openfire.commands.admin.HttpBindStatus
- HttpConnection - Class in org.jivesoftware.openfire.http
-
Represents one HTTP connection with a client using the HTTP Binding service.
- HttpConnection(HttpBindBody, AsyncContext) - Constructor for class org.jivesoftware.openfire.http.HttpConnection
-
Constructs an HTTP Connection.
- HttpConnectionClosedException - Exception in org.jivesoftware.openfire.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.openfire.http.HttpConnectionClosedException
- HTTPConnectionException - Exception in org.jivesoftware.util
-
Exception class that wraps an HTTP error code.
- HTTPConnectionException(int) - Constructor for exception org.jivesoftware.util.HTTPConnectionException
- HttpSession - Class in org.jivesoftware.openfire.http
-
A session represents a series of interactions with an XMPP client sending packets using the HTTP Binding protocol specified in XEP-0124.
- HttpSession(HttpSession.HttpVirtualConnection, String, StreamID, long, X509Certificate[], Locale, Duration, int, boolean, Duration, int, Duration, Duration, int, int) - Constructor for class org.jivesoftware.openfire.http.HttpSession
- HttpSession.HttpVirtualConnection - Class in org.jivesoftware.openfire.http
-
A virtual server connection relates to a http session which its self can relate to many http connections.
- HttpSessionManager - Class in org.jivesoftware.openfire.http
-
Manages sessions for all users connecting to Openfire using the HTTP binding protocol, XEP-0124.
- HttpSessionManager() - Constructor for class org.jivesoftware.openfire.http.HttpSessionManager
-
Creates a new HttpSessionManager instance.
- HttpVirtualConnection(InetAddress, PacketDeliverer, ConnectionType) - Constructor for class org.jivesoftware.openfire.http.HttpSession.HttpVirtualConnection
- HybridAuthProvider - Class in org.jivesoftware.openfire.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.openfire.auth.HybridAuthProvider
- HybridUserPropertyProvider - Class in org.jivesoftware.openfire.user.property
-
Delegate UserPropertyProvider operations among up to three configurable provider implementation classes.
- HybridUserPropertyProvider() - Constructor for class org.jivesoftware.openfire.user.property.HybridUserPropertyProvider
- HybridUserProvider - Class in org.jivesoftware.openfire.user
-
Delegate UserProvider operations among up to three configurable provider implementation classes.
- HybridUserProvider() - Constructor for class org.jivesoftware.openfire.user.HybridUserProvider
I
- i18nStatistic - Class in org.jivesoftware.openfire.stats
-
A convience class to build statistic parameters out of a resource bundle.
- i18nStatistic(String, String, Statistic.Type) - Constructor for class org.jivesoftware.openfire.stats.i18nStatistic
- i18nStatistic(String, Statistic.Type) - Constructor for class org.jivesoftware.openfire.stats.i18nStatistic
- identifyEndEntityCertificate(Collection<X509Certificate>) - Static method in class org.jivesoftware.openfire.keystore.CertificateUtils
-
Identifies the End Entity (or 'target') certificate in a chain.
- IdentityStore - Class in org.jivesoftware.openfire.keystore
-
A wrapper class for a store of certificates, its metadata (password, location) and related functionality that is used to provide credentials (that represent this Openfire instance), an identity store An identity store should contain private keys, each associated with its certificate chain.
- IdentityStore(CertificateStoreConfiguration, boolean) - Constructor for class org.jivesoftware.openfire.keystore.IdentityStore
- IDLE_FLAG - Static variable in class org.jivesoftware.openfire.nio.NettyConnectionHandler
- IDLE_TIMEOUT_PROPERTY - Static variable in class org.jivesoftware.openfire.session.ConnectionSettings.Client
- IDLE_TIMEOUT_PROPERTY - Static variable in class org.jivesoftware.openfire.session.ConnectionSettings.Component
-
How much time the server will wait without receiving an inbound message until it is classed as an idle connection and closed.
- IDLE_TIMEOUT_PROPERTY - Static variable in class org.jivesoftware.openfire.session.ConnectionSettings.Multiplex
-
How much time the server will wait without receiving an inbound message until it is classed as an idle connection and closed.
- IDLE_TIMEOUT_PROPERTY - Static variable in class org.jivesoftware.openfire.session.ConnectionSettings.Server
-
How much time the server will wait without receiving an inbound message until it is classed as an idle connection and closed.
- ignorableWhitespace(char[], int, int) - Method in class org.jivesoftware.util.XMLWriter
- IGNORE_CASE - Static variable in class org.jivesoftware.openfire.auth.DefaultAuthorizationPolicy
- IGNORE_INVALID_PAUSE - Static variable in class org.jivesoftware.openfire.http.HttpSession
-
` Controls if client-provided 'pause' values that are invalid (higher than 'maxpause') are ignored or will cause the client to be disconnected.
- IGNORED_NAMESPACE_ON_STANZA - Static variable in class org.dom4j.io.XMPPPacketReader
-
Stream of various endpoints (eg: s2s, c2s) use different default namespaces.
- ignoringReleaseStatus() - Method in class org.jivesoftware.util.Version
- ImmediateFuture<T> - Class in org.jivesoftware.util
-
A Future that returns immediately.
- ImmediateFuture() - Constructor for class org.jivesoftware.util.ImmediateFuture
-
Creates a Future that returns null immediately
- ImmediateFuture(T) - Constructor for class org.jivesoftware.util.ImmediateFuture
-
Creates a Future that returns the supplied value immediately
- implicitFrom - Variable in class org.jivesoftware.openfire.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).
- improperAddressing - org.jivesoftware.openfire.http.BoshBindingError
-
The initialization element lacks a 'to' or 'route' attribute (or the attribute has no value) but the connection manager requires one.
- INACTIVITY_TIMEOUT - Static variable in class org.jivesoftware.openfire.http.HttpSessionManager
-
Period of time a session has to be idle to be closed.
- InboundBufferSizeException - Exception in org.jivesoftware.openfire.nio
-
An Exception indicating that the inbound buffer has exceeded its limit.
- InboundBufferSizeException() - Constructor for exception org.jivesoftware.openfire.nio.InboundBufferSizeException
- InboundBufferSizeException(String) - Constructor for exception org.jivesoftware.openfire.nio.InboundBufferSizeException
- InboundBufferSizeException(String, Throwable) - Constructor for exception org.jivesoftware.openfire.nio.InboundBufferSizeException
- InboundBufferSizeException(Throwable) - Constructor for exception org.jivesoftware.openfire.nio.InboundBufferSizeException
- InboundJoin(JID) - Constructor for class org.jivesoftware.openfire.muc.spi.FMUCHandler.InboundJoin
- includes(Object) - Method in class org.jivesoftware.openfire.group.ConcurrentGroupList
-
Returns true if the list contains the given JID.
- includes(Object) - Method in interface org.jivesoftware.openfire.group.GroupAwareList
-
Returns true if the list contains the given JID.
- includesKey(Object) - Method in class org.jivesoftware.openfire.group.ConcurrentGroupMap
-
Returns true if the key list contains the given JID.
- includesKey(Object) - Method in interface org.jivesoftware.openfire.group.GroupAwareMap
-
Returns true if the map's keySet contains the given JID.
- includesProperty(Element, String) - Static method in class org.jivesoftware.util.ElementUtil
-
Returns true if the specified property is included in the XML hierarchy.
- includesValue(Object) - Method in class org.jivesoftware.openfire.group.ConcurrentGroupMap
-
Returns true if the map has an entry value matching the given JID.
- includesValue(Object) - Method in interface org.jivesoftware.openfire.group.GroupAwareMap
-
Returns true if the map contains a value referencing the given JID.
- INCOMING - Static variable in class org.jivesoftware.openfire.cluster.GetBasicStatistics
- IncomingServerSession - Interface in org.jivesoftware.openfire.session
-
Server-to-server communication is done using two TCP connections between the servers.
- IncomingServerSessionInfo - Class in org.jivesoftware.openfire.session
-
Incoming server session information to be used when running in a cluster.
- IncomingServerSessionInfo() - Constructor for class org.jivesoftware.openfire.session.IncomingServerSessionInfo
- IncomingServerSessionInfo(LocalIncomingServerSession) - Constructor for class org.jivesoftware.openfire.session.IncomingServerSessionInfo
- IncomingServerSessionTask - Class in org.jivesoftware.openfire.session
-
Class that defines possible remote operations that could be performed on remote incoming server sessions.
- IncomingServerSessionTask() - Constructor for class org.jivesoftware.openfire.session.IncomingServerSessionTask
- IncomingServerSessionTask(RemoteSessionTask.Operation, StreamID) - Constructor for class org.jivesoftware.openfire.session.IncomingServerSessionTask
- INCORRECT_ENCODING - org.jivesoftware.openfire.sasl.Failure
- incrementClientPacketCount() - Method in class org.jivesoftware.openfire.session.LocalSession
-
Increments the number of packets sent from the client to the server.
- incrementConflictCount - org.jivesoftware.openfire.session.RemoteSessionTask.Operation
- incrementConflictCount() - Method in interface org.jivesoftware.openfire.session.ClientSession
-
Increments the conflict by one and returns new number of conflicts detected on this session.
- incrementConflictCount() - Method in class org.jivesoftware.openfire.session.LocalClientSession
-
Increments the conflict by one.
- incrementConflictCount() - Method in class org.jivesoftware.openfire.session.RemoteClientSession
- incrementIncomingCounter(long) - Static method in class org.jivesoftware.openfire.net.ServerTrafficCounter
-
Increments the counter of read bytes by delta.
- incrementOutgoingCounter(long) - Static method in class org.jivesoftware.openfire.net.ServerTrafficCounter
-
Increments the counter of written bytes by delta.
- incrementServerPacketCount() - Method in class org.jivesoftware.openfire.session.LocalSession
-
Increments the number of packets sent from the server to the client.
- incrementServerProcessedStanzas() - Method in class org.jivesoftware.openfire.streammanagement.StreamManager
-
Increments the count of stanzas processed by the server since Stream Management was enabled.
- indent() - Method in class org.jivesoftware.util.XMLWriter
- init() - Method in class org.jivesoftware.util.JiveProperties
-
For internal use only.
- init(boolean) - Method in class org.jivesoftware.openfire.net.OCSPChecker
- init(FilterConfig) - Method in class org.jivesoftware.admin.AuthCheckFilter
- init(FilterConfig) - Method in class org.jivesoftware.admin.PluginFilter
- init(FilterConfig) - Method in class org.jivesoftware.util.LocaleFilter
- init(FilterConfig) - Method in class org.jivesoftware.util.SetCharacterEncodingFilter
- init(HttpServletRequest, HttpServletResponse, HttpSession, ServletContext) - Method in class org.jivesoftware.util.WebBean
- init(HttpServletRequest, HttpServletResponse, HttpSession, ServletContext, JspWriter) - Method in class org.jivesoftware.util.WebBean
- init(PageContext) - Method in class org.jivesoftware.util.WebBean
- init(ServletConfig) - Method in class org.jivesoftware.admin.servlet.BlogPostServlet
- init(ServletConfig) - Method in class org.jivesoftware.openfire.container.PluginIconServlet
- init(ServletConfig) - Method in class org.jivesoftware.openfire.container.PluginServlet
- init(ServletConfig) - Method in class org.jivesoftware.openfire.http.HttpBindServlet
- init(ServletConfig) - Method in class org.jivesoftware.openfire.http.ResourceServlet
- init(ServletConfig) - Method in class org.jivesoftware.util.FaviconServlet
- init(LocalSession) - Method in interface org.jivesoftware.openfire.Connection
-
Initializes the connection with it's owning session.
- init(LocalSession) - Method in class org.jivesoftware.openfire.net.AbstractConnection
- init(ConnectionListener) - Method in class org.jivesoftware.openfire.nio.NettySessionInitializer
- INIT - Static variable in class org.jivesoftware.openfire.nio.XMLLightweightParser
- initChannel(SocketChannel) - Method in class org.jivesoftware.openfire.spi.NettyServerInitializer
- 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.
- INITIALISE_TIMEOUT_SECONDS - Static variable in class org.jivesoftware.openfire.session.LocalOutgoingServerSession
-
Controls the S2S outgoing session initialise timeout time in seconds
- InitializationException - Exception in org.jivesoftware.util
-
Exception thrown during application or component initialization failure.
- InitializationException() - Constructor for exception org.jivesoftware.util.InitializationException
- InitializationException(String) - Constructor for exception org.jivesoftware.util.InitializationException
- InitializationException(String, Throwable) - Constructor for exception org.jivesoftware.util.InitializationException
- InitializationException(Throwable) - Constructor for exception org.jivesoftware.util.InitializationException
- initialize() - Method in class org.jivesoftware.openfire.pep.PEPService
- initialize() - Method in class org.jivesoftware.openfire.pep.PEPServiceManager
- initialize() - Method in class org.jivesoftware.openfire.pubsub.CachingPubsubPersistenceProvider
- initialize() - Method in class org.jivesoftware.openfire.pubsub.DefaultPubSubPersistenceProvider
- initialize() - Method in class org.jivesoftware.openfire.pubsub.InMemoryPubSubPersistenceProvider
- initialize() - Method in interface org.jivesoftware.openfire.pubsub.PubSubPersistenceProvider
- initialize() - Method in class org.jivesoftware.openfire.pubsub.PubSubPersistenceProviderManager
- initialize() - Static method in class org.jivesoftware.util.cache.CacheFactory
- initialize(XMPPServer) - Method in class org.jivesoftware.openfire.archive.ArchiveManager
-
Initializes the manager, by instantiating a thread pool that is used to process archiving tasks.
- initialize(XMPPServer) - Method in class org.jivesoftware.openfire.audit.spi.AuditManagerImpl
- initialize(XMPPServer) - Method in class org.jivesoftware.openfire.cluster.ClusterMonitor
- initialize(XMPPServer) - Method in class org.jivesoftware.openfire.commands.AdHocCommandHandler
- initialize(XMPPServer) - Method in class org.jivesoftware.openfire.component.InternalComponentManager
- initialize(XMPPServer) - Method in class org.jivesoftware.openfire.container.BasicModule
-
Initializes the basic module.
- initialize(XMPPServer) - Method in interface org.jivesoftware.openfire.container.Module
-
Initialize the module with the container.
- initialize(XMPPServer) - Method in class org.jivesoftware.openfire.disco.IQDiscoInfoHandler
- initialize(XMPPServer) - Method in class org.jivesoftware.openfire.disco.IQDiscoItemsHandler
- initialize(XMPPServer) - Method in class org.jivesoftware.openfire.entitycaps.EntityCapabilitiesManager
- initialize(XMPPServer) - Method in class org.jivesoftware.openfire.filetransfer.proxy.FileTransferProxy
- initialize(XMPPServer) - Method in class org.jivesoftware.openfire.handler.IQBindHandler
- initialize(XMPPServer) - Method in class org.jivesoftware.openfire.handler.IQHandler
- initialize(XMPPServer) - Method in class org.jivesoftware.openfire.handler.IQLastActivityHandler
- initialize(XMPPServer) - Method in class org.jivesoftware.openfire.handler.IQOfflineMessagesHandler
- initialize(XMPPServer) - Method in class org.jivesoftware.openfire.handler.IQPrivacyHandler
- initialize(XMPPServer) - Method in class org.jivesoftware.openfire.handler.IQPrivateHandler
- initialize(XMPPServer) - Method in class org.jivesoftware.openfire.handler.IQRegisterHandler
- initialize(XMPPServer) - Method in class org.jivesoftware.openfire.handler.IQRosterHandler
- initialize(XMPPServer) - Method in class org.jivesoftware.openfire.handler.IQSharedGroupHandler
- initialize(XMPPServer) - Method in class org.jivesoftware.openfire.handler.IQvCardHandler
- initialize(XMPPServer) - Method in class org.jivesoftware.openfire.handler.PresenceSubscribeHandler
- initialize(XMPPServer) - Method in class org.jivesoftware.openfire.handler.PresenceUpdateHandler
- initialize(XMPPServer) - Method in class org.jivesoftware.openfire.IQRouter
- initialize(XMPPServer) - Method in class org.jivesoftware.openfire.keystore.CertificateStoreManager
- initialize(XMPPServer) - Method in class org.jivesoftware.openfire.mediaproxy.MediaProxyService
- initialize(XMPPServer) - Method in class org.jivesoftware.openfire.MessageRouter
- initialize(XMPPServer) - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
- initialize(XMPPServer) - Method in class org.jivesoftware.openfire.MulticastRouter
- initialize(XMPPServer) - Method in class org.jivesoftware.openfire.net.MulticastDNSService
- initialize(XMPPServer) - Method in class org.jivesoftware.openfire.OfflineMessageStrategy
- initialize(XMPPServer) - Method in class org.jivesoftware.openfire.pep.IQPEPHandler
- initialize(XMPPServer) - Method in class org.jivesoftware.openfire.PresenceRouter
- initialize(XMPPServer) - Method in class org.jivesoftware.openfire.pubsub.PubSubModule
- initialize(XMPPServer) - Method in class org.jivesoftware.openfire.roster.RosterManager
- initialize(XMPPServer) - Method in class org.jivesoftware.openfire.SessionManager
- initialize(XMPPServer) - Method in class org.jivesoftware.openfire.spi.PacketRouterImpl
- initialize(XMPPServer) - Method in class org.jivesoftware.openfire.spi.PacketTransporterImpl
- initialize(XMPPServer) - Method in class org.jivesoftware.openfire.spi.PresenceManagerImpl
- initialize(XMPPServer) - Method in class org.jivesoftware.openfire.spi.RoutingTableImpl
- initialize(XMPPServer) - Method in class org.jivesoftware.openfire.transport.TransportHandler
- initialize(XMPPServer) - Method in class org.jivesoftware.openfire.update.UpdateManager
- initialize(XMPPServer) - Method in class org.jivesoftware.openfire.vcard.VCardManager
- initialize(JID, ComponentManager) - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
- initialize(JID, ComponentManager) - Method in class org.jivesoftware.openfire.session.LocalComponentSession.LocalExternalComponent
- initializePlugin(PluginManager, File) - Method in class org.jivesoftware.openfire.container.AdminConsolePlugin
- initializePlugin(PluginManager, File) - Method in interface org.jivesoftware.openfire.container.Plugin
-
Initializes the plugin.
- initializeSettings() - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
- initiateSession(String, XMPPPacketReader) - Method in class org.jivesoftware.openfire.net.RespondingServerStanzaHandler
- initiateSession(String, XMPPPacketReader) - Method in class org.jivesoftware.openfire.net.StanzaHandler
- initiateSession(String, XMPPPacketReader) - Method in class org.jivesoftware.openfire.websocket.WebSocketClientStanzaHandler
- initStatistics() - Static method in class org.jivesoftware.openfire.net.ServerTrafficCounter
-
Creates and adds statistics to statistic manager.
- InMemoryPubSubPersistenceProvider - Class in org.jivesoftware.openfire.pubsub
-
An memory-based PubSub persistence provider.
- InMemoryPubSubPersistenceProvider() - Constructor for class org.jivesoftware.openfire.pubsub.InMemoryPubSubPersistenceProvider
- InputStream(InputStream) - Constructor for class org.jivesoftware.util.Base64.InputStream
-
Constructs a
Base64.InputStream
in DECODE mode. - InputStream(InputStream, int) - Constructor for class org.jivesoftware.util.Base64.InputStream
-
Constructs a
Base64.InputStream
in either ENCODE or DECODE mode. - insert - org.jivesoftware.database.ProfiledConnection.Type
-
Constant for INSERT database queries.
- insert(LinkedListNode<E>, LinkedListNode<E>) - Method in class org.jivesoftware.util.LinkedListNode
-
Inserts this node into the linked list that it will be a part of.
- insertProperty(String, String, String) - Method in class org.jivesoftware.openfire.user.property.DefaultUserPropertyProvider
- insertProperty(String, String, String) - Method in class org.jivesoftware.openfire.user.property.HybridUserPropertyProvider
-
Adds a new property, updating a previous property value if one already exists.
- insertProperty(String, String, String) - Method in class org.jivesoftware.openfire.user.property.JDBCUserPropertyProvider
- insertProperty(String, String, String) - Method in class org.jivesoftware.openfire.user.property.MappedUserPropertyProvider
- insertProperty(String, String, String) - Method in interface org.jivesoftware.openfire.user.property.UserPropertyProvider
-
Adds a property for an user.
- INSIDE - Static variable in class org.jivesoftware.openfire.nio.XMLLightweightParser
- INSIDE_CDATA - Static variable in class org.jivesoftware.openfire.nio.XMLLightweightParser
- INSIDE_PARAM_VALUE - Static variable in class org.jivesoftware.openfire.nio.XMLLightweightParser
- insideChildrenTag - Variable in class org.jivesoftware.openfire.nio.XMLLightweightParser
- insideRootTag - Variable in class org.jivesoftware.openfire.nio.XMLLightweightParser
- installCertificate(String, String) - Method in class org.jivesoftware.openfire.keystore.TrustStore
-
Imports one certificate as a trust anchor into this store.
- installCertificate(String, String, String) - Method in class org.jivesoftware.openfire.keystore.IdentityStore
-
Imports a certificate and the private key that was used to generate the certificate.
- installCertificate(String, String, String, String) - Method in class org.jivesoftware.openfire.keystore.IdentityStore
-
Imports a certificate and the private key that was used to generate the certificate.
- installCSRReply(String, String) - Method in class org.jivesoftware.openfire.keystore.IdentityStore
-
Imports a certificate (and its chain) in this store.
- installLexicalHandler() - Method in class org.jivesoftware.util.XMLWriter
- installPlugin(InputStream, String) - Method in class org.jivesoftware.openfire.container.PluginManager
-
Installs or updates an existing plugin.
- installPlugin(String, String, int) - Method in class org.jivesoftware.openfire.update.PluginDownloadManager
-
Installs a new plugin into Openfire.
- INSTANCE - Static variable in class org.jivesoftware.util.cache.ConsistencyMonitor
- instantiate(String) - Static method in class org.jivesoftware.openfire.user.property.MappedUserPropertyProvider
-
Instantiates a UserPropertyProvider based on a property value (that is expected to be a class name).
- instantiate(String) - Static method in class org.jivesoftware.openfire.user.UserMultiProvider
-
Instantiates a UserProvider based on a property value (that is expected to be a class name).
- instantiateProvider(String) - Static method in class org.jivesoftware.openfire.auth.AuthorizationBasedAuthProviderMapper
- instantiateProvider(String) - Static method in class org.jivesoftware.openfire.auth.PropertyBasedAuthProviderMapper
- interbase - org.jivesoftware.database.DbConnectionManager.DatabaseType
- InterceptorManager - Class in org.jivesoftware.openfire.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.openfire.interceptor.InterceptorManager
- interceptPacket(Packet, Session, boolean, boolean) - Method in class org.jivesoftware.openfire.interceptor.PacketCopier
- interceptPacket(Packet, Session, boolean, boolean) - Method in interface org.jivesoftware.openfire.interceptor.PacketInterceptor
-
Invokes the interceptor on the specified packet.
- InternalComponentManager - Class in org.jivesoftware.openfire.component
-
Manages the registration and delegation of Components, which includes External Components as well as components that run in the Openfire JVM.
- InternalComponentManager() - Constructor for class org.jivesoftware.openfire.component.InternalComponentManager
- internalServerError - org.jivesoftware.openfire.http.BoshBindingError
-
The connection manager has experienced an internal error that prevents it from servicing the request.
- InternalUnauthenticatedException - Exception in org.jivesoftware.openfire.auth
-
Thrown when Openfire is not able to authenticate itself into the user and group system.
- InternalUnauthenticatedException() - Constructor for exception org.jivesoftware.openfire.auth.InternalUnauthenticatedException
- InternalUnauthenticatedException(String) - Constructor for exception org.jivesoftware.openfire.auth.InternalUnauthenticatedException
- InternalUnauthenticatedException(String, Throwable) - Constructor for exception org.jivesoftware.openfire.auth.InternalUnauthenticatedException
- InternalUnauthenticatedException(Throwable) - Constructor for exception org.jivesoftware.openfire.auth.InternalUnauthenticatedException
- INVALID_AUTHZID - org.jivesoftware.openfire.sasl.Failure
- INVALID_MECHANISM - org.jivesoftware.openfire.sasl.Failure
- invalidateBuffer() - Method in class org.jivesoftware.openfire.nio.XMLLightweightParser
- invalidateSession() - Method in class org.jivesoftware.util.WebManager
-
Invalidates and recreates session (do this on login/logout).
- invisibleSharedGroups - Variable in class org.jivesoftware.openfire.roster.RosterItem
- invokeInterceptors(Collection<PacketInterceptor>, Packet, Session, boolean, boolean) - Static method in class org.jivesoftware.openfire.interceptor.InterceptorManager
-
Invokes a collection of interceptors for the provided packet.
- invokeInterceptors(Packet, Session, boolean, boolean) - Method in class org.jivesoftware.openfire.interceptor.InterceptorManager
-
Invokes all currently-installed interceptors on the specified packet.
- IP_ACCESS_ALLOWLIST - Static variable in class org.jivesoftware.admin.AuthCheckFilter
-
List of IP addresses that are allowed to access the admin console.
- IP_ACCESS_BLOCKLIST - Static variable in class org.jivesoftware.admin.AuthCheckFilter
-
List of IP addresses that are not allowed to access the admin console.
- IP_ACCESS_IGNORE_EXCLUDES - Static variable in class org.jivesoftware.admin.AuthCheckFilter
-
Controls if IP Access lists are applied to excluded URLs.
- IQAdminHandler - Class in org.jivesoftware.openfire.muc.spi
-
A handler for the IQ packet with namespace http://jabber.org/protocol/muc#admin.
- IQAdminHandler(MUCRoom) - Constructor for class org.jivesoftware.openfire.muc.spi.IQAdminHandler
- IQBindHandler - Class in org.jivesoftware.openfire.handler
-
Binds a resource to the stream so that the client's address becomes a full JID.
- IQBindHandler() - Constructor for class org.jivesoftware.openfire.handler.IQBindHandler
- IQBlockingHandler - Class in org.jivesoftware.openfire.handler
-
Implementation of XEP-0191 "Blocking Command".
- IQBlockingHandler() - Constructor for class org.jivesoftware.openfire.handler.IQBlockingHandler
- IQDiscoInfoHandler - Class in org.jivesoftware.openfire.disco
-
IQDiscoInfoHandler is responsible for handling disco#info requests.
- IQDiscoInfoHandler() - Constructor for class org.jivesoftware.openfire.disco.IQDiscoInfoHandler
- IQDiscoItemsHandler - Class in org.jivesoftware.openfire.disco
-
IQDiscoItemsHandler is responsible for handling disco#items requests.
- IQDiscoItemsHandler() - Constructor for class org.jivesoftware.openfire.disco.IQDiscoItemsHandler
- IQEntityTimeHandler - Class in org.jivesoftware.openfire.handler
-
This IQ handler implements XEP-0202: Entity Time.
- IQEntityTimeHandler() - Constructor for class org.jivesoftware.openfire.handler.IQEntityTimeHandler
- IQHandler - Class in org.jivesoftware.openfire.handler
-
Base class whose main responsibility is to handle IQ packets.
- IQHandler(String) - Constructor for class org.jivesoftware.openfire.handler.IQHandler
-
Create a basic module with the given name.
- IQHandlerInfo - Class in org.jivesoftware.openfire
-
A simple meta-data class that stores several related tools for generic IQ protocol handling.
- IQHandlerInfo(String, String) - Constructor for class org.jivesoftware.openfire.IQHandlerInfo
-
Construct an info object.
- IQLastActivityHandler - Class in org.jivesoftware.openfire.handler
-
Implements the TYPE_IQ jabber:iq:last protocol (last activity).
- IQLastActivityHandler() - Constructor for class org.jivesoftware.openfire.handler.IQLastActivityHandler
- IQMessageCarbonsHandler - Class in org.jivesoftware.openfire.handler
-
This handler manages XEP-0280 Message Carbons.
- IQMessageCarbonsHandler() - Constructor for class org.jivesoftware.openfire.handler.IQMessageCarbonsHandler
- IQMuclumbusSearchHandler - Class in org.jivesoftware.openfire.muc.spi
-
This class adds support for the search functionality for MUC rooms as identified by the 'https://xmlns.zombofant.net/muclumbus/search/1.0' namespace.
- IQMuclumbusSearchHandler(MultiUserChatService) - Constructor for class org.jivesoftware.openfire.muc.spi.IQMuclumbusSearchHandler
-
Creates a new instance of the search provider.
- IQMuclumbusSearchHandler.Key - Enum in org.jivesoftware.openfire.muc.spi
- IQMUCSearchHandler - Class in org.jivesoftware.openfire.muc.spi
-
This class adds jabber:iq:search combined with 'result set management' functionality to the MUC service of Openfire.
- IQMUCSearchHandler(MultiUserChatService) - Constructor for class org.jivesoftware.openfire.muc.spi.IQMUCSearchHandler
-
Creates a new instance of the search provider.
- IQMUCvCardHandler - Class in org.jivesoftware.openfire.muc.spi
-
Implements the TYPE_IQ vcard-temp protocol, to be used for MUC rooms.
- IQMUCvCardHandler(MultiUserChatService) - Constructor for class org.jivesoftware.openfire.muc.spi.IQMUCvCardHandler
- IQOfflineMessagesHandler - Class in org.jivesoftware.openfire.handler
-
Implements JEP-0013: Flexible Offline Message Retrieval.
- IQOfflineMessagesHandler() - Constructor for class org.jivesoftware.openfire.handler.IQOfflineMessagesHandler
- IQOwnerHandler - Class in org.jivesoftware.openfire.muc.spi
-
A handler for the IQ packet with namespace http://jabber.org/protocol/muc#owner.
- IQOwnerHandler(MUCRoom) - Constructor for class org.jivesoftware.openfire.muc.spi.IQOwnerHandler
- IQPEPHandler - Class in org.jivesoftware.openfire.pep
-
An
IQHandler
used to implement XEP-0163: "Personal Eventing via Pubsub" Version 1.0 - IQPEPHandler() - Constructor for class org.jivesoftware.openfire.pep.IQPEPHandler
-
Constructs a new
IQPEPHandler
instance. - IQPEPOwnerHandler - Class in org.jivesoftware.openfire.pep
-
An
IQHandler
used to implement XEP-0163: "Personal Eventing via Pubsub" Version 1.0 - IQPEPOwnerHandler() - Constructor for class org.jivesoftware.openfire.pep.IQPEPOwnerHandler
- IQPingHandler - Class in org.jivesoftware.openfire.handler
-
Implements the XMPP Ping as defined by XEP-0199.
- IQPingHandler() - Constructor for class org.jivesoftware.openfire.handler.IQPingHandler
-
Constructs a new handler that will process XMPP Ping request.
- IQPrivacyHandler - Class in org.jivesoftware.openfire.handler
-
IQPrivacyHandler is responsible for handling privacy lists.
- IQPrivacyHandler() - Constructor for class org.jivesoftware.openfire.handler.IQPrivacyHandler
- IQPrivateHandler - Class in org.jivesoftware.openfire.handler
-
Implements the TYPE_IQ jabber:iq:private protocol.
- IQPrivateHandler() - Constructor for class org.jivesoftware.openfire.handler.IQPrivateHandler
- IQRegisterHandler - Class in org.jivesoftware.openfire.handler
-
Implements the TYPE_IQ jabber:iq:register protocol (plain only).
- IQRegisterHandler() - Constructor for class org.jivesoftware.openfire.handler.IQRegisterHandler
-
Basic constructor does nothing.
- IQRegisterInfo - Interface in org.jivesoftware.openfire.handler
-
Handle the various user registration settings that are valid under XMPP.
- IQResultListenerTask - Class in org.jivesoftware.openfire.cluster
- IQResultListenerTask() - Constructor for class org.jivesoftware.openfire.cluster.IQResultListenerTask
- IQResultListenerTask(IQ) - Constructor for class org.jivesoftware.openfire.cluster.IQResultListenerTask
- IQRosterHandler - Class in org.jivesoftware.openfire.handler
-
Implements the TYPE_IQ jabber:iq:roster protocol.
- IQRosterHandler() - Constructor for class org.jivesoftware.openfire.handler.IQRosterHandler
- IQRouter - Class in org.jivesoftware.openfire
-
Routes iq packets throughout the server.
- IQRouter() - Constructor for class org.jivesoftware.openfire.IQRouter
-
Creates a packet router.
- IQSessionEstablishmentHandler - Class in org.jivesoftware.openfire.handler
-
Activate client sessions once resource binding has been done.
- IQSessionEstablishmentHandler() - Constructor for class org.jivesoftware.openfire.handler.IQSessionEstablishmentHandler
- IQSharedGroupHandler - Class in org.jivesoftware.openfire.handler
-
Handler of IQ packets whose child element is "sharedgroup" with namespace "http://www.jivesoftware.org/protocol/sharedgroup".
- IQSharedGroupHandler() - Constructor for class org.jivesoftware.openfire.handler.IQSharedGroupHandler
- IQvCardHandler - Class in org.jivesoftware.openfire.handler
-
Implements the TYPE_IQ vcard-temp protocol.
- IQvCardHandler() - Constructor for class org.jivesoftware.openfire.handler.IQvCardHandler
- IQVersionHandler - Class in org.jivesoftware.openfire.handler
-
Implements the TYPE_IQ jabber:iq:version protocol (version info).
- IQVersionHandler() - Constructor for class org.jivesoftware.openfire.handler.IQVersionHandler
- isAbsent() - Method in class org.jivesoftware.util.CacheableOptional
- isAcceptSelfSignedCertificates() - Method in class org.jivesoftware.openfire.spi.ConnectionConfiguration
-
A boolean that indicates if self-signed peer certificates can be used to establish an encrypted connection.
- isAccountDisabled(String) - Method in class org.jivesoftware.openfire.lockout.LockOutManager
-
Returns true or false if an account is currently locked out.
- isActivatable() - Method in class org.jivesoftware.openfire.filetransfer.proxy.DefaultProxyTransfer
- isActivatable() - Method in interface org.jivesoftware.openfire.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.openfire.csi.CsiManager
-
Returns the client state for the session that is being tracked by this instance, either 'true' for 'active', or 'false' for 'inactive'
- isActive() - Method in class org.jivesoftware.openfire.pubsub.NodeSubscription
-
Returns true if the subscription is active.
- isActiveRoute(String, String) - Method in class org.jivesoftware.openfire.SessionManager
- isAddressInRange(byte[], Set<String>) - Static method in class org.jivesoftware.openfire.session.LocalClientSession
- isAdmin(JID) - Method in class org.jivesoftware.openfire.pubsub.Node
-
Returns true if the specified user is allowed to administer the node.
- isAllOriginsAllowed() - Method in class org.jivesoftware.openfire.http.HttpBindManager
- isAllow() - Method in class org.jivesoftware.openfire.privacy.PrivacyItem
- isAllowed(Connection) - Static method in class org.jivesoftware.openfire.session.LocalClientSession
- isAllowedAnonymous(Connection) - Static method in class org.jivesoftware.openfire.session.LocalClientSession
- isAllowToDiscoverLockedRooms() - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
-
Returns the flag that indicates if the service should provide information about locked rooms when handling service discovery requests.
- isAllowToDiscoverMembersOnlyRooms() - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
-
Returns the flag that indicates if the service should provide information about non-public members-only rooms when handling service discovery requests.
- isAllRegisteredUsersAllowedToCreate() - Method in interface org.jivesoftware.openfire.muc.MultiUserChatService
-
Sets if all registered users of Openfire are allowed to create rooms.
- isAllRegisteredUsersAllowedToCreate() - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
- isAnonymous() - Method in class org.jivesoftware.openfire.auth.AuthToken
-
Returns true if this AuthToken is the Anonymous auth token.
- isAnonymous() - Method in class org.jivesoftware.openfire.session.ClientSessionInfo
- isAnonymousRoute(String) - Method in class org.jivesoftware.openfire.SessionManager
- isAnonymousRoute(JID) - Method in interface org.jivesoftware.openfire.RoutingTable
-
Returns true if an anonymous user with the specified full JID is currently logged.
- isAnonymousRoute(JID) - Method in class org.jivesoftware.openfire.SessionManager
- isAnonymousRoute(JID) - Method in class org.jivesoftware.openfire.spi.RoutingTableImpl
- isAnonymousUser() - Method in interface org.jivesoftware.openfire.session.ClientSession
-
Returns true if the authetnicated user is an anonymous user or if the use has not authenticated yet.
- isAnonymousUser() - Method in class org.jivesoftware.openfire.session.LocalClientSession
- isAnonymousUser() - Method in class org.jivesoftware.openfire.session.RemoteClientSession
- isAssociationAllowed(JID) - Method in class org.jivesoftware.openfire.pubsub.CollectionNode
-
Returns true if the specified user is allowed to associate a leaf node with this node.
- isAuditIQ() - Method in interface org.jivesoftware.openfire.audit.AuditManager
-
Determines if the server will audit all iq packets.
- isAuditIQ() - Method in class org.jivesoftware.openfire.audit.spi.AuditManagerImpl
- isAuditMessage() - Method in interface org.jivesoftware.openfire.audit.AuditManager
-
Determines if the server will audit all message packets.
- isAuditMessage() - Method in class org.jivesoftware.openfire.audit.spi.AuditManagerImpl
- isAuditPresence() - Method in interface org.jivesoftware.openfire.audit.AuditManager
-
Determines if the server will audit all presence packets.
- isAuditPresence() - Method in class org.jivesoftware.openfire.audit.spi.AuditManagerImpl
- isAuditXPath() - Method in interface org.jivesoftware.openfire.audit.AuditManager
-
Determines if the server will audit packets using XPath expressions.
- isAuditXPath() - Method in class org.jivesoftware.openfire.audit.spi.AuditManagerImpl
- isAuthenticated() - Method in interface org.jivesoftware.openfire.session.Session
-
Returns true if this session is authenticated (eg: SASL or Dialback authentication has completed successfully).
- isAuthorizationPending() - Method in class org.jivesoftware.openfire.pubsub.NodeSubscription
-
Returns true if the subscription needs to be approved by a node owner to become active.
- isAuthorizationRequired() - Method in class org.jivesoftware.openfire.pubsub.models.AccessModel
-
Returns true if the new subscription should be authorized by a node owner.
- isAuthorizationRequired() - Method in class org.jivesoftware.openfire.pubsub.models.AuthorizeAccess
- isAuthorizationRequired() - Method in class org.jivesoftware.openfire.pubsub.models.OpenAccess
- isAuthorizationRequired() - Method in class org.jivesoftware.openfire.pubsub.models.PresenceAccess
- isAuthorizationRequired() - Method in class org.jivesoftware.openfire.pubsub.models.RosterAccess
- isAuthorizationRequired() - Method in class org.jivesoftware.openfire.pubsub.models.WhitelistAccess
- isAvailable() - Method in class org.jivesoftware.openfire.spi.ClientRoute
- isAvailable(User) - Method in interface org.jivesoftware.openfire.PresenceManager
-
Returns the availability of the user.
- isAvailable(User) - Method in class org.jivesoftware.openfire.spi.PresenceManagerImpl
- isBase32(String) - Static method in class org.jivesoftware.util.StringUtils
-
Validates a string to ensure all its bytes are in the Base32 alphabet.
- isBatchUpdatesSupported() - Static method in class org.jivesoftware.database.DbConnectionManager
- isCancelled() - Method in class org.jivesoftware.util.ImmediateFuture
- isChildNode(Node) - Method in class org.jivesoftware.openfire.pubsub.CollectionNode
-
Returns true if the specified node is a first-level children of this collection node.
- isChildNode(Node) - Method in class org.jivesoftware.openfire.pubsub.Node
-
Returns true if the specified node is a first-level children of this node.
- isClientOriented() - Method in enum org.jivesoftware.openfire.spi.ConnectionType
-
Flag that indicates whether the connections of this type are client-oriented.
- isClosed - org.jivesoftware.openfire.session.RemoteSessionTask.Operation
- isClosed() - Method in class org.jivesoftware.database.AbstractConnection
- isClosed() - Method in class org.jivesoftware.database.CallableStatementWrapper
- isClosed() - Method in class org.jivesoftware.database.StatementWrapper
- isClosed() - Method in interface org.jivesoftware.openfire.Connection
-
Returns true if the connection/session is closed.
- isClosed() - Method in class org.jivesoftware.openfire.http.HttpConnection
-
Returns true if this connection has been closed, either a response was delivered to the client or the server closed the connection abruptly.
- isClosed() - Method in class org.jivesoftware.openfire.net.SocketConnection
-
Deprecated.
- isClosed() - Method in class org.jivesoftware.openfire.net.VirtualConnection
- isClosed() - Method in class org.jivesoftware.openfire.nio.NettyConnection
- isClosed() - Method in class org.jivesoftware.openfire.session.LocalSession
- isClosed() - Method in class org.jivesoftware.openfire.session.RemoteSession
- isClosed() - Method in interface org.jivesoftware.openfire.session.Session
-
Returns true if the connection/session is closed.
- isCloseOnCompletion() - Method in class org.jivesoftware.database.StatementWrapper
- isClusteringAvailable() - Static method in class org.jivesoftware.openfire.cluster.ClusterManager
-
Returns true if clustering is installed and can be used by this JVM to join a cluster.
- isClusteringAvailable() - Static method in class org.jivesoftware.util.cache.CacheFactory
-
Returns true if clustering is installed and can be used by this JVM to join a cluster.
- isClusteringEnabled() - Static method in class org.jivesoftware.openfire.cluster.ClusterManager
-
Returns true if clustering support is enabled.
- isClusteringStarted() - Static method in class org.jivesoftware.openfire.cluster.ClusterManager
-
Returns true if this JVM is part of a cluster.
- isClusteringStarted() - Static method in class org.jivesoftware.util.cache.CacheFactory
-
Returns true if this node is currently a member of a cluster.
- isClusteringStarting() - Static method in class org.jivesoftware.openfire.cluster.ClusterManager
-
Returns true is clustering is currently being started.
- isClusteringStarting() - Static method in class org.jivesoftware.util.cache.CacheFactory
-
Returns true is clustering is currently being started.
- isClusterMember(byte[]) - Static method in class org.jivesoftware.openfire.cluster.ClusterManager
-
Returns true if the specified node ID belongs to a known cluster node of this cluster.
- isCollectionNode() - Method in class org.jivesoftware.openfire.pubsub.CollectionNode
- isCollectionNode() - Method in class org.jivesoftware.openfire.pubsub.Node
-
Returns true if this node is a node container.
- isCollectionNodesSupported() - Method in class org.jivesoftware.openfire.pep.PEPService
- isCollectionNodesSupported() - Method in class org.jivesoftware.openfire.pubsub.PubSubModule
- isCollectionNodesSupported() - Method in interface org.jivesoftware.openfire.pubsub.PubSubService
-
Returns true if the pubsub service supports collection nodes.
- isComplete() - Method in class org.jivesoftware.openfire.sasl.AnonymousSaslServer
- isComplete() - Method in class org.jivesoftware.openfire.sasl.ExternalClientSaslServer
- isComplete() - Method in class org.jivesoftware.openfire.sasl.ExternalServerSaslServer
- isComplete() - Method in class org.jivesoftware.openfire.sasl.JiveSharedSecretSaslServer
- isComplete() - Method in class org.jivesoftware.openfire.sasl.SaslServerPlainImpl
-
Determines whether the authentication exchange has completed.
- isComplete() - Method in class org.jivesoftware.openfire.sasl.ScramSha1SaslServer
-
Determines whether the authentication exchange has completed.
- isCompressed() - Method in interface org.jivesoftware.openfire.Connection
-
Returns true if the connection is using compression.
- isCompressed() - Method in class org.jivesoftware.openfire.net.SocketConnection
-
Deprecated.
- isCompressed() - Method in class org.jivesoftware.openfire.net.VirtualConnection
- isCompressed() - Method in class org.jivesoftware.openfire.nio.NettyConnection
- isCompressed() - Method in class org.jivesoftware.openfire.websocket.WebSocketConnection
- isConfigurationPending() - Method in class org.jivesoftware.openfire.pubsub.NodeSubscription
-
Returns true if configuration is required by the node and is still pending to be configured by the subscriber.
- isConnectionPoolEnabled() - Method in class org.jivesoftware.openfire.ldap.LdapManager
-
Returns whether an LDAP connection pool should be used or not.
- isCsrfProtectionEnabled() - Method in class org.jivesoftware.openfire.container.PluginMetadata
- isCsrfProtectionEnabled(Path) - Static method in class org.jivesoftware.openfire.container.PluginMetadataHelper
- isCsrfProtectionEnabled(Plugin) - Static method in class org.jivesoftware.openfire.container.PluginMetadataHelper
- isDebugEnabled() - Method in class org.jivesoftware.openfire.ldap.LdapManager
-
Returns true if LDAP connection debugging is turned on.
- isDebugEnabled() - Method in class org.jivesoftware.util.EmailService
-
Returns true if SMTP debugging is enabled.
- isDefault() - Method in class org.jivesoftware.openfire.privacy.PrivacyList
-
Returns true if this privacy list is the default list to apply for the user.
- isDelayedStartSupported() - Method in class org.jivesoftware.openfire.lockout.DefaultLockOutProvider
-
Default provider allows delayed start to disabled status.
- isDelayedStartSupported() - Method in interface org.jivesoftware.openfire.lockout.LockOutProvider
-
Returns true if the LockOutProvider allows for a delayed start to the lockout.
- isDeliverPayloads() - Method in class org.jivesoftware.openfire.pubsub.DefaultNodeConfiguration
-
Returns true if payloads are going to be delivered with event notifications.
- isDeliveryRelatedErrorResponse(Packet) - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
-
Determines if a stanza is sent by (on behalf of) an entity that MUC room believes to be an occupant when they've left: a 'ghost' occupant For message and presence stanzas, the delivery errors as defined in section 18.1.2 of XEP-0045 are used.
- isDescendantNode(Node) - Method in class org.jivesoftware.openfire.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.openfire.pubsub.Node
-
Returns true if the specified node is a direct child node of this node or a descendant of the children nodes.
- isDestroyed - Variable in class org.jivesoftware.openfire.muc.MUCRoom
-
After a room has been destroyed it may remain in memory, but it won't be possible to use it.
- isDetached() - Method in class org.jivesoftware.openfire.session.LocalSession
-
Returns true if the session is detached (that is, if the underlying connection has been closed while the session instance itself has not been closed).
- isDetached(LocalSession) - Method in class org.jivesoftware.openfire.SessionManager
-
Checks if a session is currently in the detached state (ie, has no connection, but has not been formally closed yet either).
- isDirectTLS() - Method in class org.jivesoftware.openfire.net.DNSUtil.HostAddress
- isDone() - Method in class org.jivesoftware.util.ImmediateFuture
- isDownloaded() - Method in class org.jivesoftware.openfire.update.Update
-
Returns true if the plugin was downloaded.
- isDynamic() - Method in class org.jivesoftware.admin.servlet.SystemPropertiesServlet.CompoundProperty
- isDynamic() - Method in class org.jivesoftware.util.SystemProperty
- 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".
- isEligibleForCarbonsDelivery(Message) - Static method in class org.jivesoftware.openfire.forward.Forwarded
-
Checks if a message stanza is eligible for carbons delivery, based on the recommended rules defined in section 6.1 "Recommended Rules" of XEP-0280 "Message Carbons"
- isEmailRequired() - Method in class org.jivesoftware.openfire.crowd.CrowdUserProvider
- isEmailRequired() - Method in class org.jivesoftware.openfire.ldap.LdapUserProvider
- isEmailRequired() - Method in class org.jivesoftware.openfire.user.DefaultUserProvider
- isEmailRequired() - Method in class org.jivesoftware.openfire.user.JDBCUserProvider
- isEmailRequired() - Method in class org.jivesoftware.openfire.user.UserMultiProvider
-
Returns whether all backing providers require an email address to be set on User objects.
- isEmailRequired() - Method in interface org.jivesoftware.openfire.user.UserProvider
-
Returns true if this UserProvider requires an email address to be set on User objects.
- isEmailVisible() - Method in class org.jivesoftware.openfire.user.User
-
Returns true if email is visible to everyone or not.
- isEmbedded() - Method in class org.jivesoftware.util.WebManager
- isEmbeddedDB() - Static method in class org.jivesoftware.database.DbConnectionManager
- isEmpty() - Method in class org.jivesoftware.openfire.handler.DirectedPresence
- isEmpty() - Method in class org.jivesoftware.openfire.http.HttpBindBody
- isEmpty() - Method in class org.jivesoftware.openfire.muc.spi.MUCServiceProperties
- isEmpty() - Method in class org.jivesoftware.util.cache.CacheWrapper
- isEmpty() - Method in class org.jivesoftware.util.cache.CaffeineCache
-
Returns true if this map contains no key-value mappings.
- isEmpty() - Method in class org.jivesoftware.util.cache.DefaultCache
- isEmpty() - Method in class org.jivesoftware.util.cache.SerializingCache
- isEmpty() - Method in class org.jivesoftware.util.JiveProperties
- isEnabled() - Static method in class org.jivesoftware.admin.SiteMinderServletRequestAuthenticator
-
Indicates if this ServletRequestAuthenticator is enabled or not
- isEnabled() - Method in interface org.jivesoftware.openfire.audit.AuditManager
-
Determines if auditing is enabled at all.
- isEnabled() - Method in class org.jivesoftware.openfire.audit.spi.AuditManagerImpl
- isEnabled() - Static method in class org.jivesoftware.openfire.JMXManager
-
Returns true if JMX support is enabled.
- isEnabled() - Method in class org.jivesoftware.openfire.mediaproxy.MediaProxyService
-
Get if the service is enabled.
- isEnabled() - Method in class org.jivesoftware.openfire.pep.IQPEPHandler
-
Deprecated.Replaced by
IQPEPHandler.ENABLED
. - isEnabled() - Method in class org.jivesoftware.openfire.PrivateStorage
-
Returns true if private storage is enabled.
- isEnabled() - Static method in class org.jivesoftware.openfire.server.ServerDialback
-
Returns true if server dialback is enabled.
- isEnabled() - Method in class org.jivesoftware.openfire.spi.ConnectionConfiguration
- isEnabled() - Method in class org.jivesoftware.openfire.spi.ConnectionListener
-
Return if the configuration allows this listener to be enabled (but does not verify that the listener is indeed active).
- isEnabled() - Method in class org.jivesoftware.openfire.streammanagement.StreamManager
-
Determines whether Stream Management enabled for session this manager belongs to.
- isEnabled(ConnectionType, boolean) - Method in interface org.jivesoftware.openfire.ConnectionManager
-
Return if the configuration allows this listener to be enabled (but does not verify that the listener is indeed active) The #startInSslMode parameter is used to distinguish between listeners that expect to receive TLS encrypted data immediately, as opposed to connections that initially accept plain text data (the latter are typically subject to StartTLS for in-band encryption configuration).
- isEnabled(ConnectionType, boolean) - Method in class org.jivesoftware.openfire.spi.ConnectionManagerImpl
-
Return if the configuration allows this listener to be enabled (but does not verify that the listener is indeed active) The #startInSslMode parameter is used to distinguish between listeners that expect to receive TLS encrypted data immediately, as opposed to connections that initially accept plain text data (the latter are typically subject to StartTLS for in-band encryption configuration).
- isEnabledForSelfSigned() - Static method in class org.jivesoftware.openfire.server.ServerDialback
-
Returns true if server dialback can be used when the remote server presented a self-signed certificate.
- isEncrypted - org.jivesoftware.openfire.session.RemoteSessionTask.Operation
- isEncrypted() - Method in class org.jivesoftware.admin.servlet.SystemPropertiesServlet.CompoundProperty
- isEncrypted() - Method in interface org.jivesoftware.openfire.Connection
-
Returns true if this connection is encrypted.
- isEncrypted() - Method in class org.jivesoftware.openfire.http.HttpConnection
-
Returns true if this connection is using HTTPS.
- isEncrypted() - Method in class org.jivesoftware.openfire.http.HttpSession
-
Returns true if all connections on this session should be encrypted, and false if they should not.
- isEncrypted() - Method in class org.jivesoftware.openfire.net.SocketConnection
-
Deprecated.
- isEncrypted() - Method in class org.jivesoftware.openfire.net.VirtualConnection
- isEncrypted() - Method in class org.jivesoftware.openfire.nio.NettyConnection
- isEncrypted() - Method in class org.jivesoftware.openfire.session.LocalSession
- isEncrypted() - Method in class org.jivesoftware.openfire.session.RemoteSession
- isEncrypted() - Method in interface org.jivesoftware.openfire.session.Session
-
Returns true if this session uses encrypted connections.
- isEncrypted() - Method in class org.jivesoftware.openfire.websocket.WebSocketConnection
- isEncrypted() - Method in class org.jivesoftware.util.SystemProperty
- isEndOfStream(String) - Method in class org.jivesoftware.openfire.net.StanzaHandler
-
Checks if the provided XML data represents the end / closing of an XMPP stream.
- isEndOfStream(String) - Method in class org.jivesoftware.openfire.websocket.WebSocketClientStanzaHandler
- isEngineClosed() - Method in class org.jivesoftware.openfire.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.
- isEscapeText() - Method in class org.jivesoftware.util.XMLWriter
- isExecuted() - Method in class org.jivesoftware.openfire.container.PluginManager
-
Returns true if at least one attempt to load plugins has been done.
- isExpandEmptyElements() - Method in class org.jivesoftware.util.XMLWriter
- isExternalMode() - Method in class org.jivesoftware.openfire.component.InternalComponentManager
- isExtracted(String) - Method in class org.jivesoftware.openfire.container.PluginManager
-
Returns true if the plugin by the specified name is extracted.
- isFederated() - Method in class org.jivesoftware.openfire.muc.spi.OccupantManager.Occupant
- isFetchSizeSupported() - Static method in class org.jivesoftware.database.DbConnectionManager
- isFieldRequired(int) - Method in interface org.jivesoftware.openfire.handler.IQRegisterInfo
-
Determines if a given field is required for registration.
- isFiltered() - Method in class org.jivesoftware.util.ListPager
- isFindUsersFromGroupsEnabled() - Method in class org.jivesoftware.openfire.ldap.LdapManager
- isFirstMatchOnly() - Method in class org.jivesoftware.admin.LdapUserTester.PropertyMapping
- isFlattenNestedGroups() - Method in class org.jivesoftware.openfire.ldap.LdapManager
-
Returns true if nested / complex / hierarchic groups should be should be flattened.
- isFmucEnabled() - Method in class org.jivesoftware.openfire.muc.MUCRoom
-
Returns true if this room accepts FMUC joins.
- isFMUCJoinRequest(Packet) - Static method in class org.jivesoftware.openfire.muc.spi.FMUCHandler
- isFMUCReject(Packet) - Static method in class org.jivesoftware.openfire.muc.spi.FMUCHandler
- isFollowAliasReferralsEnabled() - Method in class org.jivesoftware.openfire.ldap.LdapManager
-
Returns true if LDAP alias referrals will automatically be followed when found.
- isFollowReferralsEnabled() - Method in class org.jivesoftware.openfire.ldap.LdapManager
-
Returns true if LDAP referrals will automatically be followed when found.
- isForThisDomain(X509Certificate) - Static method in class org.jivesoftware.openfire.keystore.IdentityStore
-
Verifies that the subject of the certificate matches the domain of this XMPP service.
- isForThisService(JID) - Method in class org.jivesoftware.openfire.muc.spi.OccupantManager
-
Verifies that a JID relates to the service for which this instance is operating, by comparing its domain part.
- isForwardCheckingSupported() - Method in class org.jivesoftware.openfire.net.OCSPChecker
- isGroup(JID) - Static method in class org.jivesoftware.openfire.group.GroupJID
-
Check a JID to determine whether it represents a group.
- isGroup(JID, boolean) - Static method in class org.jivesoftware.openfire.group.GroupJID
-
Check a JID to determine whether it represents a group.
- isGroupDN(LdapName) - Method in class org.jivesoftware.openfire.ldap.LdapManager
-
Check if the given DN matches the group search filter
- isGroupVisible(Group, JID) - Method in class org.jivesoftware.openfire.roster.RosterManager
-
Returns true if a given group is visible to a given user.
- isHeldByCurrentThread() - Method in class org.jivesoftware.util.AutoCloseableReentrantLock
-
Queries if this lock is held by the current thread.
- isHidden() - Method in class org.jivesoftware.admin.servlet.SystemPropertiesServlet.CompoundProperty
- isHidden() - Method in interface org.jivesoftware.openfire.muc.MultiUserChatService
-
Returns true if the MUC service is a hidden, externally managed, service.
- isHidden() - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
- isHostUnknown(String) - Method in class org.jivesoftware.openfire.net.StanzaHandler
- isHttpBindActive() - Method in class org.jivesoftware.openfire.http.HttpBindManager
-
Returns true if a listener on the HTTP binding port is running.
- isHttpBindEnabled() - Method in class org.jivesoftware.openfire.http.HttpBindManager
-
Returns true if the HTTP binding server is currently enabled.
- isHttpsBindActive() - Method in class org.jivesoftware.openfire.http.HttpBindManager
-
Returns true if a listener on the HTTPS binding port is running.
- isIdle() - Method in class org.jivesoftware.openfire.spi.ConnectionAcceptor
-
Determines if this instance is currently in a state where it is actively serving connections.
- isIdle() - Method in class org.jivesoftware.openfire.spi.NettyConnectionAcceptor
-
Determines if this instance is currently in a state where it is actively serving connections or not.
- isImage(byte[]) - Static method in class org.jivesoftware.util.GraphicsUtils
-
Checks if the provided byte array represents an image.
- isImage(InputStream) - Static method in class org.jivesoftware.util.GraphicsUtils
-
Checks if the provided input stream represents an image.
- isInbandRegEnabled() - Method in class org.jivesoftware.openfire.handler.IQRegisterHandler
- isIncludingBody() - Method in class org.jivesoftware.openfire.pubsub.NodeSubscription
-
Returns whether an entity wants to receive an XMPP message body in addition to the payload format.
- isInitialized - org.jivesoftware.openfire.session.RemoteSessionTask.Operation
-
Operations of c2s sessions
- isInitialized() - Method in interface org.jivesoftware.openfire.Connection
-
Checks if the connection has finished initialization.
- isInitialized() - Method in class org.jivesoftware.openfire.net.SocketConnection
-
Deprecated.
- isInitialized() - Method in class org.jivesoftware.openfire.net.VirtualConnection
- isInitialized() - Method in class org.jivesoftware.openfire.nio.NettyConnection
- isInitialized() - Method in interface org.jivesoftware.openfire.session.ClientSession
-
Flag indicating if this session has been initialized once coming online.
- isInitialized() - Method in class org.jivesoftware.openfire.session.LocalClientSession
-
Flag indicating if this session has been initialized once coming online.
- isInitialized() - Method in class org.jivesoftware.openfire.session.RemoteClientSession
- isInstalled(String) - Method in class org.jivesoftware.openfire.container.PluginManager
-
Returns true if the plugin by the specified name is installed.
- isInstantNodeSupported() - Method in class org.jivesoftware.openfire.pep.PEPService
- isInstantNodeSupported() - Method in class org.jivesoftware.openfire.pubsub.PubSubModule
- isInstantNodeSupported() - Method in interface org.jivesoftware.openfire.pubsub.PubSubService
-
Returns true if the pubsub service allows users to create nodes without specifying the node ID.
- isInvalidStanzaSentPriorToResourceBinding(Packet, ClientSession) - Static method in class org.jivesoftware.openfire.SessionPacketRouter
-
Determines if a peer that is sending a stanza in violation of RFC 6120, section 7.1: If, before completing the resource binding step, the client attempts to send an XML stanza to an entity other than the server itself or the client's account, the server MUST NOT process the stanza and MUST close the stream with a <not-authorized/> stream error. When this method returns 'true', the stream should be closed.
- isItemRequired() - Method in class org.jivesoftware.openfire.pubsub.LeafNode
-
Returns true if an item element is required to be included when publishing an item to this node.
- isJoinComplete() - Method in class org.jivesoftware.openfire.muc.spi.FMUCHandler.OutboundJoinProgress
- isKeySecret() - Method in interface org.jivesoftware.util.cache.Cache
- isLeaf() - Method in class org.jivesoftware.openfire.pubsub.DefaultNodeConfiguration
-
Returns true if this default configutation belongs to a leaf node.
- isLegalXmlCharacter(int) - Static method in class org.jivesoftware.openfire.nio.XMLLightweightParser
-
Verifies if the codepoint value represents a valid character as defined in paragraph 2.2 of "Extensible Markup Language (XML) 1.0 (Fifth Edition)"
- isLoaded(String) - Method in class org.jivesoftware.openfire.container.PluginManager
-
Returns true if the plugin by the specified name is loaded.
- isLocal(JID) - Method in class org.jivesoftware.openfire.XMPPServer
-
Returns true if the given address is local to the server (managed by this server domain).
- isLocalRoute(JID) - Method in interface org.jivesoftware.openfire.RoutingTable
-
Returns true if the specified address belongs to a route that is hosted by this JVM.
- isLocalRoute(JID) - Method in class org.jivesoftware.openfire.spi.RoutingTableImpl
- isLocked() - Method in class org.jivesoftware.openfire.muc.MUCRoom
-
Returns true if the room is locked.
- isLocked() - Method in class org.jivesoftware.openfire.muc.spi.MUCRoomSearchInfo
- isLocked() - Method in class org.jivesoftware.util.AutoCloseableReentrantLock
-
Queries if this lock is held by any thread.
- isLogEnabled() - Method in class org.jivesoftware.openfire.muc.MUCRoom
-
Returns true if the room's conversation is being logged.
- isLoginRestrictedToNickname() - Method in class org.jivesoftware.openfire.muc.MUCRoom
-
Returns true if registered users can only join the room using their registered nickname.
- isManuallyLocked() - Method in class org.jivesoftware.openfire.muc.MUCRoom
-
Returns true if the room is locked and it was locked by a room owner after the room was initially configured.
- isMatchProxyTransfer() - Method in class org.jivesoftware.openfire.filetransfer.DefaultFileTransferManager
-
Returns true if the proxy transfer should be matched to an existing file transfer in the system.
- isMaxBufferSizeExceeded() - Method in class org.jivesoftware.openfire.nio.XMLLightweightParser
- isMaxLeafNodeReached() - Method in class org.jivesoftware.openfire.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 class org.jivesoftware.openfire.muc.MUCRoom
-
Returns true if the room requires an invitation to enter.
- isMembersOnly() - Method in class org.jivesoftware.openfire.muc.spi.MUCRoomSearchInfo
- isMessageCarbonsEnabled() - Method in interface org.jivesoftware.openfire.session.ClientSession
-
Indicates, whether message carbons are enabled.
- isMessageCarbonsEnabled() - Method in class org.jivesoftware.openfire.session.ClientSessionInfo
- isMessageCarbonsEnabled() - Method in class org.jivesoftware.openfire.session.LocalClientSession
- isMessageCarbonsEnabled() - Method in class org.jivesoftware.openfire.session.RemoteClientSession
- isModerated() - Method in class org.jivesoftware.openfire.muc.MUCRoom
-
Returns if the room in which only those with "voice" may send messages to all occupants.
- isMonitorTaskRunning() - Method in class org.jivesoftware.openfire.container.PluginManager
- isMultipleServerConnectionsAllowed() - Method in class org.jivesoftware.openfire.SessionManager
-
Returns true if remote servers are allowed to have more than one connection to this server.
- isMultipleSubscriptionsEnabled() - Method in class org.jivesoftware.openfire.pep.PEPService
- isMultipleSubscriptionsEnabled() - Method in class org.jivesoftware.openfire.pubsub.Node
-
Returns true if a user may have more than one subscription with the node.
- isMultipleSubscriptionsEnabled() - Method in class org.jivesoftware.openfire.pubsub.PubSubModule
- isMultipleSubscriptionsEnabled() - Method in interface org.jivesoftware.openfire.pubsub.PubSubService
-
Returns true if a user may have more than one subscription with the node.
- isMysqlUseUnicode() - Method in class org.jivesoftware.database.DefaultConnectionProvider
- isNameCoveredByPattern(String, String) - Static method in class org.jivesoftware.openfire.net.DNSUtil
-
Checks if the provided DNS pattern matches the provided name.
- isNameRequired() - Method in class org.jivesoftware.openfire.crowd.CrowdUserProvider
- isNameRequired() - Method in class org.jivesoftware.openfire.ldap.LdapUserProvider
- isNameRequired() - Method in class org.jivesoftware.openfire.user.DefaultUserProvider
- isNameRequired() - Method in class org.jivesoftware.openfire.user.JDBCUserProvider
- isNameRequired() - Method in class org.jivesoftware.openfire.user.UserMultiProvider
-
Returns whether all backing providers require a name to be set on User objects.
- isNameRequired() - Method in interface org.jivesoftware.openfire.user.UserProvider
-
Returns true if this UserProvider requires a name to be set on User objects.
- isNamespaceDeclaration(Namespace) - Method in class org.jivesoftware.util.XMLWriter
- isNameVisible() - Method in class org.jivesoftware.openfire.user.User
-
Returns true if name is visible to everyone or not.
- isNewerThan(JavaSpecVersion) - Method in class org.jivesoftware.util.JavaSpecVersion
-
Convenience method for comparing versions
- isNewerThan(Version) - Method in class org.jivesoftware.util.Version
-
Convenience method for comparing versions
- isNodeCreationRestricted() - Method in class org.jivesoftware.openfire.pep.PEPService
-
Returns the permission policy for creating nodes.
- isNodeCreationRestricted() - Method in class org.jivesoftware.openfire.pubsub.PubSubModule
- isNotificationEnabled() - Method in class org.jivesoftware.openfire.update.UpdateManager
-
Returns true if admins should be notified by IM when new updates are available.
- isNotifiedOfConfigChanges() - Method in class org.jivesoftware.openfire.pubsub.Node
-
Returns true if subscribers will be notified when the node configuration changes.
- isNotifiedOfDelete() - Method in class org.jivesoftware.openfire.pubsub.Node
-
Returns true if subscribers will be notified when the node is deleted.
- isNotifiedOfRetract() - Method in class org.jivesoftware.openfire.pubsub.Node
-
Returns true if subscribers will be notified when items are removed from the node.
- isNotifyConfigChanges() - Method in class org.jivesoftware.openfire.pubsub.DefaultNodeConfiguration
-
Returns true if subscribers are going to be notified when node configuration changes.
- isNotifyDelete() - Method in class org.jivesoftware.openfire.pubsub.DefaultNodeConfiguration
-
Returns true if subscribers are going to be notified when node is deleted.
- isNotifyRetract() - Method in class org.jivesoftware.openfire.pubsub.DefaultNodeConfiguration
-
Returns true if subscribers are going to be notified when items are removed from the node.
- isOfflineFloodStopped() - Method in interface org.jivesoftware.openfire.session.ClientSession
-
Returns true if the user requested to not receive offline messages when sending an available presence.
- isOfflineFloodStopped() - Method in class org.jivesoftware.openfire.session.ClientSessionInfo
- isOfflineFloodStopped() - Method in class org.jivesoftware.openfire.session.LocalClientSession
-
Returns true if the user requested to not receive offline messages when sending an available presence.
- isOfflineFloodStopped() - Method in class org.jivesoftware.openfire.session.RemoteClientSession
- isOneTimeAccessTokenEnabled() - Static method in class org.jivesoftware.openfire.auth.AuthFactory
- isOnList(Set<String>, String) - Static method in class org.jivesoftware.admin.AuthCheckFilter
-
Checks if a particular IP address is on a list of addresses.
- isOnlyShared() - Method in class org.jivesoftware.openfire.roster.RosterItem
-
Returns true if this item belongs ONLY to shared groups.
- isOpen() - Method in class org.jivesoftware.openfire.server.OutgoingServerSocketReader
- isOpenRegistrationSupported() - Method in interface org.jivesoftware.openfire.handler.IQRegisterInfo
-
Determines if users can automatically register user accounts without system administrator intervention.
- isOtherResourcePresenceEnabled() - Static method in class org.jivesoftware.openfire.SessionManager
-
Returns true if the session should broadcast presences to all other resources for the current client.
- isPartialSample() - Method in interface org.jivesoftware.openfire.stats.Statistic
-
Returns true if the sample value represents only the value of the cluster node or otherwise it represents the value of the entire cluster.
- isPasswordProtected() - Method in class org.jivesoftware.openfire.muc.MUCRoom
-
Returns true if a user cannot enter without first providing the correct password.
- isPasswordProtected() - Method in class org.jivesoftware.openfire.muc.spi.MUCRoomSearchInfo
- isPasswordRequiredForSysadminsToJoinRoom() - Method in interface org.jivesoftware.openfire.muc.MultiUserChatService
-
Returns true when a system administrator of the MUC service can join a password-protected room, without supplying the password.
- isPayloadDelivered() - Method in class org.jivesoftware.openfire.pubsub.Node
-
Returns true if event notifications will include payloads.
- isPendingPingResponse(Packet) - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
-
Determines if a stanza is a client-generated response to an IQ Ping request sent by this server.
- isPersistent() - Method in class org.jivesoftware.openfire.muc.MUCRoom
-
Returns true if the room is not destroyed if the last occupant exits.
- isPersistPublishedItems() - Method in class org.jivesoftware.openfire.pubsub.DefaultNodeConfiguration
-
Returns true if items are going to be persisted in a storage.
- isPersistPublishedItems() - Method in class org.jivesoftware.openfire.pubsub.LeafNode
- isPluginDownloaded(String) - Method in class org.jivesoftware.openfire.update.UpdateManager
-
Returns true if the plugin downloaded from the specified URL has been downloaded.
- IsPluginInstalledTask - Class in org.jivesoftware.openfire.container
-
Task that will be run in each cluster node to learn if the specified plugin is installed or not.
- IsPluginInstalledTask() - Constructor for class org.jivesoftware.openfire.container.IsPluginInstalledTask
-
Do not use this constructor.
- IsPluginInstalledTask(String) - Constructor for class org.jivesoftware.openfire.container.IsPluginInstalledTask
- isPoll() - Method in class org.jivesoftware.openfire.http.HttpBindBody
- isPoll() - Method in class org.jivesoftware.openfire.http.HttpConnection
-
Returns if the request that was sent is a request is polling for data, without providing any data itself.
- isPollingSession() - Method in class org.jivesoftware.openfire.http.HttpSession
-
Returns true if this session is a polling session.
- isPoolable() - Method in class org.jivesoftware.database.CallableStatementWrapper
- isPoolable() - Method in class org.jivesoftware.database.StatementWrapper
- 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.openfire.ldap.LdapManager
-
Return true if the LDAP server is operating in Posix mode.
- isPotentialFutureLocalUser(JID) - Static method in class org.jivesoftware.openfire.user.UserManager
-
Checks if the provided address belongs to a locally registered user that potentially has not registered yet.
- isPreAuthenticatedSession(JID) - Method in class org.jivesoftware.openfire.SessionManager
-
Returns true if the specified address belongs to a preauthenticated session.
- isPresenceBasedDelivery() - Method in class org.jivesoftware.openfire.pubsub.DefaultNodeConfiguration
-
Returns true if notifications are going to be delivered only to available users.
- isPresenceBasedDelivery() - Method in class org.jivesoftware.openfire.pubsub.Node
-
Returns true if notifications are going to be delivered to available users only.
- isPresenceBasedDelivery(JID) - Method in class org.jivesoftware.openfire.pubsub.Node
-
Returns true if notifications to the specified user will be delivered when the user is online.
- isPresenceUpdateReflection(Packet) - Static method in class org.jivesoftware.openfire.handler.PresenceUpdateHandler
-
Checks if the packet is a presence stanza that intends to reflect an update back to the client from which the update originated.
- isPresent() - Method in class org.jivesoftware.util.CacheableOptional
- isPrivilegedToChangeAffiliationAndRole(MUCRole.Affiliation, MUCRole.Role, MUCRole.Affiliation, MUCRole.Role, MUCRole.Affiliation, MUCRole.Role) - Static method in class org.jivesoftware.openfire.muc.MUCRoom
- isProfilingEnabled() - Static method in class org.jivesoftware.database.DbConnectionManager
-
Returns true if connection profiling is turned on.
- isPropertyEncrypted(String) - Static method in class org.jivesoftware.util.JiveGlobals
-
Determines whether a property is configured for encryption.
- isPropertySensitive(String) - Static method in class org.jivesoftware.util.JiveGlobals
-
Flags certain properties as being sensitive, based on property naming conventions.
- isProviderHybridInstanceOf(Class<? extends AuthProvider>) - Static method in class org.jivesoftware.openfire.auth.AuthFactory
-
Indicates if the currently-installed AuthProvider is the HybridAuthProvider supporting a specific class.
- isProviderInstanceOf(Class<?>) - Static method in class org.jivesoftware.openfire.auth.AuthFactory
-
Returns whether the currently-installed AuthProvider is instance of a specific class.
- isProxyEnabled() - Method in class org.jivesoftware.openfire.filetransfer.proxy.FileTransferProxy
-
Returns true if the file transfer proxy is currently enabled and false if it is not.
- isPstmtFetchSizeSupported() - Static method in class org.jivesoftware.database.DbConnectionManager
- isPublicRoom() - Method in class org.jivesoftware.openfire.muc.MUCRoom
-
Returns true if the room is searchable and visible through service discovery.
- isPublicRoom() - Method in class org.jivesoftware.openfire.muc.spi.MUCRoomSearchInfo
- isPublicSharedGroup(Group) - Static method in class org.jivesoftware.openfire.roster.RosterManager
-
Returns true if the specified Group may be seen by all users in the system.
- isReadOnly() - Method in class org.jivesoftware.database.AbstractConnection
- isReadOnly() - Method in interface org.jivesoftware.openfire.admin.AdminProvider
-
Indicates whether the admin list is read-only or not.
- isReadOnly() - Method in class org.jivesoftware.openfire.admin.DefaultAdminProvider
-
The default provider is not read only
- isReadOnly() - Method in class org.jivesoftware.openfire.admin.GroupBasedAdminProvider
- isReadOnly() - Method in class org.jivesoftware.openfire.admin.JDBCAdminProvider
- isReadOnly() - Method in class org.jivesoftware.openfire.crowd.CrowdAdminProvider
- isReadOnly() - Method in class org.jivesoftware.openfire.crowd.CrowdGroupProvider
-
Modifying group not implemented - read-only for now
- isReadOnly() - Method in class org.jivesoftware.openfire.crowd.CrowdUserProvider
- isReadOnly() - Method in class org.jivesoftware.openfire.group.AbstractGroupProvider
-
Always true for a read-only provider
- isReadOnly() - Method in class org.jivesoftware.openfire.group.DefaultGroupProvider
- isReadOnly() - Method in class org.jivesoftware.openfire.group.GroupManager
-
Returns true if groups are read-only.
- isReadOnly() - Method in interface org.jivesoftware.openfire.group.GroupProvider
-
Returns true if this GroupProvider is read-only.
- isReadOnly() - Method in class org.jivesoftware.openfire.ldap.LdapUserProvider
- isReadOnly() - Method in class org.jivesoftware.openfire.ldap.LdapVCardProvider
- isReadOnly() - Method in class org.jivesoftware.openfire.lockout.DefaultLockOutProvider
-
Default provider allows editing of disabled status.
- isReadOnly() - Method in interface org.jivesoftware.openfire.lockout.LockOutProvider
-
Returns true if this LockOutProvider is read-only.
- isReadOnly() - Method in class org.jivesoftware.openfire.user.DefaultUserProvider
- isReadOnly() - Method in class org.jivesoftware.openfire.user.JDBCUserProvider
- isReadOnly() - Method in class org.jivesoftware.openfire.user.property.DefaultUserPropertyProvider
- isReadOnly() - Method in class org.jivesoftware.openfire.user.property.HybridUserPropertyProvider
-
Returns whether all backing providers are read-only.
- isReadOnly() - Method in class org.jivesoftware.openfire.user.property.JDBCUserPropertyProvider
- isReadOnly() - Method in class org.jivesoftware.openfire.user.property.MappedUserPropertyProvider
-
Returns whether all backing providers are read-only.
- isReadOnly() - Method in interface org.jivesoftware.openfire.user.property.UserPropertyProvider
-
Returns true if this UserPropertyProvider is read-only.
- isReadOnly() - Method in class org.jivesoftware.openfire.user.UserMultiProvider
-
Returns whether all backing providers are read-only.
- isReadOnly() - Method in interface org.jivesoftware.openfire.user.UserProvider
-
Returns true if this UserProvider is read-only.
- isReadOnly() - Method in class org.jivesoftware.openfire.vcard.DefaultVCardProvider
- isReadOnly() - Method in interface org.jivesoftware.openfire.vcard.VCardProvider
-
Returns true if this VCardProvider is read-only.
- isRegisteredUser(JID, boolean) - Method in class org.jivesoftware.openfire.user.UserManager
-
Returns true if the specified JID belongs to a local or remote registered user.
- isRegistrationEnabled() - Method in class org.jivesoftware.openfire.muc.MUCRoom
-
Returns true if users are allowed to register with the room.
- isRejected() - Method in class org.jivesoftware.openfire.muc.spi.FMUCHandler.OutboundJoinProgress
- isRemote(JID) - Method in class org.jivesoftware.openfire.XMPPServer
-
Returns true if the domain-part of the given address does not match the local server hostname and does not match a component service JID
- isRemoteFmuc() - Method in class org.jivesoftware.openfire.muc.MUCRole
-
Returns true if the user is one that is in the room as a result of that user being in another room that is federated with this room, through the FMUC protocol
- isRestart() - Method in class org.jivesoftware.openfire.http.HttpBindBody
- isRestart() - Method in class org.jivesoftware.openfire.http.HttpConnection
-
Returns if the request that was sent is a 'restart request'.
- isRestartable() - Method in class org.jivesoftware.openfire.XMPPServer
- isRestartNeeded() - Method in class org.jivesoftware.openfire.container.AdminConsolePlugin
-
Returns true if the Jetty server needs to be restarted.
- isRestartRequired() - Method in class org.jivesoftware.admin.servlet.SystemPropertiesServlet.CompoundProperty
- isRestartRequired() - Method in class org.jivesoftware.util.SystemProperty
- isRoomCreationRestricted() - Method in interface org.jivesoftware.openfire.muc.MultiUserChatService
-
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.openfire.muc.spi.MultiUserChatServiceImpl
- isRootCollectionNode() - Method in class org.jivesoftware.openfire.pubsub.Node
-
Returns true if this node is the root node of the pubsub service.
- isRosterItem(JID) - Method in class org.jivesoftware.openfire.roster.Roster
-
Returns true if the specified user is a member of the roster, false otherwise.
- isRosterServiceEnabled() - Static method in class org.jivesoftware.openfire.roster.RosterManager
-
Returns true if the roster service is enabled.
- isRosterVersioningEnabled() - Static method in class org.jivesoftware.openfire.roster.RosterManager
-
Returns true if the roster versioning is enabled.
- isRunning() - Method in class org.jivesoftware.openfire.Channel
-
Returns true if the channel is currently running.
- isRunning() - Method in class org.jivesoftware.openfire.filetransfer.proxy.ProxyConnectionManager
- ISS_CACHE_NAME - Static variable in class org.jivesoftware.openfire.SessionManager
- isScramSupported() - Method in interface org.jivesoftware.openfire.auth.AuthProvider
- isScramSupported() - Method in class org.jivesoftware.openfire.auth.DefaultAuthProvider
- isScramSupported() - Method in class org.jivesoftware.openfire.auth.HybridAuthProvider
- isScramSupported() - Method in class org.jivesoftware.openfire.auth.JDBCAuthProvider
- isScramSupported() - Method in class org.jivesoftware.openfire.auth.MappedAuthProvider
- isScramSupported() - Method in class org.jivesoftware.openfire.auth.NativeAuthProvider
- isScramSupported() - Method in class org.jivesoftware.openfire.auth.POP3AuthProvider
- isScramSupported() - Method in class org.jivesoftware.openfire.crowd.CrowdAuthProvider
- isScramSupported() - Method in class org.jivesoftware.openfire.ldap.LdapAuthProvider
- isScriptSyntaxEnabled() - Method in class org.jivesoftware.openfire.http.HttpBindManager
-
Returns true if script syntax is enabled.
- isScrollResultsSupported() - Static method in class org.jivesoftware.database.DbConnectionManager
- isSearchSupported() - Method in class org.jivesoftware.openfire.crowd.CrowdGroupProvider
- isSearchSupported() - Method in class org.jivesoftware.openfire.group.AbstractGroupProvider
-
Returns true if the provider supports group search capability.
- isSearchSupported() - Method in class org.jivesoftware.openfire.group.DefaultGroupProvider
- isSearchSupported() - Method in class org.jivesoftware.openfire.group.GroupManager
-
Returns true if searching for groups is supported.
- isSearchSupported() - Method in interface org.jivesoftware.openfire.group.GroupProvider
-
Returns true if group searching is supported by the provider.
- isSearchSupported() - Method in class org.jivesoftware.openfire.ldap.LdapGroupProvider
- isSecure - org.jivesoftware.openfire.session.RemoteSessionTask.Operation
-
Deprecated.
- isSecure() - Method in interface org.jivesoftware.openfire.Connection
-
Deprecated.Renamed. Use
Connection.isEncrypted()
instead. - isSecure() - Method in class org.jivesoftware.openfire.http.HttpConnection
-
Deprecated.Renamed. See
HttpConnection.isEncrypted()
- isSecure() - Static method in class org.jivesoftware.openfire.JMXManager
-
Returns true if the JMX connector is configured to require Openfire admin credentials.
- isSecure() - Method in class org.jivesoftware.openfire.net.SocketConnection
-
Deprecated.
- isSecure() - Method in class org.jivesoftware.openfire.net.VirtualConnection
-
Deprecated.
- isSecure() - Method in class org.jivesoftware.openfire.nio.NettyConnection
-
Deprecated.
- isSecure() - Method in class org.jivesoftware.openfire.session.LocalSession
-
Deprecated.
- isSecure() - Method in class org.jivesoftware.openfire.session.RemoteSession
-
Deprecated.
- isSecure() - Method in interface org.jivesoftware.openfire.session.Session
-
Deprecated.Renamed. Use
Session.isEncrypted()
instead. - isSecure() - Method in class org.jivesoftware.openfire.websocket.WebSocketConnection
-
Deprecated.
- isSelfSignedCertificate(X509Certificate) - Static method in class org.jivesoftware.util.CertificateManager
-
Returns true if the specified certificate is a self-signed certificate.
- isSendItemSubscribe() - Method in class org.jivesoftware.openfire.pubsub.DefaultNodeConfiguration
-
Returns true if new subscribers are going to receive new items once subscribed.
- isSendItemSubscribe() - Method in class org.jivesoftware.openfire.pubsub.LeafNode
-
Returns true if the last published item is going to be sent to new subscribers.
- isSendItemSubscribe() - Method in class org.jivesoftware.openfire.pubsub.Node
-
Returns true if the last published item is going to be sent to new subscribers.
- isSeniorClusterMember() - Static method in class org.jivesoftware.openfire.cluster.ClusterManager
-
Returns true if this member is the senior member in the cluster.
- isSeniorClusterMember() - Static method in class org.jivesoftware.util.cache.CacheFactory
-
Returns true if this member is the senior member in the cluster.
- isSeniorClusterMember() - Method in interface org.jivesoftware.util.cache.CacheFactoryStrategy
-
Returns true if this node is the maste node of the cluster.
- isSeniorClusterMember() - Method in class org.jivesoftware.util.cache.DefaultLocalCacheStrategy
- isSeniorClusterMemberOrNotClustered() - Static method in class org.jivesoftware.openfire.cluster.ClusterManager
-
Returns true if this member is the senior member in the cluster.
- isSeniorMember() - Method in interface org.jivesoftware.openfire.cluster.ClusterNodeInfo
-
Returns true if this member is the senior member in the cluster.
- isServerRunning() - Method in class org.jivesoftware.util.WebManager
- isServiceAdmin(JID) - Method in class org.jivesoftware.openfire.pep.PEPService
- isServiceAdmin(JID) - Method in class org.jivesoftware.openfire.pubsub.PubSubModule
- isServiceAdmin(JID) - Method in interface org.jivesoftware.openfire.pubsub.PubSubService
-
Returns true if the specified user is a sysadmin of the pubsub service or has admin privileges.
- isServiceEnabled() - Static method in class org.jivesoftware.openfire.component.ExternalComponentManager
-
Deprecated.Obtain and use the corresponding
ConnectionListener
instead. - isServiceEnabled() - Method in interface org.jivesoftware.openfire.muc.MultiUserChatService
-
Returns true if the MUC service is available.
- isServiceEnabled() - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
- isServiceEnabled() - Method in class org.jivesoftware.openfire.pubsub.PubSubModule
-
Returns true if the service is available.
- isServiceEnabled() - Method in class org.jivesoftware.openfire.update.UpdateManager
-
Returns true if the check for updates service is enabled.
- isServiceRegistered(String) - Method in class org.jivesoftware.openfire.muc.MultiUserChatManager
-
Returns true if a MUC service is configured/exists for a given subdomain.
- isServletRequestAuthenticatorInstanceOf(Class<? extends ServletRequestAuthenticator>) - Static method in class org.jivesoftware.admin.AuthCheckFilter
-
Indicates if the currently-installed ServletRequestAuthenticator is an instance of a specific class.
- isSessionAuthenticated() - Method in class org.jivesoftware.openfire.net.RespondingServerStanzaHandler
- isSetByUser() - Method in class org.jivesoftware.admin.servlet.SystemPropertiesServlet.CompoundProperty
- isSetupMode() - Method in class org.jivesoftware.openfire.XMPPServer
- isSetupMode() - Method in class org.jivesoftware.util.WebManager
- isShared() - Method in class org.jivesoftware.openfire.roster.RosterItem
-
Returns true if this item belongs to a shared group.
- isSharedGroup(Group) - Static method in class org.jivesoftware.openfire.roster.RosterManager
-
Returns true if the specified Group may be included in a user roster.
- isSharedSecretAllowed() - Static method in class org.jivesoftware.openfire.sasl.JiveSharedSecretSaslServer
-
Returns true if shared secret authentication is enabled.
- isSharingSupported() - Method in class org.jivesoftware.openfire.group.AbstractGroupProvider
- isSharingSupported() - Method in class org.jivesoftware.openfire.group.DefaultGroupProvider
- isSharingSupported() - Method in interface org.jivesoftware.openfire.group.GroupProvider
-
Returns true if this GroupProvider allows group sharing.
- isShuttingDown() - Method in class org.jivesoftware.openfire.XMPPServer
-
Returns true if the server is being shutdown.
- isSigningRequestPending(X509Certificate) - Static method in class org.jivesoftware.util.CertificateManager
-
Returns true if the specified certificate is ready to be signed by a Certificate Authority.
- isSortDescending() - Method in class org.jivesoftware.util.ListPager
- isSslEnabled() - Method in class org.jivesoftware.openfire.ldap.LdapManager
-
Returns true if LDAP connection is via SSL or not.
- isSSLEnabled() - Method in class org.jivesoftware.util.EmailService
-
Returns true if SSL is enabled for SMTP connections.
- isStandAlone() - Method in class org.jivesoftware.openfire.XMPPServer
-
Returns if the server is running in standalone mode.
- isStarted() - Method in class org.jivesoftware.openfire.XMPPServer
-
Returns whether or not the server has been started.
- isStartOfStream(String) - Method in class org.jivesoftware.openfire.net.StanzaHandler
-
Checks if the provided XML data represents the beginning of a new XMPP stream.
- isStartOfStream(String) - Method in class org.jivesoftware.openfire.websocket.WebSocketClientStanzaHandler
- isStartTlsEnabled() - Method in class org.jivesoftware.openfire.ldap.LdapManager
-
Returns true if LDAP connection is via START or not.
- isStreamManagementActive() - Static method in class org.jivesoftware.openfire.streammanagement.StreamManager
- isStreamManagementNonza(Element) - Static method in class org.jivesoftware.openfire.csi.CsiManager
-
Checks if an XML fragment is recognized as a CSI nonza
- isStreamManagementStanza(Element) - Method in class org.jivesoftware.openfire.net.StanzaHandler
-
Determines whether stanza's namespace matches XEP-0198 namespace
- isStreamTextRequired() - Static method in class org.jivesoftware.database.DbConnectionManager
- isStrictCertificateValidation() - Method in class org.jivesoftware.openfire.spi.ConnectionConfiguration
-
A boolean that indicates if the connection should be aborted if certificate validation fails.
- isSubject(Packet) - Static method in class org.jivesoftware.openfire.muc.spi.FMUCHandler
- isSubjectChangeRequest(Message) - Method in class org.jivesoftware.openfire.muc.HistoryStrategy
-
Returns true if the given message qualifies as a subject change request for the target MUC room, per XEP-0045.
- isSubjectChangeRequest(Message) - Method in class org.jivesoftware.openfire.muc.MUCRoomHistory
-
Returns true if the given message qualifies as a subject change request, per XEP-0045.
- isSubqueriesSupported() - Static method in class org.jivesoftware.database.DbConnectionManager
- isSubscriptionConfigurationRequired() - Method in class org.jivesoftware.openfire.pubsub.Node
-
Returns true if new subscriptions should be configured to be active.
- isSubscriptionEnabled() - Method in class org.jivesoftware.openfire.pubsub.DefaultNodeConfiguration
-
Returns true if subscribing and unsubscribing are enabled.
- isSubscriptionEnabled() - Method in class org.jivesoftware.openfire.pubsub.Node
-
Returns true if users are allowed to subscribe and unsubscribe.
- isSubTreeSearch() - Method in class org.jivesoftware.openfire.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).
- isSuccessful() - Method in class org.jivesoftware.openfire.muc.spi.FMUCHandler.OutboundJoinProgress
- isSuccessfull() - Method in class org.jivesoftware.openfire.update.DownloadStatus
- isSysadmin(JID) - Method in interface org.jivesoftware.openfire.muc.MultiUserChatService
-
Validates the given JID as a MUC service administrator.
- isSysadmin(JID) - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
- isSystemProperty() - Method in class org.jivesoftware.admin.servlet.SystemPropertiesServlet.CompoundProperty
- isTaskRunning() - Method in class org.jivesoftware.openfire.container.PluginMonitor
- isTerminate() - Method in class org.jivesoftware.openfire.http.HttpConnection
-
Returns if the request that was sent is a request to terminate the session.
- isThisOriginAllowed(String) - Method in class org.jivesoftware.openfire.http.HttpBindManager
- isTimeoutSupported() - Method in class org.jivesoftware.openfire.lockout.DefaultLockOutProvider
-
Default provider allows timeout of disabled status.
- isTimeoutSupported() - Method in interface org.jivesoftware.openfire.lockout.LockOutProvider
-
Returns true if the LockOutProvider allows for a timeout after which the lock out will expire.
- isTransactionsSupported() - Static method in class org.jivesoftware.database.DbConnectionManager
- isTrunkingEnabledFor(String) - Static method in class org.jivesoftware.openfire.net.Trunking
-
Verifies if trunking functionality is enabled, and if Openfire is configured to accept data to-be-trunked to a particular domain.
- isTrusted(Certificate[]) - Method in class org.jivesoftware.openfire.keystore.TrustStore
-
Decide whether or not to trust the given supplied certificate chain.
- isType(PrivacyItem.Type) - Method in class org.jivesoftware.openfire.privacy.PrivacyItem
- isUser(String) - Method in class org.jivesoftware.openfire.group.Group
-
Returns true if the provided username belongs to a user of the group.
- isUser(JID) - Method in class org.jivesoftware.openfire.group.Group
-
Returns true if the provided JID belongs to a user that is part of the group.
- isUserAdmin(String, boolean) - Method in class org.jivesoftware.openfire.admin.AdminManager
-
Returns true if the user is an admin.
- isUserAdmin(JID, boolean) - Method in class org.jivesoftware.openfire.admin.AdminManager
-
Returns true if the user is an admin.
- isUsingDigest() - Method in class org.jivesoftware.openfire.pubsub.NodeSubscription
-
Returns whether an entity wants to receive digests (aggregations) of notifications or all notifications individually.
- isUsingProxy() - Method in class org.jivesoftware.openfire.update.UpdateManager
-
Returns true if a proxy is being used to connect to igniterealtime.org or false if a direct connection should be attempted.
- isUsingSaslExternal() - Method in interface org.jivesoftware.openfire.session.ServerSession
-
Returns true if this server session was authenticated using the SASL EXTERNAL mechanism.
- isUsingSelfSignedCertificate() - Method in interface org.jivesoftware.openfire.Connection
-
Returns true if the other peer of this session presented a self-signed certificate.
- isUsingSelfSignedCertificate() - Method in class org.jivesoftware.openfire.net.SocketConnection
-
Deprecated.
- isUsingSelfSignedCertificate() - Method in class org.jivesoftware.openfire.net.VirtualConnection
- isUsingSelfSignedCertificate() - Method in class org.jivesoftware.openfire.nio.NettyConnection
- isUsingSelfSignedCertificate() - Method in class org.jivesoftware.openfire.session.LocalSession
-
Returns true if the other peer of this session presented a self-signed certificate.
- isUsingServerDialback() - Method in interface org.jivesoftware.openfire.session.ServerSession
-
Returns true if this server session was authenticated using server dialback.
- isValid(int) - Method in class org.jivesoftware.database.AbstractConnection
- isValidAction(String) - Method in class org.jivesoftware.openfire.commands.SessionData
-
Returns true if the specified action is valid in the current stage.
- isValidDomain(String) - Method in class org.jivesoftware.openfire.session.LocalIncomingServerSession
-
Returns true if the specified domain has been validated for this session.
- isValidEmailAddress(String) - Static method in class org.jivesoftware.util.StringUtils
-
Returns true if the string passed in is a valid Email address.
- isValidGroup(String) - Method in class org.jivesoftware.openfire.pubsub.PubSubServiceInfo
- isValueSecret() - Method in interface org.jivesoftware.util.cache.Cache
- isVerifyCertificateValidity() - Method in class org.jivesoftware.openfire.spi.ConnectionConfiguration
-
A boolean that indicates if the current validity of certificates (based on their 'notBefore' and 'notAfter' property values) is used when they are used to establish an encrypted connection.
- isVoiceOnly() - Method in class org.jivesoftware.openfire.muc.MUCRole
-
Returns true if the room occupant does not want to get messages broadcast to all room occupants.
- isWildcard() - Method in class org.jivesoftware.openfire.component.ExternalComponentConfiguration
- isWrapperFor(Class<?>) - Method in class org.jivesoftware.database.AbstractConnection
- isWrapperFor(Class<?>) - Method in class org.jivesoftware.database.CallableStatementWrapper
- isWrapperFor(Class<?>) - Method in class org.jivesoftware.database.StatementWrapper
- isWriteOnly() - Method in class org.jivesoftware.openfire.security.DefaultSecurityAuditProvider
-
The default provider writes logs into a local Openfire database.
- isWriteOnly() - Method in interface org.jivesoftware.openfire.security.SecurityAuditProvider
-
Returns true if the provider logs can be read by Openfire for display from Openfire's own admin interface.
- isXMLPropertyEncrypted(String) - Static method in class org.jivesoftware.util.JiveGlobals
-
Determines whether an XML property is configured for encryption.
- itemNotFound - org.jivesoftware.openfire.http.BoshBindingError
-
(1) 'sid' is not valid, (2) 'stream' is not valid, (3) 'rid' is larger than the upper limit of the expected window, (4) connection manager is unable to resend response, (5) 'key' sequence is invalid (6) script syntax is not enabled
- items - org.jivesoftware.openfire.pubsub.NodeSubscription.Type
-
Receive notification of new items only.
- ITERATION_COUNT - Static variable in class org.jivesoftware.openfire.sasl.ScramSha1SaslServer
- iterator() - Method in class org.jivesoftware.openfire.group.GroupCollection
- iterator() - Method in class org.jivesoftware.openfire.user.UserCollection
J
- JABBER_IQ_SEARCH - Static variable in class org.jivesoftware.openfire.muc.spi.IQMUCSearchHandler
- JavaSpecVersion - Class in org.jivesoftware.util
-
Holds version information for Java specification (a major and minor version, eg: 1.8, or just a number, eg: 11).
- JavaSpecVersion(int, int) - Constructor for class org.jivesoftware.util.JavaSpecVersion
-
Create a new version information object.
- JavaSpecVersion(CharSequence) - Constructor for class org.jivesoftware.util.JavaSpecVersion
-
Create a new version from a simple version string (e.g.
- JDBCAdminProvider - Class in org.jivesoftware.openfire.admin
-
The JDBC admin provider allows you to use an external database to define the administrators users.
- JDBCAdminProvider() - Constructor for class org.jivesoftware.openfire.admin.JDBCAdminProvider
-
Constructs a new JDBC admin provider.
- JDBCAuthProvider - Class in org.jivesoftware.openfire.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.openfire.auth.JDBCAuthProvider
-
Constructs a new JDBC authentication provider.
- JDBCAuthProvider.PasswordType - Enum in org.jivesoftware.openfire.auth
-
Indicates how the password is stored.
- JDBCGroupProvider - Class in org.jivesoftware.openfire.group
-
The JDBC group provider allows you to use an external database to define the composition of groups.
- JDBCGroupProvider() - Constructor for class org.jivesoftware.openfire.group.JDBCGroupProvider
-
Constructor of the JDBCGroupProvider class.
- JDBCUserPropertyProvider - Class in org.jivesoftware.openfire.user.property
-
The JDBC user property provider allows you to use an external database to define the user properties.
- JDBCUserPropertyProvider() - Constructor for class org.jivesoftware.openfire.user.property.JDBCUserPropertyProvider
-
Constructs a new JDBC user property provider.
- JDBCUserProvider - Class in org.jivesoftware.openfire.user
-
The JDBC user provider allows you to use an external database to define the users.
- JDBCUserProvider() - Constructor for class org.jivesoftware.openfire.user.JDBCUserProvider
-
Constructs a new JDBC user provider.
- jid - org.jivesoftware.openfire.privacy.PrivacyItem.Type
-
JID being analyzed should have a resource match, domain match or bare JID match.
- jid - Variable in class org.jivesoftware.openfire.roster.RosterItem
- 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
- JiveInitialLdapContext - Class in org.jivesoftware.util
-
A class that extends the Java's InitialLdapContext class with two properties to store the SSLSession and the StartTlsResponse objects.
- JiveInitialLdapContext() - Constructor for class org.jivesoftware.util.JiveInitialLdapContext
- JiveInitialLdapContext(Hashtable<?, ?>, Control[]) - Constructor for class org.jivesoftware.util.JiveInitialLdapContext
- JiveProperties - Class in org.jivesoftware.util
-
Retrieves and stores Jive properties.
- JIVEPROPERTY_PORT - Static variable in class org.jivesoftware.openfire.filetransfer.proxy.FileTransferProxy
-
The JiveProperty relating to the port the proxy is operating on.
- JIVEPROPERTY_PROXY_ENABLED - Static variable in class org.jivesoftware.openfire.filetransfer.proxy.FileTransferProxy
-
The JiveProperty relating to whether or not the file treansfer proxy is enabled.
- JiveSharedSecretSaslServer - Class in org.jivesoftware.openfire.sasl
-
Implementation of a proprietary Jive Software SASL mechanism that is based on a shared secret.
- JiveSharedSecretSaslServer() - Constructor for class org.jivesoftware.openfire.sasl.JiveSharedSecretSaslServer
- JMXManager - Class in org.jivesoftware.openfire
-
Manages the JMX configuration for Openfire.
- JMXManager() - Constructor for class org.jivesoftware.openfire.JMXManager
- 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.
- jndiPropertyKeys - Static variable in class org.jivesoftware.database.JNDIDataSourceProvider
-
Keys of JNDI properties to query PropertyManager for.
- join(MUCRole) - Method in class org.jivesoftware.openfire.muc.spi.FMUCHandler
-
Makes a user in our XMPP domain join the FMUC room.
- join(MUCRole, boolean, boolean) - Method in class org.jivesoftware.openfire.muc.spi.FMUCHandler
- JOIN_PRESENCE_ENABLE - Static variable in class org.jivesoftware.openfire.muc.MUCRoom
- joinedCluster() - Method in interface org.jivesoftware.openfire.cluster.ClusterEventListener
-
Notification event indicating that this JVM is now part of a cluster.
- joinedCluster() - Method in class org.jivesoftware.openfire.cluster.ClusterMonitor
- joinedCluster() - Method in class org.jivesoftware.openfire.component.InternalComponentManager
- joinedCluster() - Method in class org.jivesoftware.openfire.disco.IQDiscoInfoHandler
- joinedCluster() - Method in class org.jivesoftware.openfire.disco.IQDiscoItemsHandler
- joinedCluster() - Method in class org.jivesoftware.openfire.handler.PresenceUpdateHandler
- joinedCluster() - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
- joinedCluster() - Method in class org.jivesoftware.openfire.SessionManager
- joinedCluster() - Method in class org.jivesoftware.openfire.spi.RoutingTableImpl
- joinedCluster() - Static method in class org.jivesoftware.util.cache.CacheFactory
-
Notification message indicating that this JVM has joined a cluster.
- joinedCluster(byte[]) - Method in interface org.jivesoftware.openfire.cluster.ClusterEventListener
-
Notification event indicating that another JVM is now part of a cluster.
- joinedCluster(byte[]) - Method in class org.jivesoftware.openfire.cluster.ClusterMonitor
- joinedCluster(byte[]) - Method in class org.jivesoftware.openfire.component.InternalComponentManager
- joinedCluster(byte[]) - Method in class org.jivesoftware.openfire.disco.IQDiscoInfoHandler
- joinedCluster(byte[]) - Method in class org.jivesoftware.openfire.disco.IQDiscoItemsHandler
- joinedCluster(byte[]) - Method in class org.jivesoftware.openfire.handler.PresenceUpdateHandler
- joinedCluster(byte[]) - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
- joinedCluster(byte[]) - Method in class org.jivesoftware.openfire.SessionManager
- joinedCluster(byte[]) - Method in class org.jivesoftware.openfire.spi.RoutingTableImpl
- joinFilter(char, List<String>) - Static method in class org.jivesoftware.openfire.ldap.LdapManager
-
Joins individual strings into one, formatted as an LDAP filter, such as
(&(part-a)(part-b)(part-c))
. - joiningRoom(MUCRoom, JID) - Method in class org.jivesoftware.openfire.muc.MUCEventDelegate
-
This event will be triggered when an entity joins an existing room.
- joinRoom(String, String, HistoryRequest, JID, Presence) - Method in class org.jivesoftware.openfire.muc.MUCRoom
-
Joins the room using the given nickname.
- JSTLFunctions - Class in org.jivesoftware.admin
-
Utility functions that are exposed through a taglib.
- JSTLFunctions() - Constructor for class org.jivesoftware.admin.JSTLFunctions
K
- KEEP_ALIVE_FRAME_PING_ENABLED_PROPERTY - Static variable in class org.jivesoftware.openfire.websocket.WebSocketClientConnectionHandler
- KEEP_ALIVE_FRAME_PING_INTERVAL_PROPERTY - Static variable in class org.jivesoftware.openfire.websocket.WebSocketClientConnectionHandler
- KEEP_ALIVE_PING_PROPERTY - Static variable in class org.jivesoftware.openfire.session.ConnectionSettings.Client
- keySet() - Method in class org.jivesoftware.openfire.group.DefaultGroupPropertyMap
-
Be aware that removing a property through the iterator of the returned key set might cause unexpected behavior, as not all event handlers will be notified with all data required for cache updates to be processed.
- keySet() - Method in class org.jivesoftware.openfire.muc.spi.MUCServiceProperties
- keySet() - Method in interface org.jivesoftware.util.cache.Cache
-
IMPORTANT: Unlike the standard
Map.keySet()
implementation, the set returned from this method cannot be modified. - keySet() - Method in class org.jivesoftware.util.cache.CacheWrapper
- keySet() - Method in class org.jivesoftware.util.cache.CaffeineCache
-
IMPORTANT: Unlike the standard
Map.keySet()
implementation, the set returned from this method cannot be modified. - keySet() - Method in class org.jivesoftware.util.cache.DefaultCache
- keySet() - Method in class org.jivesoftware.util.cache.SerializingCache
- keySet() - Method in class org.jivesoftware.util.JiveProperties
- kickOccupant(JID, JID, String, String) - Method in class org.jivesoftware.openfire.muc.MUCRoom
-
Kicks a user from the room.
L
- language - Variable in class org.jivesoftware.openfire.pubsub.Node
-
The default language of the node.
- LAST_NAME - Static variable in interface org.jivesoftware.openfire.handler.IQRegisterInfo
-
The user's last name
- lastActivityOnLocalNode(JID) - Method in class org.jivesoftware.openfire.muc.spi.OccupantManager
-
Returns the most recent activity for a particular user that is assumed to be connected to the local cluster node.
- lastName - Variable in class org.jivesoftware.openfire.crowd.jaxb.User
- lastOutputNodeType - Variable in class org.jivesoftware.util.XMLWriter
-
Stores the last type of node written so algorithms can refer to the previous node type
- LDAP_PAGE_SIZE - Static variable in class org.jivesoftware.openfire.ldap.LdapManager
- LdapAuthorizationMapping - Class in org.jivesoftware.openfire.ldap
-
Provider for authorization mapping using LDAP.
- LdapAuthorizationMapping() - Constructor for class org.jivesoftware.openfire.ldap.LdapAuthorizationMapping
- LdapAuthorizationPolicy - Class in org.jivesoftware.openfire.ldap
-
Provider for authorization using LDAP.
- LdapAuthorizationPolicy() - Constructor for class org.jivesoftware.openfire.ldap.LdapAuthorizationPolicy
- LdapAuthProvider - Class in org.jivesoftware.openfire.ldap
-
Implementation of auth provider interface for LDAP authentication service plug-in.
- LdapAuthProvider() - Constructor for class org.jivesoftware.openfire.ldap.LdapAuthProvider
- LdapGroupProvider - Class in org.jivesoftware.openfire.ldap
-
LDAP implementation of the GroupProvider interface.
- LdapGroupProvider() - Constructor for class org.jivesoftware.openfire.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.
- LdapManager - Class in org.jivesoftware.openfire.ldap
-
Centralized administration of LDAP connections.
- LdapManager(Map<String, String>) - Constructor for class org.jivesoftware.openfire.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.openfire.ldap
-
LDAP implementation of the UserProvider interface.
- LdapUserProvider() - Constructor for class org.jivesoftware.openfire.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
- LdapUserTester.PropertyMapping - Class in org.jivesoftware.admin
- LdapVCardProvider - Class in org.jivesoftware.openfire.ldap
-
Read-only LDAP provider for vCards.Configuration consists of adding a provider:
- LdapVCardProvider() - Constructor for class org.jivesoftware.openfire.ldap.LdapVCardProvider
- LeafNode - Class in org.jivesoftware.openfire.pubsub
-
A type of node that contains published items only.
- LeafNode() - Constructor for class org.jivesoftware.openfire.pubsub.LeafNode
- LeafNode(PubSubService.UniqueIdentifier, CollectionNode, String, JID, boolean, boolean, boolean, boolean, boolean, boolean, AccessModel, PublisherModel, String, Node.ItemReplyPolicy, boolean, int, int, boolean) - Constructor for class org.jivesoftware.openfire.pubsub.LeafNode
- LeafNode(PubSubService.UniqueIdentifier, CollectionNode, String, JID, DefaultNodeConfiguration) - Constructor for class org.jivesoftware.openfire.pubsub.LeafNode
- leaveRoom(MUCRole) - Method in class org.jivesoftware.openfire.muc.MUCRoom
-
Remove a member from the chat room.
- leftCluster() - Method in interface org.jivesoftware.openfire.cluster.ClusterEventListener
-
Notification event indicating that this JVM is no longer part of the cluster.
- leftCluster() - Method in class org.jivesoftware.openfire.cluster.ClusterMonitor
- leftCluster() - Method in class org.jivesoftware.openfire.component.InternalComponentManager
- leftCluster() - Method in class org.jivesoftware.openfire.disco.IQDiscoInfoHandler
- leftCluster() - Method in class org.jivesoftware.openfire.disco.IQDiscoItemsHandler
- leftCluster() - Method in class org.jivesoftware.openfire.handler.PresenceUpdateHandler
- leftCluster() - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
- leftCluster() - Method in class org.jivesoftware.openfire.muc.spi.OccupantManager
-
Removes and returns all data that was maintained for cluster nodes other than the local node.
- leftCluster() - Method in class org.jivesoftware.openfire.SessionManager
- leftCluster() - Method in class org.jivesoftware.openfire.spi.RoutingTableImpl
- leftCluster() - Static method in class org.jivesoftware.util.cache.CacheFactory
-
Notification message indicating that this JVM has left the cluster.
- leftCluster(byte[]) - Method in interface org.jivesoftware.openfire.cluster.ClusterEventListener
-
Notification event indicating that another JVM is no longer part of the cluster.
- leftCluster(byte[]) - Method in class org.jivesoftware.openfire.cluster.ClusterMonitor
- leftCluster(byte[]) - Method in class org.jivesoftware.openfire.component.InternalComponentManager
- leftCluster(byte[]) - Method in class org.jivesoftware.openfire.disco.IQDiscoInfoHandler
- leftCluster(byte[]) - Method in class org.jivesoftware.openfire.disco.IQDiscoItemsHandler
- leftCluster(byte[]) - Method in class org.jivesoftware.openfire.handler.PresenceUpdateHandler
- leftCluster(byte[]) - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
- leftCluster(byte[]) - Method in class org.jivesoftware.openfire.SessionManager
- leftCluster(byte[]) - Method in class org.jivesoftware.openfire.spi.RoutingTableImpl
- leftCluster(NodeID) - Method in class org.jivesoftware.openfire.muc.spi.OccupantManager
-
Removes and returns all data that was maintained for a particular cluster node.
- LEXICAL_HANDLER_NAMES - Static variable in class org.jivesoftware.util.XMLWriter
- limitRowsAndFetchSize(PreparedStatement, int, int) - Static method in class org.jivesoftware.database.DbConnectionManager
-
Limits the number of the results in a result set (to startIndex + numResults).
- LinkedList<E> - Class in org.jivesoftware.util
-
Simple LinkedList implementation.
- LinkedList() - Constructor for class org.jivesoftware.util.LinkedList
-
Creates a new linked list.
- LinkedListNode<E> - Class in org.jivesoftware.util
-
Doubly linked node in a LinkedList.
- LinkedListNode() - Constructor for class org.jivesoftware.util.LinkedListNode
-
Constructs an self-referencing node.
- LinkedListNode(E, LinkedListNode<E>, LinkedListNode<E>) - Constructor for class org.jivesoftware.util.LinkedListNode
-
Constructs a new linked list node.
- ListPager<T> - Class in org.jivesoftware.util
-
This class provides an easy way to page through a filterable list of items from a JSP page.
- ListPager(HttpServletRequest, HttpServletResponse, List<T>, String...) - Constructor for class org.jivesoftware.util.ListPager
-
Creates a unfiltered list pager.
- ListPager(HttpServletRequest, HttpServletResponse, List<T>, Predicate<T>, int, boolean, String...) - Constructor for class org.jivesoftware.util.ListPager
-
Creates a unfiltered list pager.
- ListPager(HttpServletRequest, HttpServletResponse, List<T>, Predicate<T>, String...) - Constructor for class org.jivesoftware.util.ListPager
-
Creates a unfiltered list pager.
- loadClass(ClassLoader, String) - Static method in class org.jivesoftware.util.cache.DefaultExternalizableUtil
- loadClass(String) - Static method in class org.jivesoftware.util.cache.DefaultExternalizableUtil
- loadClass(String) - Method in class org.jivesoftware.util.ClassUtils
- loadClass(Plugin, String) - Method in class org.jivesoftware.openfire.container.PluginManager
-
Loads a class from the classloader of a plugin.
- loadConfig(MUCRoom) - Method in class org.jivesoftware.openfire.muc.MUCEventDelegate
-
Loads a delegate provided room configuration for the room specified.
- loadDefaultConfiguration(PubSubService.UniqueIdentifier, boolean) - Method in class org.jivesoftware.openfire.pubsub.CachingPubsubPersistenceProvider
- loadDefaultConfiguration(PubSubService.UniqueIdentifier, boolean) - Method in class org.jivesoftware.openfire.pubsub.DefaultPubSubPersistenceProvider
- loadDefaultConfiguration(PubSubService.UniqueIdentifier, boolean) - Method in class org.jivesoftware.openfire.pubsub.InMemoryPubSubPersistenceProvider
- loadDefaultConfiguration(PubSubService.UniqueIdentifier, boolean) - Method in interface org.jivesoftware.openfire.pubsub.PubSubPersistenceProvider
-
Loads from the database the default node configuration for the specified node type and pubsub service.
- loadDefaultPrivacyList(String) - Method in class org.jivesoftware.openfire.privacy.PrivacyListProvider
-
Loads the default privacy list of a given user from the database.
- loadFromDB(MUCRoom) - Static method in class org.jivesoftware.openfire.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/DB properties.
- loadHistory(MUCRoom) - Static method in class org.jivesoftware.openfire.muc.spi.MUCPersistenceManager
-
Load or reload the room history for a particular room from the database into memory.
- loadHistory(MUCRoom, int) - Static method in class org.jivesoftware.openfire.muc.spi.MUCPersistenceManager
-
Load or reload the room history for a particular room from the database into memory.
- loadNode(PubSubService, Node.UniqueIdentifier) - Method in class org.jivesoftware.openfire.pubsub.CachingPubsubPersistenceProvider
- loadNode(PubSubService, Node.UniqueIdentifier) - Method in class org.jivesoftware.openfire.pubsub.DefaultPubSubPersistenceProvider
- loadNode(PubSubService, Node.UniqueIdentifier) - Method in class org.jivesoftware.openfire.pubsub.InMemoryPubSubPersistenceProvider
- loadNode(PubSubService, Node.UniqueIdentifier) - Method in interface org.jivesoftware.openfire.pubsub.PubSubPersistenceProvider
-
Loads all nodes from the database and adds them to the PubSub service.
- loadNodes(PubSubService) - Method in class org.jivesoftware.openfire.pubsub.CachingPubsubPersistenceProvider
- loadNodes(PubSubService) - Method in class org.jivesoftware.openfire.pubsub.DefaultPubSubPersistenceProvider
- loadNodes(PubSubService) - Method in class org.jivesoftware.openfire.pubsub.InMemoryPubSubPersistenceProvider
- loadNodes(PubSubService) - Method in interface org.jivesoftware.openfire.pubsub.PubSubPersistenceProvider
-
Loads all nodes from the database and adds them to the PubSub service.
- loadPEPServiceFromDB(JID) - Method in class org.jivesoftware.openfire.pubsub.CachingPubsubPersistenceProvider
- loadPEPServiceFromDB(JID) - Method in class org.jivesoftware.openfire.pubsub.DefaultPubSubPersistenceProvider
- loadPEPServiceFromDB(JID) - Method in class org.jivesoftware.openfire.pubsub.InMemoryPubSubPersistenceProvider
- loadPEPServiceFromDB(JID) - Method in interface org.jivesoftware.openfire.pubsub.PubSubPersistenceProvider
-
Loads a PEP service from the database, if it exists.
- loadPrivacyList(String, String) - Method in class org.jivesoftware.openfire.privacy.PrivacyListProvider
-
Loads the requested privacy list from the database.
- loadProperties(String) - Method in class org.jivesoftware.openfire.user.property.DefaultUserPropertyProvider
- loadProperties(String) - Method in class org.jivesoftware.openfire.user.property.HybridUserPropertyProvider
-
Returns the properties from the first provider that returns a non-empty collection.
- loadProperties(String) - Method in class org.jivesoftware.openfire.user.property.JDBCUserPropertyProvider
- loadProperties(String) - Method in class org.jivesoftware.openfire.user.property.MappedUserPropertyProvider
- loadProperties(String) - Method in interface org.jivesoftware.openfire.user.property.UserPropertyProvider
-
Retrieves all properties for a particular user.
- loadProperties(Group) - Method in class org.jivesoftware.openfire.group.AbstractGroupProvider
-
Returns a custom
Map
that updates the database whenever a property value is added, changed, or deleted. - loadProperties(Group) - Method in interface org.jivesoftware.openfire.group.GroupProvider
-
Loads the group properties (if any) from the backend data store.
- loadProperty(String, String) - Method in class org.jivesoftware.openfire.user.property.DefaultUserPropertyProvider
- loadProperty(String, String) - Method in class org.jivesoftware.openfire.user.property.HybridUserPropertyProvider
-
Returns a property from the first provider that returns a non-null value.
- loadProperty(String, String) - Method in class org.jivesoftware.openfire.user.property.JDBCUserPropertyProvider
- loadProperty(String, String) - Method in class org.jivesoftware.openfire.user.property.MappedUserPropertyProvider
- loadProperty(String, String) - Method in interface org.jivesoftware.openfire.user.property.UserPropertyProvider
-
Retrieves a property value for a user.
- loadRoomNamesFromDB(MultiUserChatService) - Static method in class org.jivesoftware.openfire.muc.spi.MUCPersistenceManager
-
Loads the name of all the rooms that are in the database.
- loadRoomsFromDB(MultiUserChatService, Date) - Static method in class org.jivesoftware.openfire.muc.spi.MUCPersistenceManager
-
Loads all the rooms that had occupants after a given date from the database.
- loadSetupExcludes() - Static method in class org.jivesoftware.admin.AuthCheckFilter
- loadSubscription(Node, String) - Method in class org.jivesoftware.openfire.pubsub.CachingPubsubPersistenceProvider
- loadSubscription(Node, String) - Method in class org.jivesoftware.openfire.pubsub.DefaultPubSubPersistenceProvider
- loadSubscription(Node, String) - Method in class org.jivesoftware.openfire.pubsub.InMemoryPubSubPersistenceProvider
- loadSubscription(Node, String) - Method in interface org.jivesoftware.openfire.pubsub.PubSubPersistenceProvider
- loadUser(String) - Method in class org.jivesoftware.openfire.crowd.CrowdUserProvider
- loadUser(String) - Method in class org.jivesoftware.openfire.ldap.LdapUserProvider
- loadUser(String) - Method in class org.jivesoftware.openfire.user.DefaultUserProvider
- loadUser(String) - Method in class org.jivesoftware.openfire.user.HybridUserProvider
-
Loads a user from the first provider that contains the user.
- loadUser(String) - Method in class org.jivesoftware.openfire.user.JDBCUserProvider
- loadUser(String) - Method in class org.jivesoftware.openfire.user.MappedUserProvider
- loadUser(String) - Method in interface org.jivesoftware.openfire.user.UserProvider
-
Loads the specified user by username.
- loadVCard(String) - Method in class org.jivesoftware.openfire.crowd.CrowdVCardProvider
- loadVCard(String) - Method in class org.jivesoftware.openfire.ldap.LdapVCardProvider
-
Loads the avatar from LDAP, based off the vcard template.
- loadVCard(String) - Method in class org.jivesoftware.openfire.vcard.DefaultVCardProvider
- loadVCard(String) - Method in interface org.jivesoftware.openfire.vcard.VCardProvider
-
Loads the specified user vcard by username.
- LOCAL_CACHE_PROPERTY_NAME - Static variable in class org.jivesoftware.util.cache.CacheFactory
- localAddress - Variable in class org.jivesoftware.openfire.mediaproxy.MediaProxySession
- LocalClientSession - Class in org.jivesoftware.openfire.session
-
Represents a session between the server and a client.
- LocalClientSession(String, Connection, StreamID, Locale) - Constructor for class org.jivesoftware.openfire.session.LocalClientSession
-
Creates a session with an underlying connection and permission protection.
- LocalComponentSession - Class in org.jivesoftware.openfire.session
-
Represents a session between the server and a component.
- LocalComponentSession(String, Connection, StreamID) - Constructor for class org.jivesoftware.openfire.session.LocalComponentSession
- LocalComponentSession.LocalExternalComponent - Class in org.jivesoftware.openfire.session
-
The ExternalComponent acts as a proxy of the remote connected component.
- LocalConnectionMultiplexerSession - Class in org.jivesoftware.openfire.session
-
Represents a session between the server and a connection manager.
- LocalConnectionMultiplexerSession(String, Connection, StreamID) - Constructor for class org.jivesoftware.openfire.session.LocalConnectionMultiplexerSession
- 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.
- LocalExternalComponent(LocalComponentSession, Connection) - Constructor for class org.jivesoftware.openfire.session.LocalComponentSession.LocalExternalComponent
- LocalIncomingServerSession - Class in org.jivesoftware.openfire.session
-
Server-to-server communication is done using two TCP connections between the servers.
- LocalIncomingServerSession(String, Connection, StreamID, String) - Constructor for class org.jivesoftware.openfire.session.LocalIncomingServerSession
- LocalMUCRoomManager - Class in org.jivesoftware.openfire.muc.spi
-
Each instance of this class takes responsibility of maintaining the in-memory representation of MUCRooms for exactly one instance of
MultiUserChatService
, which is expected to be the sole invoking entity. - LocalOutgoingServerSession - Class in org.jivesoftware.openfire.session
-
Server-to-server communication is done using two TCP connections between the servers.
- LocalOutgoingServerSession(String, Connection, OutgoingServerSocketReader, StreamID) - Constructor for class org.jivesoftware.openfire.session.LocalOutgoingServerSession
- LocalOutgoingServerSession(String, Connection, StreamID) - Constructor for class org.jivesoftware.openfire.session.LocalOutgoingServerSession
- localPortA - Variable in class org.jivesoftware.openfire.mediaproxy.MediaProxySession
- localPortB - Variable in class org.jivesoftware.openfire.mediaproxy.MediaProxySession
- LocalServerSession - Class in org.jivesoftware.openfire.session
- LocalServerSession(String, Connection, StreamID) - Constructor for class org.jivesoftware.openfire.session.LocalServerSession
- LocalSession - Class in org.jivesoftware.openfire.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.
- LocalSession(String, Connection, StreamID, Locale) - Constructor for class org.jivesoftware.openfire.session.LocalSession
-
Creates a session with an underlying connection and permission protection.
- LOCATION_ENABLED - Static variable in class org.jivesoftware.openfire.streammanagement.StreamManager
- LOCATION_TERMINATE_OTHERS_ENABLED - Static variable in class org.jivesoftware.openfire.streammanagement.StreamManager
- lock() - Method in class org.jivesoftware.util.AutoCloseableReentrantLock
-
Acquires the lock, blocking indefinitely.
- lock(MUCRole) - Method in class org.jivesoftware.openfire.muc.MUCRoom
-
Locks the room so that users cannot join the room.
- lockedAccountDenied(String) - Static method in class org.jivesoftware.openfire.lockout.LockOutEventDispatcher
-
Notifies the listeners that a locked out account attempted to log in.
- lockedAccountDenied(String) - Method in interface org.jivesoftware.openfire.lockout.LockOutEventListener
-
Notifies the listeners that a locked out account attempted to log in.
- lockInterruptibly() - Method in class org.jivesoftware.util.AutoCloseableReentrantLock
-
Acquires the lock, blocking until the lock is acquired or the thread is interrupted.
- LOCKOUT_PROVIDER - Static variable in class org.jivesoftware.openfire.lockout.LockOutManager
- LockOutEventDispatcher - Class in org.jivesoftware.openfire.lockout
-
Dispatches lockout events.
- LockOutEventDispatcher() - Constructor for class org.jivesoftware.openfire.lockout.LockOutEventDispatcher
- LockOutEventListener - Interface in org.jivesoftware.openfire.lockout
-
Interface to listen for lockout events.
- LockOutFlag - Class in org.jivesoftware.openfire.lockout
-
A LockOutFlag represents the current disabled status set on a particular user account.
- LockOutFlag() - Constructor for class org.jivesoftware.openfire.lockout.LockOutFlag
-
Constructor added for Externalizable.
- LockOutFlag(String, Date, Date) - Constructor for class org.jivesoftware.openfire.lockout.LockOutFlag
-
Creates a representation of a lock out flag, including which user it is attached to and an optional start and end time.
- LockOutManager - Class in org.jivesoftware.openfire.lockout
-
The LockOutManager manages the LockOutProvider configured for this server, caches knowledge of whether accounts are disabled or enabled, and provides a single point of entry for handling locked/disabled accounts.
- LockOutProvider - Interface in org.jivesoftware.openfire.lockout
-
A LockOutProvider handles storage of information about disabled accounts, and requests for whether an account is currently disabled.
- log(Exception, String) - Method in class org.jivesoftware.openfire.container.PluginServletContext
- log(String) - Method in class org.jivesoftware.openfire.container.PluginServletContext
- log(String, Throwable) - Method in class org.jivesoftware.openfire.container.PluginServletContext
- Log - Class in org.jivesoftware.util
-
Openfire makes use of a logging facade (slf4j) to manage its log output.
- Log - Static variable in class org.jivesoftware.openfire.csi.CsiManager
- Log - Static variable in class org.jivesoftware.openfire.pep.PEPServiceManager
- Log - Static variable in class org.jivesoftware.openfire.sasl.ExternalClientSaslServer
- Log - Static variable in interface org.jivesoftware.openfire.session.Session
- Log() - Constructor for class org.jivesoftware.util.Log
- LOG_HTTPBIND_ENABLED - Static variable in class org.jivesoftware.openfire.http.HttpBindManager
-
Enable / disable logging of BOSH requests and responses.
- logConversation(MUCRoom, Message, JID) - Method in interface org.jivesoftware.openfire.muc.MultiUserChatService
-
Logs that a given message was sent to a room as part of a conversation.
- logConversation(MUCRoom, Message, JID) - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
- logEvent(String, String) - Method in class org.jivesoftware.util.WebManager
-
Logs a security event as the currently logged in user.
- logEvent(String, String, String) - Method in class org.jivesoftware.openfire.security.DefaultSecurityAuditProvider
-
The default provider logs events into a ofSecurityAuditLog table in the database.
- logEvent(String, String, String) - Method in class org.jivesoftware.openfire.security.SecurityAuditManager
-
Records a security event in the audit logs.
- logEvent(String, String, String) - Method in interface org.jivesoftware.openfire.security.SecurityAuditProvider
-
Records a security event in the audit logs.
- LOGIN_ALLOWED - Static variable in class org.jivesoftware.openfire.session.ConnectionSettings.Client
- LOGIN_ANONYM_ALLOWED - Static variable in class org.jivesoftware.openfire.session.ConnectionSettings.Client
- LOGIN_BLOCKED - Static variable in class org.jivesoftware.openfire.session.ConnectionSettings.Client
- LoginLimitManager - Class in org.jivesoftware.admin
-
Handles recording admin console login attempts and handling temporary lockouts where necessary.
- LONG - Static variable in class org.jivesoftware.util.FastDateFormat
-
Style pattern
M
- MAJOR_VERSION - Static variable in interface org.jivesoftware.openfire.session.Session
-
Version of the XMPP spec supported as MAJOR_VERSION.MINOR_VERSION (e.g.
- MALFORMED_REQUEST - org.jivesoftware.openfire.sasl.Failure
- map - Variable in class org.jivesoftware.util.cache.DefaultCache
-
The map the keys and values are stored in.
- map(String) - Static method in class org.jivesoftware.openfire.auth.AuthorizationManager
-
Map the authenticated username (authcid, principal) to the username to act as (authzid).
- map(String) - Method in interface org.jivesoftware.openfire.auth.AuthorizationMapping
-
Returns the default authorization identity (the identity to act as) for a provided authentication identity (or 'principal' - whose password is used).
- map(String) - Method in class org.jivesoftware.openfire.auth.DefaultAuthorizationMapping
-
Returns the default authorization identity (the identity to act as) for a provided authentication identity (or 'principal' - whose password is used).
- map(String) - Method in class org.jivesoftware.openfire.ldap.LdapAuthorizationMapping
- mapCleared(NodeID) - Method in interface org.jivesoftware.openfire.cluster.ClusteredCacheEntryListener
-
The cache was cleared.
- mapCleared(NodeID) - Method in class org.jivesoftware.util.cache.ReverseLookupComputingCacheEntryListener
- mapCleared(NodeID) - Method in class org.jivesoftware.util.cache.ReverseLookupUpdatingCacheEntryListener
- mapEvicted(NodeID) - Method in interface org.jivesoftware.openfire.cluster.ClusteredCacheEntryListener
-
The cache was evicted.
- mapEvicted(NodeID) - Method in class org.jivesoftware.util.cache.ReverseLookupComputingCacheEntryListener
- mapEvicted(NodeID) - Method in class org.jivesoftware.util.cache.ReverseLookupUpdatingCacheEntryListener
- mapIdentity(X509Certificate) - Method in interface org.jivesoftware.util.cert.CertificateIdentityMapping
-
Maps identities from X509Certificates
- mapIdentity(X509Certificate) - Method in class org.jivesoftware.util.cert.CNCertificateIdentityMapping
-
Maps certificate CommonName as identity credentials
- mapIdentity(X509Certificate) - Method in class org.jivesoftware.util.cert.SANCertificateIdentityMapping
-
Returns the JID representation of an XMPP entity contained as a SubjectAltName extension in the certificate.
- MappedAuthProvider - Class in org.jivesoftware.openfire.auth
-
A
AuthProvider
that delegates to a user-specific AuthProvider. - MappedAuthProvider() - Constructor for class org.jivesoftware.openfire.auth.MappedAuthProvider
- MappedUserPropertyProvider - Class in org.jivesoftware.openfire.user.property
-
A
UserPropertyProvider
that delegates to a user-specific UserPropertyProvider. - MappedUserPropertyProvider() - Constructor for class org.jivesoftware.openfire.user.property.MappedUserPropertyProvider
- MappedUserProvider - Class in org.jivesoftware.openfire.user
-
A
UserProvider
that delegates to a user-specific UserProvider. - MappedUserProvider() - Constructor for class org.jivesoftware.openfire.user.MappedUserProvider
- mapper - Variable in class org.jivesoftware.openfire.auth.MappedAuthProvider
-
Used to determine what provider is to be used to operate on a particular user.
- mapper - Variable in class org.jivesoftware.openfire.user.MappedUserProvider
-
Used to determine what provider is to be used to operate on a particular user.
- mapper - Variable in class org.jivesoftware.openfire.user.property.MappedUserPropertyProvider
-
Used to determine what provider is to be used to operate on a particular user.
- markedAsSeniorClusterMember() - Method in interface org.jivesoftware.openfire.cluster.ClusterEventListener
-
Notification event indicating that this JVM is now the senior cluster member.
- markedAsSeniorClusterMember() - Method in class org.jivesoftware.openfire.cluster.ClusterMonitor
- markedAsSeniorClusterMember() - Method in class org.jivesoftware.openfire.component.InternalComponentManager
- markedAsSeniorClusterMember() - Method in class org.jivesoftware.openfire.disco.IQDiscoInfoHandler
- markedAsSeniorClusterMember() - Method in class org.jivesoftware.openfire.disco.IQDiscoItemsHandler
- markedAsSeniorClusterMember() - Method in class org.jivesoftware.openfire.handler.PresenceUpdateHandler
- markedAsSeniorClusterMember() - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
- markedAsSeniorClusterMember() - Method in class org.jivesoftware.openfire.pubsub.PubSubModule
- markedAsSeniorClusterMember() - Method in class org.jivesoftware.openfire.SessionManager
- markedAsSeniorClusterMember() - Method in class org.jivesoftware.openfire.spi.RoutingTableImpl
- markOpenfireLogFile(String) - Static method in class org.jivesoftware.util.Log
- marshall(Object) - Method in class org.jivesoftware.util.cache.SerializingCache
- MasterMaster - org.jivesoftware.openfire.muc.spi.FMUCMode
-
Two FMUC nodes operating such that both will continue to work when a network fails between them.
- MasterSlave - org.jivesoftware.openfire.muc.spi.FMUCMode
-
Two FMUC nodes operating where one, the master, will continue working during a network outage while the slave will cease to work while it cannot communicate with the master.
- matchesComponent(JID) - Method in class org.jivesoftware.openfire.XMPPServer
-
Returns true if the domain-part of the given address matches a component service JID for a component that is connected to the local XMPP domain.
- matchesCondition(Packet, Roster, JID) - Method in class org.jivesoftware.openfire.privacy.PrivacyItem
-
Returns true if the packet to analyze matches the condition defined by this rule.
- MAX_ATTEMPTS_PER_IP - Static variable in class org.jivesoftware.admin.LoginLimitManager
- MAX_ATTEMPTS_PER_USERNAME - Static variable in class org.jivesoftware.admin.LoginLimitManager
- MAX_CULL_COUNT_PERIOD - Static variable in class org.jivesoftware.util.cache.DefaultCache
- MAX_PAUSE - Static variable in class org.jivesoftware.openfire.http.HttpSessionManager
-
The maximum length of a temporary session pause that a BOSH client MAY request.
- MAX_POOL_SIZE - Static variable in class org.jivesoftware.openfire.http.HttpSessionManager
-
` Maximum number of threads used to process incoming BOSH data.
- MAX_READ_BUFFER - Static variable in class org.jivesoftware.openfire.session.ConnectionSettings.Client
-
Deprecated.not implemented for Netty as this uses max of 1 message per read instead
- MAX_READ_BUFFER_SSL - Static variable in class org.jivesoftware.openfire.session.ConnectionSettings.Client
- MAX_REQUESTS - Static variable in class org.jivesoftware.openfire.http.HttpSessionManager
-
Openfire MAY limit the number of simultaneous requests the client makes with the 'requests' attribute.
- MAX_SERVER_ENABLED - Static variable in class org.jivesoftware.openfire.streammanagement.StreamManager
- MAX_THREADS - Static variable in class org.jivesoftware.openfire.session.ConnectionSettings.Client
- MAX_THREADS - Static variable in class org.jivesoftware.openfire.session.ConnectionSettings.Component
- MAX_THREADS - Static variable in class org.jivesoftware.openfire.session.ConnectionSettings.Multiplex
- MAX_THREADS_SSL - Static variable in class org.jivesoftware.openfire.session.ConnectionSettings.Client
- MAX_THREADS_SSL - Static variable in class org.jivesoftware.openfire.session.ConnectionSettings.Component
- MAX_THREADS_SSL - Static variable in class org.jivesoftware.openfire.session.ConnectionSettings.Multiplex
- MAX_WAIT - Static variable in class org.jivesoftware.openfire.http.HttpSessionManager
-
Returns the longest time that Openfire is allowed to wait before responding to any request during the session.
- md5 - org.jivesoftware.openfire.auth.JDBCAuthProvider.PasswordType
-
The password is stored as a hex-encoded MD5 hash.
- MECHANISM_TOO_WEAK - org.jivesoftware.openfire.sasl.Failure
- MediaProxy - Class in org.jivesoftware.openfire.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.openfire.mediaproxy.MediaProxy
-
Contruct a MediaProxy instance that will listen on a specific network interface.
- MediaProxyService - Class in org.jivesoftware.openfire.mediaproxy
-
A proxy service for UDP traffic such as RTP.
- MediaProxyService() - Constructor for class org.jivesoftware.openfire.mediaproxy.MediaProxyService
-
Constructs a new MediaProxyService.
- MediaProxySession - Class in org.jivesoftware.openfire.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.openfire.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
- member - org.jivesoftware.openfire.muc.MUCRole.Affiliation
-
A user who is on the "whitelist" for a members-only room or who is registered with an open room.
- member_added - org.jivesoftware.openfire.event.GroupEventDispatcher.EventType
-
A member was added to a group.
- member_removed - org.jivesoftware.openfire.event.GroupEventDispatcher.EventType
-
A member was removed from a group.
- memberAdded(Group, Map) - Method in class org.jivesoftware.openfire.event.GroupEventAdapter
- memberAdded(Group, Map) - Method in interface org.jivesoftware.openfire.event.GroupEventListener
-
A member was added to a group.
- memberAdded(Group, Map) - Method in class org.jivesoftware.openfire.muc.MUCRoom
- memberAdded(Group, Map) - Method in class org.jivesoftware.openfire.roster.RosterManager
- memberAddedPostProcess(Group, JID, boolean) - Method in class org.jivesoftware.openfire.group.GroupManager
-
Updates the caches maintained by this manager and dispatches events that reflect a member user having been added to a group.
- memberRemoved(Group, Map) - Method in class org.jivesoftware.openfire.event.GroupEventAdapter
- memberRemoved(Group, Map) - Method in interface org.jivesoftware.openfire.event.GroupEventListener
-
A member was removed from a group.
- memberRemoved(Group, Map) - Method in class org.jivesoftware.openfire.muc.MUCRoom
- memberRemoved(Group, Map) - Method in class org.jivesoftware.openfire.roster.RosterManager
- memberRemovedPostProcess(Group, JID) - Method in class org.jivesoftware.openfire.group.GroupManager
-
Updates the caches maintained by this manager and dispatches events that reflect a member user having been removed from a group.
- MEMORY_CURRENT - Static variable in class org.jivesoftware.openfire.cluster.GetBasicStatistics
- MEMORY_MAX - Static variable in class org.jivesoftware.openfire.cluster.GetBasicStatistics
- MemoryUsage(double, double, double) - Constructor for class org.jivesoftware.util.MemoryUsageMonitor.MemoryUsage
- MemoryUsageMonitor - Class in org.jivesoftware.util
-
Records meory usage (based on the 'heap') of Openfire.
- MemoryUsageMonitor.MemoryUsage - Class in org.jivesoftware.util
-
Memory usage statistics.
- messageBounced(Message) - Method in interface org.jivesoftware.openfire.OfflineMessageListener
-
Notification message indicating that a message was not stored offline but bounced back to the sender.
- messageBroadcastedTo(int) - Method in interface org.jivesoftware.openfire.muc.MultiUserChatService
-
Notification message indicating the server that an incoming message was broadcasted to a given number of occupants.
- messageBroadcastedTo(int) - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
- messageReceived(JID, JID, String, Message) - Static method in class org.jivesoftware.openfire.muc.MUCEventDispatcher
- messageReceived(JID, JID, String, Message) - Method in interface org.jivesoftware.openfire.muc.MUCEventListener
-
Event triggered when a room occupant sent a message to a room.
- messageReceived(JID, JID, String, Message) - Method in class org.jivesoftware.openfire.muc.spi.OccupantManager
- MessageRouter - Class in org.jivesoftware.openfire
-
Route message packets throughout the server.
- MessageRouter() - Constructor for class org.jivesoftware.openfire.MessageRouter
-
Constructs a message router.
- Messages() - Constructor for class org.jivesoftware.openfire.muc.HistoryStrategy.Messages
- messageStored(OfflineMessage) - Method in interface org.jivesoftware.openfire.OfflineMessageListener
-
Notification message indicating that a message was stored offline since the target entity was not online at the moment.
- migrateProperty(String) - Static method in class org.jivesoftware.util.JiveGlobals
-
Convenience routine to migrate an XML property into the database storage method.
- migrateProperty(String) - Method in class org.jivesoftware.util.XMLProperties
-
Convenience routine to migrate an XML property into the database storage method.
- migratePropertyTree(String) - Static method in class org.jivesoftware.util.JiveGlobals
-
Convenience routine to migrate a tree of XML propertis into the database storage method.
- MIN_POOL_SIZE - Static variable in class org.jivesoftware.openfire.http.HttpSessionManager
-
Minimum amount of threads used to process incoming BOSH data.
- MINOR_VERSION - Static variable in interface org.jivesoftware.openfire.session.Session
- MINUTE - Static variable in class org.jivesoftware.util.JiveConstants
-
Deprecated.
- MISC - Static variable in interface org.jivesoftware.openfire.handler.IQRegisterInfo
-
Misc data to associate with the account
- moderator - org.jivesoftware.openfire.muc.MUCRole.Role
-
Runs moderated discussions.
- ModificationNotAllowedException - Exception in org.jivesoftware.util
-
Exception thrown when a modification was not allowed.
- ModificationNotAllowedException() - Constructor for exception org.jivesoftware.util.ModificationNotAllowedException
- ModificationNotAllowedException(String) - Constructor for exception org.jivesoftware.util.ModificationNotAllowedException
- ModificationNotAllowedException(String, Throwable) - Constructor for exception org.jivesoftware.util.ModificationNotAllowedException
- ModificationNotAllowedException(Throwable) - Constructor for exception org.jivesoftware.util.ModificationNotAllowedException
- ModifySubscriptionTask - Class in org.jivesoftware.openfire.pubsub.cluster
-
A cluster task used to modify a pubsub node subscription (a relation between an entity an a pubsub node).
- ModifySubscriptionTask() - Constructor for class org.jivesoftware.openfire.pubsub.cluster.ModifySubscriptionTask
-
This no-argument constructor is provided for serialization purposes.
- ModifySubscriptionTask(NodeSubscription) - Constructor for class org.jivesoftware.openfire.pubsub.cluster.ModifySubscriptionTask
-
Constructs a new task that modifies a subscription to a pubsub node.
- Module - Interface in org.jivesoftware.openfire.container
-
Logical, server-managed entities must implement this interface.
- more() - Method in class org.jivesoftware.openfire.net.MXParser
-
Makes sure that each individual character is a valid XML character.
- msgs - Variable in class org.jivesoftware.openfire.nio.XMLLightweightParser
- MUC_MESSAGE_ID - Static variable in class org.jivesoftware.util.JiveConstants
- MUC_ROOM - Static variable in class org.jivesoftware.util.JiveConstants
- MUC_SERVICE - Static variable in class org.jivesoftware.util.JiveConstants
- MUCEventDelegate - Class in org.jivesoftware.openfire.muc
-
Gives the implementer the ability to react to, allow, or deny MUC related events.
- MUCEventDelegate() - Constructor for class org.jivesoftware.openfire.muc.MUCEventDelegate
- MUCEventDelegate.InvitationRejectionResult - Enum in org.jivesoftware.openfire.muc
- MUCEventDelegate.InvitationResult - Enum in org.jivesoftware.openfire.muc
- MUCEventDispatcher - Class in org.jivesoftware.openfire.muc
-
Dispatches MUC events.
- MUCEventDispatcher() - Constructor for class org.jivesoftware.openfire.muc.MUCEventDispatcher
- MUCEventListener - Interface in org.jivesoftware.openfire.muc
-
Interface to listen for MUC events.
- MUCPersistenceManager - Class in org.jivesoftware.openfire.muc.spi
-
A manager responsible for ensuring room persistence.
- MUCPersistenceManager() - Constructor for class org.jivesoftware.openfire.muc.spi.MUCPersistenceManager
- MUCRole - Class in org.jivesoftware.openfire.muc
-
Defines the permissions and actions that a MUCUser currently may use in a particular room.
- MUCRole() - Constructor for class org.jivesoftware.openfire.muc.MUCRole
-
This constructor is provided to comply with the Externalizable interface contract.
- MUCRole(MUCRoom, String, MUCRole.Role, MUCRole.Affiliation, JID, Presence) - Constructor for class org.jivesoftware.openfire.muc.MUCRole
-
Create a new role.
- MUCRole.Affiliation - Enum in org.jivesoftware.openfire.muc
-
A long-lived association or connection with a room.
- MUCRole.Role - Enum in org.jivesoftware.openfire.muc
-
A temporary position or privilege level within a room, distinct from a user's long-lived affiliation with the room.
- MUCRoom - Class in org.jivesoftware.openfire.muc
-
A chat room on the chat server manages its users, and enforces its own security rules.
- MUCRoom() - Constructor for class org.jivesoftware.openfire.muc.MUCRoom
-
Do not use this constructor.
- MUCRoom(MultiUserChatService, String) - Constructor for class org.jivesoftware.openfire.muc.MUCRoom
-
Create a new chat room.
- MUCRoomHistory - Class in org.jivesoftware.openfire.muc
-
Represent the data model for one
MUCRoom
history. - MUCRoomHistory() - Constructor for class org.jivesoftware.openfire.muc.MUCRoomHistory
-
This constructor is provided to comply with the Externalizable interface contract.
- MUCRoomHistory(MUCRoom, HistoryStrategy) - Constructor for class org.jivesoftware.openfire.muc.MUCRoomHistory
- MUCRoomSearchInfo - Class in org.jivesoftware.openfire.muc.spi
- MUCRoomSearchInfo(MUCRoom) - Constructor for class org.jivesoftware.openfire.muc.spi.MUCRoomSearchInfo
- MUCServiceProperties - Class in org.jivesoftware.openfire.muc.spi
-
Retrieves and stores MUC service properties.
- MUCServiceProperties(String) - Constructor for class org.jivesoftware.openfire.muc.spi.MUCServiceProperties
- MUCServicePropertyClusterEventTask - Class in org.jivesoftware.openfire.muc.cluster
-
This task updates or deletes a property in a cluster node's muc service property map.
- MUCServicePropertyClusterEventTask() - Constructor for class org.jivesoftware.openfire.muc.cluster.MUCServicePropertyClusterEventTask
- MUCServicePropertyEventDispatcher - Class in org.jivesoftware.openfire.muc.spi
-
Dispatches property events.
- MUCServicePropertyEventDispatcher.EventType - Enum in org.jivesoftware.openfire.muc.spi
-
Represents valid event types.
- MUCServicePropertyEventListener - Interface in org.jivesoftware.openfire.muc.spi
-
Interface to listen for property events.
- MulticastDNSService - Class in org.jivesoftware.openfire.net
-
Publishes Openfire information as a service using the Multicast DNS (marketed by Apple as Rendezvous) protocol.
- MulticastDNSService() - Constructor for class org.jivesoftware.openfire.net.MulticastDNSService
- MulticastRouter - Class in org.jivesoftware.openfire
-
Router of packets with multiple recipients.
- MulticastRouter() - Constructor for class org.jivesoftware.openfire.MulticastRouter
- Multiplex() - Constructor for class org.jivesoftware.openfire.session.ConnectionSettings.Multiplex
- multiplexerAvailable(String) - Method in class org.jivesoftware.openfire.multiplex.ConnectionMultiplexerManager
-
A connection manager has become available.
- MultiplexerPacketDeliverer - Class in org.jivesoftware.openfire.multiplex
-
Fallback method used by
NettyConnection
when connected to a connection manager. - MultiplexerPacketDeliverer() - Constructor for class org.jivesoftware.openfire.multiplex.MultiplexerPacketDeliverer
- MultiplexerPacketHandler - Class in org.jivesoftware.openfire.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.openfire.multiplex.MultiplexerPacketHandler
- MultiplexerStanzaHandler - Class in org.jivesoftware.openfire.net
-
Handler of XML stanzas sent by Connection Managers.
- MultiplexerStanzaHandler(PacketRouter, Connection) - Constructor for class org.jivesoftware.openfire.net.MultiplexerStanzaHandler
- multiplexerUnavailable(String) - Method in class org.jivesoftware.openfire.multiplex.ConnectionMultiplexerManager
-
A connection manager has gone unavailable.
- MultiUserChatManager - Class in org.jivesoftware.openfire.muc
-
Provides centralized management of all configured Multi User Chat (MUC) services.
- MultiUserChatManager() - Constructor for class org.jivesoftware.openfire.muc.MultiUserChatManager
-
Creates a new MultiUserChatManager instance.
- MultiUserChatService - Interface in org.jivesoftware.openfire.muc
-
Manages groupchat conversations, chatrooms, and users.
- MultiUserChatServiceImpl - Class in org.jivesoftware.openfire.muc.spi
-
Implements the chat server as a cached memory resident chat server.
- MultiUserChatServiceImpl(String, String, Boolean) - Constructor for class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
-
Create a new group chat server.
- MXParser - Class in org.jivesoftware.openfire.net
-
MXParser that returns an IGNORABLE_WHITESPACE event when a whitespace character or a line feed is received.
- MXParser() - Constructor for class org.jivesoftware.openfire.net.MXParser
- mysql - org.jivesoftware.database.DbConnectionManager.DatabaseType
N
- name - Variable in class org.jivesoftware.openfire.crowd.jaxb.Group
- name - Variable in class org.jivesoftware.openfire.crowd.jaxb.User
- name - Variable in class org.jivesoftware.openfire.pubsub.Node
-
The name of the node.
- name() - Method in interface org.jivesoftware.openfire.auth.AuthorizationMapping
-
Returns the short name of the Policy
- name() - Method in interface org.jivesoftware.openfire.auth.AuthorizationPolicy
-
Returns the short name of the Policy
- name() - Method in class org.jivesoftware.openfire.auth.DefaultAuthorizationMapping
-
Returns the short name of the Policy
- name() - Method in class org.jivesoftware.openfire.auth.DefaultAuthorizationPolicy
-
Returns the short name of the Policy
- name() - Method in class org.jivesoftware.openfire.ldap.LdapAuthorizationMapping
-
Returns the short name of the Policy
- name() - Method in class org.jivesoftware.openfire.ldap.LdapAuthorizationPolicy
-
Returns the short name of the Policy
- name() - Method in interface org.jivesoftware.util.cert.CertificateIdentityMapping
-
Returns the short name of the mapping
- name() - Method in class org.jivesoftware.util.cert.CNCertificateIdentityMapping
-
Returns the short name of mapping
- name() - Method in class org.jivesoftware.util.cert.SANCertificateIdentityMapping
-
Returns the short name of mapping.
- NAME - Static variable in class org.jivesoftware.admin.LdapUserTester
-
Constants to access user properties
- NAME - Static variable in class org.jivesoftware.openfire.carbons.Received
- NAME - Static variable in interface org.jivesoftware.openfire.handler.IQRegisterInfo
-
The user's full name
- NAME - Static variable in class org.jivesoftware.openfire.sasl.AnonymousSaslServer
- NAME - Static variable in class org.jivesoftware.openfire.sasl.ExternalClientSaslServer
- NAME - Static variable in class org.jivesoftware.openfire.sasl.ExternalServerSaslServer
- NAME - Static variable in class org.jivesoftware.openfire.sasl.JiveSharedSecretSaslServer
- NamedThreadFactory - Class in org.jivesoftware.util
-
A thread factory that allows threads to be named.
- NamedThreadFactory(String, Boolean, Integer, ThreadGroup, Long) - Constructor for class org.jivesoftware.util.NamedThreadFactory
-
Constructs a thread factory that will create new Thread instances (as opposed to using a delegate thread factory).
- NamedThreadFactory(String, ThreadFactory, Boolean, Integer) - Constructor for class org.jivesoftware.util.NamedThreadFactory
-
Constructs an instance that delegates thread creation to the thread factory passed as an argument.
- NAMESPACE - Static variable in class org.jivesoftware.openfire.carbons.Received
- NAMESPACE - Static variable in class org.jivesoftware.openfire.csi.CsiManager
- NAMESPACE - Static variable in class org.jivesoftware.openfire.entitycaps.EntityCapabilitiesManager
-
XML namespace that identifies the 'entity capabilities' feature as defined in XEP-0115.
- NAMESPACE - Static variable in class org.jivesoftware.openfire.handler.IQBlockingHandler
- NAMESPACE - Static variable in class org.jivesoftware.openfire.handler.IQPingHandler
- NAMESPACE - Static variable in class org.jivesoftware.openfire.handler.IQPrivateHandler
- NAMESPACE - Static variable in class org.jivesoftware.openfire.mediaproxy.MediaProxyService
- NAMESPACE - Static variable in class org.jivesoftware.openfire.muc.spi.IQMuclumbusSearchHandler
- NAMESPACE - Static variable in class org.jivesoftware.openfire.muc.spi.IQMUCvCardHandler
- NAMESPACE_BYTESTREAMS - Static variable in interface org.jivesoftware.openfire.filetransfer.FileTransferManager
-
Bytestreams namespace
- NAMESPACE_DISCO_INFO - Static variable in class org.jivesoftware.openfire.disco.IQDiscoInfoHandler
- NAMESPACE_DISCO_ITEMS - Static variable in class org.jivesoftware.openfire.disco.IQDiscoItemsHandler
- NAMESPACE_SI - Static variable in interface org.jivesoftware.openfire.filetransfer.FileTransferManager
-
The Stream Initiation, SI, namespace.
- NAMESPACE_SI_FILETRANSFER - Static variable in interface org.jivesoftware.openfire.filetransfer.FileTransferManager
-
Namespace for the file transfer profile of Stream Initiation.
- NAMESPACE_V2 - Static variable in class org.jivesoftware.openfire.streammanagement.StreamManager
-
Stanza namespaces
- NAMESPACE_V3 - Static variable in class org.jivesoftware.openfire.streammanagement.StreamManager
- NativeAuthProvider - Class in org.jivesoftware.openfire.auth
-
Authenticates using the native operating system authentication method.
- NativeAuthProvider() - Constructor for class org.jivesoftware.openfire.auth.NativeAuthProvider
- nativeSQL(String) - Method in class org.jivesoftware.database.AbstractConnection
- NativeUserProvider - Class in org.jivesoftware.openfire.user
-
A UserProvider to be used in conjunction with
NativeAuthProvider
, which authenticates using OS-level authentication. - NativeUserProvider() - Constructor for class org.jivesoftware.openfire.user.NativeUserProvider
- NEED_READ - org.jivesoftware.openfire.net.TLSStatus
-
Need to receive data from the remote side before handshaking can continue.
- NEED_WRITE - org.jivesoftware.openfire.net.TLSStatus
-
ust send data to the remote side before handshaking can continue.
- needed - org.jivesoftware.openfire.Connection.ClientAuth
-
Clients need to be authenticated.
- needResponse - org.jivesoftware.openfire.net.SASLAuthentication.Status
-
Entity needs to respond last challenge.
- negotiateTLS() - Method in class org.jivesoftware.openfire.net.StanzaHandler
-
Tries to encrypt the connection using TLS.
- NettyChannelHandlerFactory - Interface in org.jivesoftware.openfire.nio
-
Defines a factory for
ChannelHandler
instances. - NettyClientConnectionHandler - Class in org.jivesoftware.openfire.nio
-
Client-specific ConnectionHandler that knows which subclass of
StanzaHandler
should be created and how to build and configure aNettyConnection
. - NettyClientConnectionHandler(ConnectionConfiguration) - Constructor for class org.jivesoftware.openfire.nio.NettyClientConnectionHandler
- NettyComponentConnectionHandler - Class in org.jivesoftware.openfire.nio
-
ConnectionHandler that knows which subclass of
StanzaHandler
should be created and how to build and configure aNettyConnection
. - NettyComponentConnectionHandler(ConnectionConfiguration) - Constructor for class org.jivesoftware.openfire.nio.NettyComponentConnectionHandler
- NettyConnection - Class in org.jivesoftware.openfire.nio
-
Implementation of
Connection
interface specific for Netty connections. - NettyConnection(ChannelHandlerContext, PacketDeliverer, ConnectionConfiguration) - Constructor for class org.jivesoftware.openfire.nio.NettyConnection
- NettyConnectionAcceptor - Class in org.jivesoftware.openfire.spi
-
Responsible for accepting new (socket) connections, using Java NIO implementation provided by the Netty framework.
- NettyConnectionAcceptor(ConnectionConfiguration) - Constructor for class org.jivesoftware.openfire.spi.NettyConnectionAcceptor
-
Instantiates, but does not start, a new instance.
- NettyConnectionHandler - Class in org.jivesoftware.openfire.nio
-
A NettyConnectionHandler is responsible for creating new sessions, destroying sessions and delivering received XML stanzas to the proper StanzaHandler.
- NettyConnectionHandler(ConnectionConfiguration) - Constructor for class org.jivesoftware.openfire.nio.NettyConnectionHandler
- NettyConnectionHandlerFactory - Class in org.jivesoftware.openfire.nio
-
Responsible for creating the NettyConnectionHandler for the connection type.
- NettyConnectionHandlerFactory() - Constructor for class org.jivesoftware.openfire.nio.NettyConnectionHandlerFactory
- NettyIdleStateKeepAliveHandler - Class in org.jivesoftware.openfire.nio
-
A NettyIdleStateKeepAliveHandler listens for IdleStateEvents triggered by an IdleStateHandler.
- NettyIdleStateKeepAliveHandler(boolean) - Constructor for class org.jivesoftware.openfire.nio.NettyIdleStateKeepAliveHandler
- NettyMultiplexerConnectionHandler - Class in org.jivesoftware.openfire.nio
-
ConnectionHandler that knows which subclass of
StanzaHandler
should be created and how to build and configure aNettyConnection
. - NettyMultiplexerConnectionHandler(ConnectionConfiguration) - Constructor for class org.jivesoftware.openfire.nio.NettyMultiplexerConnectionHandler
- NettyOutboundConnectionHandler - Class in org.jivesoftware.openfire.nio
-
Outbound (S2S) specific ConnectionHandler that knows which subclass of
StanzaHandler
should be created and how to build and configure aNettyConnection
. - NettyOutboundConnectionHandler(ConnectionConfiguration, DomainPair, int) - Constructor for class org.jivesoftware.openfire.nio.NettyOutboundConnectionHandler
- NettyServerConnectionHandler - Class in org.jivesoftware.openfire.nio
-
Server-specific ConnectionHandler that knows which subclass of
StanzaHandler
should be created and how to build and configure aNettyConnection
. - NettyServerConnectionHandler(ConnectionConfiguration) - Constructor for class org.jivesoftware.openfire.nio.NettyServerConnectionHandler
- NettyServerInitializer - Class in org.jivesoftware.openfire.spi
-
Creates a newly configured
ChannelPipeline
for a new channel. - NettyServerInitializer(ConnectionConfiguration, ChannelGroup, Set<NettyChannelHandlerFactory>) - Constructor for class org.jivesoftware.openfire.spi.NettyServerInitializer
- NettySessionInitializer - Class in org.jivesoftware.openfire.nio
-
Initialises an outgoing netty channel for outbound S2S
- NettySessionInitializer(DomainPair, int) - Constructor for class org.jivesoftware.openfire.nio.NettySessionInitializer
- NettyXMPPDecoder - Class in org.jivesoftware.openfire.nio
-
Decoder that parses ByteBuffers and generates XML stanzas.
- NettyXMPPDecoder() - Constructor for class org.jivesoftware.openfire.nio.NettyXMPPDecoder
- NEVER_KICK - Static variable in class org.jivesoftware.openfire.SessionManager
- NewClusterMemberJoinedTask - Class in org.jivesoftware.openfire.muc.cluster
-
Task that is used by a newly joined cluster node to inform other cluster nodes that it has joined the cluster.
- NewClusterMemberJoinedTask() - Constructor for class org.jivesoftware.openfire.muc.cluster.NewClusterMemberJoinedTask
- newNode - Variable in class org.jivesoftware.openfire.pubsub.PubSubEngine.CreateNodeResponse
- newObjectInputStream(InputStream) - Static method in class org.jivesoftware.util.cache.DefaultExternalizableUtil
- newObjectInputStream(ClassLoader, InputStream) - Static method in class org.jivesoftware.util.cache.DefaultExternalizableUtil
- NewSubscriptionTask - Class in org.jivesoftware.openfire.pubsub.cluster
-
A cluster task used to create a pubsub node subscription (a relation between an entity an a pubsub node).
- NewSubscriptionTask() - Constructor for class org.jivesoftware.openfire.pubsub.cluster.NewSubscriptionTask
-
This no-argument constructor is provided for serialization purposes.
- NewSubscriptionTask(NodeSubscription) - Constructor for class org.jivesoftware.openfire.pubsub.cluster.NewSubscriptionTask
-
Constructs a new task that creates a subscription to a pubsub node.
- newThread(Runnable) - Method in class org.jivesoftware.util.NamedThreadFactory
- next - org.jivesoftware.openfire.commands.AdHocCommand.Action
-
The command should progress to the next stage of execution.
- next - Variable in class org.jivesoftware.util.LinkedListNode
- 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.openfire.net.MXParser
- nextStreamID() - Method in class org.jivesoftware.openfire.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 - Variable in class org.jivesoftware.openfire.roster.RosterItem
- NICKNAME - Static variable in class org.jivesoftware.admin.LdapUserTester
- nicknameChanged(MUCRole, Presence, String, String) - Method in class org.jivesoftware.openfire.muc.MUCRoom
-
An event callback fired whenever an occupant changes his nickname within the chatroom.
- nicknameChanged(JID, JID, String, String) - Static method in class org.jivesoftware.openfire.muc.MUCEventDispatcher
- nicknameChanged(JID, JID, String, String) - Method in interface org.jivesoftware.openfire.muc.MUCEventListener
-
Event triggered when an occupant changed his nickname in a room.
- nicknameChanged(JID, JID, String, String) - Method in class org.jivesoftware.openfire.muc.spi.OccupantManager
-
When an XMPP entity / user that is an occupant of a room changes its nickname, this event handler will ensure that the relevant data that is maintained in this instance of OccupantManager, as well as all instances for the same server on every other cluster node, is updated.
- NO_OPTIONS - Static variable in class org.jivesoftware.util.Base64
-
No options specified.
- NO_RESULT_LIMIT - Static variable in class org.jivesoftware.openfire.pubsub.PubsubNodeResultFilter
-
Represents no result limit (infinite results).
- NO_RESULT_LIMIT - Static variable in class org.jivesoftware.openfire.SessionResultFilter
-
Represents no result limit (infinite results).
- nobody - org.jivesoftware.openfire.group.SharedGroupVisibility
-
Users of this group are not shared with anyone.
- Node - Class in org.jivesoftware.openfire.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 - Static variable in class org.jivesoftware.openfire.cluster.GetBasicStatistics
- Node.ItemReplyPolicy - Enum in org.jivesoftware.openfire.pubsub
-
Policy that defines whether owners or publisher should receive replies to items.
- Node.UniqueIdentifier - Class in org.jivesoftware.openfire.pubsub
-
A unique identifier for a node, in context of all services in the system.
- NodeAffiliate - Class in org.jivesoftware.openfire.pubsub
-
A NodeAffiliate keeps information about the affiliation of an entity with a node.
- NodeAffiliate(Node, JID) - Constructor for class org.jivesoftware.openfire.pubsub.NodeAffiliate
- NodeAffiliate.Affiliation - Enum in org.jivesoftware.openfire.pubsub
-
Affiliation with a node defines user permissions.
- nodeId - Variable in class org.jivesoftware.openfire.pubsub.cluster.NodeTask
-
The node identifier, unique in context of the service, for the pubsub node that is the subject of the task.
- nodeID - Variable in class org.jivesoftware.openfire.pubsub.Node
-
The unique identifier for a node within the context of a pubsub service.
- nodeID - Variable in class org.jivesoftware.openfire.session.RemoteSession
- NodeID - Class in org.jivesoftware.openfire.cluster
-
Class which wraps the byte[] we use to identify cluster members.
- NodeID() - Constructor for class org.jivesoftware.openfire.cluster.NodeID
- nodes - org.jivesoftware.openfire.pubsub.NodeSubscription.Type
-
Receive notification of new nodes only.
- NodeSubscription - Class in org.jivesoftware.openfire.pubsub
-
A subscription to a node.
- NodeSubscription(Node, JID, JID, NodeSubscription.State, String) - Constructor for class org.jivesoftware.openfire.pubsub.NodeSubscription
-
Creates a new subscription of the specified user with the node.
- NodeSubscription.State - Enum in org.jivesoftware.openfire.pubsub
-
Subscriptions to a node may exist in several states.
- NodeSubscription.Type - Enum in org.jivesoftware.openfire.pubsub
- NodeTask - Class in org.jivesoftware.openfire.pubsub.cluster
-
A cluster task used work with a particular pubsub node.
- NodeTask() - Constructor for class org.jivesoftware.openfire.pubsub.cluster.NodeTask
-
This no-argument constructor is provided for serialization purposes.
- NodeTask(Node) - Constructor for class org.jivesoftware.openfire.pubsub.cluster.NodeTask
-
Constructs a new task for a specific pubsub node.
- none - org.jivesoftware.openfire.muc.HistoryStrategy.Type
- none - org.jivesoftware.openfire.muc.MUCRole.Affiliation
-
A user who doesn't have an affiliation.
- none - org.jivesoftware.openfire.muc.MUCRole.Role
-
An occupant who does not permission to stay in the room (was banned)
- none - org.jivesoftware.openfire.pubsub.NodeAffiliate.Affiliation
-
A user with no affiliation can susbcribe to the node.
- none - org.jivesoftware.openfire.pubsub.NodeSubscription.State
-
The node will never send event notifications or payloads to users in this state.
- NONE - org.jivesoftware.openfire.roster.RosterItem.AskType
-
The roster item has no pending subscription requests.
- NONE - org.jivesoftware.openfire.roster.RosterItem.RecvType
-
There are no subscriptions that have been received but not presented to the user.
- NONE - org.jivesoftware.openfire.roster.RosterItem.SubType
-
No subscription is established.
- NOT_AUTHORIZED - org.jivesoftware.openfire.sasl.Failure
- NotAcceptableException - Exception in org.jivesoftware.openfire.muc
-
Exception used for representing that the nickname used by the user is not acceptable.
- NotAcceptableException - Exception in org.jivesoftware.openfire.pubsub
-
Exception used for representing that the specified node configuration is not acceptable.
- NotAcceptableException() - Constructor for exception org.jivesoftware.openfire.muc.NotAcceptableException
- NotAcceptableException() - Constructor for exception org.jivesoftware.openfire.pubsub.NotAcceptableException
- NotAcceptableException(String) - Constructor for exception org.jivesoftware.openfire.muc.NotAcceptableException
- NotAcceptableException(String) - Constructor for exception org.jivesoftware.openfire.pubsub.NotAcceptableException
- NotAcceptableException(String, Throwable) - Constructor for exception org.jivesoftware.openfire.muc.NotAcceptableException
- NotAcceptableException(String, Throwable) - Constructor for exception org.jivesoftware.openfire.pubsub.NotAcceptableException
- NotAcceptableException(Throwable) - Constructor for exception org.jivesoftware.openfire.muc.NotAcceptableException
- NotAcceptableException(Throwable) - Constructor for exception org.jivesoftware.openfire.pubsub.NotAcceptableException
- NotAllowedException - Exception in org.jivesoftware.openfire.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.openfire.muc.NotAllowedException
- NotAllowedException(String) - Constructor for exception org.jivesoftware.openfire.muc.NotAllowedException
- NotAllowedException(String, Throwable) - Constructor for exception org.jivesoftware.openfire.muc.NotAllowedException
- NotAllowedException(Throwable) - Constructor for exception org.jivesoftware.openfire.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
- notifyCloseListeners() - Method in class org.jivesoftware.openfire.net.AbstractConnection
-
Notifies all close listeners that the connection has been closed.
- NotifyComponentInfo - Class in org.jivesoftware.openfire.component
-
Task that will be executed on other cluster nodes to trigger the event that a component has send its disco#info to the server.
- NotifyComponentInfo() - Constructor for class org.jivesoftware.openfire.component.NotifyComponentInfo
- NotifyComponentInfo(IQ) - Constructor for class org.jivesoftware.openfire.component.NotifyComponentInfo
- NotifyComponentRegistered - Class in org.jivesoftware.openfire.component
-
Task that will be executed on other cluster nodes to trigger the event that a component was added to a cluster node.
- NotifyComponentRegistered() - Constructor for class org.jivesoftware.openfire.component.NotifyComponentRegistered
- NotifyComponentRegistered(JID) - Constructor for class org.jivesoftware.openfire.component.NotifyComponentRegistered
- NotifyComponentUnregistered - Class in org.jivesoftware.openfire.component
-
Task that will be executed on other cluster nodes to trigger the event that a component was removed from a cluster node.
- NotifyComponentUnregistered() - Constructor for class org.jivesoftware.openfire.component.NotifyComponentUnregistered
- NotifyComponentUnregistered(JID) - Constructor for class org.jivesoftware.openfire.component.NotifyComponentUnregistered
- notifyConfigChanges - Variable in class org.jivesoftware.openfire.pubsub.Node
-
Flag that indicates whether to notify subscribers when the node configuration changes.
- notifyDelete - Variable in class org.jivesoftware.openfire.pubsub.Node
-
Flag that indicates whether to notify subscribers when the node is deleted.
- notifyRetract - Variable in class org.jivesoftware.openfire.pubsub.Node
-
Flag that indicates whether to notify subscribers when items are removed from the node.
- nt - org.jivesoftware.openfire.auth.JDBCAuthProvider.PasswordType
-
The password is stored as an nt hash.
- NULL_KEY_IS_NOT_ALLOWED - Static variable in class org.jivesoftware.util.cache.DefaultCache
- NULL_VALUE_IS_NOT_ALLOWED - Static variable in class org.jivesoftware.util.cache.DefaultCache
- NUM_MAX_USERS - Static variable in class org.jivesoftware.openfire.muc.spi.IQMUCSearchHandler
- NUM_USERS - Static variable in class org.jivesoftware.openfire.muc.spi.IQMUCSearchHandler
- number - org.jivesoftware.openfire.muc.HistoryStrategy.Type
- numberOfUniqueUsers() - Method in class org.jivesoftware.openfire.muc.spi.OccupantManager
-
Counts all users that are in at least one room.
- nusers - org.jivesoftware.openfire.muc.spi.IQMuclumbusSearchHandler.Key
O
- object - Variable in class org.jivesoftware.util.LinkedListNode
- Occupant(String, String, JID) - Constructor for class org.jivesoftware.openfire.muc.spi.OccupantManager.Occupant
- OccupantAddedTask - Class in org.jivesoftware.openfire.muc.cluster
-
Task that informs cluster nodes that a XMPP entity is now an occupant of a MUC room.
- OccupantAddedTask() - Constructor for class org.jivesoftware.openfire.muc.cluster.OccupantAddedTask
- OccupantAddedTask(String, String, String, JID, NodeID) - Constructor for class org.jivesoftware.openfire.muc.cluster.OccupantAddedTask
- occupantJoined(JID, JID, String) - Static method in class org.jivesoftware.openfire.muc.MUCEventDispatcher
- occupantJoined(JID, JID, String) - Method in interface org.jivesoftware.openfire.muc.MUCEventListener
-
Event triggered when a new occupant joins a room.
- occupantJoined(JID, JID, String) - Method in class org.jivesoftware.openfire.muc.spi.OccupantManager
-
When an XMPP entity / user is registered as a new occupant of a room, this event handler will ensure that this instance of OccupantManager, as well as all instances for the same server on every other cluster node, registers the relevant data that is needed to perform post-cluster event maintenance.
- OccupantKickedForNicknameTask - Class in org.jivesoftware.openfire.muc.cluster
- OccupantKickedForNicknameTask() - Constructor for class org.jivesoftware.openfire.muc.cluster.OccupantKickedForNicknameTask
- OccupantKickedForNicknameTask(String, String, String, NodeID) - Constructor for class org.jivesoftware.openfire.muc.cluster.OccupantKickedForNicknameTask
- occupantLeft(JID, JID, String) - Static method in class org.jivesoftware.openfire.muc.MUCEventDispatcher
- occupantLeft(JID, JID, String) - Method in interface org.jivesoftware.openfire.muc.MUCEventListener
-
Event triggered when an occupant left a room.
- occupantLeft(JID, JID, String) - Method in class org.jivesoftware.openfire.muc.spi.OccupantManager
-
When an XMPP entity / user is removed as an occupant of a room, this event handler will ensure that this instance of OccupantManager, as well as all instances for the same server on every other cluster node, updates the relevant data that it maintains to perform post-cluster event maintenance.
- OccupantManager - Class in org.jivesoftware.openfire.muc.spi
-
Maintains an in-memory inventory of what XMPP entity (user) is in what chatroom, across the entire XMPP cluster.
- OccupantManager.Occupant - Class in org.jivesoftware.openfire.muc.spi
-
Representation of a user that is an occupant of a chatroom.
- occupantNickKicked(JID, String) - Method in interface org.jivesoftware.openfire.muc.MUCEventListener
-
When an XMPP entity / user is kicked out of a room because of nickname collision, this event handler will ensure that this instance of OccupantManager, as well as all instances for the same server on every other cluster node, updates the relevant data that it maintains to perform post-cluster event maintenance.
- occupantNickKicked(JID, String) - Method in class org.jivesoftware.openfire.muc.spi.OccupantManager
-
When an XMPP entity / user is kicked out of a room because of nickname collision, this event handler will ensure that this instance of OccupantManager, as well as all instances for the same server on every other cluster node, updates the relevant data that it maintains to perform post-cluster event maintenance.
- OccupantRemovedTask - Class in org.jivesoftware.openfire.muc.cluster
- OccupantRemovedTask() - Constructor for class org.jivesoftware.openfire.muc.cluster.OccupantRemovedTask
- OccupantRemovedTask(String, String, String, JID, NodeID) - Constructor for class org.jivesoftware.openfire.muc.cluster.OccupantRemovedTask
- occupants - Variable in class org.jivesoftware.openfire.muc.MUCRoom
-
All occupants that are associated with this room.
- occupantsForRoomByNode(String, NodeID, boolean) - Method in class org.jivesoftware.openfire.muc.spi.OccupantManager
- occupantsForRoomExceptForNode(String, NodeID, boolean) - Method in class org.jivesoftware.openfire.muc.spi.OccupantManager
- OccupantUpdatedTask - Class in org.jivesoftware.openfire.muc.cluster
- OccupantUpdatedTask() - Constructor for class org.jivesoftware.openfire.muc.cluster.OccupantUpdatedTask
- OccupantUpdatedTask(String, String, String, String, JID, NodeID) - Constructor for class org.jivesoftware.openfire.muc.cluster.OccupantUpdatedTask
- OCSPChecker - Class in org.jivesoftware.openfire.net
-
A
PKIXCertPathChecker
that uses Online Certificate Status Protocol (OCSP) See RFC 2560. - of(Cache<K, V>, String) - Static method in class org.jivesoftware.util.cache.CaffeineCache
-
Wraps a Caffeine cache in an implementation that's Compatible with
Cache
. - of(T) - Static method in class org.jivesoftware.util.CacheableOptional
- OF1515 - Class in org.jivesoftware.database.bugfix
-
This class implements a fix for a problem identified as issue OF-1515 in the bugtracker of Openfire.
- OF1515() - Constructor for class org.jivesoftware.database.bugfix.OF1515
- OF33 - Class in org.jivesoftware.database.bugfix
-
This class implements a fix for a problem identified as issue OF-33 in the bugtracker of Openfire.
- OF33() - Constructor for class org.jivesoftware.database.bugfix.OF33
- OFFLINE - Static variable in class org.jivesoftware.util.JiveConstants
- OFFLINE_AUTOCLEAN_CHECKINTERVAL - Static variable in class org.jivesoftware.openfire.OfflineMessageStore
- OFFLINE_AUTOCLEAN_DAYSTOLIVE - Static variable in class org.jivesoftware.openfire.OfflineMessageStore
-
Members for automatic offline message cleaning
- OFFLINE_AUTOCLEAN_ENABLE - Static variable in class org.jivesoftware.openfire.OfflineMessageStore
- OfflineMessage - Class in org.jivesoftware.openfire
-
Subclass of Message that keeps the date when the offline message was stored in the database.
- OfflineMessage(Date, Element) - Constructor for class org.jivesoftware.openfire.OfflineMessage
- OfflineMessageListener - Interface in org.jivesoftware.openfire
-
Interface to listen for offline message events.
- OfflineMessageStore - Class in org.jivesoftware.openfire
-
Represents the user's offline message storage.
- OfflineMessageStore() - Constructor for class org.jivesoftware.openfire.OfflineMessageStore
-
Constructs a new offline message store.
- OfflineMessageStrategy - Class in org.jivesoftware.openfire
-
Controls what is done with offline messages.
- OfflineMessageStrategy() - Constructor for class org.jivesoftware.openfire.OfflineMessageStrategy
- OfflineMessageStrategy.Type - Enum in org.jivesoftware.openfire
-
Strategy types.
- OfflinePacketDeliverer - Class in org.jivesoftware.openfire.nio
-
Fallback method used by
NettyConnection
when a connection fails to send aPacket
(likely because it was closed). - OfflinePacketDeliverer() - Constructor for class org.jivesoftware.openfire.nio.OfflinePacketDeliverer
- ofType(Class<T>) - Static method in class org.jivesoftware.util.SystemProperty.Builder
-
Start a new SystemProperty builder.
- OK - org.jivesoftware.openfire.net.TLSStatus
-
Handshaking is OK.
- OLD_SSLPORT - Static variable in class org.jivesoftware.openfire.session.ConnectionSettings.Client
- OLD_SSLPORT - Static variable in class org.jivesoftware.openfire.session.ConnectionSettings.Component
- OLD_SSLPORT - Static variable in class org.jivesoftware.openfire.session.ConnectionSettings.Multiplex
- OLD_SSLPORT - Static variable in class org.jivesoftware.openfire.session.ConnectionSettings.Server
- onClose(int, String) - Method in class org.jivesoftware.openfire.websocket.WebSocketClientConnectionHandler
- onClose(PacketRouter, JID) - Method in class org.jivesoftware.openfire.streammanagement.StreamManager
- onConnect(Session) - Method in class org.jivesoftware.openfire.websocket.WebSocketClientConnectionHandler
- onConnectionClose(Object) - Method in interface org.jivesoftware.openfire.ConnectionCloseListener
-
Called when a connection is closed.
- ONE_TIME_PROPERTY - Static variable in class org.jivesoftware.openfire.auth.AuthFactory
- onError(Throwable) - Method in class org.jivesoftware.openfire.websocket.WebSocketClientConnectionHandler
- OneTimeAuthToken(String) - Constructor for class org.jivesoftware.openfire.auth.AuthToken.OneTimeAuthToken
- OnlyPublishers - Class in org.jivesoftware.openfire.pubsub.models
-
Publishers and owners may publish items to the node.
- OnlyPublishers() - Constructor for class org.jivesoftware.openfire.pubsub.models.OnlyPublishers
- OnlySubscribers - Class in org.jivesoftware.openfire.pubsub.models
-
Subscribers, publishers and owners may publish items to the node.
- OnlySubscribers() - Constructor for class org.jivesoftware.openfire.pubsub.models.OnlySubscribers
- onResume(JID, long) - Method in class org.jivesoftware.openfire.streammanagement.StreamManager
- onTextMethod(String) - Method in class org.jivesoftware.openfire.websocket.WebSocketClientConnectionHandler
- open - Variable in class org.jivesoftware.openfire.net.SocketReader
-
Deprecated.
- open - Static variable in class org.jivesoftware.openfire.pubsub.models.AccessModel
- open - Static variable in class org.jivesoftware.openfire.pubsub.models.PublisherModel
- OPEN - org.jivesoftware.openfire.Connection.State
- OpenAccess - Class in org.jivesoftware.openfire.pubsub.models
-
Anyone may subscribe and retrieve items.
- OPENFIRE_IDENTIFIER_NODE - Static variable in class org.jivesoftware.openfire.entitycaps.EntityCapabilitiesManager
-
A XEP-0115 described identifier for the Openfire server software, intended to be used as a value of 'node' attributes.
- OPENFIRE_PLUGIN_NAME - Static variable in class org.jivesoftware.util.LocaleUtils
- OpenfireWebSocketServlet - Class in org.jivesoftware.openfire.websocket
-
This Servlet enables XMPP over WebSocket (RFC 7395) for Openfire.
- OpenfireWebSocketServlet() - Constructor for class org.jivesoftware.openfire.websocket.OpenfireWebSocketServlet
- OpenfireX509TrustManager - Class in org.jivesoftware.openfire.keystore
-
A Trust Manager implementation that adds Openfire-proprietary functionality.
- OpenfireX509TrustManager(KeyStore, boolean, boolean) - Constructor for class org.jivesoftware.openfire.keystore.OpenfireX509TrustManager
- OpenPublisher - Class in org.jivesoftware.openfire.pubsub.models
-
Anyone may publish items to the node.
- OpenPublisher() - Constructor for class org.jivesoftware.openfire.pubsub.models.OpenPublisher
- operation - Variable in class org.jivesoftware.openfire.session.RemoteSessionTask
- optimistic - org.jivesoftware.openfire.container.CacheInfo.Type
-
OptimisticCache is a clustered cache implementation similar to the ReplicatedCache implementation, but without any concurrency control.
- optional - org.jivesoftware.openfire.Connection.CompressionPolicy
-
compression is optional to interact with the server.
- optional - org.jivesoftware.openfire.Connection.TLSPolicy
-
TLS is optional to interact with the server.
- oracle - org.jivesoftware.database.DbConnectionManager.DatabaseType
- order(Collection<X509Certificate>) - Static method in class org.jivesoftware.openfire.keystore.CertificateUtils
-
Orders certificates, starting from the entity to be validated and progressing back toward the CA root.
- ORDERED - Static variable in class org.jivesoftware.util.Base64
-
Encode using the special "ordered" dialect of Base64 described here: http://www.faqs.org/qa/rfcc-1940.html.
- org.dom4j.io - package org.dom4j.io
- org.jivesoftware.admin - package org.jivesoftware.admin
-
Supporting classes and tags for the admin console.
- org.jivesoftware.admin.servlet - package org.jivesoftware.admin.servlet
- org.jivesoftware.database - package org.jivesoftware.database
-
Database connection code.
- org.jivesoftware.database.bugfix - package org.jivesoftware.database.bugfix
- org.jivesoftware.openfire - package org.jivesoftware.openfire
- org.jivesoftware.openfire.admin - package org.jivesoftware.openfire.admin
- org.jivesoftware.openfire.archive - package org.jivesoftware.openfire.archive
- org.jivesoftware.openfire.audit - package org.jivesoftware.openfire.audit
-
Service that records XMPP traffics.
- org.jivesoftware.openfire.audit.spi - package org.jivesoftware.openfire.audit.spi
- org.jivesoftware.openfire.auth - package org.jivesoftware.openfire.auth
-
Authentication and Authorization service interfaces and classes.
- org.jivesoftware.openfire.carbons - package org.jivesoftware.openfire.carbons
-
Provides packet extensions for XEP-0280: Message Carbons.
- org.jivesoftware.openfire.cluster - package org.jivesoftware.openfire.cluster
- org.jivesoftware.openfire.commands - package org.jivesoftware.openfire.commands
-
Ad-Hoc Commands implementation (XEP-0050).
- org.jivesoftware.openfire.commands.admin - package org.jivesoftware.openfire.commands.admin
- org.jivesoftware.openfire.commands.admin.group - package org.jivesoftware.openfire.commands.admin.group
- org.jivesoftware.openfire.commands.admin.muc - package org.jivesoftware.openfire.commands.admin.muc
- org.jivesoftware.openfire.commands.admin.user - package org.jivesoftware.openfire.commands.admin.user
- org.jivesoftware.openfire.commands.event - package org.jivesoftware.openfire.commands.event
- org.jivesoftware.openfire.commands.generic - package org.jivesoftware.openfire.commands.generic
- org.jivesoftware.openfire.component - package org.jivesoftware.openfire.component
- org.jivesoftware.openfire.container - package org.jivesoftware.openfire.container
-
The microkernel core of the server is a simple, flexible, nested container framework defined in this package.
- org.jivesoftware.openfire.crowd - package org.jivesoftware.openfire.crowd
- org.jivesoftware.openfire.crowd.jaxb - package org.jivesoftware.openfire.crowd.jaxb
- org.jivesoftware.openfire.csi - package org.jivesoftware.openfire.csi
-
Implementation of XEP-0352 "Client State Indication" It is common for IM clients to be logged in and 'online' even while the user is not interacting with the application.
- org.jivesoftware.openfire.disco - package org.jivesoftware.openfire.disco
-
Service discovery implementation (XEP-0030).
- org.jivesoftware.openfire.entitycaps - package org.jivesoftware.openfire.entitycaps
-
Implementation of Entity Capabilities (XEP-0115).
- org.jivesoftware.openfire.event - package org.jivesoftware.openfire.event
-
Event system.
- org.jivesoftware.openfire.filetransfer - package org.jivesoftware.openfire.filetransfer
-
Implementation of SOCKS5 Bytestreams (XEP-0065).
- org.jivesoftware.openfire.filetransfer.proxy - package org.jivesoftware.openfire.filetransfer.proxy
- org.jivesoftware.openfire.forward - package org.jivesoftware.openfire.forward
-
Provides packet extensions for XEP-0297: Stanza Forwarding.
- org.jivesoftware.openfire.group - package org.jivesoftware.openfire.group
-
Groups, which are used to organize users together.
- org.jivesoftware.openfire.handler - package org.jivesoftware.openfire.handler
-
IQ class implementations.
- org.jivesoftware.openfire.http - package org.jivesoftware.openfire.http
-
Provides classes for XEP-0124: Bidirectional-streams Over Synchronous HTTP (BOSH).
- org.jivesoftware.openfire.interceptor - package org.jivesoftware.openfire.interceptor
-
Provides classes for intercepting packets.
- org.jivesoftware.openfire.keystore - package org.jivesoftware.openfire.keystore
- org.jivesoftware.openfire.ldap - package org.jivesoftware.openfire.ldap
-
LDAP code for authentication and user profile information.
- org.jivesoftware.openfire.lockout - package org.jivesoftware.openfire.lockout
- org.jivesoftware.openfire.mbean - package org.jivesoftware.openfire.mbean
- org.jivesoftware.openfire.mediaproxy - package org.jivesoftware.openfire.mediaproxy
- org.jivesoftware.openfire.muc - package org.jivesoftware.openfire.muc
-
Implementation of Multi-User Chat (XEP-0045).
- org.jivesoftware.openfire.muc.cluster - package org.jivesoftware.openfire.muc.cluster
- org.jivesoftware.openfire.muc.spi - package org.jivesoftware.openfire.muc.spi
-
Implementation of Multi-User Chat (XEP-0045).
- org.jivesoftware.openfire.multiplex - package org.jivesoftware.openfire.multiplex
-
Connection Manager implementation.
- org.jivesoftware.openfire.net - package org.jivesoftware.openfire.net
- org.jivesoftware.openfire.nio - package org.jivesoftware.openfire.nio
- org.jivesoftware.openfire.pep - package org.jivesoftware.openfire.pep
-
Implementation of Personal Eventing via Pubsub (XEP-0163).
- org.jivesoftware.openfire.privacy - package org.jivesoftware.openfire.privacy
-
Implementation of Blocking Communication.
- org.jivesoftware.openfire.pubsub - package org.jivesoftware.openfire.pubsub
-
Implementation of Publish-Subscribe (XEP-0060).
- org.jivesoftware.openfire.pubsub.cluster - package org.jivesoftware.openfire.pubsub.cluster
- org.jivesoftware.openfire.pubsub.models - package org.jivesoftware.openfire.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 (XEP-0060).
- org.jivesoftware.openfire.roster - package org.jivesoftware.openfire.roster
-
Provides classes for managing the roster.
- org.jivesoftware.openfire.sasl - package org.jivesoftware.openfire.sasl
-
Provides classes for SASL.
- org.jivesoftware.openfire.security - package org.jivesoftware.openfire.security
- org.jivesoftware.openfire.server - package org.jivesoftware.openfire.server
-
Classes used for server-to-server communication.
- org.jivesoftware.openfire.session - package org.jivesoftware.openfire.session
- org.jivesoftware.openfire.spi - package org.jivesoftware.openfire.spi
- org.jivesoftware.openfire.stanzaid - package org.jivesoftware.openfire.stanzaid
- org.jivesoftware.openfire.stats - package org.jivesoftware.openfire.stats
- org.jivesoftware.openfire.streammanagement - package org.jivesoftware.openfire.streammanagement
- org.jivesoftware.openfire.transport - package org.jivesoftware.openfire.transport
- org.jivesoftware.openfire.update - package org.jivesoftware.openfire.update
-
Classes that provide the "check for update" service or the "get available plugins" service.
- org.jivesoftware.openfire.user - package org.jivesoftware.openfire.user
-
Provides the interfaces and classes necessary to create custom user account data providers for Openfire.
- org.jivesoftware.openfire.user.property - package org.jivesoftware.openfire.user.property
- org.jivesoftware.openfire.vcard - package org.jivesoftware.openfire.vcard
- org.jivesoftware.openfire.websocket - package org.jivesoftware.openfire.websocket
- org.jivesoftware.util - package org.jivesoftware.util
-
Utility classes.
- org.jivesoftware.util.cache - package org.jivesoftware.util.cache
- org.jivesoftware.util.cert - package org.jivesoftware.util.cert
- OTHER - org.jivesoftware.openfire.session.ServerSession.AuthenticationMethod
- OTHERNAME_SRV_OID - Static variable in class org.jivesoftware.util.cert.SANCertificateIdentityMapping
-
id-on-dnsSRV Object Identifier.
- OTHERNAME_UPN_OID - Static variable in class org.jivesoftware.util.cert.SANCertificateIdentityMapping
-
User Principal Name (UPN) Object Identifier.
- OTHERNAME_XMPP_OID - Static variable in class org.jivesoftware.util.cert.SANCertificateIdentityMapping
-
id-on-xmppAddr Object Identifier.
- otherRequest - org.jivesoftware.openfire.http.BoshBindingError
-
Another request being processed at the same time as this request caused the session to terminate.
- out - Variable in class org.jivesoftware.util.WebBean
- OutboundJoin(FMUCHandler.OutboundJoinConfiguration) - Constructor for class org.jivesoftware.openfire.muc.spi.FMUCHandler.OutboundJoin
- OutboundJoin(JID, FMUCMode) - Constructor for class org.jivesoftware.openfire.muc.spi.FMUCHandler.OutboundJoin
- OutboundJoinConfiguration(JID, FMUCMode) - Constructor for class org.jivesoftware.openfire.muc.spi.FMUCHandler.OutboundJoinConfiguration
- OutboundJoinProgress(JID, CompletableFuture<List<Packet>>) - Constructor for class org.jivesoftware.openfire.muc.spi.FMUCHandler.OutboundJoinProgress
- outcast - org.jivesoftware.openfire.muc.MUCRole.Affiliation
-
A user who has been banned from a room.
- outcast - org.jivesoftware.openfire.pubsub.NodeAffiliate.Affiliation
-
Outcast users are not allowed to subscribe to the node.
- OUTGOING - Static variable in class org.jivesoftware.openfire.cluster.GetBasicStatistics
- OutgoingServerSession - Interface in org.jivesoftware.openfire.session
-
Server-to-server communication is done using two TCP connections between the servers.
- outgoingServerSessionCreated(LocalOutgoingServerSession) - Method in class org.jivesoftware.openfire.SessionManager
-
Notification message that a new OutgoingServerSession has been created.
- OutgoingServerSessionTask - Class in org.jivesoftware.openfire.session
-
Class that defines possible remote operations that could be performed on remote outgoing server sessions.
- OutgoingServerSessionTask() - Constructor for class org.jivesoftware.openfire.session.OutgoingServerSessionTask
- OutgoingServerSessionTask(DomainPair, RemoteSessionTask.Operation) - Constructor for class org.jivesoftware.openfire.session.OutgoingServerSessionTask
- OutgoingServerSocketReader - Class in org.jivesoftware.openfire.server
-
An OutgoingServerSocketReader is responsible for reading and queueing the DOM Element sent by a remote server.
- OutgoingServerSocketReader(XMPPPacketReader) - Constructor for class org.jivesoftware.openfire.server.OutgoingServerSocketReader
- OutgoingSessionPromise - Class in org.jivesoftware.openfire.server
-
An OutgoingSessionPromise provides an asynchronous way for sending packets to remote servers.
- OutputStream(OutputStream) - Constructor for class org.jivesoftware.util.Base64.OutputStream
-
Constructs a
Base64.OutputStream
in ENCODE mode. - OutputStream(OutputStream, int) - Constructor for class org.jivesoftware.util.Base64.OutputStream
-
Constructs a
Base64.OutputStream
in either ENCODE or DECODE mode. - OUTSIDE - Static variable in class org.jivesoftware.openfire.nio.XMLLightweightParser
- owner - org.jivesoftware.openfire.muc.MUCRole.Affiliation
-
Owner of the room.
- owner - org.jivesoftware.openfire.pubsub.Node.ItemReplyPolicy
-
Statically specify a replyto of the node owner(s).
- owner - org.jivesoftware.openfire.pubsub.NodeAffiliate.Affiliation
-
An owner can publish, delete and purge items as well as configure and delete the node.
- owners - org.jivesoftware.openfire.pubsub.CollectionNode.LeafNodeAssociationPolicy
-
Only collection node owners may associate leaf nodes with the collection.
- owns(Node.UniqueIdentifier) - Method in class org.jivesoftware.openfire.pubsub.PubSubService.UniqueIdentifier
- owns(PublishedItem.UniqueIdentifier) - Method in class org.jivesoftware.openfire.pubsub.Node.UniqueIdentifier
- owns(PublishedItem.UniqueIdentifier) - Method in class org.jivesoftware.openfire.pubsub.PubSubService.UniqueIdentifier
P
- packet - Variable in class org.jivesoftware.openfire.streammanagement.StreamManager.UnackedPacket
- PacketCopier - Class in org.jivesoftware.openfire.interceptor
-
Packet interceptor that notifies of packets activity to components that previously subscribed to the notificator.
- PacketDeliverer - Interface in org.jivesoftware.openfire
-
Delivers packets to locally connected streams.
- PacketDelivererImpl - Class in org.jivesoftware.openfire.spi
-
In-memory implementation of the packet deliverer service
- PacketDelivererImpl() - Constructor for class org.jivesoftware.openfire.spi.PacketDelivererImpl
- PacketException - Exception in org.jivesoftware.openfire
-
Represents a runtime packet exception typically from a malformed packet.
- PacketException() - Constructor for exception org.jivesoftware.openfire.PacketException
- PacketException(String) - Constructor for exception org.jivesoftware.openfire.PacketException
- PacketInterceptor - Interface in org.jivesoftware.openfire.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.openfire.interceptor
-
Thrown by a PacketInterceptor when a stanza is prevented from being processed.
- PacketRejectedException() - Constructor for exception org.jivesoftware.openfire.interceptor.PacketRejectedException
- PacketRejectedException(String) - Constructor for exception org.jivesoftware.openfire.interceptor.PacketRejectedException
- PacketRejectedException(String, Throwable) - Constructor for exception org.jivesoftware.openfire.interceptor.PacketRejectedException
- PacketRejectedException(Throwable) - Constructor for exception org.jivesoftware.openfire.interceptor.PacketRejectedException
- PacketRouter - Interface in org.jivesoftware.openfire
-
A router that handles incoming packets.
- PacketRouterImpl - Class in org.jivesoftware.openfire.spi
-
An uber router that can handle any packet type.
- PacketRouterImpl() - Constructor for class org.jivesoftware.openfire.spi.PacketRouterImpl
-
Constructs a packet router.
- PacketsNotification - Class in org.jivesoftware.openfire.commands.admin
-
Command that allows to retrieve the presence of all active users.
- PacketsNotification() - Constructor for class org.jivesoftware.openfire.commands.admin.PacketsNotification
- PacketTransporterImpl - Class in org.jivesoftware.openfire.spi
-
In-memory implementation of the packet transporter service.
- PacketTransporterImpl() - Constructor for class org.jivesoftware.openfire.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
- parentIdentifier - Variable in class org.jivesoftware.openfire.pubsub.Node
-
The ID of the node that is containing this node (if any).
- parse(InputSource) - Method in class org.jivesoftware.util.XMLWriter
- parseAsLdapNameOrLog(String) - Method in class org.jivesoftware.openfire.ldap.LdapManager
-
Attempts to parse a string value as an LdapName.
- parseBoolean(String) - Static method in class org.jivesoftware.util.StringUtils
-
Parses a boolean.
- parseCertificates(InputStream) - Static method in class org.jivesoftware.util.CertificateManager
-
Parses a certificate chain from a PEM representation.
- parseCertificates(String) - Static method in class org.jivesoftware.util.CertificateManager
- parseDocument() - Method in class org.dom4j.io.XMPPPacketReader
- parseDocument(String) - Method in class org.dom4j.io.XMPPPacketReader
- parseDouble(String) - Static method in class org.jivesoftware.util.StringUtils
- parseFirstValueAsBoolean(FormField, boolean) - Static method in class org.jivesoftware.openfire.muc.spi.IQOwnerHandler
-
Deprecated.Use FormField#parseFirstValueAsBoolean(String) provided by Tinder version 1.3.1 or newer.
- parseHistoricMessage(String, String, Date, String, String, String) - Method in class org.jivesoftware.openfire.muc.MUCRoomHistory
-
Creates a new message, representing a message that was exchanged in a chat room in the past, based on the provided information.
- parseInteger(String) - Static method in class org.jivesoftware.util.StringUtils
- parseLong(String) - Static method in class org.jivesoftware.util.StringUtils
- parseObject(String, ParsePosition) - Method in class org.jivesoftware.util.ByteFormat
-
In this implementation, returns null always.
- parseOtherName(byte[]) - Method in class org.jivesoftware.util.cert.SANCertificateIdentityMapping
-
Parses the byte-array representation of a subjectAltName 'otherName' entry.
- parseOtherName(ASN1ObjectIdentifier, ASN1Primitive) - Method in class org.jivesoftware.util.cert.SANCertificateIdentityMapping
-
Allow sub-class to support additional OID values, possibly taking typeId into account
- parseOtherNameDnsSrv(ASN1Primitive) - Method in class org.jivesoftware.util.cert.SANCertificateIdentityMapping
-
Parses a SRVName value as specified by RFC 4985.
- parseOtherNameUpn(ASN1Primitive) - Method in class org.jivesoftware.util.cert.SANCertificateIdentityMapping
-
Parse a UPN value
- parseOtherNameXmppAddr(ASN1Primitive) - Method in class org.jivesoftware.util.cert.SANCertificateIdentityMapping
-
Parse a XmppAddr value as specified in RFC 6120.
- parsePrivateKey(InputStream, String) - Static method in class org.jivesoftware.util.CertificateManager
-
Parses a PrivateKey instance from a PEM representation.
- parsePrivateKey(String, String) - Static method in class org.jivesoftware.util.CertificateManager
- PARSER_CACHE - Static variable in class org.jivesoftware.openfire.nio.NettyConnectionHandler
- PARSER_SERVICE_CORE_POOL_SIZE - Static variable in class org.jivesoftware.util.SAXReaderUtil
-
The number of threads to keep in the SAX Reader pool, even if they are idle.
- PARSER_SERVICE_KEEP_ALIVE_TIME - Static variable in class org.jivesoftware.util.SAXReaderUtil
-
When the number of threads in the SAX reader pool is greater than the core, this is the maximum time that excess idle threads will wait for new tasks before terminating.
- PARSER_SERVICE_MAX_POOL_SIZE - Static variable in class org.jivesoftware.util.SAXReaderUtil
-
The maximum number of threads to allow in the SAX Reader pool.
- parseString(String) - Method in class org.jivesoftware.util.XMPPDateTimeFormat
-
Tries to convert a given string to a Date object.
- participant - org.jivesoftware.openfire.muc.MUCRole.Role
-
A normal occupant of the room.
- passesAllowList(ServletRequest) - Static method in class org.jivesoftware.admin.AuthCheckFilter
-
Verifies that the remote address of the request is either on the allowlist, or the allowlist is empty.
- passesBlocklist(ServletRequest) - Static method in class org.jivesoftware.admin.AuthCheckFilter
-
Verifies that the remote address of the request is not on the blocklist.
- password - Variable in class org.jivesoftware.openfire.keystore.CertificateStoreConfiguration
- PATTERN - Static variable in class org.jivesoftware.openfire.ldap.LdapVCardProvider
-
A regular expression that matches values enclosed in { and }, applying a group to the value that's surrounded.
- pause(Duration) - Method in class org.jivesoftware.openfire.http.HttpSession
-
Pauses the session for the given amount of time.
- pauseAutoRestartEnabled(Duration) - Method in class org.jivesoftware.openfire.container.AdminConsolePlugin
-
Temporarily disables auto-restarting of the plugin's webserver when certificate changes are detected.
- payloadType - Variable in class org.jivesoftware.openfire.pubsub.Node
-
The type of payload data to be provided at the node.
- pending - org.jivesoftware.openfire.pubsub.NodeSubscription.State
-
An entity has requested to subscribe to a node and the request has not yet been approved by a node owner.
- PendingSubscriptionsCommand - Class in org.jivesoftware.openfire.pubsub
-
Ad-hoc command that sends pending subscriptions to node owners.
- PendingSubscriptionsCommand(PubSubService) - Constructor for class org.jivesoftware.openfire.pubsub.PendingSubscriptionsCommand
- PEPService - Class in org.jivesoftware.openfire.pep
-
A PEPService is a
PubSubService
for use with XEP-0163: "Personal Eventing via Pubsub" Version 1.0 Note: Although this class implementsCacheable
, instances should only be cached in caches that have time-based (as opposed to size-based) eviction policies. - PEPService(XMPPServer, JID) - Constructor for class org.jivesoftware.openfire.pep.PEPService
-
Constructs a PEPService.
- PEPServiceInfo - Class in org.jivesoftware.openfire.pep
-
A PubSubService manager that is specific to the implemenation of XEP-163: Personal Eventing Protocol.
- PEPServiceInfo(JID) - Constructor for class org.jivesoftware.openfire.pep.PEPServiceInfo
- PEPServiceManager - Class in org.jivesoftware.openfire.pep
-
Manages the creation, persistence and removal of
PEPService
instances. - PEPServiceManager() - Constructor for class org.jivesoftware.openfire.pep.PEPServiceManager
- PER_IP_ATTEMPT_RESET_INTERVAL - Static variable in class org.jivesoftware.admin.LoginLimitManager
- PER_USERNAME_ATTEMPT_RESET_INTERVAL - Static variable in class org.jivesoftware.admin.LoginLimitManager
- performNoSuchUserCheck() - Method in class org.jivesoftware.openfire.handler.IQHandler
-
RFC 6121 8.5.1.
- performNoSuchUserCheck() - Method in class org.jivesoftware.openfire.handler.IQSessionEstablishmentHandler
- PERIOD - Static variable in class org.jivesoftware.util.cache.ConsistencyMonitor
- PERMISSION_SETTINGS - Static variable in class org.jivesoftware.openfire.session.ConnectionSettings.Server
- permissionPolicyChanged(ExternalComponentManager.PermissionPolicy) - Method in interface org.jivesoftware.openfire.component.ExternalComponentManagerListener
-
Notification indicating that the permission policy is being modified.
- persist() - Method in class org.jivesoftware.openfire.keystore.CertificateStore
-
Saves the current state of the store to disk.
- PersistableMap<K,V> - Class in org.jivesoftware.util
-
This acts as a tag interface.
- PersistableMap() - Constructor for class org.jivesoftware.util.PersistableMap
- PHONE - Static variable in interface org.jivesoftware.openfire.handler.IQRegisterInfo
-
The user's phone
- PHOTO - Static variable in class org.jivesoftware.admin.LdapUserTester
- PhotoResizer - Class in org.jivesoftware.openfire.vcard
-
Image resizing utility methods.
- PhotoResizer() - Constructor for class org.jivesoftware.openfire.vcard.PhotoResizer
- Ping - Class in org.jivesoftware.openfire.commands.generic
-
A (very) basic ad-hoc command that returns the server time in UTC.
- Ping() - Constructor for class org.jivesoftware.openfire.commands.generic.Ping
- plain - org.jivesoftware.openfire.auth.JDBCAuthProvider.PasswordType
-
The password is stored as plain text.
- Plugin - Interface in org.jivesoftware.openfire.container
-
Plugin interface.
- PluginCacheConfigurator - Class in org.jivesoftware.openfire.container
-
A helper class to read cache configuration data for a plugin and register the defined caches with the cache factory.
- PluginCacheConfigurator() - Constructor for class org.jivesoftware.openfire.container.PluginCacheConfigurator
- PluginCacheRegistry - Class in org.jivesoftware.openfire.container
-
A simple registry of cache configuration data for plugins.
- PluginClassLoader - Class in org.jivesoftware.openfire.container
-
ClassLoader for plugins.
- PluginClassLoader() - Constructor for class org.jivesoftware.openfire.container.PluginClassLoader
- pluginCreated(String, Plugin) - Method in interface org.jivesoftware.openfire.container.PluginListener
-
Called when a plugin has been created.
- pluginDestroyed(String, Plugin) - Method in interface org.jivesoftware.openfire.container.PluginListener
-
Called when a plugin has been destroyed.
- PluginDownloadManager - Class in org.jivesoftware.openfire.update
-
Service that allow for aysynchrous calling of system managers.
- PluginDownloadManager() - Constructor for class org.jivesoftware.openfire.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
- PluginIconServlet - Class in org.jivesoftware.openfire.container
-
Servlet is used for retrieval of plugin icons.
- PluginIconServlet() - Constructor for class org.jivesoftware.openfire.container.PluginIconServlet
- PluginListener - Interface in org.jivesoftware.openfire.container
-
Allows for notifications that a plugin has been either created or destroyed.
- PluginManager - Class in org.jivesoftware.openfire.container
-
Manages plugins.
- PluginManager(Path) - Constructor for class org.jivesoftware.openfire.container.PluginManager
-
Constructs a new plugin manager.
- PluginManagerListener - Interface in org.jivesoftware.openfire.container
-
Interface to listen for plugin manager events.
- PluginMetadata - Class in org.jivesoftware.openfire.container
-
A bean-like representation of the metadata of a plugin.
- PluginMetadata(String, String, String, Version, String, URL, URL, URL, String, Version, Version, JavaSpecVersion, boolean) - Constructor for class org.jivesoftware.openfire.container.PluginMetadata
- PluginMetadataHelper - Class in org.jivesoftware.openfire.container
-
Various helper methods to retrieve plugin metadat from plugin.xml files.
- PluginMetadataHelper() - Constructor for class org.jivesoftware.openfire.container.PluginMetadataHelper
- PluginMonitor - Class in org.jivesoftware.openfire.container
-
A service that monitors the plugin directory for plugins.
- PluginMonitor(PluginManager) - Constructor for class org.jivesoftware.openfire.container.PluginMonitor
- PluginServlet - Class in org.jivesoftware.openfire.container
-
The plugin servlet acts as a proxy for web requests (in the admin console) to plugins.
- PluginServlet() - Constructor for class org.jivesoftware.openfire.container.PluginServlet
- PluginServletContext - Class in org.jivesoftware.openfire.container
-
A Servlet Context to be used by Openfire plugins.
- PluginServletContext(ServletContext, PluginManager, Plugin) - Constructor for class org.jivesoftware.openfire.container.PluginServletContext
- pluginsMonitored() - Method in interface org.jivesoftware.openfire.container.PluginManagerListener
-
Event indicating that the PluginManager has finished an attemp to load new plugins and unload old plugins.
- policyViolation - org.jivesoftware.openfire.http.BoshBindingError
-
The client has broken the session rules (polling too frequently, requesting too frequently, too many simultaneous requests).
- POLLING_INACTIVITY_TIMEOUT - Static variable in class org.jivesoftware.openfire.http.HttpSessionManager
-
Period of time a polling session has to be idle to be closed.
- POLLING_INTERVAL - Static variable in class org.jivesoftware.openfire.http.HttpSessionManager
-
Openfire SHOULD include two additional attributes in the session creation response element, specifying the shortest allowable polling interval and the longest allowable inactivity period (both in seconds).
- POOL_KEEP_ALIVE - Static variable in class org.jivesoftware.openfire.http.HttpSessionManager
-
Duration that unused, surplus threads that once processed BOSH data are kept alive.
- POP3AuthProvider - Class in org.jivesoftware.openfire.auth
-
An AuthProvider that authenticates using a POP3 server.
- POP3AuthProvider() - Constructor for class org.jivesoftware.openfire.auth.POP3AuthProvider
-
Initialiazes the POP3AuthProvider with values from the global config file.
- POP3UserProvider - Class in org.jivesoftware.openfire.user
-
A UserProvider to be used in conjunction with
POP3AuthProvider
, which authenticates using a POP3 server. - POP3UserProvider() - Constructor for class org.jivesoftware.openfire.user.POP3UserProvider
- PORT - Static variable in class org.jivesoftware.openfire.session.ConnectionSettings.Client
- PORT - Static variable in class org.jivesoftware.openfire.session.ConnectionSettings.Component
- PORT - Static variable in class org.jivesoftware.openfire.session.ConnectionSettings.Multiplex
- PORT - Static variable in class org.jivesoftware.openfire.session.ConnectionSettings.Server
- portA - Variable in class org.jivesoftware.openfire.mediaproxy.MediaProxySession
- portB - Variable in class org.jivesoftware.openfire.mediaproxy.MediaProxySession
- portChanged(int) - Method in interface org.jivesoftware.openfire.component.ExternalComponentManagerListener
-
Notification indicating that the port used by external components is being modified.
- post_session_created - org.jivesoftware.openfire.http.SessionEventDispatcher.EventType
- postgresql - org.jivesoftware.database.DbConnectionManager.DatabaseType
- postSessionCreated(AsyncContext, HttpSession) - Method in interface org.jivesoftware.openfire.http.SessionListener
-
Called when an
HttpSession
has been created for a given http-bind web request - pre_session_created - org.jivesoftware.openfire.http.SessionEventDispatcher.EventType
- prepareCall(String) - Method in class org.jivesoftware.database.AbstractConnection
- prepareCall(String) - Method in class org.jivesoftware.database.ProfiledConnection
- prepareCall(String, int, int) - Method in class org.jivesoftware.database.AbstractConnection
- prepareCall(String, int, int) - Method in class org.jivesoftware.database.ProfiledConnection
- prepareCall(String, int, int, int) - Method in class org.jivesoftware.database.AbstractConnection
- PreparedStatementWrapper - Class in org.jivesoftware.database
-
An implementation of the PreparedStatement interface that wraps an underlying PreparedStatement object.
- PreparedStatementWrapper(PreparedStatement) - Constructor for class org.jivesoftware.database.PreparedStatementWrapper
- prepareStatement(String) - Method in class org.jivesoftware.database.AbstractConnection
- prepareStatement(String) - Method in class org.jivesoftware.database.ProfiledConnection
- prepareStatement(String, int) - Method in class org.jivesoftware.database.AbstractConnection
- prepareStatement(String, int[]) - Method in class org.jivesoftware.database.AbstractConnection
- prepareStatement(String, int, int) - Method in class org.jivesoftware.database.AbstractConnection
- prepareStatement(String, int, int) - Method in class org.jivesoftware.database.ProfiledConnection
- prepareStatement(String, int, int, int) - Method in class org.jivesoftware.database.AbstractConnection
- prepareStatement(String, String[]) - Method in class org.jivesoftware.database.AbstractConnection
- presence - Static variable in class org.jivesoftware.openfire.pubsub.models.AccessModel
- PRESENCE_AVAILABLE_AVAILABLE - Static variable in interface org.jivesoftware.openfire.audit.AuditManager
- PRESENCE_AVAILABLE_UNAVAILABLE - Static variable in interface org.jivesoftware.openfire.audit.AuditManager
- PRESENCE_CACHE_NAME - Static variable in class org.jivesoftware.openfire.handler.PresenceUpdateHandler
- PRESENCE_UNAVAILABLE_AVAILABLE - Static variable in interface org.jivesoftware.openfire.audit.AuditManager
- PRESENCE_UNAVAILABLE_UNAVAILABLE - Static variable in interface org.jivesoftware.openfire.audit.AuditManager
- PresenceAccess - Class in org.jivesoftware.openfire.pubsub.models
-
Anyone with a presence subscription of both or from may subscribe and retrieve items.
- presenceBasedDelivery - Variable in class org.jivesoftware.openfire.pubsub.Node
-
Flag that indicates whether to deliver notifications to available users only.
- presenceChanged(ClientSession, Presence) - Method in class org.jivesoftware.openfire.pep.IQPEPHandler
- presenceChanged(ClientSession, Presence) - Static method in class org.jivesoftware.openfire.user.PresenceEventDispatcher
-
Notification message indicating that an available session has changed its presence.
- presenceChanged(ClientSession, Presence) - Method in interface org.jivesoftware.openfire.user.PresenceEventListener
-
Notification message indicating that an available session has changed its presence.
- PresenceEventDispatcher - Class in org.jivesoftware.openfire.user
-
Dispatches presence events.
- PresenceEventDispatcher() - Constructor for class org.jivesoftware.openfire.user.PresenceEventDispatcher
- PresenceEventListener - Interface in org.jivesoftware.openfire.user
-
Interface to listen for presence events.
- PresenceManager - Interface in org.jivesoftware.openfire
-
The presence manager tracks on a global basis who's online.
- PresenceManagerImpl - Class in org.jivesoftware.openfire.spi
-
Simple in memory implementation of the PresenceManager interface.
- PresenceManagerImpl() - Constructor for class org.jivesoftware.openfire.spi.PresenceManagerImpl
- PresenceRouter - Class in org.jivesoftware.openfire
-
Route presence packets throughout the server.
- PresenceRouter() - Constructor for class org.jivesoftware.openfire.PresenceRouter
-
Constructs a presence router.
- PresenceSubscribeHandler - Class in org.jivesoftware.openfire.handler
-
Implements the presence protocol.
- PresenceSubscribeHandler() - Constructor for class org.jivesoftware.openfire.handler.PresenceSubscribeHandler
- PresenceSubscribeHandler.Change - Class in org.jivesoftware.openfire.handler
-
Indicate a state change.
- presenceSubscriptionNotRequired(Node, JID) - Method in class org.jivesoftware.openfire.pep.PEPService
- presenceSubscriptionNotRequired(Node, JID) - Method in class org.jivesoftware.openfire.pubsub.PubSubModule
- presenceSubscriptionNotRequired(Node, JID) - Method in interface org.jivesoftware.openfire.pubsub.PubSubService
-
Requests the pubsub service to unsubscribe from the presence of the user.
- presenceSubscriptionNotRequired(PubSubService, Node, JID) - Static method in class org.jivesoftware.openfire.pubsub.PubSubEngine
-
Requests the pubsub service to subscribe to the presence of the user.
- presenceSubscriptionRequired(Node, JID) - Method in class org.jivesoftware.openfire.pep.PEPService
- presenceSubscriptionRequired(Node, JID) - Method in class org.jivesoftware.openfire.pubsub.PubSubModule
- presenceSubscriptionRequired(Node, JID) - Method in interface org.jivesoftware.openfire.pubsub.PubSubService
-
Requests the pubsub service to subscribe to the presence of the user.
- presenceSubscriptionRequired(PubSubService, Node, JID) - Static method in class org.jivesoftware.openfire.pubsub.PubSubEngine
-
Requests the pubsub service to unsubscribe from the presence of the user.
- presenceUpdated(MUCRole, Presence) - Method in class org.jivesoftware.openfire.muc.MUCRoom
-
An event callback fired whenever an occupant updated his presence in the chatroom.
- PresenceUpdateHandler - Class in org.jivesoftware.openfire.handler
-
Implements the presence protocol.
- PresenceUpdateHandler() - Constructor for class org.jivesoftware.openfire.handler.PresenceUpdateHandler
- preserve - Variable in class org.jivesoftware.util.XMLWriter
-
Stores the xml:space attribute value of preserve for whitespace flag
- preSessionCreated(AsyncContext) - Method in interface org.jivesoftware.openfire.http.SessionListener
-
Called before an
HttpSession
is created for a given http-bind web request - PRETAIL - Static variable in class org.jivesoftware.openfire.nio.XMLLightweightParser
- prev - org.jivesoftware.openfire.commands.AdHocCommand.Action
-
The command should be digress to the previous stage of execution.
- 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.openfire.filetransfer.FileTransferRejectedException
- printStackTrace() - Method in exception org.jivesoftware.openfire.interceptor.PacketRejectedException
- printStackTrace() - Method in exception org.jivesoftware.openfire.muc.CannotBeInvitedException
- printStackTrace() - Method in exception org.jivesoftware.openfire.muc.ConflictException
- printStackTrace() - Method in exception org.jivesoftware.openfire.muc.FMUCException
- printStackTrace() - Method in exception org.jivesoftware.openfire.muc.ForbiddenException
- printStackTrace() - Method in exception org.jivesoftware.openfire.muc.NotAcceptableException
- printStackTrace() - Method in exception org.jivesoftware.openfire.muc.NotAllowedException
- printStackTrace() - Method in exception org.jivesoftware.openfire.muc.RegistrationRequiredException
- printStackTrace() - Method in exception org.jivesoftware.openfire.muc.RoomLockedException
- printStackTrace() - Method in exception org.jivesoftware.openfire.muc.ServiceUnavailableException
- printStackTrace() - Method in exception org.jivesoftware.openfire.pubsub.NotAcceptableException
- printStackTrace() - Method in exception org.jivesoftware.openfire.SessionNotFoundException
- printStackTrace() - Method in exception org.jivesoftware.openfire.user.UserAlreadyExistsException
- printStackTrace() - Method in exception org.jivesoftware.openfire.user.UserNotFoundException
- printStackTrace() - Method in exception org.jivesoftware.util.InitializationException
- printStackTrace(PrintStream) - Method in exception org.jivesoftware.openfire.filetransfer.FileTransferRejectedException
- printStackTrace(PrintStream) - Method in exception org.jivesoftware.openfire.interceptor.PacketRejectedException
- printStackTrace(PrintStream) - Method in exception org.jivesoftware.openfire.muc.CannotBeInvitedException
- printStackTrace(PrintStream) - Method in exception org.jivesoftware.openfire.muc.ConflictException
- printStackTrace(PrintStream) - Method in exception org.jivesoftware.openfire.muc.FMUCException
- printStackTrace(PrintStream) - Method in exception org.jivesoftware.openfire.muc.ForbiddenException
- printStackTrace(PrintStream) - Method in exception org.jivesoftware.openfire.muc.NotAcceptableException
- printStackTrace(PrintStream) - Method in exception org.jivesoftware.openfire.muc.NotAllowedException
- printStackTrace(PrintStream) - Method in exception org.jivesoftware.openfire.muc.RegistrationRequiredException
- printStackTrace(PrintStream) - Method in exception org.jivesoftware.openfire.muc.RoomLockedException
- printStackTrace(PrintStream) - Method in exception org.jivesoftware.openfire.muc.ServiceUnavailableException
- printStackTrace(PrintStream) - Method in exception org.jivesoftware.openfire.pubsub.NotAcceptableException
- printStackTrace(PrintStream) - Method in exception org.jivesoftware.openfire.SessionNotFoundException
- printStackTrace(PrintStream) - Method in exception org.jivesoftware.openfire.user.UserAlreadyExistsException
- printStackTrace(PrintStream) - Method in exception org.jivesoftware.openfire.user.UserNotFoundException
- printStackTrace(PrintStream) - Method in exception org.jivesoftware.util.InitializationException
- printStackTrace(PrintWriter) - Method in exception org.jivesoftware.openfire.filetransfer.FileTransferRejectedException
- printStackTrace(PrintWriter) - Method in exception org.jivesoftware.openfire.interceptor.PacketRejectedException
- printStackTrace(PrintWriter) - Method in exception org.jivesoftware.openfire.muc.CannotBeInvitedException
- printStackTrace(PrintWriter) - Method in exception org.jivesoftware.openfire.muc.ConflictException
- printStackTrace(PrintWriter) - Method in exception org.jivesoftware.openfire.muc.FMUCException
- printStackTrace(PrintWriter) - Method in exception org.jivesoftware.openfire.muc.ForbiddenException
- printStackTrace(PrintWriter) - Method in exception org.jivesoftware.openfire.muc.NotAcceptableException
- printStackTrace(PrintWriter) - Method in exception org.jivesoftware.openfire.muc.NotAllowedException
- printStackTrace(PrintWriter) - Method in exception org.jivesoftware.openfire.muc.RegistrationRequiredException
- printStackTrace(PrintWriter) - Method in exception org.jivesoftware.openfire.muc.RoomLockedException
- printStackTrace(PrintWriter) - Method in exception org.jivesoftware.openfire.muc.ServiceUnavailableException
- printStackTrace(PrintWriter) - Method in exception org.jivesoftware.openfire.pubsub.NotAcceptableException
- printStackTrace(PrintWriter) - Method in exception org.jivesoftware.openfire.SessionNotFoundException
- printStackTrace(PrintWriter) - Method in exception org.jivesoftware.openfire.user.UserAlreadyExistsException
- printStackTrace(PrintWriter) - Method in exception org.jivesoftware.openfire.user.UserNotFoundException
- printStackTrace(PrintWriter) - Method in exception org.jivesoftware.util.InitializationException
- prioritize(DNSUtil.WeightedHostAddress[]) - Static method in class org.jivesoftware.openfire.net.DNSUtil
- PrivacyItem - Class in org.jivesoftware.openfire.privacy
-
A privacy item acts a rule that when matched defines if a packet should be blocked or not.
- PrivacyItem.Type - Enum in org.jivesoftware.openfire.privacy
-
Type defines if the rule is based on JIDs, roster groups or presence subscription types.
- PrivacyList - Class in org.jivesoftware.openfire.privacy
-
A privacy list contains a set of rules that define if communication with the list owner is allowed or denied.
- PrivacyList() - Constructor for class org.jivesoftware.openfire.privacy.PrivacyList
-
Constructor added for Externalizable.
- PrivacyList(String, String, boolean, Element) - Constructor for class org.jivesoftware.openfire.privacy.PrivacyList
- privacyListCreated(PrivacyList) - Method in interface org.jivesoftware.openfire.privacy.PrivacyListEventListener
-
A privacy list was created.
- privacyListDeleting(String) - Method in interface org.jivesoftware.openfire.privacy.PrivacyListEventListener
-
A privacy list is being deleted.
- PrivacyListEventListener - Interface in org.jivesoftware.openfire.privacy
-
/** Interface to listen for privacy list events.
- PrivacyListManager - Class in org.jivesoftware.openfire.privacy
-
A Privacy list manager creates, gets, updates and removes privacy lists.
- privacyListModified(PrivacyList) - Method in interface org.jivesoftware.openfire.privacy.PrivacyListEventListener
-
Properties of the privacy list were changed.
- PrivacyListProvider - Class in org.jivesoftware.openfire.privacy
-
Provider for the privacy lists system.
- privateMessageRecieved(JID, JID, Message) - Static method in class org.jivesoftware.openfire.muc.MUCEventDispatcher
- privateMessageRecieved(JID, JID, Message) - Method in interface org.jivesoftware.openfire.muc.MUCEventListener
-
Event triggered when a room occupant sent a private message to another room user
- privateMessageRecieved(JID, JID, Message) - Method in class org.jivesoftware.openfire.muc.spi.OccupantManager
- PrivateStorage - Class in org.jivesoftware.openfire
-
Private storage for user accounts (XEP-0049).
- PrivateStorage() - Constructor for class org.jivesoftware.openfire.PrivateStorage
-
Constructs a new PrivateStore instance.
- probePresence(JID, JID) - Method in interface org.jivesoftware.openfire.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.openfire.spi.PresenceManagerImpl
- process(String, XMPPPacketReader) - Method in class org.jivesoftware.openfire.net.StanzaHandler
- process(Element) - Method in class org.jivesoftware.openfire.csi.CsiManager
-
Processes a CSI nonza.
- process(Element) - Method in class org.jivesoftware.openfire.net.SocketReader
-
Deprecated.
- process(Element) - Method in class org.jivesoftware.openfire.streammanagement.StreamManager
-
Processes a stream management element.
- process(OccupantAddedTask) - Method in class org.jivesoftware.openfire.muc.spi.OccupantManager
-
Updates the data maintained by this instance to perform post-cluster event maintenance, based on the data from the clustered task.
- process(OccupantKickedForNicknameTask) - Method in class org.jivesoftware.openfire.muc.spi.OccupantManager
-
Updates the data maintained by this instance to perform post-cluster event maintenance, based on the data from the clustered task.
- process(OccupantRemovedTask) - Method in class org.jivesoftware.openfire.muc.spi.OccupantManager
-
Updates the data maintained by this instance to perform post-cluster event maintenance, based on the data from the clustered task.
- process(OccupantUpdatedTask) - Method in class org.jivesoftware.openfire.muc.spi.OccupantManager
-
Updates the data maintained by this instance to perform post-cluster event maintenance, based on the data from the clustered task.
- process(SyncLocalOccupantsAndSendJoinPresenceTask) - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
-
Used by other nodes telling us about their occupants.
- process(SyncLocalOccupantsAndSendJoinPresenceTask) - Method in class org.jivesoftware.openfire.muc.spi.OccupantManager
-
Used by other nodes telling us about all of their occupants.
- process(PEPService, IQ) - Method in class org.jivesoftware.openfire.pep.PEPServiceManager
- process(PubSubService, IQ) - Method in class org.jivesoftware.openfire.pubsub.PubSubEngine
-
Handles IQ packets sent to the pubsub service.
- process(PubSubService, Message) - Method in class org.jivesoftware.openfire.pubsub.PubSubEngine
-
Handles Message packets sent to the pubsub service.
- process(PubSubService, Presence) - Method in class org.jivesoftware.openfire.pubsub.PubSubEngine
-
Handles Presence packets sent to the pubsub service.
- process(IQ) - Method in class org.jivesoftware.openfire.commands.AdHocCommandManager
- process(Packet) - Method in class org.jivesoftware.openfire.component.InternalComponentManager
-
Processes packets that were sent to this service.
- process(Packet) - Method in class org.jivesoftware.openfire.filetransfer.proxy.FileTransferProxy
- process(Packet) - Method in class org.jivesoftware.openfire.handler.IQHandler
- process(Packet) - Method in class org.jivesoftware.openfire.handler.PresenceUpdateHandler
- process(Packet) - Method in class org.jivesoftware.openfire.mediaproxy.MediaProxyService
- process(Packet) - Method in class org.jivesoftware.openfire.muc.spi.FMUCHandler
- process(Packet) - Method in class org.jivesoftware.openfire.net.SocketPacketWriteHandler
- process(Packet) - Method in class org.jivesoftware.openfire.pubsub.PubSubModule
- process(Packet) - Method in class org.jivesoftware.openfire.session.LocalSession
- process(Packet) - Method in class org.jivesoftware.openfire.session.RemoteSession
- process(Packet) - Method in interface org.jivesoftware.openfire.session.Session
- process(Packet) - Method in class org.jivesoftware.openfire.transport.TransportHandler
- process(Presence) - Method in class org.jivesoftware.openfire.entitycaps.EntityCapabilitiesManager
- process(Presence) - Method in class org.jivesoftware.openfire.handler.PresenceSubscribeHandler
- process(Presence) - Method in class org.jivesoftware.openfire.handler.PresenceUpdateHandler
-
Handle presence updates that affect roster subscriptions.
- process(T) - Method in interface org.jivesoftware.openfire.ChannelHandler
-
Process an XMPP packet.
- PROCESSBIGGROUPS - Static variable in class org.jivesoftware.openfire.ldap.LdapGroupProvider
- processContent(AsyncContext, String) - Method in class org.jivesoftware.openfire.http.HttpBindServlet
- processForm(DataForm, HttpServletRequest, Collection<String>) - Method in class org.jivesoftware.openfire.pubsub.PubSubServiceInfo
- processingInstruction(String, String) - Method in class org.jivesoftware.util.XMLWriter
- processIQ(IQ) - Method in class org.jivesoftware.openfire.net.ClientStanzaHandler
- processIQ(IQ) - Method in class org.jivesoftware.openfire.net.ComponentStanzaHandler
- processIQ(IQ) - Method in class org.jivesoftware.openfire.net.MultiplexerStanzaHandler
- processIQ(IQ) - Method in class org.jivesoftware.openfire.net.ServerStanzaHandler
- processIQ(IQ) - Method in class org.jivesoftware.openfire.net.SocketReader
-
Deprecated.Process the received IQ packet.
- processIQ(IQ) - Method in class org.jivesoftware.openfire.net.StanzaHandler
-
Process the received IQ packet.
- processMessage(Message) - Method in class org.jivesoftware.openfire.net.ClientStanzaHandler
- processMessage(Message) - Method in class org.jivesoftware.openfire.net.ComponentStanzaHandler
- processMessage(Message) - Method in class org.jivesoftware.openfire.net.MultiplexerStanzaHandler
- processMessage(Message) - Method in class org.jivesoftware.openfire.net.ServerStanzaHandler
- processMessage(Message) - Method in class org.jivesoftware.openfire.net.SocketReader
-
Deprecated.Process the received Message packet.
- processMessage(Message) - Method in class org.jivesoftware.openfire.net.StanzaHandler
-
Process the received Message packet.
- processNoSuchUserCheck(IQ) - Method in class org.jivesoftware.openfire.disco.IQDiscoItemsHandler
-
XEP-0030 Section 8 contradict RFC 6121 8.5.1.
- processNoSuchUserCheck(IQ) - Method in class org.jivesoftware.openfire.handler.IQHandler
-
Performs the check as defined in RFC 6121 8.5.1.
- processPacket(Packet) - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
- processPacket(Packet) - Method in class org.jivesoftware.openfire.session.LocalComponentSession.LocalExternalComponent
- ProcessPacketTask - Class in org.jivesoftware.openfire.session
-
Cluster task that will ask a remote cluster node to deliver some packet to a local session.
- ProcessPacketTask() - Constructor for class org.jivesoftware.openfire.session.ProcessPacketTask
- processPresence(Presence) - Method in class org.jivesoftware.openfire.net.ClientStanzaHandler
- processPresence(Presence) - Method in class org.jivesoftware.openfire.net.ComponentStanzaHandler
- processPresence(Presence) - Method in class org.jivesoftware.openfire.net.MultiplexerStanzaHandler
- processPresence(Presence) - Method in class org.jivesoftware.openfire.net.ServerStanzaHandler
- processPresence(Presence) - Method in class org.jivesoftware.openfire.net.SocketReader
-
Deprecated.Process the received Presence packet.
- processPresence(Presence) - Method in class org.jivesoftware.openfire.net.StanzaHandler
-
Process the received Presence packet.
- processRegularStanza(Packet) - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
-
This method does all stanza routing in the chat server for 'regular' MUC stanzas.
- processStanza(String, XMPPPacketReader) - Method in class org.jivesoftware.openfire.net.StanzaHandler
- processUnknowPacket(Element) - Method in class org.jivesoftware.openfire.net.ClientStanzaHandler
- processVCardResponse(IQ) - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
-
Processes a VCard response stanza that is supposedly sent to an occupant of a room as a result of that occupant having requested the VCard of another occupant earlier.
- ProfiledConnection - Class in org.jivesoftware.database
-
Wraps a Connection object and collects statistics about the database queries that are performed.
- ProfiledConnection(Connection) - Constructor for class org.jivesoftware.database.ProfiledConnection
-
Creates a new ProfiledConnection that wraps the specified connection.
- ProfiledConnection.Type - Enum in org.jivesoftware.database
- ProfiledConnectionEntry - Class in org.jivesoftware.database
-
Simple class for tracking profiling stats for individual SQL queries.
- ProfiledConnectionEntry(String) - Constructor for class org.jivesoftware.database.ProfiledConnectionEntry
- propagate(Packet, MUCRole) - Method in class org.jivesoftware.openfire.muc.spi.FMUCHandler
-
Propagates a stanza to the FMUC set, if FMUC is active for this room.
- propertiesDeletedPostProcess(Group, Map<String, String>) - Method in class org.jivesoftware.openfire.group.GroupManager
-
Updates the caches maintained by this manager and dispatches events that reflect a group having all of its properties removed.
- PROPERTY_ADMINPROVIDER_CLASSNAME - Static variable in class org.jivesoftware.openfire.auth.AuthorizationBasedAuthProviderMapper
-
Name of the property of which the value is expected to be the classname of the AuthProvider which will serve the administrative users.
- PROPERTY_ADMINPROVIDER_CLASSNAME - Static variable in class org.jivesoftware.openfire.user.AuthorizationBasedUserProviderMapper
-
Name of the property of which the value is expected to be the classname of the UserProvider which will serve the administrative users.
- property_deleted - org.jivesoftware.openfire.muc.spi.MUCServicePropertyEventDispatcher.EventType
-
A property was deleted.
- property_deleted - org.jivesoftware.util.PropertyEventDispatcher.EventType
-
A property was deleted.
- PROPERTY_ENABLED - Static variable in class org.jivesoftware.openfire.muc.spi.IQMuclumbusSearchHandler
- PROPERTY_ENABLED - Static variable in class org.jivesoftware.openfire.muc.spi.IQMUCvCardHandler
-
Controls if MUC occupants can request vCards / avatars.
- PROPERTY_EXTERNALIP - Static variable in class org.jivesoftware.openfire.filetransfer.proxy.FileTransferProxy
-
Name of the property that hardcodes the external IP that is being listened on.
- PROPERTY_MAPPER_CLASSNAME - Static variable in class org.jivesoftware.openfire.auth.MappedAuthProvider
-
Name of the property of which the value is expected to be the classname of the AuthProviderMapper instance to be used by instances of this class.
- PROPERTY_MAPPER_CLASSNAME - Static variable in class org.jivesoftware.openfire.user.MappedUserProvider
-
Name of the property of which the value is expected to be the classname of the UserProviderMapper instance to be used by instances of this class.
- PROPERTY_MAPPER_CLASSNAME - Static variable in class org.jivesoftware.openfire.user.property.MappedUserPropertyProvider
-
Name of the property of which the value is expected to be the classname of the UserPropertyProviderMapper instance to be used by instances of this class.
- PROPERTY_NAMES - Static variable in class org.jivesoftware.database.DefaultConnectionProviderBeanInfo
- PROPERTY_OVERWRITE_EMPTY_TO - Static variable in class org.jivesoftware.openfire.net.StanzaHandler
- PROPERTY_RESIZE_ON_CREATE - Static variable in class org.jivesoftware.openfire.vcard.PhotoResizer
- PROPERTY_RESIZE_ON_CREATE_DEFAULT - Static variable in class org.jivesoftware.openfire.vcard.PhotoResizer
- PROPERTY_RESIZE_ON_LOAD - Static variable in class org.jivesoftware.openfire.vcard.PhotoResizer
- PROPERTY_RESIZE_ON_LOAD_DEFAULT - Static variable in class org.jivesoftware.openfire.vcard.PhotoResizer
- PROPERTY_SASL_EXTERNAL_CLIENT_SUPPRESS_MATCHING_REALMNAME - Static variable in class org.jivesoftware.openfire.sasl.ExternalClientSaslServer
- PROPERTY_SASL_EXTERNAL_SERVER_REQUIRE_AUTHZID - Static variable in class org.jivesoftware.openfire.sasl.ExternalServerSaslServer
-
This property controls if the inbound connection is required to provide an authorization identity in the SASL EXTERNAL handshake (as part of an `auth` element).
- property_set - org.jivesoftware.openfire.muc.spi.MUCServicePropertyEventDispatcher.EventType
-
A property was set.
- property_set - org.jivesoftware.util.PropertyEventDispatcher.EventType
-
A property was set.
- PROPERTY_TARGETDIMENSION - Static variable in class org.jivesoftware.openfire.vcard.PhotoResizer
- PROPERTY_TARGETDIMENSION_DEFAULT - Static variable in class org.jivesoftware.openfire.vcard.PhotoResizer
- PROPERTY_USE_NONBLOCKING_CLUSTERTASKS - Static variable in class org.jivesoftware.openfire.muc.spi.OccupantManager
-
Controls if blocking or non-blocking tasks are used when synchronizing MUC occupant data over an Openfire cluster.
- PROPERTY_USERPROVIDER_CLASSNAME - Static variable in class org.jivesoftware.openfire.auth.AuthorizationBasedAuthProviderMapper
-
Name of the property of which the value is expected to be the classname of the AuthProvider which will serve the regular, non-administrative users.
- PROPERTY_USERPROVIDER_CLASSNAME - Static variable in class org.jivesoftware.openfire.user.AuthorizationBasedUserProviderMapper
-
Name of the property of which the value is expected to be the classname of the UserProvider which will serve the regular, non-administrative users.
- propertyAddedPostProcess(Group, String) - Method in class org.jivesoftware.openfire.group.GroupManager
-
Updates the caches maintained by this manager and dispatches events that reflect a group having received a new property.
- PropertyBasedAuthProviderMapper - Class in org.jivesoftware.openfire.auth
-
A
AuthProviderMapper
that can be used to draw some users from another source than the other users. - PropertyBasedAuthProviderMapper() - Constructor for class org.jivesoftware.openfire.auth.PropertyBasedAuthProviderMapper
- PropertyBasedUserProviderMapper - Class in org.jivesoftware.openfire.user
-
A
UserProviderMapper
that can be used to draw some users from another source than the other users. - PropertyBasedUserProviderMapper() - Constructor for class org.jivesoftware.openfire.user.PropertyBasedUserProviderMapper
- PropertyClusterEventTask - Class in org.jivesoftware.util
-
This task updates or deletes a property in a cluster node's property map.
- PropertyClusterEventTask() - Constructor for class org.jivesoftware.util.PropertyClusterEventTask
- propertyDeleted(String, String, Map<String, Object>) - Method in class org.jivesoftware.openfire.muc.MultiUserChatManager
- propertyDeleted(String, String, Map<String, Object>) - Method in interface org.jivesoftware.openfire.muc.spi.MUCServicePropertyEventListener
-
A property was deleted.
- propertyDeleted(String, Map) - Method in class org.jivesoftware.openfire.ldap.LdapVCardProvider
- propertyDeleted(String, Map<String, Object>) - Method in class org.jivesoftware.openfire.audit.spi.AuditManagerImpl
- propertyDeleted(String, Map<String, Object>) - Method in class org.jivesoftware.openfire.auth.JDBCAuthProvider
- propertyDeleted(String, Map<String, Object>) - Method in class org.jivesoftware.openfire.container.PluginMonitor
- propertyDeleted(String, Map<String, Object>) - Method in class org.jivesoftware.openfire.pubsub.PubSubModule
- propertyDeleted(String, Map<String, Object>) - Method in class org.jivesoftware.openfire.spi.ConnectionManagerImpl
- propertyDeleted(String, Map<String, Object>) - Method in interface org.jivesoftware.util.PropertyEventListener
-
A property was deleted.
- propertyDeletedPostProcess(Group, String, String) - Method in class org.jivesoftware.openfire.group.GroupManager
-
Updates the caches maintained by this manager and dispatches events that reflect a group having one of its properties removed.
- 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.
- PropertyMapping(String) - Constructor for class org.jivesoftware.admin.LdapUserTester.PropertyMapping
- propertyModifiedPostProcess(Group, String, String) - Method in class org.jivesoftware.openfire.group.GroupManager
-
Updates the caches maintained by this manager and dispatches events that reflect a group having received a modification to one of its properties.
- propertySet(String, String, Map<String, Object>) - Method in class org.jivesoftware.openfire.muc.MultiUserChatManager
- propertySet(String, String, Map<String, Object>) - Method in interface org.jivesoftware.openfire.muc.spi.MUCServicePropertyEventListener
-
A property was set.
- propertySet(String, Map) - Method in class org.jivesoftware.openfire.ldap.LdapVCardProvider
- propertySet(String, Map<String, Object>) - Method in class org.jivesoftware.openfire.audit.spi.AuditManagerImpl
- propertySet(String, Map<String, Object>) - Method in class org.jivesoftware.openfire.auth.JDBCAuthProvider
-
Support a subset of JDBCAuthProvider properties when updated via REST, web GUI, or other sources.
- propertySet(String, Map<String, Object>) - Method in class org.jivesoftware.openfire.container.PluginMonitor
- propertySet(String, Map<String, Object>) - Method in class org.jivesoftware.openfire.pubsub.PubSubModule
- propertySet(String, Map<String, Object>) - Method in class org.jivesoftware.openfire.spi.ConnectionManagerImpl
- propertySet(String, Map<String, Object>) - Method in interface org.jivesoftware.util.PropertyEventListener
-
A property was set.
- PROVIDER - Static variable in class org.jivesoftware.openfire.keystore.CertificateStore
- PROVIDER - Static variable in class org.jivesoftware.openfire.pubsub.PubSubPersistenceProviderManager
- provideRosterItem(JID, String, List<String>, boolean, boolean) - Method in class org.jivesoftware.openfire.roster.Roster
-
Generate a new RosterItem for use with createRosterItem.
- providersByPrefix - Variable in class org.jivesoftware.openfire.auth.PropertyBasedAuthProviderMapper
- providersByPrefix - Variable in class org.jivesoftware.openfire.user.PropertyBasedUserProviderMapper
- proxy - Variable in class org.jivesoftware.openfire.container.PluginServletContext
- PROXY_AUTH - Static variable in class org.jivesoftware.openfire.net.SASLAuthentication
- PROXY_HOST - Static variable in class org.jivesoftware.openfire.update.UpdateManager
- PROXY_PORT - Static variable in class org.jivesoftware.openfire.update.UpdateManager
- ProxyCandidate - Interface in org.jivesoftware.openfire.mediaproxy
-
Basic interface to access a Candidate provided by a Session
- ProxyConnectionManager - Class in org.jivesoftware.openfire.filetransfer.proxy
-
Manages the connections to the proxy server.
- ProxyConnectionManager(FileTransferManager) - Constructor for class org.jivesoftware.openfire.filetransfer.proxy.ProxyConnectionManager
- ProxyOutputStream - Class in org.jivesoftware.openfire.filetransfer.proxy
-
An output stream which tracks the amount of bytes transfered by proxy sockets.
- ProxyOutputStream(OutputStream) - Constructor for class org.jivesoftware.openfire.filetransfer.proxy.ProxyOutputStream
- ProxyTransfer - Interface in org.jivesoftware.openfire.filetransfer.proxy
-
Tracks the different connections related to a proxy file transfer.
- pstmt - Variable in class org.jivesoftware.database.PreparedStatementWrapper
- PublishedItem - Class in org.jivesoftware.openfire.pubsub
-
A published item to a node.
- PublishedItem.UniqueIdentifier - Class in org.jivesoftware.openfire.pubsub
-
A unique identifier for an item, in context of all nodes of all services in the system.
- publisher - org.jivesoftware.openfire.pubsub.Node.ItemReplyPolicy
-
Dynamically specify a replyto of the item publisher.
- publisher - org.jivesoftware.openfire.pubsub.NodeAffiliate.Affiliation
-
A publisher can subscribe and publish items to the node.
- publisherModel - Variable in class org.jivesoftware.openfire.pubsub.Node
-
Publisher model that specifies who is allowed to publish items to the node.
- PublisherModel - Class in org.jivesoftware.openfire.pubsub.models
-
Policy that defines who is allowed to publish items to the node.
- PublisherModel() - Constructor for class org.jivesoftware.openfire.pubsub.models.PublisherModel
- publishers - Static variable in class org.jivesoftware.openfire.pubsub.models.PublisherModel
- publishItems(JID, List<Element>) - Method in class org.jivesoftware.openfire.pubsub.LeafNode
-
Publishes the list of items to the node.
- PUBSUB_ALLOWED_TO_CREATE - Static variable in class org.jivesoftware.openfire.pubsub.PubSubModule
-
Bare jids of users that are allowed to create nodes.
- PUBSUB_CREATE_ANYONE - Static variable in class org.jivesoftware.openfire.pubsub.PubSubModule
-
Returns the permission policy for creating nodes.
- PUBSUB_SYSADMINS - Static variable in class org.jivesoftware.openfire.pubsub.PubSubModule
-
Bare jids of users that are system administrators of the PubSub service.
- PubSubEngine - Class in org.jivesoftware.openfire.pubsub
-
A PubSubEngine is responsible for handling packets sent to a pub-sub service.
- PubSubEngine(PacketRouter) - Constructor for class org.jivesoftware.openfire.pubsub.PubSubEngine
- PubSubEngine.CreateNodeResponse - Class in org.jivesoftware.openfire.pubsub
-
Response Object returned by createNodeHelper method
- pubsubError - Variable in class org.jivesoftware.openfire.pubsub.PubSubEngine.CreateNodeResponse
- PubSubInfo - Class in org.jivesoftware.openfire.pubsub
-
A PubSubService manager that is specific to the implemenation of XEP-60: Publish-Subscribe.
- PubSubInfo() - Constructor for class org.jivesoftware.openfire.pubsub.PubSubInfo
- PubSubModule - Class in org.jivesoftware.openfire.pubsub
-
Module that implements XEP-60: Publish-Subscribe.
- PubSubModule() - Constructor for class org.jivesoftware.openfire.pubsub.PubSubModule
- PubsubNodeResultFilter - Class in org.jivesoftware.openfire.pubsub
-
Filters and sorts lists of pubsub nodes.
- PubsubNodeResultFilter() - Constructor for class org.jivesoftware.openfire.pubsub.PubsubNodeResultFilter
- PubSubPersistenceProvider - Interface in org.jivesoftware.openfire.pubsub
-
Defines an implementation responsible for persisting pubsub-related data to a backend data store.
- PubSubPersistenceProviderManager - Class in org.jivesoftware.openfire.pubsub
-
Manages the persistence provider used to manage pubsub data in persistent storage.
- PubSubService - Interface in org.jivesoftware.openfire.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.
- PubSubService.UniqueIdentifier - Class in org.jivesoftware.openfire.pubsub
-
A unique identifier for an item, in context of all nodes of all services in the system.
- PubSubServiceInfo - Class in org.jivesoftware.openfire.pubsub
- PubSubServiceInfo(PubSubService) - Constructor for class org.jivesoftware.openfire.pubsub.PubSubServiceInfo
- PubSubServiceInfo.listType - Enum in org.jivesoftware.openfire.pubsub
- purge() - Method in class org.jivesoftware.openfire.muc.HistoryStrategy
-
Removes all history that is maintained for this instance.
- purge() - Method in class org.jivesoftware.openfire.muc.MUCRoomHistory
-
Removes all history that is maintained for this instance.
- purge() - Method in class org.jivesoftware.openfire.pubsub.LeafNode
-
Purges items that were published to the node.
- purgeNode(LeafNode) - Method in class org.jivesoftware.openfire.pubsub.CachingPubsubPersistenceProvider
- purgeNode(LeafNode) - Method in class org.jivesoftware.openfire.pubsub.DefaultPubSubPersistenceProvider
- purgeNode(LeafNode) - Method in class org.jivesoftware.openfire.pubsub.InMemoryPubSubPersistenceProvider
- purgeNode(LeafNode) - Method in interface org.jivesoftware.openfire.pubsub.PubSubPersistenceProvider
- purgeQueue() - Method in class org.jivesoftware.openfire.muc.spi.FMUCHandler.OutboundJoinProgress
-
Retrieve and clean the list of stanzas that have been queued after federation was initiated, but before it was finished.
- pushBlocklistUpdates(User, Collection<JID>) - Method in class org.jivesoftware.openfire.handler.IQBlockingHandler
-
Sends an IQ-set with the newly blocked JIDs to all resources of the user that have requested the blocklist.
- pushBlocklistUpdates(User, List<JID>) - Method in class org.jivesoftware.openfire.handler.IQBlockingHandler
-
Sends an IQ-set with the newly blocked JIDs to all resources of the user that have requested the blocklist.
- put(String, String) - Method in class org.jivesoftware.openfire.muc.spi.MUCServiceProperties
- put(String, String) - Method in class org.jivesoftware.util.JiveProperties
- put(String, String, boolean) - Method in class org.jivesoftware.util.JiveProperties
-
Saves a property, optionally encrypting it
- put(K, V) - Method in class org.jivesoftware.openfire.group.ConcurrentGroupMap
- put(K, V) - Method in class org.jivesoftware.openfire.group.DefaultGroupPropertyMap
- put(K, V) - Method in class org.jivesoftware.util.cache.CacheWrapper
- put(K, V) - Method in class org.jivesoftware.util.cache.CaffeineCache
-
Associates the specified value with the specified key in this map (optional operation).
- put(K, V) - Method in class org.jivesoftware.util.cache.DefaultCache
- put(K, V) - Method in class org.jivesoftware.util.cache.SerializingCache
- put(K, V, boolean) - Method in class org.jivesoftware.openfire.group.DefaultGroupPropertyMap
-
Custom method to put properties into the map, optionally without triggering persistence.
- put(K, V, boolean) - Method in class org.jivesoftware.util.PersistableMap
-
Custom method to put properties into the map, optionally without triggering persistence.
- putAll(Map<? extends String, ? extends String>) - Method in class org.jivesoftware.openfire.muc.spi.MUCServiceProperties
- putAll(Map<? extends String, ? extends String>) - Method in class org.jivesoftware.util.JiveProperties
- putAll(Map<? extends K, ? extends V>) - Method in class org.jivesoftware.openfire.group.ConcurrentGroupMap
- putAll(Map<? extends K, ? extends V>) - Method in class org.jivesoftware.util.cache.CacheWrapper
- putAll(Map<? extends K, ? extends V>) - Method in class org.jivesoftware.util.cache.CaffeineCache
-
Copies all of the mappings from the specified map to this map (optional operation).
- putAll(Map<? extends K, ? extends V>) - Method in class org.jivesoftware.util.cache.DefaultCache
- putAll(Map<? extends K, ? extends V>) - Method in class org.jivesoftware.util.cache.SerializingCache
- putIfAbsent(K, V) - Method in class org.jivesoftware.openfire.group.ConcurrentGroupMap
Q
- query(Component, IQ, long) - Method in class org.jivesoftware.openfire.component.InternalComponentManager
- query(Component, IQ, IQResultListener) - Method in class org.jivesoftware.openfire.component.InternalComponentManager
- queue(DomainPair, Packet) - Method in class org.jivesoftware.openfire.server.OutgoingSessionPromise
-
Queues a stanza for delivery to a remote domain after an ongoing process to establish that connection has finished.
- QUEUE_MAX_THREADS - Static variable in class org.jivesoftware.openfire.server.OutgoingSessionPromise
- QUEUE_MAX_THREADS - Static variable in class org.jivesoftware.openfire.session.ConnectionSettings.Server
- QUEUE_MIN_THREADS - Static variable in class org.jivesoftware.openfire.server.OutgoingSessionPromise
- QUEUE_MIN_THREADS - Static variable in class org.jivesoftware.openfire.session.ConnectionSettings.Server
- QUEUE_SIZE - Static variable in class org.jivesoftware.openfire.server.OutgoingSessionPromise
- QUEUE_SIZE - Static variable in class org.jivesoftware.openfire.session.ConnectionSettings.Server
- QUEUE_THREAD_TIMEOUT - Static variable in class org.jivesoftware.openfire.server.OutgoingSessionPromise
- queueOrPush(Packet) - Method in class org.jivesoftware.openfire.csi.CsiManager
-
Queues an unimportant stanza for later delivery, or returns the entire queue (including the argument) to be sent to the client.
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.
- rate - org.jivesoftware.openfire.stats.Statistic.Type
-
The average rate over time.
- read() - Method in class org.jivesoftware.util.Base64.InputStream
-
Reads enough of the input stream to convert to/from Base64 and returns the next byte.
- read(byte[], int, int) - Method in class org.jivesoftware.util.Base64.InputStream
-
Calls
Base64.InputStream.read()
repeatedly until the end of stream is reached or len bytes are read. - read(char[]) - Method in class org.dom4j.io.XMPPPacketReader
-
Reads a Document from the given array of characters
- read(ByteBuf) - Method in class org.jivesoftware.openfire.nio.XMLLightweightParser
- read(File) - Method in class org.dom4j.io.XMPPPacketReader
-
Reads a Document from the given
File
- read(InputStream) - Method in class org.dom4j.io.XMPPPacketReader
-
Reads a Document from the given stream
- read(InputStream, String) - Method in class org.dom4j.io.XMPPPacketReader
-
Reads a Document from the given stream
- read(Reader) - Method in class org.dom4j.io.XMPPPacketReader
-
Reads a Document from the given
Reader
- read(Reader, String) - Method in class org.dom4j.io.XMPPPacketReader
-
Reads a Document from the given
Reader
- read(String) - Method in class org.dom4j.io.XMPPPacketReader
-
Reads a Document from the given URL or filename.
- read(String, InputStream) - Method in class org.dom4j.io.XMPPPacketReader
-
Reads a Document from the given stream
- read(URL) - Method in class org.dom4j.io.XMPPPacketReader
-
Reads a Document from the given
URL
- READ_BYTES - Static variable in class org.jivesoftware.openfire.nio.NettyConnectionHandler
- readBoolean(DataInput) - Method in class org.jivesoftware.util.cache.DefaultExternalizableUtil
- readBoolean(DataInput) - Method in class org.jivesoftware.util.cache.ExternalizableUtil
- readBoolean(DataInput) - Method in interface org.jivesoftware.util.cache.ExternalizableUtilStrategy
- readByteArray(DataInput) - Method in class org.jivesoftware.util.cache.DefaultExternalizableUtil
- readByteArray(DataInput) - Method in class org.jivesoftware.util.cache.ExternalizableUtil
- readByteArray(DataInput) - Method in interface org.jivesoftware.util.cache.ExternalizableUtilStrategy
- readDocument(File) - Static method in class org.jivesoftware.util.SAXReaderUtil
-
Parses an XML Document from the content provided by a file.
- readDocument(InputStream) - Static method in class org.jivesoftware.util.SAXReaderUtil
-
Parses an XML Document from the content provided by an input stream.
- readDocument(Reader) - Static method in class org.jivesoftware.util.SAXReaderUtil
-
Parses an XML Document from the content provided by a reader.
- readDocument(String) - Static method in class org.jivesoftware.util.SAXReaderUtil
-
Parses an XML Document from the provided text.
- readDocumentAsync(File) - Static method in class org.jivesoftware.util.SAXReaderUtil
-
Schedules parsing of content of afile into an XML Document as an asynchronous process.
- readDocumentAsync(InputStream) - Static method in class org.jivesoftware.util.SAXReaderUtil
-
Schedules parsing of the provided input stream into an XML Document as an asynchronous process.
- readDocumentAsync(Reader) - Static method in class org.jivesoftware.util.SAXReaderUtil
-
Schedules parsing of the provided reader into an XML Document as an asynchronous process.
- readDocumentAsync(String) - Static method in class org.jivesoftware.util.SAXReaderUtil
-
Schedules parsing of the provided text into an XML Document as an asynchronous process.
- readExternal(ObjectInput) - Method in class org.jivesoftware.openfire.archive.GetArchiveWriteETATask
- readExternal(ObjectInput) - Method in class org.jivesoftware.openfire.cluster.BroadcastMessage
- readExternal(ObjectInput) - Method in class org.jivesoftware.openfire.cluster.GetBasicStatistics
- readExternal(ObjectInput) - Method in class org.jivesoftware.openfire.cluster.GetClusteredVersions
- readExternal(ObjectInput) - Method in class org.jivesoftware.openfire.cluster.IQResultListenerTask
- readExternal(ObjectInput) - Method in class org.jivesoftware.openfire.cluster.NodeID
- readExternal(ObjectInput) - Method in class org.jivesoftware.openfire.cluster.RemotePacketExecution
- readExternal(ObjectInput) - Method in class org.jivesoftware.openfire.component.NotifyComponentInfo
- readExternal(ObjectInput) - Method in class org.jivesoftware.openfire.component.NotifyComponentRegistered
- readExternal(ObjectInput) - Method in class org.jivesoftware.openfire.component.NotifyComponentUnregistered
- readExternal(ObjectInput) - Method in class org.jivesoftware.openfire.component.RequestComponentInfoNotification
- readExternal(ObjectInput) - Method in class org.jivesoftware.openfire.container.GetAdminConsoleInfoTask
- readExternal(ObjectInput) - Method in class org.jivesoftware.openfire.container.IsPluginInstalledTask
- readExternal(ObjectInput) - Method in class org.jivesoftware.openfire.entitycaps.EntityCapabilities
- readExternal(ObjectInput) - Method in class org.jivesoftware.openfire.group.Group
- readExternal(ObjectInput) - Method in class org.jivesoftware.openfire.handler.DirectedPresence
- readExternal(ObjectInput) - Method in class org.jivesoftware.openfire.lockout.LockOutFlag
- readExternal(ObjectInput) - Method in class org.jivesoftware.openfire.muc.cluster.MUCServicePropertyClusterEventTask
- readExternal(ObjectInput) - Method in class org.jivesoftware.openfire.muc.cluster.NewClusterMemberJoinedTask
- readExternal(ObjectInput) - Method in class org.jivesoftware.openfire.muc.cluster.OccupantAddedTask
- readExternal(ObjectInput) - Method in class org.jivesoftware.openfire.muc.cluster.OccupantKickedForNicknameTask
- readExternal(ObjectInput) - Method in class org.jivesoftware.openfire.muc.cluster.OccupantRemovedTask
- readExternal(ObjectInput) - Method in class org.jivesoftware.openfire.muc.cluster.OccupantUpdatedTask
- readExternal(ObjectInput) - Method in class org.jivesoftware.openfire.muc.cluster.ServiceAddedEvent
- readExternal(ObjectInput) - Method in class org.jivesoftware.openfire.muc.cluster.ServiceRemovedEvent
- readExternal(ObjectInput) - Method in class org.jivesoftware.openfire.muc.cluster.ServiceUpdatedEvent
- readExternal(ObjectInput) - Method in class org.jivesoftware.openfire.muc.cluster.SyncLocalOccupantsAndSendJoinPresenceTask
- readExternal(ObjectInput) - Method in class org.jivesoftware.openfire.muc.HistoryStrategy.Messages
- readExternal(ObjectInput) - Method in class org.jivesoftware.openfire.muc.HistoryStrategy
- readExternal(ObjectInput) - Method in class org.jivesoftware.openfire.muc.MUCRole
- readExternal(ObjectInput) - Method in class org.jivesoftware.openfire.muc.MUCRoom
- readExternal(ObjectInput) - Method in class org.jivesoftware.openfire.muc.MUCRoomHistory
- readExternal(ObjectInput) - Method in class org.jivesoftware.openfire.privacy.PrivacyList
- readExternal(ObjectInput) - Method in class org.jivesoftware.openfire.pubsub.cluster.AffiliationTask
- readExternal(ObjectInput) - Method in class org.jivesoftware.openfire.pubsub.cluster.FlushTask
- readExternal(ObjectInput) - Method in class org.jivesoftware.openfire.pubsub.cluster.NodeTask
- readExternal(ObjectInput) - Method in class org.jivesoftware.openfire.pubsub.cluster.SubscriptionTask
- readExternal(ObjectInput) - Method in class org.jivesoftware.openfire.pubsub.CollectionNode
- readExternal(ObjectInput) - Method in class org.jivesoftware.openfire.pubsub.LeafNode
- readExternal(ObjectInput) - Method in class org.jivesoftware.openfire.pubsub.Node
- readExternal(ObjectInput) - Method in class org.jivesoftware.openfire.roster.Roster
- readExternal(ObjectInput) - Method in class org.jivesoftware.openfire.roster.RosterItem
- readExternal(ObjectInput) - Method in class org.jivesoftware.openfire.server.RemoteServerConfiguration
- readExternal(ObjectInput) - Method in class org.jivesoftware.openfire.session.ClientSessionInfo
- readExternal(ObjectInput) - Method in class org.jivesoftware.openfire.session.ClientSessionTask
- readExternal(ObjectInput) - Method in class org.jivesoftware.openfire.session.ComponentSessionTask
- readExternal(ObjectInput) - Method in class org.jivesoftware.openfire.session.DeliverRawTextTask
- readExternal(ObjectInput) - Method in class org.jivesoftware.openfire.session.GetSessionsCountTask
- readExternal(ObjectInput) - Method in class org.jivesoftware.openfire.session.IncomingServerSessionInfo
- readExternal(ObjectInput) - Method in class org.jivesoftware.openfire.session.IncomingServerSessionTask
- readExternal(ObjectInput) - Method in class org.jivesoftware.openfire.session.OutgoingServerSessionTask
- readExternal(ObjectInput) - Method in class org.jivesoftware.openfire.session.ProcessPacketTask
- readExternal(ObjectInput) - Method in class org.jivesoftware.openfire.session.RemoteSessionTask
- readExternal(ObjectInput) - Method in class org.jivesoftware.openfire.spi.ClientRoute
- readExternal(ObjectInput) - Method in class org.jivesoftware.openfire.user.User
- readExternal(ObjectInput) - Method in class org.jivesoftware.util.PropertyClusterEventTask
- readExternalizableCollection(DataInput, Collection<? extends Externalizable>, ClassLoader) - Method in class org.jivesoftware.util.cache.DefaultExternalizableUtil
-
Reads a collection of Externalizable objects and adds them to the collection passed as a parameter.
- readExternalizableCollection(DataInput, Collection<? extends Externalizable>, ClassLoader) - Method in class org.jivesoftware.util.cache.ExternalizableUtil
-
Reads a collection of Externalizable objects and adds them to the collection passed as a parameter.
- readExternalizableCollection(DataInput, Collection<? extends Externalizable>, ClassLoader) - Method in interface org.jivesoftware.util.cache.ExternalizableUtilStrategy
- readExternalizableMap(DataInput, Map<String, ? extends Externalizable>, ClassLoader) - Method in class org.jivesoftware.util.cache.DefaultExternalizableUtil
-
Reads a Map of String key and value pairs.
- readExternalizableMap(DataInput, Map<String, ? extends Externalizable>, ClassLoader) - Method in class org.jivesoftware.util.cache.ExternalizableUtil
-
Reads a Map of String key and value pairs.
- readExternalizableMap(DataInput, Map<String, ? extends Externalizable>, ClassLoader) - Method in interface org.jivesoftware.util.cache.ExternalizableUtilStrategy
- readInt(DataInput) - Method in class org.jivesoftware.util.cache.DefaultExternalizableUtil
- readInt(DataInput) - Method in class org.jivesoftware.util.cache.ExternalizableUtil
- readInt(DataInput) - Method in interface org.jivesoftware.util.cache.ExternalizableUtilStrategy
- readLong(DataInput) - Method in class org.jivesoftware.util.cache.DefaultExternalizableUtil
- readLong(DataInput) - Method in class org.jivesoftware.util.cache.ExternalizableUtil
- readLong(DataInput) - Method in interface org.jivesoftware.util.cache.ExternalizableUtilStrategy
- readLongArray(DataInput) - Method in class org.jivesoftware.util.cache.DefaultExternalizableUtil
-
Reads an array of long values.
- readLongArray(DataInput) - Method in class org.jivesoftware.util.cache.ExternalizableUtil
-
Reads an array of long values.
- readLongArray(DataInput) - Method in interface org.jivesoftware.util.cache.ExternalizableUtilStrategy
-
Reads an array of long values.
- readLongIntMap(DataInput) - Method in class org.jivesoftware.util.cache.DefaultExternalizableUtil
-
Reads a Map of Long key and Integer value pairs.
- readLongIntMap(DataInput) - Method in class org.jivesoftware.util.cache.ExternalizableUtil
-
Reads a Map of Long key and Integer value pairs.
- readLongIntMap(DataInput) - Method in interface org.jivesoftware.util.cache.ExternalizableUtilStrategy
-
Reads a Map of Long key and Integer value pairs.
- readObject(DataInput) - Static method in class org.jivesoftware.util.cache.DefaultExternalizableUtil
- readObject(ClassLoader, DataInput) - Static method in class org.jivesoftware.util.cache.DefaultExternalizableUtil
- readRootElement(File) - Static method in class org.jivesoftware.util.SAXReaderUtil
-
Parses an XML Document from the content provided by a file and returns the root element of the document.
- readRootElement(InputStream) - Static method in class org.jivesoftware.util.SAXReaderUtil
-
Parses an XML Document from the content provided by an input stream and returns the root element of the document.
- readRootElement(Reader) - Static method in class org.jivesoftware.util.SAXReaderUtil
-
Parses an XML Document from the content provided by a reader and returns the root element of the document.
- readRootElement(String) - Static method in class org.jivesoftware.util.SAXReaderUtil
-
Parses an XML Document from the provided text and returns the root element of the document.
- readSafeUTF(DataInput) - Method in class org.jivesoftware.util.cache.DefaultExternalizableUtil
- readSafeUTF(DataInput) - Method in class org.jivesoftware.util.cache.ExternalizableUtil
- readSafeUTF(DataInput) - Method in interface org.jivesoftware.util.cache.ExternalizableUtilStrategy
- readSerializable(DataInput) - Method in class org.jivesoftware.util.cache.DefaultExternalizableUtil
- readSerializable(DataInput) - Method in class org.jivesoftware.util.cache.ExternalizableUtil
- readSerializable(DataInput) - Method in interface org.jivesoftware.util.cache.ExternalizableUtilStrategy
- readSerializableCollection(DataInput, Collection<? extends Serializable>, ClassLoader) - Method in class org.jivesoftware.util.cache.DefaultExternalizableUtil
-
Reads a collection of Serializable objects and adds them to the collection passed as a parameter.
- readSerializableCollection(DataInput, Collection<? extends Serializable>, ClassLoader) - Method in class org.jivesoftware.util.cache.ExternalizableUtil
-
Reads a collection of Serializable objects and adds them to the collection passed as a parameter.
- readSerializableCollection(DataInput, Collection<? extends Serializable>, ClassLoader) - Method in interface org.jivesoftware.util.cache.ExternalizableUtilStrategy
- readSerializableMap(DataInput, Map<? extends Serializable, ? extends Serializable>, ClassLoader) - Method in class org.jivesoftware.util.cache.DefaultExternalizableUtil
-
Reads a Map of Serializable key and value pairs.
- readSerializableMap(DataInput, Map<? extends Serializable, ? extends Serializable>, ClassLoader) - Method in class org.jivesoftware.util.cache.ExternalizableUtil
-
Reads a Map of Serializable key and value pairs.
- readSerializableMap(DataInput, Map<? extends Serializable, ? extends Serializable>, ClassLoader) - Method in interface org.jivesoftware.util.cache.ExternalizableUtilStrategy
- readSizeForAllUsers() - Method in class org.jivesoftware.openfire.OfflineMessageStore
- readStringList(DataInput) - Method in class org.jivesoftware.util.cache.DefaultExternalizableUtil
-
Reads a List of Strings.
- readStringList(DataInput) - Method in class org.jivesoftware.util.cache.ExternalizableUtil
-
Reads a List of Strings.
- readStringList(DataInput) - Method in interface org.jivesoftware.util.cache.ExternalizableUtilStrategy
-
Reads a List of Strings.
- readStringMap(DataInput) - Method in class org.jivesoftware.util.cache.DefaultExternalizableUtil
-
Reads a Map of String key and value pairs.
- readStringMap(DataInput) - Method in class org.jivesoftware.util.cache.ExternalizableUtil
-
Reads a Map of String key and value pairs.
- readStringMap(DataInput) - Method in interface org.jivesoftware.util.cache.ExternalizableUtilStrategy
-
Reads a Map of String key and value pairs.
- readStrings(DataInput, Collection<String>) - Method in class org.jivesoftware.util.cache.DefaultExternalizableUtil
- readStrings(DataInput, Collection<String>) - Method in class org.jivesoftware.util.cache.ExternalizableUtil
-
Reads the string array from the input stream and adds them to the specified collection.
- readStrings(DataInput, Collection<String>) - Method in interface org.jivesoftware.util.cache.ExternalizableUtilStrategy
- readStringsMap(DataInput, Map<String, Set<String>>) - Method in class org.jivesoftware.util.cache.DefaultExternalizableUtil
-
Reads a Map of String key and Set of Strings value pairs.
- readStringsMap(DataInput, Map<String, Set<String>>) - Method in class org.jivesoftware.util.cache.ExternalizableUtil
-
Reads a Map of String key and Set of Strings value pairs.
- readStringsMap(DataInput, Map<String, Set<String>>) - Method in interface org.jivesoftware.util.cache.ExternalizableUtilStrategy
- readXML(DataInput) - Method in class org.jivesoftware.util.cache.ExternalizableUtil
-
Reads an XML element from the input stream.
- REALM - Static variable in class org.jivesoftware.openfire.net.SASLAuthentication
- reattach(LocalSession, long) - Method in class org.jivesoftware.openfire.session.LocalClientSession
- reattach(LocalSession, long) - Method in class org.jivesoftware.openfire.session.LocalComponentSession
- reattach(LocalSession, long) - Method in class org.jivesoftware.openfire.session.LocalConnectionMultiplexerSession
- reattach(LocalSession, long) - Method in class org.jivesoftware.openfire.session.LocalServerSession
- reattach(LocalSession, long) - Method in class org.jivesoftware.openfire.session.LocalSession
-
Reattach the (existing) session to the connection provided by a new session (a session that will be replaced by the older, pre-existing session).
- Received - Class in org.jivesoftware.openfire.carbons
-
The implementation of the
<received xmlns="urn:xmpp:carbons:2"/>
extension. - Received(Forwarded) - Constructor for class org.jivesoftware.openfire.carbons.Received
- receivedAnswer(IQ) - Method in class org.jivesoftware.openfire.entitycaps.EntityCapabilitiesManager
- receivedAnswer(IQ) - Method in class org.jivesoftware.openfire.MulticastRouter
- recomputeNonPersistentRoomCount() - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRoomManager
-
Iterates over all MUC rooms (in the cache, non-cached rooms are obviously not non-persistent) and counts the number of non-persistent rooms.
- reconfigure(ConnectionConfiguration) - Method in class org.jivesoftware.openfire.spi.ConnectionAcceptor
-
Reloads the acceptor configuration, without causing a disconnect of already established connections.
- reconfigure(ConnectionConfiguration) - Method in class org.jivesoftware.openfire.spi.NettyConnectionAcceptor
- recordFailedAttempt(String, String) - Method in class org.jivesoftware.admin.LoginLimitManager
-
Records a failed connection attempt.
- recordFailedLogin(String) - Method in class org.jivesoftware.openfire.lockout.LockOutManager
-
"Records" (notifies all listeners) that a failed login occurred.
- recordSuccessfulAttempt(String, String) - Method in class org.jivesoftware.admin.LoginLimitManager
-
Clears failed login attempts if a success occurs.
- recoverable - org.jivesoftware.openfire.http.BoshBindingError.Type
-
In the case of a recoverable binding error the client MUST repeat the HTTP request and all the preceding HTTP requests that have not received responses.
- RECURSE - Static variable in class org.jivesoftware.openfire.server.RemoteServerManager
-
Defines if the permission setting for server-to-server connection applies recursively for subdomains.
- RECV_NONE - Static variable in class org.jivesoftware.openfire.roster.RosterItem
-
There are no subscriptions that have been received but not presented to the user.
- RECV_SUBSCRIBE - Static variable in class org.jivesoftware.openfire.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.openfire.roster.RosterItem
-
The server has received an unsubscribe request, but has not forwarded it to the user.
- recvStatus - Variable in class org.jivesoftware.openfire.roster.RosterItem
- redescribeGroupPostProcess(Group, String) - Method in class org.jivesoftware.openfire.group.GroupManager
-
Updates the caches maintained by this manager and dispatches events that reflect a group having received a new description.
- ReEnableUser - Class in org.jivesoftware.openfire.commands.admin.user
-
Re-Enables a user.
- ReEnableUser() - Constructor for class org.jivesoftware.openfire.commands.admin.user.ReEnableUser
- REFRESH - Static variable in class org.jivesoftware.admin.servlet.BlogPostServlet
- refreshAdminAccounts() - Method in class org.jivesoftware.openfire.admin.AdminManager
-
Refreshs the list of admin users from the provider.
- RefreshNodeTask - Class in org.jivesoftware.openfire.pubsub.cluster
-
Forces the node to be refreshed from the database.
- RefreshNodeTask() - Constructor for class org.jivesoftware.openfire.pubsub.cluster.RefreshNodeTask
-
This no-argument constructor is provided for serialization purposes.
- RefreshNodeTask(Node) - Constructor for class org.jivesoftware.openfire.pubsub.cluster.RefreshNodeTask
-
Constructs a new task that refreshes a specific pubsub node.
- refreshProperties(String) - Static method in class org.jivesoftware.openfire.muc.spi.MUCPersistenceManager
-
Resets (reloads) the properties for a specified subdomain.
- refreshService(String) - Method in class org.jivesoftware.openfire.muc.MultiUserChatManager
-
Updates the in-memory representation of a previously loaded services from the database.
- registerActivity(JID) - Method in class org.jivesoftware.openfire.muc.spi.OccupantManager
-
Registers activity for a particular user that is assumed to be connected to the local cluster node.
- registerCache(String, CacheInfo) - Method in class org.jivesoftware.openfire.container.PluginCacheRegistry
-
Registers cache configuration data for a give cache and plugin.
- registerCapabilities(JID, EntityCapabilities) - Method in class org.jivesoftware.openfire.entitycaps.EntityCapabilitiesManager
-
Registers that a particular entity has a particular set of capabilities, invoking event listeners when appropriate.
- registerCloseListener(ConnectionCloseListener, Object) - Method in interface org.jivesoftware.openfire.Connection
-
Registers a listener for close event notification.
- registerCloseListener(ConnectionCloseListener, Object) - Method in class org.jivesoftware.openfire.net.AbstractConnection
- registerEchoCallback(Packet, CompletableFuture<?>) - Method in class org.jivesoftware.openfire.muc.spi.FMUCHandler.OutboundJoin
- registerIncomingServerSession(String, LocalIncomingServerSession) - Method in class org.jivesoftware.openfire.SessionManager
-
Registers that a server session originated by a remote server is hosting a given domain.
- registerMultiUserChatService(MultiUserChatService) - Method in class org.jivesoftware.openfire.muc.MultiUserChatManager
-
Registers a new MultiUserChatService implementation to the manager.
- registerMultiUserChatService(MultiUserChatService, boolean) - Method in class org.jivesoftware.openfire.muc.MultiUserChatManager
-
Registers a new MultiUserChatService implementation to the manager.
- registerOccupantJoinedLocally(JID, JID, String) - Method in class org.jivesoftware.openfire.muc.spi.OccupantManager
- registerOutParameter(int, int) - Method in class org.jivesoftware.database.CallableStatementWrapper
- registerOutParameter(int, int, int) - Method in class org.jivesoftware.database.CallableStatementWrapper
- registerOutParameter(int, int, String) - Method in class org.jivesoftware.database.CallableStatementWrapper
- registerOutParameter(String, int) - Method in class org.jivesoftware.database.CallableStatementWrapper
- registerOutParameter(String, int, int) - Method in class org.jivesoftware.database.CallableStatementWrapper
- registerOutParameter(String, int, String) - Method in class org.jivesoftware.database.CallableStatementWrapper
- registerProxyTransfer(String, ProxyTransfer) - Method in class org.jivesoftware.openfire.filetransfer.DefaultFileTransferManager
- registerProxyTransfer(String, ProxyTransfer) - Method in interface org.jivesoftware.openfire.filetransfer.FileTransferManager
-
Registers that a transfer has begun through the proxy connected to the server.
- registerServlet(PluginManager, Plugin, GenericServlet, String) - Static method in class org.jivesoftware.openfire.container.PluginServlet
-
Registers a live servlet for a plugin programmatically, does not initialize the servlet.
- registerServlets(PluginManager, Plugin, File) - Static method in class org.jivesoftware.openfire.container.PluginServlet
-
Registers all JSP page servlets for a plugin.
- RegistrationRequiredException - Exception in org.jivesoftware.openfire.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.openfire.muc.RegistrationRequiredException
- RegistrationRequiredException(String) - Constructor for exception org.jivesoftware.openfire.muc.RegistrationRequiredException
- RegistrationRequiredException(String, Throwable) - Constructor for exception org.jivesoftware.openfire.muc.RegistrationRequiredException
- RegistrationRequiredException(Throwable) - Constructor for exception org.jivesoftware.openfire.muc.RegistrationRequiredException
- reinit(LocalSession) - Method in interface org.jivesoftware.openfire.Connection
-
Reinitializes the connection to switch to a different session.
- reinit(LocalSession) - Method in class org.jivesoftware.openfire.net.AbstractConnection
- reinit(LocalSession) - Method in class org.jivesoftware.openfire.nio.NettyConnection
- reinit(LocalSession) - Method in class org.jivesoftware.openfire.websocket.WebSocketConnection
- reinitialize() - Method in class org.jivesoftware.util.cache.ConsistencyMonitor
- REJECTED - org.jivesoftware.openfire.muc.MUCEventDelegate.InvitationResult
- RelaySession - Class in org.jivesoftware.openfire.mediaproxy
-
A Session Class will control "receive and relay" proccess.
- RelaySession(String, String, String, String, int, String, int) - Constructor for class org.jivesoftware.openfire.mediaproxy.RelaySession
-
Creates a new Smart Session to provide connectivity between Host A and Host B.
- RelaySession(String, String, String, String, int, String, int, int, int) - Constructor for class org.jivesoftware.openfire.mediaproxy.RelaySession
-
Creates a new Smart Session to provide connectivity between Host A and Host B.
- Release - org.jivesoftware.util.Version.ReleaseStatus
- Release_Candidate - org.jivesoftware.util.Version.ReleaseStatus
- releaseSavepoint(Savepoint) - Method in class org.jivesoftware.database.AbstractConnection
- reload() - Method in class org.jivesoftware.openfire.keystore.CertificateStore
-
Reloads the content of the store from disk.
- reloadConfiguration() - Method in class org.jivesoftware.openfire.spi.ConnectionListener
-
Reconfigures the acceptor without breaking existing connections.
- reloadPlugin(String) - Method in class org.jivesoftware.openfire.container.PluginManager
- REMOTE_SERVER_PORT - Static variable in class org.jivesoftware.openfire.session.ConnectionSettings.Server
- RemoteClientSession - Class in org.jivesoftware.openfire.session
-
Surrogate for client sessions hosted in some remote cluster node.
- RemoteClientSession(byte[], JID) - Constructor for class org.jivesoftware.openfire.session.RemoteClientSession
- RemoteComponentSession - Class in org.jivesoftware.openfire.session
-
Surrogate for sessions of external components hosted in some remote cluster node.
- remoteConnectionFailed - org.jivesoftware.openfire.http.BoshBindingError
-
The connection manager was unable to connect to, or unable to connect securely to, or has lost its connection to, the server.
- RemoteConnectionFailedException - Exception in org.jivesoftware.openfire
-
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.openfire.RemoteConnectionFailedException
- RemoteConnectionFailedException(String) - Constructor for exception org.jivesoftware.openfire.RemoteConnectionFailedException
- RemoteConnectionMultiplexerSession - Class in org.jivesoftware.openfire.session
-
Surrogate for connection manager sessions hosted in some remote cluster node.
- RemoteConnectionMultiplexerSession(byte[], JID) - Constructor for class org.jivesoftware.openfire.session.RemoteConnectionMultiplexerSession
- RemoteIncomingServerSession - Class in org.jivesoftware.openfire.session
-
Surrogate for incoming server sessions hosted in some remote cluster node.
- RemoteIncomingServerSession(byte[], StreamID) - Constructor for class org.jivesoftware.openfire.session.RemoteIncomingServerSession
- RemoteOutgoingServerSession - Class in org.jivesoftware.openfire.session
-
Surrogate for outgoing server sessions hosted in some remote cluster node.
- RemoteOutgoingServerSession(byte[], DomainPair) - Constructor for class org.jivesoftware.openfire.session.RemoteOutgoingServerSession
- RemotePacketExecution - Class in org.jivesoftware.openfire.cluster
-
Task to be executed by remote nodes to deliver the requested packet to the requested receiver.
- RemotePacketExecution() - Constructor for class org.jivesoftware.openfire.cluster.RemotePacketExecution
- RemotePacketExecution(JID, Packet) - Constructor for class org.jivesoftware.openfire.cluster.RemotePacketExecution
- RemotePacketRouter - Interface in org.jivesoftware.openfire
-
A RemotePacketRouter is responsible for delivering packets to entities hosted in remote nodes of the cluster.
- RemoteServerConfiguration - Class in org.jivesoftware.openfire.server
-
Holds the configuration when connecting to/from a remote server.
- RemoteServerConfiguration() - Constructor for class org.jivesoftware.openfire.server.RemoteServerConfiguration
- RemoteServerConfiguration(String) - Constructor for class org.jivesoftware.openfire.server.RemoteServerConfiguration
- RemoteServerConfiguration.Permission - Enum in org.jivesoftware.openfire.server
- RemoteServerManager - Class in org.jivesoftware.openfire.server
-
Manages the connection permissions for remote servers.
- RemoteServerManager() - Constructor for class org.jivesoftware.openfire.server.RemoteServerManager
- RemoteServerManager.PermissionPolicy - Enum in org.jivesoftware.openfire.server
- RemoteSession - Class in org.jivesoftware.openfire.session
-
Base class for sessions being hosted in other cluster nodes.
- RemoteSession(byte[], JID) - Constructor for class org.jivesoftware.openfire.session.RemoteSession
- RemoteSessionLocator - Interface in org.jivesoftware.openfire.session
-
Locator of sessions that are being hosted by other cluster nodes.
- RemoteSessionLocatorImpl - Class in org.jivesoftware.openfire.session
-
Locator of sessions that know how to talk to Hazelcast cluster nodes.
- RemoteSessionLocatorImpl() - Constructor for class org.jivesoftware.openfire.session.RemoteSessionLocatorImpl
- RemoteSessionTask - Class in org.jivesoftware.openfire.session
-
Operations to be executed in a remote session hosted in a remote cluster node.
- RemoteSessionTask() - Constructor for class org.jivesoftware.openfire.session.RemoteSessionTask
- RemoteSessionTask(RemoteSessionTask.Operation) - Constructor for class org.jivesoftware.openfire.session.RemoteSessionTask
- RemoteSessionTask.Operation - Enum in org.jivesoftware.openfire.session
- remoteStreamError - org.jivesoftware.openfire.http.BoshBindingError
-
Encapsulates an error in the protocol being transported.
- remove() - Method in class org.jivesoftware.util.LinkedListNode
-
Removes this node from the linked list that it was a part of.
- remove(int) - Method in class org.jivesoftware.openfire.group.ConcurrentGroupList
- remove(Object) - Method in class org.jivesoftware.openfire.group.ConcurrentGroupList
- remove(Object) - Method in class org.jivesoftware.openfire.group.ConcurrentGroupMap
- remove(Object) - Method in class org.jivesoftware.openfire.group.DefaultGroupPropertyMap
- remove(Object) - Method in class org.jivesoftware.openfire.muc.spi.MUCServiceProperties
- remove(Object) - Method in class org.jivesoftware.util.cache.CacheWrapper
- remove(Object) - Method in class org.jivesoftware.util.cache.CaffeineCache
-
Removes the mapping for a key from this map if it is present (optional operation).
- remove(Object) - Method in class org.jivesoftware.util.cache.DefaultCache
- remove(Object) - Method in class org.jivesoftware.util.cache.SerializingCache
- remove(Object) - Method in class org.jivesoftware.util.JiveProperties
- remove(Object, Object) - Method in class org.jivesoftware.openfire.group.ConcurrentGroupMap
- remove(String) - Method in class org.jivesoftware.openfire.archive.ArchiveManager
-
Stops and removes an existing task.
- remove(Archiver) - Method in class org.jivesoftware.openfire.archive.ArchiveManager
-
Stops and removes an exiting task.
- remove(ConnectionListener.SocketAcceptorEventListener) - Method in class org.jivesoftware.openfire.spi.ConnectionListener
-
Removes a previously added listener for SocketAcceptor-related events.
- remove(JID) - Method in class org.jivesoftware.openfire.pep.PEPServiceManager
-
Deletes the
PEPService
belonging to the specified owner. - REMOVE - org.jivesoftware.openfire.roster.RosterItem.SubType
-
Indicates the roster item should be removed.
- removeAdminAccount(String) - Method in class org.jivesoftware.openfire.admin.AdminManager
-
Removes an account from the list of Admin accounts, based off username, which will be converted to a JID.
- removeAdminAccount(JID) - Method in class org.jivesoftware.openfire.admin.AdminManager
-
Removes an account from the list of Admin accounts, based off JID.
- removeAffiliation(Node, NodeAffiliate) - Method in class org.jivesoftware.openfire.pubsub.CachingPubsubPersistenceProvider
- removeAffiliation(Node, NodeAffiliate) - Method in class org.jivesoftware.openfire.pubsub.DefaultPubSubPersistenceProvider
- removeAffiliation(Node, NodeAffiliate) - Method in class org.jivesoftware.openfire.pubsub.InMemoryPubSubPersistenceProvider
- removeAffiliation(Node, NodeAffiliate) - Method in interface org.jivesoftware.openfire.pubsub.PubSubPersistenceProvider
-
Removes the affiliation and subscription state of the user from the DB.
- removeAffiliationFromDB(MUCRoom, JID, MUCRole.Affiliation) - Static method in class org.jivesoftware.openfire.muc.spi.MUCPersistenceManager
-
Removes the affiliation of the user from the DB if the room is persistent.
- removeAffiliationFromDB(JID) - Static method in class org.jivesoftware.openfire.muc.spi.MUCPersistenceManager
-
Removes the affiliation of the user from the DB if ANY room that is persistent.
- removeAgentListener(SessionListener) - Method in class org.jivesoftware.openfire.mediaproxy.MediaProxySession
-
Removes an Session events listener
- removeAll(Collection<?>) - Method in class org.jivesoftware.openfire.group.ConcurrentGroupList
- removeAllDomainEntries() - Method in class org.jivesoftware.openfire.keystore.IdentityStore
-
Removes all entries that reflect the local domain.
- removeAttribute(String) - Method in class org.jivesoftware.openfire.container.PluginServletContext
- removeAttribute(String, String) - Method in class org.jivesoftware.util.XMLProperties
-
Removes the given attribute from the XML document.
- removeBracketsFromIpv6Address(String) - Static method in class org.jivesoftware.admin.AuthCheckFilter
-
When the provided input is an IPv6 literal that is enclosed in brackets (the [] style as expressed in https://tools.ietf.org/html/rfc2732 and https://tools.ietf.org/html/rfc6874), this method returns the value stripped from those brackets (the IPv6 address, instead of the literal).
- removeChannelHandler(NettyChannelHandlerFactory) - Method in class org.jivesoftware.openfire.spi.NettyConnectionAcceptor
-
Removes a new ChannelHandler factory, which will cause the ChannelHandler that it created to be removed from existing Channels that were generated by this acceptor.
- removeChatRoom(String) - Method in interface org.jivesoftware.openfire.muc.MultiUserChatService
-
Removes the room associated with the given name.
- removeChatRoom(String) - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
- removeClientRoute(JID) - Method in interface org.jivesoftware.openfire.RoutingTable
-
Returns true if a route of a client session has been successfully removed.
- removeClientRoute(JID) - Method in class org.jivesoftware.openfire.spi.RoutingTableImpl
- removeCloseListener(ConnectionCloseListener) - Method in interface org.jivesoftware.openfire.Connection
-
Removes a registered close event listener.
- removeCloseListener(ConnectionCloseListener) - Method in class org.jivesoftware.openfire.net.AbstractConnection
- removeClusteredCacheEntryListener(String) - Method in interface org.jivesoftware.util.cache.Cache
-
Removes a previously registered event listener.
- removeClusteredCacheEntryListener(String) - Method in class org.jivesoftware.util.cache.CacheWrapper
- removeClusteredCacheEntryListener(String) - Method in class org.jivesoftware.util.cache.CaffeineCache
- removeClusteredCacheEntryListener(String) - Method in class org.jivesoftware.util.cache.DefaultCache
- removeClusteredCacheEntryListener(String) - Method in class org.jivesoftware.util.cache.SerializingCache
- removeCommand(AdHocCommand) - Method in class org.jivesoftware.openfire.commands.AdHocCommandHandler
-
Removes the command from the list of ad-hoc commands supported by this server.
- removeCommand(AdHocCommand) - Method in class org.jivesoftware.openfire.commands.AdHocCommandManager
-
Removes the command from the list of ad-hoc commands supported by this server.
- removeComponent(String) - Method in class org.jivesoftware.openfire.component.InternalComponentManager
-
Removes a component.
- removeComponent(String, Component) - Method in class org.jivesoftware.openfire.component.InternalComponentManager
-
Removes a given component.
- removeComponentItem(String) - Method in class org.jivesoftware.openfire.disco.IQDiscoItemsHandler
-
Removes a disco item for a component that has been removed from the server.
- removeComponentRoute(JID) - Method in interface org.jivesoftware.openfire.RoutingTable
-
Returns true if a route of a component has been successfully removed.
- removeComponentRoute(JID) - Method in class org.jivesoftware.openfire.spi.RoutingTableImpl
- removeComponentSession(LocalComponentSession) - Method in class org.jivesoftware.openfire.SessionManager
- removeDetached - org.jivesoftware.openfire.session.RemoteSessionTask.Operation
- removeDetached(LocalSession) - Method in class org.jivesoftware.openfire.SessionManager
-
Remove a session as being detached.
- removedExpiredPresences() - Method in class org.jivesoftware.openfire.handler.PresenceUpdateHandler
-
Removes directed presences sent to entities that are no longer available.
- removeDirectPresence(JID, JID) - Method in class org.jivesoftware.openfire.handler.PresenceUpdateHandler
- 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.
- removeExtraFeature(String) - Method in interface org.jivesoftware.openfire.muc.MultiUserChatService
-
Removes an extra Disco feature from the list of features returned for the conference service.
- removeExtraFeature(String) - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
-
Removes an extra Disco feature from the list of features returned for the conference service.
- removeExtraIdentity(String) - Method in interface org.jivesoftware.openfire.muc.MultiUserChatService
-
Removes an extra Disco identity from the list of identities returned for the conference service.
- removeExtraIdentity(String) - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
-
Removes an extra Disco identity from the list of identities returned for the conference service.
- removeFromBlockList(User, Collection<JID>) - Method in class org.jivesoftware.openfire.handler.IQBlockingHandler
-
Removes a collection of JIDs from the blocklist of the provided user.
- removeFromList(String, String) - Method in class org.jivesoftware.util.XMLProperties
-
Removes the given value from the list of values represented by the property name.
- removeHandler(String) - Method in class org.dom4j.io.XMPPPacketReader
-
Removes the
ElementHandler
from the event based processor, for the specified path. - removeHandler(IQHandler) - Method in class org.jivesoftware.openfire.IQRouter
-
Removes an IQHandler from the list of registered handler.
- removeHandlerFrom(ChannelPipeline) - Method in interface org.jivesoftware.openfire.nio.NettyChannelHandlerFactory
-
Remove a ChannelHandler from the provided pipeline.
- removeInterceptor(PacketInterceptor) - Method in class org.jivesoftware.openfire.interceptor.InterceptorManager
-
Removes the global interceptor from the list.
- removeIQHandler(IQHandler) - Method in interface org.jivesoftware.openfire.muc.MultiUserChatService
- removeIQHandler(IQHandler) - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
- removeJettyHandler(Handler) - Method in class org.jivesoftware.openfire.http.HttpBindManager
-
Removes a Jetty handler to be added to the embedded web server that is used to expose BOSH (HTTP-bind) functionality.
- removeListener(Consumer<T>) - Method in class org.jivesoftware.util.SystemProperty
- removeListener(ClusterEventListener) - Static method in class org.jivesoftware.openfire.cluster.ClusterManager
-
Unregisters a listener to receive events.
- removeListener(ComponentEventListener) - Method in class org.jivesoftware.openfire.component.InternalComponentManager
-
Removes the specified listener from the listeners being notified of component events.
- removeListener(ExternalComponentManagerListener) - Static method in class org.jivesoftware.openfire.component.ExternalComponentManager
-
Unregisters a listener to receive events.
- removeListener(EntityCapabilitiesListener) - Method in class org.jivesoftware.openfire.entitycaps.EntityCapabilitiesManager
-
Removes a previously registered event listener, if such a listener is currently registered.
- removeListener(GroupEventListener) - Static method in class org.jivesoftware.openfire.event.GroupEventDispatcher
-
Unregisters a listener to receive events.
- removeListener(ServerSessionEventListener) - Static method in class org.jivesoftware.openfire.event.ServerSessionEventDispatcher
-
Unregisters a listener to receive events.
- removeListener(SessionEventListener) - Static method in class org.jivesoftware.openfire.event.SessionEventDispatcher
-
Unregisters a listener to receive events.
- removeListener(UserEventListener) - Static method in class org.jivesoftware.openfire.event.UserEventDispatcher
-
Unregisters a listener to receive events.
- removeListener(FileTransferEventListener) - Method in class org.jivesoftware.openfire.filetransfer.DefaultFileTransferManager
- removeListener(FileTransferEventListener) - Method in interface org.jivesoftware.openfire.filetransfer.FileTransferManager
-
Unregisters an event listener from the list of event listeners that are notified of file transfer related events.
- removeListener(SessionListener) - Static method in class org.jivesoftware.openfire.http.SessionEventDispatcher
-
Removes a
SessionListener
from this session. - removeListener(LockOutEventListener) - Static method in class org.jivesoftware.openfire.lockout.LockOutEventDispatcher
-
Unregisters a listener to receive events.
- removeListener(MUCEventListener) - Static method in class org.jivesoftware.openfire.muc.MUCEventDispatcher
- removeListener(MUCServicePropertyEventListener) - Static method in class org.jivesoftware.openfire.muc.spi.MUCServicePropertyEventDispatcher
-
Unregisters a listener to receive events.
- removeListener(OfflineMessageListener) - Static method in class org.jivesoftware.openfire.OfflineMessageStrategy
-
Unregisters a listener to receive events.
- removeListener(PrivacyListEventListener) - Method in class org.jivesoftware.openfire.privacy.PrivacyListManager
-
Unregisters a listener to receive events.
- removeListener(RosterEventListener) - Static method in class org.jivesoftware.openfire.roster.RosterEventDispatcher
-
Unregisters a listener to receive events.
- removeListener(PresenceEventListener) - Static method in class org.jivesoftware.openfire.user.PresenceEventDispatcher
-
Unregisters a listener to receive events.
- removeListener(VCardListener) - Static method in class org.jivesoftware.openfire.vcard.VCardEventDispatcher
-
Unregisters a listener to receive events.
- 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(JID, EntityCapabilitiesListener) - Method in class org.jivesoftware.openfire.entitycaps.EntityCapabilitiesManager
-
Removes a previously registered event listener for a particular entity, if such a combination is currently registered.
- removeListeners(JID) - Method in class org.jivesoftware.openfire.entitycaps.EntityCapabilitiesManager
-
Removes all previously registered event listener for a particular entity, if any were registered.
- removeModel(String) - Static method in class org.jivesoftware.admin.AdminConsole
-
Removes an <adminconsole> Element from the tabs/sidebar model.
- removeMultiUserChatService(long) - Method in class org.jivesoftware.openfire.muc.MultiUserChatManager
-
Deletes a configured MultiUserChatService by ID, and shuts it down.
- removeMultiUserChatService(String) - Method in class org.jivesoftware.openfire.muc.MultiUserChatManager
-
Deletes a configured MultiUserChatService by subdomain, and shuts it down.
- removeNode(String) - Method in interface org.jivesoftware.openfire.pubsub.PubSubService
-
Removes the specified node from the service.
- removeNode(Node) - Method in class org.jivesoftware.openfire.pubsub.CachingPubsubPersistenceProvider
- removeNode(Node) - Method in class org.jivesoftware.openfire.pubsub.DefaultPubSubPersistenceProvider
- removeNode(Node) - Method in class org.jivesoftware.openfire.pubsub.InMemoryPubSubPersistenceProvider
- removeNode(Node) - Method in interface org.jivesoftware.openfire.pubsub.PubSubPersistenceProvider
-
Schedules the node to be removed in the database.
- removeNode(Node.UniqueIdentifier) - Method in class org.jivesoftware.openfire.pep.PEPService
- removeNode(Node.UniqueIdentifier) - Method in class org.jivesoftware.openfire.pubsub.PubSubModule
- removeNode(Node.UniqueIdentifier) - Method in interface org.jivesoftware.openfire.pubsub.PubSubService
-
Removes the specified node from the service.
- RemoveNodeTask - Class in org.jivesoftware.openfire.pubsub.cluster
-
Removes a newly deleted node from memory across the cluster.
- RemoveNodeTask() - Constructor for class org.jivesoftware.openfire.pubsub.cluster.RemoveNodeTask
-
This no-argument constructor is provided for serialization purposes.
- RemoveNodeTask(Node) - Constructor for class org.jivesoftware.openfire.pubsub.cluster.RemoveNodeTask
-
Constructs a new task that removes a specific node from a pubsub node.
- removeOccupantRole(MUCRole) - Method in class org.jivesoftware.openfire.muc.MUCRoom
-
Removes the role of the occupant from all the internal occupants collections.
- removeOutcast(JID) - Method in class org.jivesoftware.openfire.pubsub.Node
-
Removes the banning to subscribe to the node for the specified entity.
- removeOwner(JID) - Method in class org.jivesoftware.openfire.pubsub.Node
-
Removes the owner affiliation of the specified entity JID.
- removePluginFilter(String, String) - Static method in class org.jivesoftware.admin.PluginFilter
-
Removes a filter that is applied to a certain URL.
- removePluginListener(PluginListener) - Method in class org.jivesoftware.openfire.container.PluginManager
-
Deregisters a PluginListener, which will no longer receive events.
- removePluginManagerListener(PluginManagerListener) - Method in class org.jivesoftware.openfire.container.PluginManager
-
Deregisters a PluginManagerListener, which will no longer receive events.
- removePropertiesForPlugin(String) - Static method in class org.jivesoftware.util.SystemProperty
-
Removes all the properties for a specific plugin.
- removeProvider(String) - Method in class org.jivesoftware.openfire.disco.IQDiscoInfoHandler
-
Removes the DiscoInfoProvider related to a given entity.
- removeProvider(String) - Method in class org.jivesoftware.openfire.disco.IQDiscoItemsHandler
-
Removes the DiscoItemsProvider related to a given entity.
- removePublishedItem(PublishedItem) - Method in class org.jivesoftware.openfire.pubsub.CachingPubsubPersistenceProvider
- removePublishedItem(PublishedItem) - Method in class org.jivesoftware.openfire.pubsub.DefaultPubSubPersistenceProvider
- removePublishedItem(PublishedItem) - Method in class org.jivesoftware.openfire.pubsub.InMemoryPubSubPersistenceProvider
- removePublishedItem(PublishedItem) - Method in interface org.jivesoftware.openfire.pubsub.PubSubPersistenceProvider
-
Removes the specified published item from the DB.
- removePublishedItems(Connection, List<PublishedItem>, boolean) - Method in class org.jivesoftware.openfire.pubsub.DefaultPubSubPersistenceProvider
- removePublisher(JID) - Method in class org.jivesoftware.openfire.pubsub.Node
-
Removes the publisher affiliation of the specified entity JID.
- removeReceiver(String) - Method in class org.jivesoftware.openfire.handler.DirectedPresence
- removeServerFeature(String) - Method in class org.jivesoftware.openfire.disco.IQDiscoInfoHandler
-
Removes a feature from the information returned whenever a disco for information is made against the server.
- removeServerIdentitiesProvider(ServerIdentitiesProvider) - Method in class org.jivesoftware.openfire.disco.IQDiscoInfoHandler
-
Removes this provider of identities.
- removeServerItemsProvider(ServerItemsProvider) - Method in class org.jivesoftware.openfire.disco.IQDiscoItemsHandler
-
Removes the provided items as a service of the service.
- removeServerListener(XMPPServerListener) - Method in class org.jivesoftware.openfire.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.openfire.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.openfire.disco.IQDiscoItemsHandler
-
Removes the DiscoItemsProvider to use when a disco#items packet is sent to the server itself and the specified node.
- removeServerRoute(DomainPair) - Method in interface org.jivesoftware.openfire.RoutingTable
-
Returns true if a route to an outgoing server has been successfully removed.
- removeServerRoute(DomainPair) - Method in class org.jivesoftware.openfire.spi.RoutingTableImpl
- removeSession(ClientSession, JID, boolean, boolean) - Method in class org.jivesoftware.openfire.SessionManager
-
Removes a session.
- removeSession(LocalClientSession) - Method in class org.jivesoftware.openfire.SessionManager
-
Removes a session.
- removeSessionData(String) - Method in class org.jivesoftware.openfire.session.LocalSession
-
Removes session data.
- removeSharedGroup(Group) - Method in class org.jivesoftware.openfire.roster.RosterItem
-
Removes a group from the shared groups list.
- removeStatistic(String) - Method in class org.jivesoftware.openfire.stats.StatisticsManager
-
Removes a statistic from the server.
- removeSubscriber(JID) - Method in class org.jivesoftware.openfire.interceptor.PacketCopier
-
Removes the subscription of the specified component.
- removeSubscription(NodeSubscription) - Method in class org.jivesoftware.openfire.pubsub.CachingPubsubPersistenceProvider
- removeSubscription(NodeSubscription) - Method in class org.jivesoftware.openfire.pubsub.DefaultPubSubPersistenceProvider
- removeSubscription(NodeSubscription) - Method in class org.jivesoftware.openfire.pubsub.InMemoryPubSubPersistenceProvider
- removeSubscription(NodeSubscription) - Method in interface org.jivesoftware.openfire.pubsub.PubSubPersistenceProvider
-
Removes the subscription of the user from the DB.
- removeSupportedMechanism(String) - Static method in class org.jivesoftware.openfire.net.SASLAuthentication
-
Removes a SASL mechanism from the list of supported SASL mechanisms by the server.
- removeSysadmin(JID) - Method in interface org.jivesoftware.openfire.muc.MultiUserChatService
-
Removes a system administrator of the MUC service.
- removeSysadmin(JID) - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
- removeSysadmin(JID) - Method in class org.jivesoftware.openfire.pubsub.PubSubModule
- removeUserAllowedToCreate(JID) - Method in interface org.jivesoftware.openfire.muc.MultiUserChatService
-
Removes a user/group from list of JIDs that are allowed to create MUC rooms.
- removeUserAllowedToCreate(JID) - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
- removeUserAllowedToCreate(JID) - Method in class org.jivesoftware.openfire.pubsub.PubSubModule
- removeUserFeaturesProvider(UserFeaturesProvider) - Method in class org.jivesoftware.openfire.disco.IQDiscoInfoHandler
-
Removes this provider of user features.
- removeUserIdentitiesProvider(UserIdentitiesProvider) - Method in class org.jivesoftware.openfire.disco.IQDiscoInfoHandler
-
Removes this provider of user identities.
- removeUserInterceptor(String, PacketInterceptor) - Method in class org.jivesoftware.openfire.interceptor.InterceptorManager
-
Removes the interceptor from the list of interceptors that are related to a specific username.
- removeUserItemsProvider(UserItemsProvider) - Method in class org.jivesoftware.openfire.disco.IQDiscoItemsHandler
-
Removes the UserItemsProvider
- removeUserNameProvider(String) - Static method in class org.jivesoftware.openfire.user.UserNameManager
-
Removes any
UserNameProvider
that was associated with the specified domain. - removeUsersAllowedToCreate(Collection<JID>) - Method in interface org.jivesoftware.openfire.muc.MultiUserChatService
-
Removes users/groups from list of JIDs that are allowed to create MUC rooms.
- removeUsersAllowedToCreate(Collection<JID>) - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
- removeValidatedDomain(String) - Method in class org.jivesoftware.openfire.session.LocalIncomingServerSession
-
Removes the previously validated domain from the list of validated domains.
- removeValueFromCache(Cache<K, V>, V) - Static method in class org.jivesoftware.util.cache.CacheUtil
-
Removes all entries of a cache that map to the provided value.
- removeValueFromMultiValuedCache(Cache<K, C>, K, V) - Static method in class org.jivesoftware.util.cache.CacheUtil
-
Removes all instances of the specified element from the collection that is mapped by the provided key.
- removeValueFromMultiValuedCache(Cache<K, C>, V) - Static method in class org.jivesoftware.util.cache.CacheUtil
-
Removes all instances of the specified element from every collection that is a value of the cache.
- removeXPath(String) - Method in interface org.jivesoftware.openfire.audit.AuditManager
-
Removes the XPath expression from the set being used for filtering packets to be audited.
- removeXPath(String) - Method in class org.jivesoftware.openfire.audit.spi.AuditManagerImpl
- removeXSSCharacters(String) - Static method in class org.jivesoftware.util.StringUtils
-
Removes characters likely to enable Cross Site Scripting attacks from the provided input string.
- renameGroupPostProcess(Group, String) - Method in class org.jivesoftware.openfire.group.GroupManager
-
Updates the caches maintained by this manager and dispatches events that reflect a group having received a new name.
- replace(String, String, String, int[]) - Static method in class org.jivesoftware.util.StringUtils
-
Replaces all instances of oldString with newString in line.
- replace(K, V) - Method in class org.jivesoftware.openfire.group.ConcurrentGroupMap
- replace(K, V, V) - Method in class org.jivesoftware.openfire.group.ConcurrentGroupMap
- replaceAll(String, String, String) - Static method in class org.jivesoftware.admin.JSTLFunctions
-
JSTL delegate for
String.replaceAll(String, String)
. - replaceCertificate(String, String, String) - Method in class org.jivesoftware.openfire.keystore.IdentityStore
-
Imports a certificate and the private key that was used to generate the certificate, replacing any previously installed entries for the same domain.
- replaceIdentityStore(ConnectionType, CertificateStoreConfiguration, boolean) - Method in class org.jivesoftware.openfire.keystore.CertificateStoreManager
- 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.
- replaceTrustStore(ConnectionType, CertificateStoreConfiguration, boolean) - Method in class org.jivesoftware.openfire.keystore.CertificateStoreManager
- replaceValueInCache(Cache<K, V>, V, V) - Static method in class org.jivesoftware.util.cache.CacheUtil
-
Replaces all instances of a particular value in a cache.
- replaceValueInCacheByMapping(Cache<K, V>, Function<V, V>) - Static method in class org.jivesoftware.util.cache.CacheUtil
-
Applies a mapping function to all values in a cache.
- replaceValueInMultivaluedCache(Cache<K, C>, V, V) - Static method in class org.jivesoftware.util.cache.CacheUtil
-
Replaces an element in a cache that has collection-based values.
- replicated - org.jivesoftware.openfire.container.CacheInfo.Type
-
Data is fully replicated to every member in the cluster.
- replyPolicy - Variable in class org.jivesoftware.openfire.pubsub.Node
-
Policy that defines whether owners or publisher should receive replies to items.
- replyRooms - Variable in class org.jivesoftware.openfire.pubsub.Node
-
List of multi-user chat rooms to specify for replyroom.
- replyTo - Variable in class org.jivesoftware.openfire.pubsub.Node
-
List of JID(s) to specify for replyto.
- request - Variable in class org.jivesoftware.util.WebBean
- REQUEST_ELEMENT_NAME - Static variable in class org.jivesoftware.openfire.muc.spi.IQMuclumbusSearchHandler
- REQUEST_ELEMENT_NAME - Static variable in class org.jivesoftware.openfire.muc.spi.IQMUCvCardHandler
- RequestComponentInfoNotification - Class in org.jivesoftware.openfire.component
- RequestComponentInfoNotification() - Constructor for class org.jivesoftware.openfire.component.RequestComponentInfoNotification
- RequestComponentInfoNotification(JID, NodeID) - Constructor for class org.jivesoftware.openfire.component.RequestComponentInfoNotification
- required - org.jivesoftware.openfire.Connection.TLSPolicy
-
TLS is required to interact with the server.
- reset() - Method in class org.jivesoftware.openfire.vcard.VCardManager
-
Resets the manager state.
- resetInactivityTimeout() - Method in class org.jivesoftware.openfire.http.HttpSession
-
Resets the inactivity timeout of this session to default.
- resetInput() - Method in class org.jivesoftware.openfire.net.MXParser
- resetStatistics() - Static method in class org.jivesoftware.database.ProfiledConnection
-
Reset all statistics.
- resizeAvatar(Element) - Static method in class org.jivesoftware.openfire.vcard.PhotoResizer
- resolveEntityRefs() - Method in class org.jivesoftware.util.XMLWriter
- resolveFrom(Object) - Static method in class org.jivesoftware.openfire.group.Group
-
Attempt to resolve the given object into a Group.
- resolveXMPPDomain(String, int) - Static method in class org.jivesoftware.openfire.net.DNSUtil
-
Returns a sorted list of host names and ports that the specified XMPP domain can be reached at for server-to-server communication.
- resource_bound - org.jivesoftware.openfire.event.SessionEventDispatcher.EventType
-
A resource was bound to the session.
- resourceBound(Session) - Method in interface org.jivesoftware.openfire.event.SessionEventListener
-
A session has finished resource binding.
- resourceBound(Session) - Method in class org.jivesoftware.openfire.multiplex.ConnectionMultiplexerManager
- resourceBound(Session) - Method in class org.jivesoftware.openfire.session.SoftwareVersionManager
- ResourceServlet - Class in org.jivesoftware.openfire.http
-
Combines and serves resources, such as javascript or css files.
- ResourceServlet() - Constructor for class org.jivesoftware.openfire.http.ResourceServlet
- respond(HttpSession, AsyncContext, String, boolean) - Static method in class org.jivesoftware.openfire.http.HttpBindServlet
- RespondingServerStanzaHandler - Class in org.jivesoftware.openfire.net
-
Stanza handler for responding to incoming stanzas when the server is acting as the client in an S2S scenario.
- RespondingServerStanzaHandler(PacketRouter, Connection, DomainPair) - Constructor for class org.jivesoftware.openfire.net.RespondingServerStanzaHandler
-
Creates a dedicated reader for a socket.
- response - Variable in class org.jivesoftware.util.WebBean
- RESPONSE - org.jivesoftware.openfire.net.SASLAuthentication.ElementType
- RESPONSE_ELEMENT_NAME - Static variable in class org.jivesoftware.openfire.muc.spi.IQMuclumbusSearchHandler
- RESPONSE_ELEMENT_NAME - Static variable in class org.jivesoftware.openfire.muc.spi.IQMUCvCardHandler
- 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.openfire.container.AdminConsolePlugin
-
Restart the admin console (and it's HTTP server) without restarting the plugin.
- restart() - Method in class org.jivesoftware.openfire.spi.ConnectionListener
-
Starts or restarts this instance (typically used to put into effect a configuration change).
- restart() - Method in class org.jivesoftware.openfire.XMPPServer
-
Restarts the server and all it's modules only if the server is restartable.
- restart() - Method in class org.jivesoftware.util.WebManager
-
Restarts the server then sleeps for 3 seconds.
- restart(Object) - Static method in class org.jivesoftware.openfire.http.HttpBindManager
-
Static reference for
HttpBindManager.restartServer()
that can be used as a listener of aSystemProperty
. - restartHTTPServer() - Method in class org.jivesoftware.openfire.XMPPServer
-
Restarts the HTTP server only when running in stand alone mode.
- restoreCacheContentAfterJoin(OccupantManager) - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRoomManager
-
When the local node is joining or leaving a cluster,
CacheFactory
will swap the implementation used to instantiate caches. - result - Variable in class org.jivesoftware.openfire.session.RemoteSessionTask
- resumeEncoding() - Method in class org.jivesoftware.util.Base64.OutputStream
-
Resumes encoding of the stream.
- retainAll(Collection<?>) - Method in class org.jivesoftware.openfire.group.ConcurrentGroupList
- retainValueInCache(Cache<K, V>, V) - Static method in class org.jivesoftware.util.cache.CacheUtil
-
Remove elements from every collection that is a value of the cache, except for the specified element.
- retainValueInMultiValuedCache(Cache<K, C>, V) - Static method in class org.jivesoftware.util.cache.CacheUtil
-
Remove elements from every collection that is a value of the cache, except for the specified element.
- retrieveAttributeOf(String, LdapName) - Method in class org.jivesoftware.openfire.ldap.LdapManager
-
Reads the attribute values of an entry with the given DN.
- retrieveFileTransfer(String) - Method in class org.jivesoftware.openfire.filetransfer.DefaultFileTransferManager
- retrieveList(String, String, int, int, String) - Method in class org.jivesoftware.openfire.ldap.LdapManager
-
Generic routine for retrieving a list of results from the LDAP server.
- retrieveList(String, String, int, int, String, boolean) - Method in class org.jivesoftware.openfire.ldap.LdapManager
-
Generic routine for retrieving a list of results from the LDAP server.
- retrieveListCount(String, String) - Method in class org.jivesoftware.openfire.ldap.LdapManager
-
Generic routine for retrieving the number of available results from the LDAP server that match the passed search filter.
- retrieveSingle(String, String, boolean) - Method in class org.jivesoftware.openfire.ldap.LdapManager
-
Generic routine for retrieving a single element from the LDAP server.
- retrieveSingle(String, String, boolean, LdapName) - Method in class org.jivesoftware.openfire.ldap.LdapManager
-
Generic routine for retrieving a single element from the LDAP server.
- ReverseLookupComputingCacheEntryListener<K,V> - Class in org.jivesoftware.util.cache
-
Cache entry listener implementation that maintains a reverse lookup map for the cache that is being observed, which is used to identify what cluster nodes are the logical owner of a particular cache entry.
- ReverseLookupComputingCacheEntryListener(Map<NodeID, Set<K>>, Function<V, Set<NodeID>>) - Constructor for class org.jivesoftware.util.cache.ReverseLookupComputingCacheEntryListener
- ReverseLookupUpdatingCacheEntryListener<K,V> - Class in org.jivesoftware.util.cache
-
Cache entry listener implementation that maintains a reverse lookup map for the cache that is being observed, which is used to identify what cluster node is the logical owner of a particular cache entry.
- ReverseLookupUpdatingCacheEntryListener(ConcurrentMap<NodeID, Set<K>>) - Constructor for class org.jivesoftware.util.cache.ReverseLookupUpdatingCacheEntryListener
- rollback() - Method in class org.jivesoftware.database.AbstractConnection
- rollback(Savepoint) - Method in class org.jivesoftware.database.AbstractConnection
- roomCreated(JID) - Static method in class org.jivesoftware.openfire.muc.MUCEventDispatcher
- roomCreated(JID) - Method in interface org.jivesoftware.openfire.muc.MUCEventListener
-
Event triggered when a new room was created.
- roomCreated(JID) - Method in class org.jivesoftware.openfire.muc.spi.OccupantManager
- roomDestroyed(JID) - Static method in class org.jivesoftware.openfire.muc.MUCEventDispatcher
- roomDestroyed(JID) - Method in interface org.jivesoftware.openfire.muc.MUCEventListener
-
Event triggered when a room was destroyed.
- roomDestroyed(JID) - Method in class org.jivesoftware.openfire.muc.spi.OccupantManager
- RoomLockedException - Exception in org.jivesoftware.openfire.muc
-
Exception used for representing that the user can't join a room since it's been locked.
- RoomLockedException() - Constructor for exception org.jivesoftware.openfire.muc.RoomLockedException
- RoomLockedException(String) - Constructor for exception org.jivesoftware.openfire.muc.RoomLockedException
- RoomLockedException(String, Throwable) - Constructor for exception org.jivesoftware.openfire.muc.RoomLockedException
- RoomLockedException(Throwable) - Constructor for exception org.jivesoftware.openfire.muc.RoomLockedException
- roomNamesForAddress(JID) - Method in class org.jivesoftware.openfire.muc.spi.OccupantManager
-
Returns the name of all the rooms that a particular XMPP entity (user) is currently an occupant of.
- roomSubjectChanged(JID, JID, String) - Static method in class org.jivesoftware.openfire.muc.MUCEventDispatcher
- roomSubjectChanged(JID, JID, String) - Method in interface org.jivesoftware.openfire.muc.MUCEventListener
-
Event triggered when the subject of a room is changed.
- roomSubjectChanged(JID, JID, String) - Method in class org.jivesoftware.openfire.muc.spi.OccupantManager
- roster - Static variable in class org.jivesoftware.openfire.pubsub.models.AccessModel
- Roster - Class in org.jivesoftware.openfire.roster
-
A roster is a list of users that the user wishes to know if they are online.
- Roster() - Constructor for class org.jivesoftware.openfire.roster.Roster
-
Constructor added for Externalizable.
- ROSTER - Static variable in class org.jivesoftware.util.JiveConstants
- RosterAccess - Class in org.jivesoftware.openfire.pubsub.models
-
Anyone in the specified roster group(s) may subscribe and retrieve items.
- RosterEventDispatcher - Class in org.jivesoftware.openfire.roster
-
Dispatches roster events.
- RosterEventDispatcher() - Constructor for class org.jivesoftware.openfire.roster.RosterEventDispatcher
- RosterEventListener - Interface in org.jivesoftware.openfire.roster
-
Interface to listen for roster events.
- rosterGroupsAllowed - Variable in class org.jivesoftware.openfire.pubsub.Node
-
The roster group(s) allowed to subscribe and retrieve items.
- RosterItem - Class in org.jivesoftware.openfire.roster
-
Represents a single roster item for a User's Roster.
- RosterItem() - Constructor for class org.jivesoftware.openfire.roster.RosterItem
-
Constructor added for Externalizable.
- RosterItem(long, JID, RosterItem.SubType, RosterItem.AskType, RosterItem.RecvType, String, List<String>) - Constructor for class org.jivesoftware.openfire.roster.RosterItem
- RosterItem(JID, RosterItem.SubType, RosterItem.AskType, RosterItem.RecvType, String, List<String>) - Constructor for class org.jivesoftware.openfire.roster.RosterItem
- RosterItem(Roster.Item) - Constructor for class org.jivesoftware.openfire.roster.RosterItem
-
Create a roster item from the data in another one.
- RosterItem.AskType - Enum in org.jivesoftware.openfire.roster
- RosterItem.RecvType - Enum in org.jivesoftware.openfire.roster
- RosterItem.SubType - Enum in org.jivesoftware.openfire.roster
- RosterItemProvider - Interface in org.jivesoftware.openfire.roster
- rosterItems - Variable in class org.jivesoftware.openfire.roster.Roster
-
Roster item cache - table: key jabberid string; value roster item.
- rosterLoaded(Roster) - Method in class org.jivesoftware.openfire.pep.IQPEPHandler
- rosterLoaded(Roster) - Static method in class org.jivesoftware.openfire.roster.RosterEventDispatcher
-
Notifies the listeners that a roster has just been loaded.
- rosterLoaded(Roster) - Method in interface org.jivesoftware.openfire.roster.RosterEventListener
-
Notification message indicating that a roster has just been loaded.
- RosterManager - Class in org.jivesoftware.openfire.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.openfire.roster.RosterManager
- rotateOpenfireLogFile() - Static method in class org.jivesoftware.util.Log
- roundDate(long, int) - Static method in class org.jivesoftware.openfire.SessionResultFilter
-
Rounds the given date down to the nearest specified second.
- roundDate(Date, int) - Static method in class org.jivesoftware.openfire.SessionResultFilter
-
Rounds the given date down to the nearest specified second.
- RoutableChannelHandler - Interface in org.jivesoftware.openfire
- route(Element) - Method in class org.jivesoftware.openfire.SessionPacketRouter
- route(Element) - Method in class org.jivesoftware.openfire.websocket.StreamManagementPacketRouter
- route(Route) - Method in class org.jivesoftware.openfire.multiplex.MultiplexerPacketHandler
-
Processes a route packet that is wrapping a stanza sent by a client that is connected to the connection manager.
- route(IQ) - Method in class org.jivesoftware.openfire.IQRouter
-
Performs the actual packet routing.
- route(IQ) - Method in interface org.jivesoftware.openfire.PacketRouter
-
Routes the given IQ packet.
- route(IQ) - Method in class org.jivesoftware.openfire.SessionPacketRouter
- route(IQ) - Method in class org.jivesoftware.openfire.spi.PacketRouterImpl
- route(Message) - Method in class org.jivesoftware.openfire.MessageRouter
-
Performs the actual packet routing.
- route(Message) - Method in interface org.jivesoftware.openfire.PacketRouter
-
Routes the given Message packet.
- route(Message) - Method in class org.jivesoftware.openfire.SessionPacketRouter
- route(Message) - Method in class org.jivesoftware.openfire.spi.PacketRouterImpl
- route(Packet) - Method in class org.jivesoftware.openfire.MulticastRouter
- route(Packet) - Method in interface org.jivesoftware.openfire.PacketRouter
-
Routes the given packet based on its type.
- route(Packet) - Method in class org.jivesoftware.openfire.SessionPacketRouter
- route(Packet) - Method in class org.jivesoftware.openfire.spi.PacketRouterImpl
-
Routes the given packet based on packet recipient and sender.
- route(Presence) - Method in interface org.jivesoftware.openfire.PacketRouter
-
Routes the given Presence packet.
- route(Presence) - Method in class org.jivesoftware.openfire.PresenceRouter
-
Routes presence packets.
- route(Presence) - Method in class org.jivesoftware.openfire.SessionPacketRouter
- route(Presence) - Method in class org.jivesoftware.openfire.spi.PacketRouterImpl
- Route - Class in org.jivesoftware.openfire.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(Element) - Constructor for class org.jivesoftware.openfire.multiplex.Route
-
Constructs a new Route using an existing Element.
- Route(Route) - Constructor for class org.jivesoftware.openfire.multiplex.Route
- Route(StreamID) - Constructor for class org.jivesoftware.openfire.multiplex.Route
-
Constructs a new Route.
- routePacket(byte[], JID, Packet) - Method in class org.jivesoftware.openfire.cluster.ClusterPacketRouter
- routePacket(byte[], JID, Packet) - Method in interface org.jivesoftware.openfire.RemotePacketRouter
-
Routes packet to specified receipient hosted in the specified node.
- routePacket(JID, Packet) - Method in interface org.jivesoftware.openfire.RoutingTable
-
Routes a packet to the specified address.
- routePacket(JID, Packet) - Method in class org.jivesoftware.openfire.spi.RoutingTableImpl
- routePacket(JID, Packet, boolean) - Method in interface org.jivesoftware.openfire.RoutingTable
-
Deprecated.Replaced by
RoutingTable.routePacket(JID, Packet)
- router - Variable in class org.jivesoftware.openfire.net.StanzaHandler
-
Router used to route incoming packets to the correct channels.
- routingFailed(JID, Packet) - Method in class org.jivesoftware.openfire.IQRouter
-
Notification message indicating that a packet has failed to be routed to the recipient.
- routingFailed(JID, Packet) - Method in class org.jivesoftware.openfire.MessageRouter
-
Notification message indicating that a packet has failed to be routed to the recipient.
- routingFailed(JID, Packet) - Method in class org.jivesoftware.openfire.PresenceRouter
-
Notification message indicating that a packet has failed to be routed to the recipient.
- RoutingTable - Interface in org.jivesoftware.openfire
-
Maintains server-wide knowledge of routes to any node.
- RoutingTableImpl - Class in org.jivesoftware.openfire.spi
-
Routing table that stores routes to client sessions, outgoing server sessions and components.
- RoutingTableImpl() - Constructor for class org.jivesoftware.openfire.spi.RoutingTableImpl
- run() - Method in class org.jivesoftware.openfire.archive.Archiver
- run() - Method in class org.jivesoftware.openfire.archive.GetArchiveWriteETATask
- run() - Method in class org.jivesoftware.openfire.cluster.BroadcastMessage
- run() - Method in class org.jivesoftware.openfire.cluster.GetBasicStatistics
- run() - Method in class org.jivesoftware.openfire.cluster.GetClusteredVersions
- run() - Method in class org.jivesoftware.openfire.cluster.IQResultListenerTask
- run() - Method in class org.jivesoftware.openfire.cluster.RemotePacketExecution
- run() - Method in class org.jivesoftware.openfire.component.NotifyComponentInfo
- run() - Method in class org.jivesoftware.openfire.component.NotifyComponentRegistered
- run() - Method in class org.jivesoftware.openfire.component.NotifyComponentUnregistered
- run() - Method in class org.jivesoftware.openfire.component.RequestComponentInfoNotification
- run() - Method in class org.jivesoftware.openfire.container.GetAdminConsoleInfoTask
- run() - Method in class org.jivesoftware.openfire.container.IsPluginInstalledTask
- run() - Method in class org.jivesoftware.openfire.http.TempFileToucherTask
- run() - Method in class org.jivesoftware.openfire.mediaproxy.Echo
- run() - Method in class org.jivesoftware.openfire.mediaproxy.MediaProxySession
-
Thread override method
- run() - Method in class org.jivesoftware.openfire.muc.cluster.MUCServicePropertyClusterEventTask
- run() - Method in class org.jivesoftware.openfire.muc.cluster.NewClusterMemberJoinedTask
- run() - Method in class org.jivesoftware.openfire.muc.cluster.OccupantAddedTask
- run() - Method in class org.jivesoftware.openfire.muc.cluster.OccupantKickedForNicknameTask
- run() - Method in class org.jivesoftware.openfire.muc.cluster.OccupantRemovedTask
- run() - Method in class org.jivesoftware.openfire.muc.cluster.OccupantUpdatedTask
- run() - Method in class org.jivesoftware.openfire.muc.cluster.ServiceAddedEvent
- run() - Method in class org.jivesoftware.openfire.muc.cluster.ServiceRemovedEvent
- run() - Method in class org.jivesoftware.openfire.muc.cluster.ServiceUpdatedEvent
- run() - Method in class org.jivesoftware.openfire.muc.cluster.SyncLocalOccupantsAndSendJoinPresenceTask
- run() - Method in class org.jivesoftware.openfire.net.SocketReader
-
Deprecated.A dedicated thread loop for reading the stream and sending incoming packets to the appropriate router.
- run() - Method in class org.jivesoftware.openfire.pubsub.cluster.AffiliationTask
- run() - Method in class org.jivesoftware.openfire.pubsub.cluster.CancelSubscriptionTask
- run() - Method in class org.jivesoftware.openfire.pubsub.cluster.FlushTask
- run() - Method in class org.jivesoftware.openfire.pubsub.cluster.ModifySubscriptionTask
- run() - Method in class org.jivesoftware.openfire.pubsub.cluster.NewSubscriptionTask
- run() - Method in class org.jivesoftware.openfire.pubsub.cluster.RefreshNodeTask
- run() - Method in class org.jivesoftware.openfire.pubsub.cluster.RemoveNodeTask
- run() - Method in class org.jivesoftware.openfire.session.ClientSessionTask
- run() - Method in class org.jivesoftware.openfire.session.ComponentSessionTask
- run() - Method in class org.jivesoftware.openfire.session.DeliverRawTextTask
- run() - Method in class org.jivesoftware.openfire.session.GetSessionsCountTask
- run() - Method in class org.jivesoftware.openfire.session.IncomingServerSessionTask
- run() - Method in class org.jivesoftware.openfire.session.OutgoingServerSessionTask
- run() - Method in class org.jivesoftware.openfire.session.ProcessPacketTask
- run() - Method in class org.jivesoftware.openfire.session.RemoteSessionTask
- run() - Method in class org.jivesoftware.util.cache.ConsistencyMonitor.Task
- run() - Method in class org.jivesoftware.util.PropertyClusterEventTask
- run() - Method in class org.jivesoftware.util.S2STestService
-
Run a test against the domain.
- runNow(boolean) - Method in class org.jivesoftware.openfire.container.PluginMonitor
-
Immediately run a check of the plugin directory.
S
- S2S_CACHE_NAME - Static variable in class org.jivesoftware.openfire.spi.RoutingTableImpl
- S2STestService - Class in org.jivesoftware.util
-
Runs server to server test.
- S2STestService(JID) - Constructor for class org.jivesoftware.util.S2STestService
- sample() - Method in interface org.jivesoftware.openfire.stats.Statistic
-
Returns the current sample of data.
- SANCertificateIdentityMapping - Class in org.jivesoftware.util.cert
-
Certificate identity mapping that uses SubjectAlternativeName as the identity credentials.
- SANCertificateIdentityMapping() - Constructor for class org.jivesoftware.util.cert.SANCertificateIdentityMapping
- sanitizeSearchFilter(String) - Static method in class org.jivesoftware.openfire.ldap.LdapManager
-
Escapes any special chars (RFC 4515) from a string representing a search filter assertion value.
- sanitizeSearchFilter(String, boolean) - Static method in class org.jivesoftware.openfire.ldap.LdapManager
-
Escapes any special chars (RFC 4514/4515) from a string representing a search filter assertion value, with the exception of the '*' wildcard sign
- SASL_EXTERNAL - org.jivesoftware.openfire.session.ServerSession.AuthenticationMethod
- SASL_LAST_RESPONSE_WAS_PROVIDED_BUT_EMPTY - Static variable in class org.jivesoftware.openfire.net.SASLAuthentication
-
Java's SaslServer does not allow for null values.
- SASLAuthentication - Class in org.jivesoftware.openfire.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.openfire.net.SASLAuthentication
- SASLAuthentication.ElementType - Enum in org.jivesoftware.openfire.net
- SASLAuthentication.Status - Enum in org.jivesoftware.openfire.net
- SaslFailureException - Exception in org.jivesoftware.openfire.sasl
-
A SaslException with XMPP 'failure' context.
- SaslFailureException(String, Throwable, Failure) - Constructor for exception org.jivesoftware.openfire.sasl.SaslFailureException
- SaslFailureException(String, Failure) - Constructor for exception org.jivesoftware.openfire.sasl.SaslFailureException
- SaslFailureException(Failure) - Constructor for exception org.jivesoftware.openfire.sasl.SaslFailureException
- SaslFailureException(Failure, String) - Constructor for exception org.jivesoftware.openfire.sasl.SaslFailureException
- SaslProvider - Class in org.jivesoftware.openfire.sasl
-
This is the Provider object providing the SaslServerFactory written by Jive Software.
- SaslProvider() - Constructor for class org.jivesoftware.openfire.sasl.SaslProvider
-
Constructs a the JiveSoftware SASL provider.
- SaslServerFactoryImpl - Class in org.jivesoftware.openfire.sasl
-
Server Factory for supported mechanisms.
- SaslServerFactoryImpl() - Constructor for class org.jivesoftware.openfire.sasl.SaslServerFactoryImpl
- SaslServerPlainImpl - Class in org.jivesoftware.openfire.sasl
-
Implements the PLAIN server-side mechanism.
- SaslServerPlainImpl(String, String, Map, CallbackHandler) - Constructor for class org.jivesoftware.openfire.sasl.SaslServerPlainImpl
- saslStatus - Variable in class org.jivesoftware.openfire.net.StanzaHandler
-
SASL status based on the last SASL interaction
- saslSuccessful() - Method in class org.jivesoftware.openfire.net.StanzaHandler
-
After SASL authentication was successful we should open a new stream and offer new stream features such as resource binding and session establishment.
- saslSuccessful() - Method in class org.jivesoftware.openfire.websocket.WebSocketClientStanzaHandler
-
After SASL authentication was successful we should open a new stream and offer new stream features such as resource binding and session establishment.
- saveAffiliationToDB(MUCRoom, JID, String, MUCRole.Affiliation, MUCRole.Affiliation) - Static method in class org.jivesoftware.openfire.muc.spi.MUCPersistenceManager
-
Update the DB with the new affiliation of the user in the room.
- saveConversationLogBatch(List<ConversationLogEntry>) - Static method in class org.jivesoftware.openfire.muc.spi.MUCPersistenceManager
-
Saves the conversation log entry batch to the database.
- saveProperties() - Method in class org.jivesoftware.admin.LdapUserProfile
-
Saves current configuration as XML/DB properties.
- savePublishedItem(PublishedItem) - Method in class org.jivesoftware.openfire.pubsub.CachingPubsubPersistenceProvider
- savePublishedItem(PublishedItem) - Method in class org.jivesoftware.openfire.pubsub.DefaultPubSubPersistenceProvider
- savePublishedItem(PublishedItem) - Method in class org.jivesoftware.openfire.pubsub.InMemoryPubSubPersistenceProvider
- savePublishedItem(PublishedItem) - Method in interface org.jivesoftware.openfire.pubsub.PubSubPersistenceProvider
-
Creates and stores the published item in the database.
- savePublishedItems(Connection, List<PublishedItem>, boolean) - Method in class org.jivesoftware.openfire.pubsub.DefaultPubSubPersistenceProvider
- saveToDB() - Method in class org.jivesoftware.openfire.muc.MUCRoom
-
Saves the room configuration to the DB.
- saveToDB() - Method in class org.jivesoftware.openfire.pubsub.Node
-
Saves the node configuration to the backend store.
- saveToDB(MUCRoom) - Static method in class org.jivesoftware.openfire.muc.spi.MUCPersistenceManager
-
Save the room configuration to the DB.
- SAXReaderUtil - Class in org.jivesoftware.util
-
A utility class that provides a level of abstraction around the creation of a SAXReader instance suitable for XMPP parsing, as well as maintaining a set of readers ready, available for (bulk) processing.
- SAXReaderUtil() - Constructor for class org.jivesoftware.util.SAXReaderUtil
- schedule(TimerTask, long) - Method in class org.jivesoftware.util.TaskEngine
-
Deprecated.Replaced by schedule({@link TimerTask, Duration}
- schedule(TimerTask, long, long) - Method in class org.jivesoftware.util.TaskEngine
-
Deprecated.Replaced by schedule({@link TimerTask, Duration, Duration}
- schedule(TimerTask, Duration) - Method in class org.jivesoftware.util.TaskEngine
-
Schedules the specified task for execution after the specified delay.
- schedule(TimerTask, Duration, Duration) - Method in class org.jivesoftware.util.TaskEngine
-
Schedules the specified task for repeated fixed-delay execution, beginning after the specified delay.
- schedule(TimerTask, Instant) - Method in class org.jivesoftware.util.TaskEngine
-
Schedules the specified task for execution at the specified time.
- schedule(TimerTask, Instant, Duration) - Method in class org.jivesoftware.util.TaskEngine
-
Schedules the specified task for repeated fixed-delay execution, beginning at the specified time.
- schedule(TimerTask, Date) - Method in class org.jivesoftware.util.TaskEngine
-
Deprecated.Replaced by schedule({@link TimerTask, Instant}
- schedule(TimerTask, Date, long) - Method in class org.jivesoftware.util.TaskEngine
-
Deprecated.Replaced by schedule({@link TimerTask, Instant, Duration}
- scheduleAtFixedRate(TimerTask, long, long) - Method in class org.jivesoftware.util.TaskEngine
-
Deprecated.Replaced by scheduleAtFixedRate({@link TimerTask, Duration, Duration}
- scheduleAtFixedRate(TimerTask, Duration, Duration) - Method in class org.jivesoftware.util.TaskEngine
-
Schedules the specified task for repeated fixed-rate execution, beginning after the specified delay.
- scheduleAtFixedRate(TimerTask, Instant, Duration) - Method in class org.jivesoftware.util.TaskEngine
-
Schedules the specified task for repeated fixed-rate execution, beginning at the specified time.
- scheduleAtFixedRate(TimerTask, Date, long) - Method in class org.jivesoftware.util.TaskEngine
-
Deprecated.Replaced by scheduleAtFixedRate({@link TimerTask, Instant, Duration}
- SchemaManager - Class in org.jivesoftware.database
-
Manages database schemas for Openfire and Openfire plugins.
- SchemaManager() - Constructor for class org.jivesoftware.database.SchemaManager
- ScramSha1SaslServer - Class in org.jivesoftware.openfire.sasl
-
Implements the SCRAM-SHA-1 server-side mechanism.
- ScramSha1SaslServer() - Constructor for class org.jivesoftware.openfire.sasl.ScramSha1SaslServer
- ScramUtils - Class in org.jivesoftware.openfire.auth
-
A utility class that provides methods that are useful for dealing with Salted Challenge Response Authentication Mechanism (SCRAM).
- 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.openfire.crowd.CrowdGroupProvider
- search(String) - Method in class org.jivesoftware.openfire.group.AbstractGroupProvider
-
Returns a collection of group search results.
- search(String) - Method in class org.jivesoftware.openfire.group.DefaultGroupProvider
- search(String) - Method in class org.jivesoftware.openfire.group.GroupManager
-
Returns the groups that match the search.
- search(String) - Method in interface org.jivesoftware.openfire.group.GroupProvider
-
Returns the group names that match a search.
- search(String) - Method in class org.jivesoftware.openfire.ldap.LdapGroupProvider
- search(String, int, int) - Method in class org.jivesoftware.openfire.crowd.CrowdGroupProvider
- search(String, int, int) - Method in class org.jivesoftware.openfire.group.AbstractGroupProvider
-
Returns a collection of group search results.
- search(String, int, int) - Method in class org.jivesoftware.openfire.group.DefaultGroupProvider
- search(String, int, int) - Method in class org.jivesoftware.openfire.group.GroupManager
-
Returns the groups that match the search given a start index and desired number of results.
- search(String, int, int) - Method in interface org.jivesoftware.openfire.group.GroupProvider
-
Returns the group names that match a search given a start index and desired number of results.
- search(String, int, int) - Method in class org.jivesoftware.openfire.ldap.LdapGroupProvider
- search(String, String) - Method in class org.jivesoftware.openfire.crowd.CrowdGroupProvider
- search(String, String) - Method in class org.jivesoftware.openfire.group.AbstractGroupProvider
- search(String, String) - Method in class org.jivesoftware.openfire.group.GroupManager
-
Returns an unmodifiable Collection of all groups in the system that match given propValue for the specified propName.
- search(String, String) - Method in interface org.jivesoftware.openfire.group.GroupProvider
-
Returns the names of groups that have a property matching the given key/value pair.
- search(String, String) - Method in class org.jivesoftware.openfire.ldap.LdapGroupProvider
- search(JID, Object) - Static method in class org.jivesoftware.openfire.group.Group
-
Search for a JID within a group.
- Search(HttpServletRequest) - Constructor for class org.jivesoftware.admin.servlet.SecurityAuditViewerServlet.Search
- Search(HttpServletRequest) - Constructor for class org.jivesoftware.admin.servlet.SystemCacheDetailsServlet.Search
- Search(HttpServletRequest) - Constructor for class org.jivesoftware.admin.servlet.SystemPropertiesServlet.Search
- searchForChatrooms(IQMuclumbusSearchHandler.SearchParameters) - Method in class org.jivesoftware.openfire.muc.spi.IQMuclumbusSearchHandler
- SECOND - Static variable in class org.jivesoftware.util.JiveConstants
-
Deprecated.
- secret - Static variable in class org.jivesoftware.openfire.container.AdminConsolePlugin
-
Random secret used by JVM to allow SSO.
- secretKey - Static variable in interface org.jivesoftware.util.cache.Cache
- secretValue - Static variable in interface org.jivesoftware.util.cache.Cache
- SECURITY_AUDIT - Static variable in class org.jivesoftware.util.JiveConstants
- SecurityAuditEvent - Class in org.jivesoftware.openfire.security
-
Representation of a single security event retrieved from the logs.
- SecurityAuditEvent() - Constructor for class org.jivesoftware.openfire.security.SecurityAuditEvent
- SecurityAuditManager - Class in org.jivesoftware.openfire.security
-
The SecurityAuditManager manages the SecurityAuditProvider configured for this server, and provides a proper conduit for making security log entries and looking them up.
- SecurityAuditProvider - Interface in org.jivesoftware.openfire.security
-
A SecurityAuditProvider handles storage and retrieval of security audit logs.
- SecurityAuditViewerServlet - Class in org.jivesoftware.admin.servlet
- SecurityAuditViewerServlet() - Constructor for class org.jivesoftware.admin.servlet.SecurityAuditViewerServlet
- SecurityAuditViewerServlet.Search - Class in org.jivesoftware.admin.servlet
- seeOtherUri - org.jivesoftware.openfire.http.BoshBindingError
-
The connection manager does not operate at this URI (e.g., the connection manager accepts only SSL or TLS connections at some https: URI rather than the http: URI requested by the client).
- select - org.jivesoftware.database.ProfiledConnection.Type
-
Constant for SELECT database queries.
- send(String, String) - Method in class org.jivesoftware.util.SmsService
-
Causes a new SMS message to be sent.
- send(Packet) - Method in class org.jivesoftware.openfire.muc.MUCRole
-
Sends a packet to the user.
- send(Packet) - Method in class org.jivesoftware.openfire.pep.PEPService
- send(Packet) - Method in class org.jivesoftware.openfire.pubsub.PubSubModule
- send(Packet) - Method in interface org.jivesoftware.openfire.pubsub.PubSubService
-
Sends the specified packet.
- send(Packet, MUCRole) - Method in class org.jivesoftware.openfire.muc.MUCRoom
-
Sends a packet to the occupants of the room.
- SendAnnouncementToOnlineUsers - Class in org.jivesoftware.openfire.commands.admin
-
Sends a message to all online users
- SendAnnouncementToOnlineUsers() - Constructor for class org.jivesoftware.openfire.commands.admin.SendAnnouncementToOnlineUsers
- sendAuthorizationRequest() - Method in class org.jivesoftware.openfire.pubsub.NodeSubscription
-
Sends an request to authorize the pending subscription to all owners.
- sendAuthorizationRequest(JID) - Method in class org.jivesoftware.openfire.pubsub.NodeSubscription
-
Sends a request to authorize the pending subscription to the specified owner.
- sendEventNotification(JID, Message, Collection<String>) - Method in class org.jivesoftware.openfire.pubsub.Node
-
Sends an event notification to the specified subscriber.
- sendFromPortA(String, int) - Method in class org.jivesoftware.openfire.mediaproxy.MediaProxySession
- sendFromPortA(String, int) - Method in interface org.jivesoftware.openfire.mediaproxy.ProxyCandidate
- sendFromPortB(String, int) - Method in class org.jivesoftware.openfire.mediaproxy.MediaProxySession
- sendFromPortB(String, int) - Method in interface org.jivesoftware.openfire.mediaproxy.ProxyCandidate
- sendHistory(MUCRole, MUCRoomHistory) - Method in class org.jivesoftware.openfire.muc.HistoryRequest
-
Sends the smallest amount of traffic that meets any combination of the requested criteria.
- sendImmediately(String, String) - Method in class org.jivesoftware.util.SmsService
-
Causes a new SMS message to be sent.
- sendingInvitation(MUCRoom, JID, JID, String) - Method in class org.jivesoftware.openfire.muc.MUCEventDelegate
-
This event will be triggered when an entity attempts to invite someone to a room.
- sendingInvitationRejection(MUCRoom, JID, JID, String) - Method in class org.jivesoftware.openfire.muc.MUCEventDelegate
-
This event will be triggered when an entity reject invite from someone to a room.
- sendInitialPresenceToExistingOccupants(MUCRole) - Method in class org.jivesoftware.openfire.muc.MUCRoom
-
Sends presence of new occupant to existing occupants.
- sendInvitation(JID, String, MUCRole, List<Element>) - Method in class org.jivesoftware.openfire.muc.MUCRoom
-
Sends an invitation to a user.
- sendInvitationRejection(JID, String, JID) - Method in class org.jivesoftware.openfire.muc.MUCRoom
-
Sends the rejection to the inviter.
- sendLastPublishedItems(JID) - Method in class org.jivesoftware.openfire.pep.PEPService
-
Sends an event notification for the last published item of each leaf node under the root collection node to the recipient JID.
- sendLastPublishedItems(JID, Set<String>) - Method in class org.jivesoftware.openfire.pep.PEPService
-
Sends an event notification for the last published item of each leaf node under the root collection node to the recipient JID.
- sendLeavePresenceToExistingOccupants(MUCRole) - Method in class org.jivesoftware.openfire.muc.MUCRoom
-
Sends presence of a leaving occupant to applicable occupants of the room that is being left.
- sendLegacyError(AsyncContext, BoshBindingError) - Static method in class org.jivesoftware.openfire.http.HttpBindServlet
- sendLegacyError(AsyncContext, BoshBindingError, String) - Static method in class org.jivesoftware.openfire.http.HttpBindServlet
- sendMessage(String, String, String, String, String, String, String) - Method in class org.jivesoftware.util.EmailService
-
Sends a message, specifying all of its fields.
- sendMessage(MimeMessage) - Method in class org.jivesoftware.util.EmailService
-
Sends a JavaMail message.
- 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.
- sendMessageToAdmins(String) - Method in class org.jivesoftware.openfire.XMPPServer
-
Asynchronously send a message to every administrator on the system.
- sendNotification(Node, Message, JID) - Method in class org.jivesoftware.openfire.pep.PEPService
- sendNotification(Node, Message, JID) - Method in class org.jivesoftware.openfire.pubsub.PubSubModule
- sendNotification(Node, Message, JID) - Method in interface org.jivesoftware.openfire.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.openfire.component.InternalComponentManager
- sendPendingPackets(List<Element>) - Method in class org.jivesoftware.openfire.http.HttpSession
-
This method sends any pending packets in the session.
- sendPrivatePacket(Packet, MUCRole) - Method in class org.jivesoftware.openfire.muc.MUCRoom
-
Sends a private packet to a selected occupant.
- sendPublicMessage(Message, MUCRole) - Method in class org.jivesoftware.openfire.muc.MUCRoom
-
Sends a message to the all the occupants.
- sendServerAcknowledgement() - Method in class org.jivesoftware.openfire.streammanagement.StreamManager
-
Sends XEP-0198 acknowledgement <a /> to client from server
- sendServerMessage(String, String) - Method in class org.jivesoftware.openfire.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.openfire.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.openfire.PresenceManager
-
Sends unavailable presence from all of the user's available resources to the remote user.
- sendUnavailableFromSessions(JID, JID) - Method in class org.jivesoftware.openfire.spi.PresenceManagerImpl
- Sent - Class in org.jivesoftware.openfire.carbons
-
The implementation of the
<sent xmlns="urn:xmpp:carbons:2"/>
extension. - Sent(Forwarded) - Constructor for class org.jivesoftware.openfire.carbons.Sent
- sentStanza(Packet) - Method in class org.jivesoftware.openfire.streammanagement.StreamManager
-
Registers that Openfire sends a stanza to the client (which is expected to be acknowledged later).
- 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.
- SerializingCache<K extends Serializable,V extends Serializable> - Class in org.jivesoftware.util.cache
-
A Cache implementation that stores data in serialized form.
- serialVersionUID - Static variable in exception org.jivesoftware.util.cache.CannotCalculateSizeException
- Server() - Constructor for class org.jivesoftware.openfire.session.ConnectionSettings.Server
- serverBroadcast(String) - Method in class org.jivesoftware.openfire.muc.MUCRoom
-
Broadcast a given message to all members of this chat room.
- ServerDialback - Class in org.jivesoftware.openfire.server
-
Implementation of the Server Dialback method as defined by the RFC3920.
- ServerDialback(Connection, DomainPair) - Constructor for class org.jivesoftware.openfire.server.ServerDialback
-
Creates a new instance that will be used for creating
IncomingServerSession
, validating subsequent domains or authenticating new domains. - ServerDialback(DomainPair) - Constructor for class org.jivesoftware.openfire.server.ServerDialback
- ServerDialbackErrorException - Exception in org.jivesoftware.openfire.server
-
Representation of an error result of the Server Dialback authentication mechanism.
- ServerDialbackErrorException(String, String, PacketError) - Constructor for exception org.jivesoftware.openfire.server.ServerDialbackErrorException
- ServerDialbackErrorException(String, String, PacketError, Throwable) - Constructor for exception org.jivesoftware.openfire.server.ServerDialbackErrorException
- ServerDialbackKeyInvalidException - Exception in org.jivesoftware.openfire.server
-
Representation of an invalid-key result of the Server Dialback authentication mechanism.
- ServerDialbackKeyInvalidException(String, String) - Constructor for exception org.jivesoftware.openfire.server.ServerDialbackKeyInvalidException
- ServerFeaturesProvider - Interface in org.jivesoftware.openfire.disco
-
ServerFeaturesProviders are responsible for providing the features offered and supported protocols by the SERVER.
- ServerIdentitiesProvider - Interface in org.jivesoftware.openfire.disco
-
A
ServerIdentitiesProvider
is responsible for providing the identities of protocols supported by the SERVER. - ServerItemsProvider - Interface in org.jivesoftware.openfire.disco
-
ServerItemsProvider are responsible for providing the items associated with the SERVER.
- serverName - Variable in class org.jivesoftware.openfire.net.SocketReader
-
Deprecated.Server name for which we are attending clients.
- serverName - Variable in class org.jivesoftware.openfire.session.LocalSession
- ServerSession - Interface in org.jivesoftware.openfire.session
- ServerSession.AuthenticationMethod - Enum in org.jivesoftware.openfire.session
- ServerSessionEventDispatcher - Class in org.jivesoftware.openfire.event
-
Dispatches session events (s2s).
- ServerSessionEventDispatcher.EventType - Enum in org.jivesoftware.openfire.event
-
Represents valid event types.
- ServerSessionEventListener - Interface in org.jivesoftware.openfire.event
-
Interface to listen for server session events (s2s).
- ServerStanzaHandler - Class in org.jivesoftware.openfire.net
-
Handler of XML stanzas sent by remote servers.
- ServerStanzaHandler(PacketRouter, Connection, boolean) - Constructor for class org.jivesoftware.openfire.net.ServerStanzaHandler
- serverStarted() - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
- serverStarted() - Method in class org.jivesoftware.openfire.spi.PresenceManagerImpl
- serverStarted() - Method in interface org.jivesoftware.openfire.XMPPServerListener
-
Notification message indicating that the server has been started.
- serverStopping() - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
- serverStopping() - Method in class org.jivesoftware.openfire.spi.PresenceManagerImpl
- serverStopping() - Method in interface org.jivesoftware.openfire.XMPPServerListener
-
Notification message indication that the server is about to be stopped.
- ServerTrafficCounter - Class in org.jivesoftware.openfire.net
-
A ServerTrafficCounter counts the number of bytes read and written by the server.
- ServerTrafficCounter() - Constructor for class org.jivesoftware.openfire.net.ServerTrafficCounter
- ServerTrustManager - Class in org.jivesoftware.openfire.net
-
ServerTrustManager is a Trust Manager that is only used for s2s connections.
- ServerTrustManager(KeyStore) - Constructor for class org.jivesoftware.openfire.net.ServerTrustManager
- service(HttpServletRequest, HttpServletResponse) - Method in class org.jivesoftware.openfire.container.PluginServlet
- service(HttpServletRequest, HttpServletResponse) - Method in class org.jivesoftware.openfire.http.HttpBindServlet
- service(HttpServletRequest, HttpServletResponse) - Method in class org.jivesoftware.openfire.http.ResourceServlet
- service(HttpServletRequest, HttpServletResponse) - Method in class org.jivesoftware.openfire.websocket.OpenfireWebSocketServlet
- ServiceAddedEvent - Class in org.jivesoftware.openfire.muc.cluster
-
Task that will add a service to the cluster node.
- ServiceAddedEvent() - Constructor for class org.jivesoftware.openfire.muc.cluster.ServiceAddedEvent
- ServiceAddedEvent(String, String, Boolean) - Constructor for class org.jivesoftware.openfire.muc.cluster.ServiceAddedEvent
- serviceEnabled(boolean) - Method in interface org.jivesoftware.openfire.component.ExternalComponentManagerListener
-
Notification indicating whether the service is being enabled or disabled.
- serviceId - Variable in class org.jivesoftware.openfire.pubsub.cluster.NodeTask
-
The service identifier for the pubsub node that is the subject of the task.
- serviceIdentifier - Variable in class org.jivesoftware.openfire.pubsub.Node
-
Unique reference to the publish and subscribe service.
- ServiceRemovedEvent - Class in org.jivesoftware.openfire.muc.cluster
-
Task that will remove a service from the cluster node.
- ServiceRemovedEvent() - Constructor for class org.jivesoftware.openfire.muc.cluster.ServiceRemovedEvent
- ServiceRemovedEvent(String) - Constructor for class org.jivesoftware.openfire.muc.cluster.ServiceRemovedEvent
- ServiceUnavailableException - Exception in org.jivesoftware.openfire.muc
-
Exception used for representing that the MultiUserChat service is not available at the moment.
- ServiceUnavailableException() - Constructor for exception org.jivesoftware.openfire.muc.ServiceUnavailableException
- ServiceUnavailableException(String) - Constructor for exception org.jivesoftware.openfire.muc.ServiceUnavailableException
- ServiceUnavailableException(String, Throwable) - Constructor for exception org.jivesoftware.openfire.muc.ServiceUnavailableException
- ServiceUnavailableException(Throwable) - Constructor for exception org.jivesoftware.openfire.muc.ServiceUnavailableException
- ServiceUpdatedEvent - Class in org.jivesoftware.openfire.muc.cluster
-
Task that will update a service configuring in the cluster node.
- ServiceUpdatedEvent() - Constructor for class org.jivesoftware.openfire.muc.cluster.ServiceUpdatedEvent
- ServiceUpdatedEvent(String) - Constructor for class org.jivesoftware.openfire.muc.cluster.ServiceUpdatedEvent
- SERVLET_REQUEST_AUTHENTICATOR - Static variable in class org.jivesoftware.admin.AuthCheckFilter
- ServletRequestAuthenticator - Interface in org.jivesoftware.admin
- session - Variable in class org.jivesoftware.openfire.net.AbstractConnection
-
The session that owns this connection.
- session - Variable in class org.jivesoftware.openfire.net.SocketReader
-
Deprecated.Session associated with the socket reader.
- session - Variable in class org.jivesoftware.openfire.net.StanzaHandler
-
Session associated with the socket reader.
- session - Variable in class org.jivesoftware.openfire.SessionPacketRouter
- session - Variable in class org.jivesoftware.util.WebBean
- Session - Interface in org.jivesoftware.openfire.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_AUTH_FAILURE - Static variable in class org.jivesoftware.openfire.audit.SessionEvent
- SESSION_AUTH_SUCCESS - Static variable in class org.jivesoftware.openfire.audit.SessionEvent
- SESSION_CLEANUP_INTERVAL - Static variable in class org.jivesoftware.openfire.http.HttpSessionManager
-
Interval in which a check is executed that will cleanup unused/inactive BOSH sessions.
- session_closed - org.jivesoftware.openfire.http.SessionEventDispatcher.EventType
- SESSION_CODE - Static variable in class org.jivesoftware.openfire.audit.SessionEvent
-
Session events use the code 1
- SESSION_CONNECT - Static variable in class org.jivesoftware.openfire.audit.SessionEvent
- session_created - org.jivesoftware.openfire.event.ServerSessionEventDispatcher.EventType
-
A session was created.
- session_created - org.jivesoftware.openfire.event.SessionEventDispatcher.EventType
-
A session was created.
- session_destroyed - org.jivesoftware.openfire.event.ServerSessionEventDispatcher.EventType
-
A session was destroyed
- session_destroyed - org.jivesoftware.openfire.event.SessionEventDispatcher.EventType
-
A session was destroyed
- SESSION_DISCONNECT - Static variable in class org.jivesoftware.openfire.audit.SessionEvent
- SESSION_STREAM - Static variable in class org.jivesoftware.openfire.audit.SessionEvent
- SESSION_TIMEOUT - Static variable in class org.jivesoftware.admin.SessionListener
- Session.Status - Enum in org.jivesoftware.openfire.session
- sessionAvailable(LocalClientSession, Presence) - Method in class org.jivesoftware.openfire.SessionManager
-
Notification message sent when a client sent an available presence for the session.
- sessionClosed(HttpSession) - Method in interface org.jivesoftware.openfire.http.SessionListener
-
A session ended.
- sessionClosed(MediaProxySession) - Method in class org.jivesoftware.openfire.mediaproxy.MediaProxy
-
Implements Session Listener stopAgent event.
- sessionClosed(MediaProxySession) - Method in interface org.jivesoftware.openfire.mediaproxy.SessionListener
-
A media proxy session was closed as a result of normal termination or because the max idle time elapsed.
- sessionCreated - Variable in class org.jivesoftware.openfire.net.StanzaHandler
- sessionCreated(HttpSessionEvent) - Method in class org.jivesoftware.admin.SessionListener
- sessionCreated(Session) - Method in interface org.jivesoftware.openfire.event.ServerSessionEventListener
-
Notification event indicating that a server has connected with the server.
- sessionCreated(Session) - Method in interface org.jivesoftware.openfire.event.SessionEventListener
-
Notification event indicating that a user has authenticated with the server.
- sessionCreated(Session) - Method in class org.jivesoftware.openfire.multiplex.ConnectionMultiplexerManager
- sessionCreated(Session) - Method in class org.jivesoftware.openfire.session.SoftwareServerVersionManager
- sessionCreated(Session) - Method in class org.jivesoftware.openfire.session.SoftwareVersionManager
- SessionData - Class in org.jivesoftware.openfire.commands
-
A SessionData instance is responsible for keeping information gathered during the many stages of the command being executed.
- SessionData(String, JID) - Constructor for class org.jivesoftware.openfire.commands.SessionData
- sessionDestroyed(HttpSessionEvent) - Method in class org.jivesoftware.admin.SessionListener
- sessionDestroyed(Session) - Method in interface org.jivesoftware.openfire.event.ServerSessionEventListener
-
A connected session of a server was destroyed.
- sessionDestroyed(Session) - Method in interface org.jivesoftware.openfire.event.SessionEventListener
-
An authenticated session of a non anonymous user was destroyed.
- sessionDestroyed(Session) - Method in class org.jivesoftware.openfire.multiplex.ConnectionMultiplexerManager
- sessionDestroyed(Session) - Method in class org.jivesoftware.openfire.session.SoftwareServerVersionManager
- sessionDestroyed(Session) - Method in class org.jivesoftware.openfire.session.SoftwareVersionManager
- SessionEvent - Class in org.jivesoftware.openfire.audit
-
Events that occur during the session life cycle are repreented by SessionEvents.
- SessionEventDispatcher - Class in org.jivesoftware.openfire.event
-
Dispatches session events.
- SessionEventDispatcher - Class in org.jivesoftware.openfire.http
- SessionEventDispatcher.EventType - Enum in org.jivesoftware.openfire.event
-
Represents valid event types.
- SessionEventDispatcher.EventType - Enum in org.jivesoftware.openfire.http
- SessionEventListener - Interface in org.jivesoftware.openfire.event
-
Interface to listen for session events.
- SessionListener - Class in org.jivesoftware.admin
-
A http session listener that implements a configurable session timeout.
- SessionListener - Interface in org.jivesoftware.openfire.http
-
Listens for HTTP binding session events.
- SessionListener - Interface in org.jivesoftware.openfire.mediaproxy
-
Listener for media proxy session events.
- SessionListener() - Constructor for class org.jivesoftware.admin.SessionListener
- sessionManager - Variable in class org.jivesoftware.openfire.handler.IQHandler
- sessionManager - Variable in class org.jivesoftware.openfire.session.LocalSession
- SessionManager - Class in org.jivesoftware.openfire
-
Manages the sessions associated with an account.
- SessionManager() - Constructor for class org.jivesoftware.openfire.SessionManager
- SessionNotFoundException - Exception in org.jivesoftware.openfire
- SessionNotFoundException() - Constructor for exception org.jivesoftware.openfire.SessionNotFoundException
- SessionNotFoundException(String) - Constructor for exception org.jivesoftware.openfire.SessionNotFoundException
- SessionNotFoundException(String, Throwable) - Constructor for exception org.jivesoftware.openfire.SessionNotFoundException
- SessionNotFoundException(Throwable) - Constructor for exception org.jivesoftware.openfire.SessionNotFoundException
- SessionPacketRouter - Class in org.jivesoftware.openfire
-
Handles the routing of packets to a particular session.
- SessionPacketRouter(LocalClientSession) - Constructor for class org.jivesoftware.openfire.SessionPacketRouter
- SessionResultFilter - Class in org.jivesoftware.openfire
-
Filters and sorts lists of sessions.
- SessionResultFilter() - Constructor for class org.jivesoftware.openfire.SessionResultFilter
- sessionUnavailable(LocalClientSession) - Method in class org.jivesoftware.openfire.SessionManager
-
Notification message sent when a client sent an unavailable presence for the session.
- set(int, T) - Method in class org.jivesoftware.openfire.group.ConcurrentGroupList
- setAcceptSelfSignedCertificates(boolean) - Method in class org.jivesoftware.openfire.spi.ConnectionListener
-
Configuresif self-signed peer certificates can be used to establish an encrypted connection.
- setAccessModel(AccessModel) - Method in class org.jivesoftware.openfire.pubsub.DefaultNodeConfiguration
-
Sets the access model that specifies who is allowed to subscribe and retrieve items.
- setActiveList(PrivacyList) - Method in interface org.jivesoftware.openfire.session.ClientSession
-
Sets the Privacy list that overrides the default privacy list.
- setActiveList(PrivacyList) - Method in class org.jivesoftware.openfire.session.LocalClientSession
-
Sets the Privacy list that overrides the default privacy list.
- setActiveList(PrivacyList) - Method in class org.jivesoftware.openfire.session.RemoteClientSession
- setAdditionalNamespaces(Set<Namespace>) - Method in interface org.jivesoftware.openfire.Connection
-
When a connection is used to transmit an XML data, the root element of that data can define XML namespaces other than the ones that are default (eg: 'jabber:client', 'jabber:server', etc).
- setAdditionalNamespaces(Set<Namespace>) - Method in class org.jivesoftware.openfire.net.AbstractConnection
- setAddress(JID) - Method in class org.jivesoftware.openfire.session.LocalClientSession
- setAddress(JID) - Method in class org.jivesoftware.openfire.session.LocalSession
-
Sets the new address of this session.
- setAdminDN(String) - Method in class org.jivesoftware.openfire.ldap.LdapManager
-
Sets the starting admin DN that searches for admins will performed with.
- setAdminJIDs(List<JID>) - Method in class org.jivesoftware.openfire.admin.AdminManager
-
Sets the list of admin users based off of a list of jids.
- setAdminPassword(String) - Method in class org.jivesoftware.openfire.ldap.LdapManager
-
Sets the admin password for the LDAP server we're connecting to.
- setAdmins(List<JID>) - Method in interface org.jivesoftware.openfire.admin.AdminProvider
-
Sets the list of admin accounts, by JID.
- setAdmins(List<JID>) - Method in class org.jivesoftware.openfire.admin.DefaultAdminProvider
-
The default provider sets a comma separated list as the system property
admin.authorizedJIDs
- setAdmins(List<JID>) - Method in class org.jivesoftware.openfire.admin.GroupBasedAdminProvider
- setAdmins(List<JID>) - Method in class org.jivesoftware.openfire.admin.JDBCAdminProvider
- setAdmins(List<JID>) - Method in class org.jivesoftware.openfire.crowd.CrowdAdminProvider
- setAdminUsers(List<String>) - Method in class org.jivesoftware.openfire.admin.AdminManager
-
Sets the list of admin users based off of a list of usernames.
- setAffiliation(MUCRole.Affiliation) - Method in class org.jivesoftware.openfire.muc.MUCRole
-
Call this method to promote or demote a user's affiliation in a chatroom.
- setAffiliation(NodeAffiliate.Affiliation) - Method in class org.jivesoftware.openfire.pubsub.NodeAffiliate
- setAllowedActions(List<AdHocCommand.Action>) - Method in class org.jivesoftware.openfire.commands.SessionData
-
Sets the valid actions that the user can follow from the current stage.
- setAllowToDiscoverLockedRooms(boolean) - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
-
Sets the flag that indicates if the service should provide information about locked rooms when handling service discovery requests.
- setAllowToDiscoverMembersOnlyRooms(boolean) - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
-
Sets the flag that indicates if the service should provide information about non-public members-only rooms when handling service discovery requests.
- setAllRegisteredUsersAllowedToCreate(boolean) - Method in interface org.jivesoftware.openfire.muc.MultiUserChatService
-
Sets if all registered users of Openfire are allowed to create rooms.
- setAllRegisteredUsersAllowedToCreate(boolean) - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
- setAlternateBaseDN(LdapName) - Method in class org.jivesoftware.openfire.ldap.LdapManager
-
Sets the alternate starting DN that searches for users will performed with.
- setAnonymousAuth() - Method in class org.jivesoftware.openfire.session.LocalClientSession
-
Initialize the session as an anonymous login.
- setArray(int, Array) - Method in class org.jivesoftware.database.CallableStatementWrapper
- setArray(int, Array) - Method in class org.jivesoftware.database.PreparedStatementWrapper
- setAsciiStream(int, InputStream) - Method in class org.jivesoftware.database.CallableStatementWrapper
- setAsciiStream(int, InputStream) - Method in class org.jivesoftware.database.PreparedStatementWrapper
- setAsciiStream(int, InputStream, int) - Method in class org.jivesoftware.database.CallableStatementWrapper
- setAsciiStream(int, InputStream, int) - Method in class org.jivesoftware.database.PreparedStatementWrapper
- setAsciiStream(int, InputStream, long) - Method in class org.jivesoftware.database.CallableStatementWrapper
- setAsciiStream(int, InputStream, long) - Method in class org.jivesoftware.database.PreparedStatementWrapper
- setAsciiStream(String, InputStream) - Method in class org.jivesoftware.database.CallableStatementWrapper
- setAsciiStream(String, InputStream, int) - Method in class org.jivesoftware.database.CallableStatementWrapper
- setAsciiStream(String, InputStream, long) - Method in class org.jivesoftware.database.CallableStatementWrapper
- setAsCopyOf(Roster.Item) - Method in class org.jivesoftware.openfire.roster.RosterItem
-
Update the cached item as a copy of the given item.
- setAskStatus(RosterItem.AskType) - Method in class org.jivesoftware.openfire.roster.RosterItem
-
Set the current ask status of the item.
- setAssociationPolicy(CollectionNode.LeafNodeAssociationPolicy) - Method in class org.jivesoftware.openfire.pubsub.DefaultNodeConfiguration
-
Sets the policy that defines who may associate leaf nodes with a collection.
- setAttemptedAllAuthenticationMethods() - Method in class org.jivesoftware.openfire.net.RespondingServerStanzaHandler
- setAttribute(String, Object) - Method in class org.jivesoftware.openfire.container.PluginServletContext
- setAuditIQ(boolean) - Method in interface org.jivesoftware.openfire.audit.AuditManager
-
Enables or disables the server auditing of all iq packets.
- setAuditIQ(boolean) - Method in class org.jivesoftware.openfire.audit.spi.AuditManagerImpl
- setAuditMessage(boolean) - Method in interface org.jivesoftware.openfire.audit.AuditManager
-
Enables or disables the server auditing of all message packets.
- setAuditMessage(boolean) - Method in class org.jivesoftware.openfire.audit.spi.AuditManagerImpl
- setAuditPresence(boolean) - Method in interface org.jivesoftware.openfire.audit.AuditManager
-
Enables or disables the server auditing of all presence packets.
- setAuditPresence(boolean) - Method in class org.jivesoftware.openfire.audit.spi.AuditManagerImpl
- setAuditXPath(boolean) - Method in interface org.jivesoftware.openfire.audit.AuditManager
-
Enables/disables server auditing of packets using XPath expressions.
- setAuditXPath(boolean) - Method in class org.jivesoftware.openfire.audit.spi.AuditManagerImpl
- setAuthenticationMethod(ServerSession.AuthenticationMethod) - Method in class org.jivesoftware.openfire.session.LocalServerSession
-
Set the method that was used to authenticate this session.
- setAuthToken(AuthToken) - Method in class org.jivesoftware.openfire.session.LocalClientSession
-
Sets the new Authorization Token for this session.
- setAuthToken(AuthToken, String) - Method in class org.jivesoftware.openfire.session.LocalClientSession
-
Initialize the session with a valid authentication token and resource name.
- setAutoCommit(boolean) - Method in class org.jivesoftware.database.AbstractConnection
- setAvatarStoredInDB(Boolean) - Method in class org.jivesoftware.admin.LdapUserProfile
- setBaseClass(Class<?>) - Method in class org.jivesoftware.util.SystemProperty.Builder
-
This indicates which class configured values must inherit from.
- setBaseDN(LdapName) - Method in class org.jivesoftware.openfire.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. - setBigDecimal(int, BigDecimal) - Method in class org.jivesoftware.database.CallableStatementWrapper
- setBigDecimal(int, BigDecimal) - Method in class org.jivesoftware.database.PreparedStatementWrapper
- setBigDecimal(String, BigDecimal) - Method in class org.jivesoftware.database.CallableStatementWrapper
- setBinaryStream(int, InputStream) - Method in class org.jivesoftware.database.CallableStatementWrapper
- setBinaryStream(int, InputStream) - Method in class org.jivesoftware.database.PreparedStatementWrapper
- setBinaryStream(int, InputStream, int) - Method in class org.jivesoftware.database.CallableStatementWrapper
- setBinaryStream(int, InputStream, int) - Method in class org.jivesoftware.database.PreparedStatementWrapper
- setBinaryStream(int, InputStream, long) - Method in class org.jivesoftware.database.CallableStatementWrapper
- setBinaryStream(int, InputStream, long) - Method in class org.jivesoftware.database.PreparedStatementWrapper
- setBinaryStream(String, InputStream) - Method in class org.jivesoftware.database.CallableStatementWrapper
- setBinaryStream(String, InputStream, int) - Method in class org.jivesoftware.database.CallableStatementWrapper
- setBinaryStream(String, InputStream, long) - Method in class org.jivesoftware.database.CallableStatementWrapper
- setBirthday(String) - Method in class org.jivesoftware.admin.LdapUserProfile
- setBlacklistedIPs(Set<String>) - Static method in class org.jivesoftware.openfire.session.LocalClientSession
-
Sets the list of IP address that are not allowed to connect to the server.
- setBlob(int, InputStream) - Method in class org.jivesoftware.database.CallableStatementWrapper
- setBlob(int, InputStream) - Method in class org.jivesoftware.database.PreparedStatementWrapper
- setBlob(int, InputStream, long) - Method in class org.jivesoftware.database.CallableStatementWrapper
- setBlob(int, InputStream, long) - Method in class org.jivesoftware.database.PreparedStatementWrapper
- setBlob(int, Blob) - Method in class org.jivesoftware.database.CallableStatementWrapper
- setBlob(int, Blob) - Method in class org.jivesoftware.database.PreparedStatementWrapper
- setBlob(String, InputStream) - Method in class org.jivesoftware.database.CallableStatementWrapper
- setBlob(String, InputStream, long) - Method in class org.jivesoftware.database.CallableStatementWrapper
- setBlob(String, Blob) - Method in class org.jivesoftware.database.CallableStatementWrapper
- 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.
- setBoolean(int, boolean) - Method in class org.jivesoftware.database.CallableStatementWrapper
- setBoolean(int, boolean) - Method in class org.jivesoftware.database.PreparedStatementWrapper
- setBoolean(String, boolean) - Method in class org.jivesoftware.database.CallableStatementWrapper
- 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
- setByte(int, byte) - Method in class org.jivesoftware.database.CallableStatementWrapper
- setByte(int, byte) - Method in class org.jivesoftware.database.PreparedStatementWrapper
- setByte(String, byte) - Method in class org.jivesoftware.database.CallableStatementWrapper
- setBytes(int, byte[]) - Method in class org.jivesoftware.database.CallableStatementWrapper
- setBytes(int, byte[]) - Method in class org.jivesoftware.database.PreparedStatementWrapper
- setBytes(String, byte[]) - Method in class org.jivesoftware.database.CallableStatementWrapper
- setCacheTypeProperty(String, String) - Static method in class org.jivesoftware.util.cache.CacheFactory
- setCanAnyoneDiscoverJID(boolean) - Method in class org.jivesoftware.openfire.muc.MUCRoom
-
Sets if every presence packet will include the JID of every occupant.
- setCanChangePassword(boolean) - Method in class org.jivesoftware.openfire.handler.IQRegisterHandler
- setCanOccupantsChangeSubject(boolean) - Method in class org.jivesoftware.openfire.muc.MUCRoom
-
Sets if participants are allowed to change the room's subject.
- setCanOccupantsInvite(boolean) - Method in class org.jivesoftware.openfire.muc.MUCRoom
-
Sets if occupants can invite other users to the room.
- setCanSendPrivateMessage(String) - Method in class org.jivesoftware.openfire.muc.MUCRoom
-
Sets the minimal role of persons that are allowed to send private messages in the room.
- setCatalog(String) - Method in class org.jivesoftware.database.AbstractConnection
- setCategory(String) - Method in interface org.jivesoftware.openfire.session.ComponentSession.ExternalComponent
- setCategory(String) - Method in class org.jivesoftware.openfire.session.LocalComponentSession.LocalExternalComponent
- setChangeNickname(boolean) - Method in class org.jivesoftware.openfire.muc.MUCRoom
-
Sets if room occupants are allowed to change their nicknames in the room.
- SetCharacterEncodingFilter - Class in org.jivesoftware.util
-
Sets the character encoding to UTF-8.
- SetCharacterEncodingFilter() - Constructor for class org.jivesoftware.util.SetCharacterEncodingFilter
- setCharacterStream(int, Reader) - Method in class org.jivesoftware.database.CallableStatementWrapper
- setCharacterStream(int, Reader) - Method in class org.jivesoftware.database.PreparedStatementWrapper
- setCharacterStream(int, Reader, int) - Method in class org.jivesoftware.database.CallableStatementWrapper
- setCharacterStream(int, Reader, int) - Method in class org.jivesoftware.database.PreparedStatementWrapper
- setCharacterStream(int, Reader, long) - Method in class org.jivesoftware.database.CallableStatementWrapper
- setCharacterStream(int, Reader, long) - Method in class org.jivesoftware.database.PreparedStatementWrapper
- setCharacterStream(String, Reader) - Method in class org.jivesoftware.database.CallableStatementWrapper
- setCharacterStream(String, Reader, int) - Method in class org.jivesoftware.database.CallableStatementWrapper
- setCharacterStream(String, Reader, long) - Method in class org.jivesoftware.database.CallableStatementWrapper
- setChildElement(Element) - Method in class org.jivesoftware.openfire.multiplex.Route
-
Sets the wrapped stanza by this Route packet.
- setChronoUnit(ChronoUnit) - Method in class org.jivesoftware.util.SystemProperty.Builder
-
If the type of the property is a
Duration
this is used to indicate how the value is saved in the database. - setClientAuth(Connection.ClientAuth) - Method in class org.jivesoftware.openfire.spi.ConnectionListener
- setClientInfo(String, String) - Method in class org.jivesoftware.database.AbstractConnection
- setClientInfo(Properties) - Method in class org.jivesoftware.database.AbstractConnection
- setClob(int, Reader) - Method in class org.jivesoftware.database.CallableStatementWrapper
- setClob(int, Reader) - Method in class org.jivesoftware.database.PreparedStatementWrapper
- setClob(int, Reader, long) - Method in class org.jivesoftware.database.CallableStatementWrapper
- setClob(int, Reader, long) - Method in class org.jivesoftware.database.PreparedStatementWrapper
- setClob(int, Clob) - Method in class org.jivesoftware.database.CallableStatementWrapper
- setClob(int, Clob) - Method in class org.jivesoftware.database.PreparedStatementWrapper
- setClob(String, Reader) - Method in class org.jivesoftware.database.CallableStatementWrapper
- setClob(String, Reader, long) - Method in class org.jivesoftware.database.CallableStatementWrapper
- setClob(String, Clob) - Method in class org.jivesoftware.database.CallableStatementWrapper
- setClusteringEnabled(boolean) - Static method in class org.jivesoftware.openfire.cluster.ClusterManager
-
Sets true if clustering support is enabled.
- setCode(int) - Method in class org.jivesoftware.openfire.audit.AuditEvent
-
Set the primary type of event.
- setCompressionPolicy(Connection.CompressionPolicy) - Method in class org.jivesoftware.openfire.spi.ConnectionListener
-
Sets whether compression is optional or disabled for new connections.
- 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.openfire.SessionManager
- setConnectionManagerDomain(String) - Method in class org.jivesoftware.openfire.multiplex.MultiplexerPacketDeliverer
- setConnectionPoolEnabled(boolean) - Method in class org.jivesoftware.openfire.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(Duration) - Method in class org.jivesoftware.database.DefaultConnectionProvider
-
Sets the amount of time between connection recycles.
- setContainer(MBeanContainer) - Method in class org.jivesoftware.openfire.JMXManager
- setContext(String, String) - Method in class org.jivesoftware.openfire.muc.HistoryStrategy
-
Sets the prefix to use for retrieving and saving settings (and also triggers an immediate loading of properties).
- 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.openfire.crowd.CrowdUserProvider
- setCreationDate(String, Date) - Method in class org.jivesoftware.openfire.ldap.LdapUserProvider
- setCreationDate(String, Date) - Method in class org.jivesoftware.openfire.user.DefaultUserProvider
- setCreationDate(String, Date) - Method in class org.jivesoftware.openfire.user.HybridUserProvider
-
Changes the creation date of a user in the first provider that contains the user.
- setCreationDate(String, Date) - Method in class org.jivesoftware.openfire.user.JDBCUserProvider
- setCreationDate(String, Date) - Method in class org.jivesoftware.openfire.user.MappedUserProvider
- setCreationDate(String, Date) - Method in interface org.jivesoftware.openfire.user.UserProvider
-
Sets the date the user was created.
- setCreationDate(Date) - Method in class org.jivesoftware.openfire.muc.MUCRoom
-
Sets the date when the room was created.
- setCreationDate(Date) - Method in class org.jivesoftware.openfire.user.User
- setCss(String) - Method in class org.jivesoftware.admin.SidebarTag
-
Sets the CSS used for tab decoration.
- setCss(String) - Method in class org.jivesoftware.admin.SubnavTag
-
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.SubnavTag
-
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.
- setCursorName(String) - Method in class org.jivesoftware.database.CallableStatementWrapper
- setCursorName(String) - Method in class org.jivesoftware.database.StatementWrapper
- setData(String) - Method in class org.jivesoftware.openfire.audit.AuditEvent
-
Set the data associated with the event.
- setDate(int, Date) - Method in class org.jivesoftware.database.CallableStatementWrapper
- setDate(int, Date) - Method in class org.jivesoftware.database.PreparedStatementWrapper
- setDate(int, Date, Calendar) - Method in class org.jivesoftware.database.CallableStatementWrapper
- setDate(int, Date, Calendar) - Method in class org.jivesoftware.database.PreparedStatementWrapper
- setDate(String, Date) - Method in class org.jivesoftware.database.CallableStatementWrapper
- setDate(String, Date, Calendar) - Method in class org.jivesoftware.database.CallableStatementWrapper
- setDebugEnabled(boolean) - Method in class org.jivesoftware.openfire.ldap.LdapManager
-
Sets whether LDAP connection debugging is turned on.
- 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
- setDefaultHandler(ElementHandler) - Method in class org.dom4j.io.XMPPPacketReader
-
When multiple
ElementHandler
instances have been registered, this will set a defaultElementHandler
to be called for any path which does NOT have a handler registered. - setDefaultList(boolean) - Method in class org.jivesoftware.openfire.privacy.PrivacyList
-
Sets if this privacy list is the default list to apply for the user.
- setDefaultList(PrivacyList) - Method in interface org.jivesoftware.openfire.session.ClientSession
-
Sets the default Privacy list used for the session's user.
- setDefaultList(PrivacyList) - Method in class org.jivesoftware.openfire.session.LocalClientSession
-
Sets the default Privacy list used for the session's user.
- setDefaultList(PrivacyList) - Method in class org.jivesoftware.openfire.session.RemoteClientSession
- setDefaultSecret(String) - Static method in class org.jivesoftware.openfire.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.openfire.multiplex.ConnectionMultiplexerManager
-
Sets the default secret key that connection managers should present while trying to establish a new connection.
- setDefaultValue(T) - Method in class org.jivesoftware.util.SystemProperty.Builder
-
Sets the default value for the SystemProperty.
- setDeliverPayloads(boolean) - Method in class org.jivesoftware.openfire.pubsub.DefaultNodeConfiguration
-
Sets if payloads are going to be delivered with event notifications.
- setDescription(String) - Method in class org.jivesoftware.openfire.group.Group
-
Sets the description of the group.
- setDescription(String) - Method in class org.jivesoftware.openfire.muc.MUCRoom
-
Sets a description set by the room's owners about the room.
- setDescription(String) - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
- setDescription(String, String) - Method in class org.jivesoftware.openfire.group.AbstractGroupProvider
- setDescription(String, String) - Method in class org.jivesoftware.openfire.group.DefaultGroupProvider
- setDescription(String, String) - Method in interface org.jivesoftware.openfire.group.GroupProvider
-
Updates the group's description.
- setDetached() - Method in class org.jivesoftware.openfire.session.LocalComponentSession
- setDetached() - Method in class org.jivesoftware.openfire.session.LocalConnectionMultiplexerSession
- setDetached() - Method in class org.jivesoftware.openfire.session.LocalServerSession
- setDetached() - Method in class org.jivesoftware.openfire.session.LocalSession
-
Set the session to detached mode, indicating that the underlying connection has been closed.
- setDetails(String) - Method in class org.jivesoftware.openfire.security.SecurityAuditEvent
-
Sets the detailed information about what occured in the event.
- setDisabledStatus(LockOutFlag) - Method in class org.jivesoftware.openfire.lockout.DefaultLockOutProvider
-
Default provider deletes existing flag, if it exists, and adds new described flag in ofUserFlag table.
- setDisabledStatus(LockOutFlag) - Method in interface org.jivesoftware.openfire.lockout.LockOutProvider
-
Sets the locked out (disabled) status of an account according to a LockOutFlag.
- setDispatchHandler(DispatchHandler) - Method in class org.dom4j.io.XMPPPacketReader
- setDnsOverride(Map<String, DNSUtil.HostAddress>) - Static method in class org.jivesoftware.openfire.net.DNSUtil
-
Sets the internal DNS that allows to specify target IP addresses and ports to use for domains.
- setDocumentFactory(DocumentFactory) - Method in class org.dom4j.io.XMPPPacketReader
-
This sets the
DocumentFactory
used to create new documents. - setDocumentLocator(Locator) - Method in class org.jivesoftware.util.XMLWriter
- setDouble(int, double) - Method in class org.jivesoftware.database.CallableStatementWrapper
- setDouble(int, double) - Method in class org.jivesoftware.database.PreparedStatementWrapper
- setDouble(String, double) - Method in class org.jivesoftware.database.CallableStatementWrapper
- setDownloaded(boolean) - Method in class org.jivesoftware.openfire.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.
- setDynamic(boolean) - Method in class org.jivesoftware.util.SystemProperty.Builder
- setEchoPort(int) - Method in class org.jivesoftware.openfire.mediaproxy.MediaProxyService
-
Set the Port used to the UDP Echo Test
- setEmail(String) - Method in class org.jivesoftware.admin.LdapUserProfile
- setEmail(String) - Method in class org.jivesoftware.openfire.user.User
- setEmail(String, String) - Method in class org.jivesoftware.openfire.crowd.CrowdUserProvider
- setEmail(String, String) - Method in class org.jivesoftware.openfire.ldap.LdapUserProvider
- setEmail(String, String) - Method in class org.jivesoftware.openfire.user.DefaultUserProvider
- setEmail(String, String) - Method in class org.jivesoftware.openfire.user.HybridUserProvider
-
Changes the email address of a user in the first provider that contains the user.
- setEmail(String, String) - Method in class org.jivesoftware.openfire.user.JDBCUserProvider
- setEmail(String, String) - Method in class org.jivesoftware.openfire.user.MappedUserProvider
- setEmail(String, String) - Method in class org.jivesoftware.openfire.user.POP3UserProvider
- setEmail(String, String) - Method in interface org.jivesoftware.openfire.user.UserProvider
-
Sets the user's email address.
- setEmailField(String) - Method in class org.jivesoftware.openfire.ldap.LdapManager
-
Sets the LDAP field name that the user's email address is stored in.
- setEmailVisible(boolean) - Method in class org.jivesoftware.openfire.user.User
-
Sets if the email is visible to everyone or not.
- setEmptyDate(Date) - Method in class org.jivesoftware.openfire.muc.MUCRoom
-
Sets the date when the last occupant left the room.
- setEnabled(boolean) - Method in interface org.jivesoftware.openfire.audit.AuditManager
-
Turns auditing off or on for the manager as a whole.
- setEnabled(boolean) - Method in class org.jivesoftware.openfire.audit.spi.AuditManagerImpl
- setEnabled(boolean) - Static method in class org.jivesoftware.openfire.JMXManager
- setEnabled(boolean) - Method in class org.jivesoftware.openfire.mediaproxy.MediaProxyService
-
Set the service enable status.
- setEnabled(boolean) - Method in class org.jivesoftware.openfire.PrivateStorage
-
Sets whether private storage is enabled.
- setEnabledForSelfSigned(boolean) - Static method in class org.jivesoftware.openfire.server.ServerDialback
-
Sets if server dialback can be used when the remote server presented a self-signed certificate.
- setEnabledMechanisms(List<String>) - Static method in class org.jivesoftware.openfire.net.SASLAuthentication
-
Sets the collection of mechanism names that the system administrator allows to be used.
- setEncrypted(boolean) - Method in class org.jivesoftware.openfire.nio.NettyConnection
- setEncrypted(boolean) - Method in class org.jivesoftware.util.SystemProperty.Builder
- setEncryptionCipherSuites(String[]) - Method in class org.jivesoftware.openfire.spi.ConnectionListener
-
Defines the collection of cipher suite (by name) that can be used for encryption of connections.
- setEncryptionCipherSuites(Set<String>) - Method in class org.jivesoftware.openfire.spi.ConnectionListener
-
Defines the collection of cipher suite (by name) that can be used for encryption of connections.
- setEncryptionProtocols(String[]) - Method in class org.jivesoftware.openfire.spi.ConnectionListener
-
Defines the collection of protocols (by name) that can be used for encryption of connections.
- setEncryptionProtocols(Set<String>) - Method in class org.jivesoftware.openfire.spi.ConnectionListener
-
Defines the collection of protocols (by name) that can be used for encryption of connections.
- setEndTime(Date) - Method in class org.jivesoftware.openfire.lockout.LockOutFlag
-
Sets the end time for when the account will be reenabled, or null if manual reenable required.
- setEscapeProcessing(boolean) - Method in class org.jivesoftware.database.CallableStatementWrapper
- setEscapeProcessing(boolean) - Method in class org.jivesoftware.database.StatementWrapper
- setEscapeText(boolean) - Method in class org.jivesoftware.util.XMLWriter
-
Sets whether text output should be escaped or not.
- setEventStamp(Date) - Method in class org.jivesoftware.openfire.security.SecurityAuditEvent
-
Sets the time stamp of when this event occurred.
- setExecuteAction(AdHocCommand.Action) - Method in class org.jivesoftware.openfire.commands.SessionData
- setExtraParams(String) - Method in class org.jivesoftware.admin.AdminPageBean
-
Sets the string of extra parameters for the URLs.
- setFetchDirection(int) - Method in class org.jivesoftware.database.CallableStatementWrapper
- setFetchDirection(int) - Method in class org.jivesoftware.database.StatementWrapper
- setFetchSize(int) - Method in class org.jivesoftware.database.CallableStatementWrapper
- setFetchSize(int) - Method in class org.jivesoftware.database.StatementWrapper
- setFetchSize(PreparedStatement, int) - Static method in class org.jivesoftware.database.DbConnectionManager
-
Sets the number of rows that the JDBC driver should buffer at a time.
- 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.openfire.handler.IQRegisterInfo
-
Tells the server whether to require a registration field or not.
- setFieldStoreLocation(int) - Method in interface org.jivesoftware.openfire.handler.IQRegisterInfo
-
Sets the location for storing field information.
- setFileName(String) - Method in class org.jivesoftware.openfire.filetransfer.FileTransfer
- setFileSize(long) - Method in class org.jivesoftware.openfire.filetransfer.FileTransfer
- setFlattenNestedGroups(boolean) - Method in class org.jivesoftware.openfire.ldap.LdapManager
-
Set whether nested / complex / hierarchic groups should be should be flattened.
- setFloat(int, float) - Method in class org.jivesoftware.database.CallableStatementWrapper
- setFloat(int, float) - Method in class org.jivesoftware.database.PreparedStatementWrapper
- setFloat(String, float) - Method in class org.jivesoftware.database.CallableStatementWrapper
- setFmucEnabled(boolean) - Method in class org.jivesoftware.openfire.muc.MUCRoom
-
Sets if this room accepts FMUC joins.
- setFmucInboundNodes(Set<JID>) - Method in class org.jivesoftware.openfire.muc.MUCRoom
-
A set of addresses of MUC rooms (typically on a remote XMPP domain) that defines the list of rooms that is permitted to federate with the local room.
- setFmucOutboundMode(FMUCMode) - Method in class org.jivesoftware.openfire.muc.MUCRoom
-
Sets the 'mode' that describes the FMUC configuration is captured in the supplied object, which is either master-master or master-slave.
- setFmucOutboundNode(JID) - Method in class org.jivesoftware.openfire.muc.MUCRoom
-
Sets the address of the MUC room (typically on a remote XMPP domain) to which this room should initiate FMUC federation.
- setFollowAliasReferralsEnabled(boolean) - Method in class org.jivesoftware.openfire.ldap.LdapManager
-
Sets whether LDAP alias referrals should be automatically followed.
- setFollowReferralsEnabled(boolean) - Method in class org.jivesoftware.openfire.ldap.LdapManager
-
Sets whether LDAP referrals should be automatically followed.
- setFullName(String) - Method in class org.jivesoftware.admin.LdapUserProfile
- setGracePeriod(Duration) - Method in class org.jivesoftware.openfire.archive.Archiver
- setGroupDescriptionField(String) - Method in class org.jivesoftware.openfire.ldap.LdapManager
-
Sets the field used to describe a group.
- setGroupMemberField(String) - Method in class org.jivesoftware.openfire.ldap.LdapManager
-
Sets the field used to list members within a group.
- setGroupNameField(String) - Method in class org.jivesoftware.openfire.ldap.LdapManager
-
Sets the field name used for groups.
- setGroups(List<String>) - Method in class org.jivesoftware.openfire.roster.RosterItem
-
Set the current groups for the item.
- setGroupSearchFilter(String) - Method in class org.jivesoftware.openfire.ldap.LdapManager
-
Sets the search filter appended to the default filter when searching for groups.
- setHashCode(int) - Method in class org.jivesoftware.openfire.update.DownloadStatus
- setHasRequestedBlocklist(boolean) - Method in interface org.jivesoftware.openfire.session.ClientSession
-
Defines if this session has requested a blocklist, as specified in XEP-0191.
- setHasRequestedBlocklist(boolean) - Method in class org.jivesoftware.openfire.session.LocalClientSession
- setHasRequestedBlocklist(boolean) - Method in class org.jivesoftware.openfire.session.RemoteClientSession
- setHeadercss(String) - Method in class org.jivesoftware.admin.SidebarTag
-
Sets the CSS value used for the sidebar header sections.
- setHidden(boolean) - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
- setHoldability(int) - Method in class org.jivesoftware.database.AbstractConnection
- 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
-
Deprecated.Replaced by
JiveGlobals.setHomePath(Path)
- 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
- setHomePath(Path) - Static method in class org.jivesoftware.util.JiveGlobals
-
Sets the location of the
home
directory. - 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.openfire.mediaproxy.MediaProxySession
-
Set the Host A IP
- setHostA(InetAddress) - Method in interface org.jivesoftware.openfire.mediaproxy.ProxyCandidate
- setHostB(InetAddress) - Method in class org.jivesoftware.openfire.mediaproxy.MediaProxySession
-
Set the Host B IP
- setHostB(InetAddress) - Method in interface org.jivesoftware.openfire.mediaproxy.ProxyCandidate
- setHostname(String) - Method in class org.jivesoftware.openfire.spi.XMPPServerInfoImpl
- setHostname(String) - Method in interface org.jivesoftware.openfire.XMPPServerInfo
-
Sets the fully qualified domain name of this server node.
- setHosts(Collection<String>) - Method in class org.jivesoftware.openfire.ldap.LdapManager
-
Sets the list of LDAP servers host; e.g.,
localhost
ormachine.example.com
, etc. - setID(long) - Method in class org.jivesoftware.openfire.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.openfire.roster.RosterItem
-
Sets the roster ID associated with this particular roster item.
- setIdentityStoreConfiguration(CertificateStoreConfiguration) - Method in class org.jivesoftware.openfire.spi.ConnectionListener
-
Replaces the configuration for the identity store that identifies this instance of Openfire to the peer on connections created by this listener.
- setIdleTime(long) - Method in class org.jivesoftware.openfire.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.openfire.net.SocketConnection
-
Deprecated.Sets the number of milliseconds a connection has to be idle to be closed.
- setIdleUserKickThreshold(Duration) - Method in interface org.jivesoftware.openfire.muc.MultiUserChatService
-
Sets the duration that a user must be idle before he/she gets kicked from all the rooms.
- setIdleUserKickThreshold(Duration) - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
- setIdleUserPingThreshold(Duration) - Method in interface org.jivesoftware.openfire.muc.MultiUserChatService
-
Sets the duration that a user must be idle before he/she gets pinged by the room, to determine if the user is a 'ghost user'.
- setIdleUserPingThreshold(Duration) - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
- setIdleUserTaskInterval(Duration) - Method in interface org.jivesoftware.openfire.muc.MultiUserChatService
-
Sets the period of the fixed-delay execution of tasks by the
Timer
whose main responsibility is to process users that have been idle for a certain time. - setIdleUserTaskInterval(Duration) - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
- setIgnoreList(Collection<String>) - Method in interface org.jivesoftware.openfire.audit.AuditManager
-
Sets the list of usernames that won't be audited.
- setIgnoreList(Collection<String>) - Method in class org.jivesoftware.openfire.audit.spi.AuditManagerImpl
- setInactivityTimeout(Duration) - Method in class org.jivesoftware.openfire.http.HttpSession
-
Sets the time, in seconds, after which this session will be considered inactive and be terminated.
- setInbandRegEnabled(boolean) - Method in class org.jivesoftware.openfire.handler.IQRegisterHandler
- setIndentLevel(int) - Method in class org.jivesoftware.util.XMLWriter
-
Set the initial indentation level.
- setInitialized(boolean) - Method in interface org.jivesoftware.openfire.session.ClientSession
-
Sets the initialization state of the session.
- setInitialized(boolean) - Method in class org.jivesoftware.openfire.session.LocalClientSession
-
Sets the initialization state of the session.
- setInitialized(boolean) - Method in class org.jivesoftware.openfire.session.RemoteClientSession
- setInitiator(String) - Method in class org.jivesoftware.openfire.filetransfer.FileTransfer
- setInitiator(String) - Method in interface org.jivesoftware.openfire.filetransfer.FileTransferProgress
- setInitiator(String) - Method in class org.jivesoftware.openfire.filetransfer.proxy.DefaultProxyTransfer
- setInitParameter(String, String) - Method in class org.jivesoftware.openfire.container.PluginServletContext
- setInputStream(InputStream) - Method in class org.jivesoftware.openfire.container.PluginCacheConfigurator
- setInputStream(InputStream) - Method in interface org.jivesoftware.openfire.filetransfer.FileTransferProgress
- setInputStream(InputStream) - Method in class org.jivesoftware.openfire.filetransfer.proxy.DefaultProxyTransfer
- setInstance(LdapManager) - Static method in class org.jivesoftware.openfire.ldap.LdapManager
-
Exposed for test use only
- setInstance(XMPPServer) - Static method in class org.jivesoftware.openfire.XMPPServer
-
Deprecated.- for test use only
- setInt(int, int) - Method in class org.jivesoftware.database.CallableStatementWrapper
- setInt(int, int) - Method in class org.jivesoftware.database.PreparedStatementWrapper
- setInt(String, int) - Method in class org.jivesoftware.database.CallableStatementWrapper
- setIQDiscoInfoHandler(IQDiscoInfoHandler) - Method in class org.jivesoftware.openfire.pubsub.PubSubModule
- setIQDiscoItemsHandler(IQDiscoItemsHandler) - Method in class org.jivesoftware.openfire.pubsub.PubSubModule
- setIterations(int) - Method in class org.jivesoftware.openfire.user.User
- setJustlinks(Boolean) - Method in class org.jivesoftware.admin.TabsTag
-
Sets whether we are just to display links, no list.
- setKeepAliveDelay(long) - Method in class org.jivesoftware.openfire.mediaproxy.MediaProxyService
-
Set the keep alive delay of the mediaproxy agents.
- setKey(String) - Method in class org.jivesoftware.util.AesEncryptor
- setKey(String) - Method in class org.jivesoftware.util.Blowfish
- setKey(String) - Method in interface org.jivesoftware.util.Encryptor
-
Set the encryption key.
- setKey(String) - Method in class org.jivesoftware.util.SystemProperty.Builder
-
Sets the key for the SystemProperty.
- setLabel(String) - Method in class org.jivesoftware.openfire.commands.AdHocCommand
- setLanguage(String) - Method in class org.jivesoftware.openfire.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.
- setLastActive(Instant) - Method in class org.jivesoftware.openfire.muc.spi.OccupantManager.Occupant
- setLastPublishedItem(PublishedItem) - Method in class org.jivesoftware.openfire.pubsub.LeafNode
- setLastResponseEmpty(boolean) - Method in class org.jivesoftware.openfire.http.HttpSession
-
lastResponseEmpty true if last response of this session is an empty body element.
- setLexicalHandler(LexicalHandler) - Method in class org.jivesoftware.util.XMLWriter
- setLifetime(long) - Method in class org.jivesoftware.openfire.mediaproxy.MediaProxy
-
Sets the maximum lifetime (in seconds) of a session.
- setLifetime(long) - Method in class org.jivesoftware.openfire.mediaproxy.MediaProxyService
-
Set the Life time of Sessions
- setLocalDomain(String) - Method in class org.jivesoftware.openfire.session.LocalIncomingServerSession
-
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.
- setLocalProperty(String, String, String) - Static method in class org.jivesoftware.openfire.muc.spi.MUCPersistenceManager
- setLockedDate(Date) - Method in class org.jivesoftware.openfire.muc.MUCRoom
-
Sets the date when the room was locked.
- setLogBatchGracePeriod(Duration) - Method in interface org.jivesoftware.openfire.muc.MultiUserChatService
-
Sets the maximum time to wait for a next incoming entry before writing the batch to the database.
- setLogBatchGracePeriod(Duration) - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
-
Sets the maximum time to wait for a next incoming entry before writing the batch to the database.
- setLogDir(String) - Method in interface org.jivesoftware.openfire.audit.AuditManager
-
Sets the absolute path to the directory where the audit log files will be saved.
- setLogDir(String) - Method in class org.jivesoftware.openfire.audit.spi.AuditManagerImpl
- setLogDir(String) - Method in class org.jivesoftware.openfire.audit.spi.AuditorImpl
- setLogEnabled(boolean) - Method in class org.jivesoftware.openfire.muc.MUCRoom
-
Sets if the room's conversation is being logged.
- setLoginRestrictedToNickname(boolean) - Method in class org.jivesoftware.openfire.muc.MUCRoom
-
Sets if registered users can only join the room using their registered nickname.
- setLogMaxBatchInterval(Duration) - Method in interface org.jivesoftware.openfire.muc.MultiUserChatService
-
Sets the maximum time allowed to elapse between writing archive batches to the database.
- setLogMaxBatchInterval(Duration) - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
-
Sets the maximum time allowed to elapse between writing archive batches to the database.
- setLogMaxConversationBatchSize(int) - Method in interface org.jivesoftware.openfire.muc.MultiUserChatService
-
Sets the maximum number of messages to save to the database on each run of the archiving process.
- setLogMaxConversationBatchSize(int) - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
-
Sets the maximum number of messages to save to the database on each run of the archiving process.
- setLogTimeout(Duration) - Method in interface org.jivesoftware.openfire.audit.AuditManager
-
Sets the time between successive executions of the task that will save the queued audited packets to a permanent store.
- setLogTimeout(Duration) - Method in class org.jivesoftware.openfire.audit.spi.AuditManagerImpl
- setLogTimeout(Duration) - Method in class org.jivesoftware.openfire.audit.spi.AuditorImpl
- setLong(int, long) - Method in class org.jivesoftware.database.CallableStatementWrapper
- setLong(int, long) - Method in class org.jivesoftware.database.PreparedStatementWrapper
- setLong(String, long) - Method in class org.jivesoftware.database.CallableStatementWrapper
- setMaxCacheSize(long) - Method in interface org.jivesoftware.util.cache.Cache
-
Sets the maximum size of the cache.
- setMaxCacheSize(long) - Method in class org.jivesoftware.util.cache.CacheWrapper
- setMaxCacheSize(long) - Method in class org.jivesoftware.util.cache.CaffeineCache
-
Sets the maximum size of the cache in bytes.
- setMaxCacheSize(long) - Method in class org.jivesoftware.util.cache.DefaultCache
-
Sets the maximum size of the cache in bytes.
- setMaxCacheSize(long) - Method in class org.jivesoftware.util.cache.SerializingCache
- setMaxConnections(int) - Method in class org.jivesoftware.database.DefaultConnectionProvider
-
Sets the maximum number of connections that the pool will use.
- setMaxFieldSize(int) - Method in class org.jivesoftware.database.CallableStatementWrapper
- setMaxFieldSize(int) - Method in class org.jivesoftware.database.StatementWrapper
- setMaxFileSize(int) - Method in interface org.jivesoftware.openfire.audit.AuditManager
-
Set the maximum size of audit log files in megabytes.
- setMaxFileSize(int) - Method in class org.jivesoftware.openfire.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.openfire.pubsub.DefaultNodeConfiguration
-
Sets the max number of leaf nodes that this collection node might have.
- setMaxLifetime(long) - Method in interface org.jivesoftware.util.cache.Cache
-
Sets the maximum number of milliseconds that any object can live in cache.
- setMaxLifetime(long) - Method in class org.jivesoftware.util.cache.CacheWrapper
- setMaxLifetime(long) - Method in class org.jivesoftware.util.cache.CaffeineCache
-
Sets the maximum number of milliseconds that any object can live in cache.
- setMaxLifetime(long) - Method in class org.jivesoftware.util.cache.DefaultCache
-
Sets the maximum number of milliseconds that any object can live in cache.
- setMaxLifetime(long) - Method in class org.jivesoftware.util.cache.SerializingCache
- setMaxLifetimeProperty(String, long) - Static method in class org.jivesoftware.util.cache.CacheFactory
-
Sets a local property which overrides the maximum cache entry lifetime for the supplied cache name.
- setMaxNumber(int) - Method in class org.jivesoftware.openfire.muc.HistoryStrategy
-
Set the maximum number of messages for strategies using message number limitations.
- setMaxPayloadSize(int) - Method in class org.jivesoftware.openfire.pubsub.DefaultNodeConfiguration
-
Sets the maximum payload size in bytes.
- setMaxPort(int) - Method in class org.jivesoftware.openfire.mediaproxy.MediaProxy
-
Sets the maximum port value to listen for incoming packets.
- setMaxPort(int) - Method in class org.jivesoftware.openfire.mediaproxy.MediaProxyService
-
Set Maximum port value to listen for incoming packets.
- setMaxPublishedItems(int) - Method in class org.jivesoftware.openfire.pubsub.DefaultNodeConfiguration
-
Sets the maximum number of published items to persist.
- setMaxPurgeInterval(Duration) - Method in class org.jivesoftware.openfire.archive.Archiver
- setMaxRows(int) - Method in class org.jivesoftware.database.CallableStatementWrapper
- setMaxRows(int) - Method in class org.jivesoftware.database.StatementWrapper
- 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.
- setMaxSizeProperty(String, long) - Static method in class org.jivesoftware.util.cache.CacheFactory
-
Sets a local property which overrides the maximum cache size for the supplied cache name.
- setMaxThreadCount(int) - Method in class org.jivesoftware.openfire.Channel
-
Sets the max number of threads the channel will use for processing messages.
- setMaxTotalSize(int) - Method in interface org.jivesoftware.openfire.audit.AuditManager
-
Sets the maximum size in megabytes that all audit log files may have.
- setMaxTotalSize(int) - Method in class org.jivesoftware.openfire.audit.spi.AuditManagerImpl
- setMaxUsers(int) - Method in class org.jivesoftware.openfire.muc.MUCRoom
-
Sets the maximum number of occupants that can be simultaneously in the room.
- setMaxValue(T) - Method in class org.jivesoftware.util.SystemProperty.Builder
-
Sets the maximum value for the SystemProperty.
- setMaxValues(int, int, Duration) - Method in class org.jivesoftware.openfire.audit.spi.AuditorImpl
- setMaxWorkQueueSize(int) - Method in class org.jivesoftware.openfire.archive.Archiver
- setMembersOnly(boolean) - Method in class org.jivesoftware.openfire.muc.MUCRoom
-
Sets if the room requires an invitation to enter.
- setMessageCarbonsEnabled(boolean) - Method in interface org.jivesoftware.openfire.session.ClientSession
-
Enables or disables XEP-0280: Message Carbons for this session.
- setMessageCarbonsEnabled(boolean) - Method in class org.jivesoftware.openfire.session.LocalClientSession
- setMessageCarbonsEnabled(boolean) - Method in class org.jivesoftware.openfire.session.RemoteClientSession
- setMimeType(String) - Method in class org.jivesoftware.openfire.filetransfer.FileTransfer
- setMinCacheSize(String, long) - Static method in class org.jivesoftware.util.cache.CacheFactory
- 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.openfire.mediaproxy.MediaProxy
-
Sets the minimum port value to listen from incoming packets.
- setMinPort(int) - Method in class org.jivesoftware.openfire.mediaproxy.MediaProxyService
-
Set Minimal port value to listen for incoming packets.
- setMinThreadCount(int) - Method in class org.jivesoftware.openfire.Channel
-
Sets the min number of threads the channel will use for processing messages.
- setMinValue(T) - Method in class org.jivesoftware.util.SystemProperty.Builder
-
Sets the minimum value for the SystemProperty.
- setModerated(boolean) - Method in class org.jivesoftware.openfire.muc.MUCRoom
-
Sets if the room in which only those with "voice" may send messages to all occupants.
- setModificationDate(String, Date) - Method in class org.jivesoftware.openfire.crowd.CrowdUserProvider
- setModificationDate(String, Date) - Method in class org.jivesoftware.openfire.ldap.LdapUserProvider
- setModificationDate(String, Date) - Method in class org.jivesoftware.openfire.user.DefaultUserProvider
- setModificationDate(String, Date) - Method in class org.jivesoftware.openfire.user.HybridUserProvider
-
Changes the modification date of a user in the first provider that contains the user.
- setModificationDate(String, Date) - Method in class org.jivesoftware.openfire.user.JDBCUserProvider
- setModificationDate(String, Date) - Method in class org.jivesoftware.openfire.user.MappedUserProvider
- setModificationDate(String, Date) - Method in interface org.jivesoftware.openfire.user.UserProvider
-
Sets the date the user was last modified.
- setModificationDate(Date) - Method in class org.jivesoftware.openfire.muc.MUCRoom
-
Sets the last date when the room's configuration was modified.
- setModificationDate(Date) - Method in class org.jivesoftware.openfire.user.User
- setMsgID(long) - Method in class org.jivesoftware.openfire.security.SecurityAuditEvent
-
Sets the unique ID of this event.
- setMUCDelegate(MUCEventDelegate) - Method in interface org.jivesoftware.openfire.muc.MultiUserChatService
-
Sets the MUC event delegate handler for this service.
- setMUCDelegate(MUCEventDelegate) - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
-
Sets the MUC event delegate handler for this service.
- setMUCService(MultiUserChatService) - Method in class org.jivesoftware.openfire.muc.MUCRoom
-
Sets the multi-user chat service the room is attached to.
- setMultipleServerConnectionsAllowed(boolean) - Method in class org.jivesoftware.openfire.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.openfire.group.Group
-
Sets the name of the group.
- setName(String) - Method in interface org.jivesoftware.openfire.session.ComponentSession.ExternalComponent
- setName(String) - Method in class org.jivesoftware.openfire.session.LocalComponentSession.LocalExternalComponent
- setName(String) - Method in class org.jivesoftware.openfire.user.User
- setName(String) - Method in interface org.jivesoftware.util.cache.Cache
-
Sets the name of the cache
- setName(String) - Method in class org.jivesoftware.util.cache.CacheWrapper
- setName(String) - Method in class org.jivesoftware.util.cache.CaffeineCache
-
Sets the name of the cache
- setName(String) - Method in class org.jivesoftware.util.cache.DefaultCache
-
Sets the name of this cache.
- setName(String) - Method in class org.jivesoftware.util.cache.SerializingCache
- setName(String, String) - Method in class org.jivesoftware.openfire.crowd.CrowdUserProvider
- setName(String, String) - Method in class org.jivesoftware.openfire.group.AbstractGroupProvider
- setName(String, String) - Method in class org.jivesoftware.openfire.group.DefaultGroupProvider
- setName(String, String) - Method in interface org.jivesoftware.openfire.group.GroupProvider
-
Sets the name of a group to a new name.
- setName(String, String) - Method in class org.jivesoftware.openfire.ldap.LdapUserProvider
- setName(String, String) - Method in class org.jivesoftware.openfire.user.DefaultUserProvider
- setName(String, String) - Method in class org.jivesoftware.openfire.user.HybridUserProvider
-
Changes the full name of a user in the first provider that contains the user.
- setName(String, String) - Method in class org.jivesoftware.openfire.user.JDBCUserProvider
- setName(String, String) - Method in class org.jivesoftware.openfire.user.MappedUserProvider
- setName(String, String) - Method in interface org.jivesoftware.openfire.user.UserProvider
-
Sets the user's name.
- setNameField(LdapUserTester.PropertyMapping) - Method in class org.jivesoftware.openfire.ldap.LdapManager
-
Sets the LDAP field name that the user's name is stored in.
- setNameVisible(boolean) - Method in class org.jivesoftware.openfire.user.User
-
Sets if name is visible to everyone or not.
- setNaturalLanguageName(String) - Method in class org.jivesoftware.openfire.muc.MUCRoom
-
Sets the natural language name of the room.
- setNCharacterStream(int, Reader) - Method in class org.jivesoftware.database.CallableStatementWrapper
- setNCharacterStream(int, Reader) - Method in class org.jivesoftware.database.PreparedStatementWrapper
- setNCharacterStream(int, Reader, long) - Method in class org.jivesoftware.database.CallableStatementWrapper
- setNCharacterStream(int, Reader, long) - Method in class org.jivesoftware.database.PreparedStatementWrapper
- setNCharacterStream(String, Reader) - Method in class org.jivesoftware.database.CallableStatementWrapper
- setNCharacterStream(String, Reader, long) - Method in class org.jivesoftware.database.CallableStatementWrapper
- setNClob(int, Reader) - Method in class org.jivesoftware.database.CallableStatementWrapper
- setNClob(int, Reader) - Method in class org.jivesoftware.database.PreparedStatementWrapper
- setNClob(int, Reader, long) - Method in class org.jivesoftware.database.CallableStatementWrapper
- setNClob(int, Reader, long) - Method in class org.jivesoftware.database.PreparedStatementWrapper
- setNClob(int, NClob) - Method in class org.jivesoftware.database.CallableStatementWrapper
- setNClob(int, NClob) - Method in class org.jivesoftware.database.PreparedStatementWrapper
- setNClob(String, Reader) - Method in class org.jivesoftware.database.CallableStatementWrapper
- setNClob(String, Reader, long) - Method in class org.jivesoftware.database.CallableStatementWrapper
- setNClob(String, NClob) - Method in class org.jivesoftware.database.CallableStatementWrapper
- setNetworkTimeout(Executor, int) - Method in class org.jivesoftware.database.AbstractConnection
- setNickname(String) - Method in class org.jivesoftware.admin.LdapUserProfile
- setNickname(String) - Method in class org.jivesoftware.openfire.muc.spi.OccupantManager.Occupant
- setNickname(String) - Method in class org.jivesoftware.openfire.roster.RosterItem
-
Set the current nickname for the item.
- setNode(String) - Method in class org.jivesoftware.openfire.security.SecurityAuditEvent
-
Sets the node that triggered the event, usually a hostname or IP address.
- setNodeCreationRestricted(boolean) - Method in class org.jivesoftware.openfire.pubsub.PubSubModule
- setNodeID(NodeID) - Method in class org.jivesoftware.openfire.spi.ClientRoute
- setNodeID(NodeID) - Method in class org.jivesoftware.openfire.XMPPServer
-
Sets an ID that uniquely identifies this server in a cluster.
- setNotificationEnabled(boolean) - Method in class org.jivesoftware.openfire.update.UpdateManager
-
Sets if admins should be notified by IM when new updates are available.
- setNotifyConfigChanges(boolean) - Method in class org.jivesoftware.openfire.pubsub.DefaultNodeConfiguration
-
Sets if subscribers are going to be notified when node configuration changes.
- setNotifyDelete(boolean) - Method in class org.jivesoftware.openfire.pubsub.DefaultNodeConfiguration
-
Sets if subscribers are going to be notified when node is deleted.
- setNotifyRetract(boolean) - Method in class org.jivesoftware.openfire.pubsub.DefaultNodeConfiguration
-
Sets if subscribers are going to be notified when items are removed from the node.
- setNString(int, String) - Method in class org.jivesoftware.database.CallableStatementWrapper
- setNString(int, String) - Method in class org.jivesoftware.database.PreparedStatementWrapper
- setNString(String, String) - Method in class org.jivesoftware.database.CallableStatementWrapper
- setNull(int, int) - Method in class org.jivesoftware.database.CallableStatementWrapper
- setNull(int, int) - Method in class org.jivesoftware.database.PreparedStatementWrapper
- setNull(int, int, String) - Method in class org.jivesoftware.database.CallableStatementWrapper
- setNull(int, int, String) - Method in class org.jivesoftware.database.PreparedStatementWrapper
- setNull(String, int) - Method in class org.jivesoftware.database.CallableStatementWrapper
- setNull(String, int, String) - Method in class org.jivesoftware.database.CallableStatementWrapper
- setNumResults(int) - Method in class org.jivesoftware.openfire.pubsub.PubsubNodeResultFilter
-
Sets the limit on the number of results to be returned.
- setNumResults(int) - Method in class org.jivesoftware.openfire.SessionResultFilter
-
Sets the limit on the number of results to be returned.
- setObject(int, Object) - Method in class org.jivesoftware.database.CallableStatementWrapper
- setObject(int, Object) - Method in class org.jivesoftware.database.PreparedStatementWrapper
- setObject(int, Object, int) - Method in class org.jivesoftware.database.CallableStatementWrapper
- setObject(int, Object, int) - Method in class org.jivesoftware.database.PreparedStatementWrapper
- setObject(int, Object, int, int) - Method in class org.jivesoftware.database.CallableStatementWrapper
- setObject(int, Object, int, int) - Method in class org.jivesoftware.database.PreparedStatementWrapper
- setObject(String, Object) - Method in class org.jivesoftware.database.CallableStatementWrapper
- setObject(String, Object, int) - Method in class org.jivesoftware.database.CallableStatementWrapper
- setObject(String, Object, int, int) - Method in class org.jivesoftware.database.CallableStatementWrapper
- setOfflineFloodStopped(boolean) - Method in class org.jivesoftware.openfire.session.LocalClientSession
-
Sets if the user requested to not receive offline messages when sending an available presence.
- setOpenRegistrationSupported(boolean) - Method in interface org.jivesoftware.openfire.handler.IQRegisterInfo
-
Tells the server whether to support open registration or not.
- setOutputStream(OutputStream) - Method in interface org.jivesoftware.openfire.filetransfer.FileTransferProgress
- setOutputStream(OutputStream) - Method in class org.jivesoftware.openfire.filetransfer.proxy.DefaultProxyTransfer
- setOutputStream(OutputStream) - Method in class org.jivesoftware.util.XMLWriter
- 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.openfire.muc.MUCRoom
-
Sets the password that the user must provide to enter the room.
- setPassword(String) - Method in class org.jivesoftware.openfire.user.User
-
Sets a new password for this user.
- 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) - Static method in class org.jivesoftware.openfire.auth.AuthFactory
-
Sets the users's password.
- setPassword(String, String) - Method in interface org.jivesoftware.openfire.auth.AuthProvider
-
Sets the users's password.
- setPassword(String, String) - Method in class org.jivesoftware.openfire.auth.DefaultAuthProvider
- setPassword(String, String) - Method in class org.jivesoftware.openfire.auth.HybridAuthProvider
- setPassword(String, String) - Method in class org.jivesoftware.openfire.auth.JDBCAuthProvider
- setPassword(String, String) - Method in class org.jivesoftware.openfire.auth.MappedAuthProvider
- setPassword(String, String) - Method in class org.jivesoftware.openfire.auth.NativeAuthProvider
- setPassword(String, String) - Method in class org.jivesoftware.openfire.auth.POP3AuthProvider
- setPassword(String, String) - Method in class org.jivesoftware.openfire.crowd.CrowdAuthProvider
- setPassword(String, String) - Method in class org.jivesoftware.openfire.ldap.LdapAuthProvider
- setPasswordRequiredForSysadminsToJoinRoom(boolean) - Method in interface org.jivesoftware.openfire.muc.MultiUserChatService
-
Sets if a system administrator of the MUC service can join a password-protected room, without supplying the password.
- setPendingPingTask(TimerTask) - Method in class org.jivesoftware.openfire.muc.spi.OccupantManager.Occupant
- setPermission(RemoteServerConfiguration.Permission) - Method in class org.jivesoftware.openfire.server.RemoteServerConfiguration
- setPermissionPolicy(String) - Static method in class org.jivesoftware.openfire.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.openfire.server.RemoteServerManager
-
Sets the permission policy being used for new XMPP entities that are trying to connect to the server.
- setPermissionPolicy(ExternalComponentManager.PermissionPolicy) - Static method in class org.jivesoftware.openfire.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.openfire.server.RemoteServerManager
-
Sets the permission policy being used for new XMPP entities that are trying to connect to the server.
- setPersistent(boolean) - Method in class org.jivesoftware.openfire.muc.MUCRoom
-
Sets if the room is not destroyed if the last occupant exits.
- setPersistPublishedItems(boolean) - Method in class org.jivesoftware.openfire.pubsub.DefaultNodeConfiguration
-
Sets if items are going to be persisted in a storage.
- setPhoto(String) - Method in class org.jivesoftware.admin.LdapUserProfile
- setPlugin(String) - Method in class org.jivesoftware.util.SystemProperty.Builder
-
Sets the name of the plugin that is associated with this property.
- setPoolable(boolean) - Method in class org.jivesoftware.database.CallableStatementWrapper
- setPoolable(boolean) - Method in class org.jivesoftware.database.StatementWrapper
- setPort(int) - Static method in class org.jivesoftware.openfire.JMXManager
- setPort(int) - Method in class org.jivesoftware.openfire.ldap.LdapManager
-
Sets the LDAP server port number.
- setPort(int) - Method in class org.jivesoftware.openfire.spi.ConnectionListener
-
Changes the TCP port on which connections are accepted, This configuration change is persisted.
- setPort(int) - Method in class org.jivesoftware.util.EmailService
-
Sets the port number that will be used when connecting to the SMTP server.
- setPort(ConnectionType, boolean, int) - Method in interface org.jivesoftware.openfire.ConnectionManager
-
Sets the TCP port on which a listener accepts connections.
- setPort(ConnectionType, boolean, int) - Method in class org.jivesoftware.openfire.spi.ConnectionManagerImpl
-
Sets the TCP port on which a listener accepts connections.
- setPortA(int) - Method in class org.jivesoftware.openfire.mediaproxy.MediaProxySession
-
Set port A value
- setPortA(int) - Method in interface org.jivesoftware.openfire.mediaproxy.ProxyCandidate
- setPortB(int) - Method in class org.jivesoftware.openfire.mediaproxy.MediaProxySession
-
Set port B value
- setPortB(int) - Method in interface org.jivesoftware.openfire.mediaproxy.ProxyCandidate
- setPosixMode(boolean) - Method in class org.jivesoftware.openfire.ldap.LdapManager
-
Sets whether the LDAP server is operating in Posix mode.
- setPresence(Presence) - Method in class org.jivesoftware.openfire.muc.MUCRole
-
Set the current presence status of a user in a chatroom.
- setPresence(Presence) - Method in interface org.jivesoftware.openfire.session.ClientSession
-
Set the presence of this session
- setPresence(Presence) - Method in class org.jivesoftware.openfire.session.LocalClientSession
-
Set the presence of this session
- setPresence(Presence) - Method in class org.jivesoftware.openfire.session.RemoteClientSession
- setPresenceBasedDelivery(boolean) - Method in class org.jivesoftware.openfire.pubsub.DefaultNodeConfiguration
-
Sets if notifications are going to be delivered only to available users.
- setProfilingEnabled(boolean) - Static method in class org.jivesoftware.database.DbConnectionManager
-
Turns connection profiling on or off.
- setProgress(FileTransferProgress) - Method in class org.jivesoftware.openfire.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(String, List<String>) - Method in class org.jivesoftware.util.XMLProperties
-
Sets a property to an array of values.
- setProperties(String, Map<String, String>) - Static method in class org.jivesoftware.openfire.muc.spi.MUCPersistenceManager
-
Sets multiple Jive properties at once.
- setProperties(Map<String, String>) - Static method in class org.jivesoftware.util.JiveGlobals
-
Sets multiple Jive properties at once.
- setProperties(Map<String, String>) - Method in class org.jivesoftware.util.XMLProperties
- setProperties(Element, String, String[]) - Static method in class org.jivesoftware.util.ElementUtil
-
Sets a property to an array of values.
- setProperty(String, Object) - Method in class org.jivesoftware.util.XMLWriter
- setProperty(String, String) - Method in class org.jivesoftware.openfire.component.InternalComponentManager
- 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, String, boolean) - Static method in class org.jivesoftware.util.JiveGlobals
-
Sets a Jive property.
- setProperty(String, String, String) - Static method in class org.jivesoftware.openfire.muc.spi.MUCPersistenceManager
-
Sets a Jive property.
- setProperty(String, List<String>) - Static method in class org.jivesoftware.util.JiveGlobals
-
Sets a Jive property with a list of values.
- setProperty(Element, String, String) - Static method in class org.jivesoftware.util.ElementUtil
-
Sets the value of the specified property.
- setPropertyEncrypted(String, boolean) - Static method in class org.jivesoftware.util.JiveGlobals
-
Set the encryption status for the given property.
- setProvider(String, DiscoInfoProvider) - Method in class org.jivesoftware.openfire.disco.IQDiscoInfoHandler
-
Sets that a given DiscoInfoProvider will provide information about a given entity.
- setProvider(String, DiscoItemsProvider) - Method in class org.jivesoftware.openfire.disco.IQDiscoItemsHandler
-
Sets that a given DiscoItemsProvider will provide the items related to a given entity.
- setProvider(UserProvider) - Static method in class org.jivesoftware.openfire.user.UserManager
-
Exposed for test use only
- setProxyHost(String) - Method in class org.jivesoftware.openfire.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.openfire.filetransfer.proxy.FileTransferProxy
-
Sets the port that the proxy operates on.
- setProxyPort(int) - Method in class org.jivesoftware.openfire.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 class org.jivesoftware.openfire.muc.MUCRoom
-
Sets if the room is searchable and visible through service discovery.
- setPublisherModel(PublisherModel) - Method in class org.jivesoftware.openfire.pubsub.DefaultNodeConfiguration
-
Sets the publisher model that specifies who is allowed to publish items to the node.
- setQueryTimeout(int) - Method in class org.jivesoftware.database.CallableStatementWrapper
- setQueryTimeout(int) - Method in class org.jivesoftware.database.StatementWrapper
- setQuota(int) - Method in class org.jivesoftware.openfire.OfflineMessageStrategy
- setRange(int) - Method in class org.jivesoftware.util.WebManager
- setReadOnly(boolean) - Method in class org.jivesoftware.database.AbstractConnection
- setRealJID(JID) - Method in class org.jivesoftware.openfire.muc.spi.OccupantManager.Occupant
- setReason(int) - Method in class org.jivesoftware.openfire.audit.AuditEvent
-
Set the subtype of event.
- setRecvStatus(RosterItem.RecvType) - Method in class org.jivesoftware.openfire.roster.RosterItem
-
Set the current recv status of the item.
- setRef(int, Ref) - Method in class org.jivesoftware.database.CallableStatementWrapper
- setRef(int, Ref) - Method in class org.jivesoftware.database.PreparedStatementWrapper
- 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 class org.jivesoftware.openfire.muc.MUCRoom
-
Sets if users are allowed to register with the room.
- setRejectionError(PacketError) - Method in exception org.jivesoftware.openfire.interceptor.PacketRejectedException
-
Adds an error that will be sent to the sender of the inbound stanza that got rejected.
- setRejectionMessage(String) - Method in exception org.jivesoftware.openfire.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.openfire.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. - setRemotePacketRouter(RemotePacketRouter) - Method in interface org.jivesoftware.openfire.RoutingTable
-
Sets the
RemotePacketRouter
to use for delivering packets to entities hosted in remote nodes of the cluster. - setRemotePacketRouter(RemotePacketRouter) - Method in class org.jivesoftware.openfire.spi.RoutingTableImpl
- setRemotePort(int) - Method in class org.jivesoftware.openfire.server.RemoteServerConfiguration
- setRemoteSessionLocator(RemoteSessionLocator) - Method in class org.jivesoftware.openfire.XMPPServer
-
Sets the locator to use to find sessions hosted in other cluster nodes.
- setReplyPolicy(Node.ItemReplyPolicy) - Method in class org.jivesoftware.openfire.pubsub.DefaultNodeConfiguration
-
Sets the policy that defines whether owners or publisher should receive replies to items.
- setReportedFmucAddress(JID) - Method in class org.jivesoftware.openfire.muc.MUCRole
- setRequestCharacterEncoding(String) - Method in class org.jivesoftware.openfire.container.PluginServletContext
- setResolveEntityRefs(boolean) - Method in class org.jivesoftware.util.XMLWriter
- setResponseCharacterEncoding(String) - Method in class org.jivesoftware.openfire.container.PluginServletContext
- setRetention(Duration) - Method in interface org.jivesoftware.openfire.audit.AuditManager
-
Set the duration to keep audit information.
- setRetention(Duration) - Method in class org.jivesoftware.openfire.audit.spi.AuditManagerImpl
- setRole(MUCRole.Role) - Method in class org.jivesoftware.openfire.muc.MUCRole
-
Call this method to promote or demote a user's role in a chatroom.
- setRolesToBroadcastPresence(List<MUCRole.Role>) - Method in class org.jivesoftware.openfire.muc.MUCRoom
-
Sets the list of roles of which presence will be broadcast to the rest of the occupants.
- setRoomCreationRestricted(boolean) - Method in interface org.jivesoftware.openfire.muc.MultiUserChatService
-
Sets if anyone can create rooms.
- setRoomCreationRestricted(boolean) - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
- setRoomName(String) - Method in class org.jivesoftware.openfire.muc.spi.OccupantManager.Occupant
- setRowId(int, RowId) - Method in class org.jivesoftware.database.CallableStatementWrapper
- setRowId(int, RowId) - Method in class org.jivesoftware.database.PreparedStatementWrapper
- setRowId(String, RowId) - Method in class org.jivesoftware.database.CallableStatementWrapper
- 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.
- setSalt(String) - Method in class org.jivesoftware.openfire.user.User
- setSavedToDB(boolean) - Method in class org.jivesoftware.openfire.muc.MUCRoom
-
Sets if the room has already been made persistent.
- setSavepoint() - Method in class org.jivesoftware.database.AbstractConnection
- setSavepoint(String) - Method in class org.jivesoftware.database.AbstractConnection
- setSchema(String) - Method in class org.jivesoftware.database.AbstractConnection
- setScriptSyntaxEnabled(boolean) - Method in class org.jivesoftware.openfire.http.HttpBindManager
-
Enables or disables script syntax.
- setSearchFields(String) - Method in class org.jivesoftware.openfire.ldap.LdapUserProvider
- setSearchFilter(String) - Method in class org.jivesoftware.openfire.ldap.LdapManager
-
Sets the search filter appended to the default filter when searching for users.
- setSecretKey() - Method in interface org.jivesoftware.util.cache.Cache
- setSecretValue() - Method in interface org.jivesoftware.util.cache.Cache
- setSecure(boolean) - Static method in class org.jivesoftware.openfire.JMXManager
- setSendItemSubscribe(boolean) - Method in class org.jivesoftware.openfire.pubsub.DefaultNodeConfiguration
-
Sets if new subscribers are going to receive new items once subscribed.
- setServerKey(String) - Method in class org.jivesoftware.openfire.user.User
- setServerNodeInfoProvider(String, DiscoInfoProvider) - Method in class org.jivesoftware.openfire.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.openfire.disco.IQDiscoItemsHandler
-
Sets the DiscoItemsProvider to use when a disco#items packet is sent to the server itself and the specified node.
- setServerSessionIdleTime(int) - Method in class org.jivesoftware.openfire.SessionManager
- setServerSessionTimeout(int) - Method in class org.jivesoftware.openfire.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) - Static method in class org.jivesoftware.openfire.component.ExternalComponentManager
-
Deprecated.Obtain and use the corresponding
ConnectionListener
instead. - setServiceEnabled(boolean) - Method in class org.jivesoftware.openfire.pubsub.PubSubModule
- setServiceEnabled(boolean) - Method in class org.jivesoftware.openfire.update.UpdateManager
-
Sets if the check for updates service is enabled.
- setServicePort(int) - Static method in class org.jivesoftware.openfire.component.ExternalComponentManager
-
Deprecated.Obtain and use the corresponding
ConnectionListener
instead. - setSession(LocalSession) - Method in class org.jivesoftware.openfire.net.StanzaHandler
- setSession(OutgoingServerSession) - Method in class org.jivesoftware.openfire.server.OutgoingServerSocketReader
-
Sets the OutgoingServerSession for which this reader is working for.
- setSession(Session) - Method in class org.jivesoftware.openfire.audit.AuditEvent
-
Set the session associated with the event.
- setSessionAuthenticated() - Method in class org.jivesoftware.openfire.net.RespondingServerStanzaHandler
- setSessionData(String, Object) - Method in class org.jivesoftware.openfire.session.LocalSession
-
Saves given session data.
- setSessionDetachTime(int) - Method in class org.jivesoftware.openfire.SessionManager
- setSessionID(String) - Method in class org.jivesoftware.openfire.filetransfer.FileTransfer
- setSessionID(String) - Method in interface org.jivesoftware.openfire.filetransfer.FileTransferProgress
- setSessionID(String) - Method in class org.jivesoftware.openfire.filetransfer.proxy.DefaultProxyTransfer
- setSessionTimeout(int) - Method in class org.jivesoftware.openfire.container.PluginServletContext
- setSessionTrackingModes(Set<SessionTrackingMode>) - Method in class org.jivesoftware.openfire.container.PluginServletContext
- setSharedSecretAllowed(boolean) - Static method in class org.jivesoftware.openfire.sasl.JiveSharedSecretSaslServer
-
Sets whether shared secret authentication is enabled.
- setShort(int, short) - Method in class org.jivesoftware.database.CallableStatementWrapper
- setShort(int, short) - Method in class org.jivesoftware.database.PreparedStatementWrapper
- setShort(String, short) - Method in class org.jivesoftware.database.CallableStatementWrapper
- setSkipJIDValidation(boolean) - Method in class org.jivesoftware.openfire.SessionPacketRouter
-
Sets if TO addresses of Elements being routed should be validated.
- setSocketReader(SocketReader) - Method in class org.jivesoftware.openfire.net.SocketConnection
-
Deprecated.
- setSoftwareVersionData(String, String) - Method in class org.jivesoftware.openfire.session.LocalSession
-
Saves given session data.
- setSoftwareVersionDataFormFromDiscoInfo(Element, LocalSession) - Static method in class org.jivesoftware.openfire.disco.IQDiscoInfoHandler
-
Set all Software Version data responsed by the peer for the Software information request Service Discovery (XEP-0232)
- setSortColumnNumber(int) - Method in class org.jivesoftware.openfire.pubsub.PubsubNodeResultFilter
-
Sets the sort field to use.
- setSorted(boolean) - Method in class org.jivesoftware.util.SystemProperty.Builder
- setSortField(int) - Method in class org.jivesoftware.openfire.SessionResultFilter
-
Sets the sort field to use.
- setSortOrder(int) - Method in class org.jivesoftware.openfire.pubsub.PubsubNodeResultFilter
-
Sets the sort order.
- setSortOrder(int) - Method in class org.jivesoftware.openfire.SessionResultFilter
-
Sets the sort type.
- setSQL(String) - Method in class org.jivesoftware.database.CachedPreparedStatement
-
Sets the SQL.
- setSQLXML(int, SQLXML) - Method in class org.jivesoftware.database.CallableStatementWrapper
- setSQLXML(int, SQLXML) - Method in class org.jivesoftware.database.PreparedStatementWrapper
- setSQLXML(String, SQLXML) - Method in class org.jivesoftware.database.CallableStatementWrapper
- setSslEnabled(boolean) - Method in class org.jivesoftware.openfire.ldap.LdapManager
-
Sets whether the connection to the LDAP server should be made via ssl or not.
- setSSLEnabled(boolean) - Method in class org.jivesoftware.util.EmailService
-
Sets whether the SMTP connection is configured to use SSL or not.
- setSslSession(SSLSession) - Method in class org.jivesoftware.util.JiveInitialLdapContext
- setStage(int) - Method in class org.jivesoftware.openfire.commands.SessionData
-
Sets the current stage where the requester is located.
- setStart(int) - Method in class org.jivesoftware.util.WebManager
- setStartIndex(int) - Method in class org.jivesoftware.openfire.pubsub.PubsubNodeResultFilter
-
Sets the index of the first result to return.
- setStartIndex(int) - Method in class org.jivesoftware.openfire.SessionResultFilter
-
Sets the index of the first result to return.
- setStartTime(Date) - Method in class org.jivesoftware.openfire.lockout.LockOutFlag
-
Sets the start time for when the account will be disabled, or null if immediate.
- setStartTlsEnabled(boolean) - Method in class org.jivesoftware.openfire.ldap.LdapManager
-
Sets whether the connection to the LDAP server should be made via StartTLS or not.
- setStatus(Session.Status) - Method in class org.jivesoftware.openfire.session.LocalServerSession
- setStatus(Session.Status) - Method in class org.jivesoftware.openfire.session.LocalSession
-
Set the new status of this session.
- setStoredKey(String) - Method in class org.jivesoftware.openfire.user.User
- setStoredSubscribeStanza(Presence) - Method in class org.jivesoftware.openfire.roster.RosterItem
- setStrategy(ExternalizableUtilStrategy) - Method in class org.jivesoftware.util.cache.ExternalizableUtil
-
Sets the implementation to use for serializing and deserializing objects.
- setStrictCertificateValidation(boolean) - Method in class org.jivesoftware.openfire.spi.ConnectionListener
-
Defines whether a connection should be aborted if certificate validation fails.
- setString(int, String) - Method in class org.jivesoftware.database.CallableStatementWrapper
- setString(int, String) - Method in class org.jivesoftware.database.PreparedStatementWrapper
- setString(String, String) - Method in class org.jivesoftware.database.CallableStatementWrapper
- setSubject(String) - Method in class org.jivesoftware.openfire.muc.MUCRoom
-
Sets the last subject that some occupant set to the room.
- 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.openfire.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.openfire.roster.RosterItem
-
Set the current subscription status of the item.
- setSubTreeSearch(boolean) - Method in class org.jivesoftware.openfire.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.openfire.update.DownloadStatus
- setSummary(String) - Method in class org.jivesoftware.openfire.security.SecurityAuditEvent
-
Sets the summary, or short description of what transpired in the event.
- setSysadmins(Collection<JID>) - Method in class org.jivesoftware.openfire.pubsub.PubSubModule
- setTarget(String) - Method in class org.jivesoftware.openfire.filetransfer.FileTransfer
- setTarget(String) - Method in interface org.jivesoftware.openfire.filetransfer.FileTransferProgress
- setTarget(String) - Method in class org.jivesoftware.openfire.filetransfer.proxy.DefaultProxyTransfer
- setTestAfterUse(Boolean) - Method in class org.jivesoftware.database.DefaultConnectionProvider
-
Sets whether connections will be tested after being returned to the pool.
- setTestBeforeUse(Boolean) - Method in class org.jivesoftware.database.DefaultConnectionProvider
-
Sets whether connections will be tested before being handed over to be used.
- setTestSQL(String) - Method in class org.jivesoftware.database.DefaultConnectionProvider
-
Sets the SQL statement used to test if a connection is valid.
- setTime(int, Time) - Method in class org.jivesoftware.database.CallableStatementWrapper
- setTime(int, Time) - Method in class org.jivesoftware.database.PreparedStatementWrapper
- setTime(int, Time, Calendar) - Method in class org.jivesoftware.database.CallableStatementWrapper
- setTime(int, Time, Calendar) - Method in class org.jivesoftware.database.PreparedStatementWrapper
- setTime(String, Time) - Method in class org.jivesoftware.database.CallableStatementWrapper
- setTime(String, Time, Calendar) - Method in class org.jivesoftware.database.CallableStatementWrapper
- setTimestamp(int, Timestamp) - Method in class org.jivesoftware.database.CallableStatementWrapper
- setTimestamp(int, Timestamp) - Method in class org.jivesoftware.database.PreparedStatementWrapper
- setTimestamp(int, Timestamp, Calendar) - Method in class org.jivesoftware.database.CallableStatementWrapper
- setTimestamp(int, Timestamp, Calendar) - Method in class org.jivesoftware.database.PreparedStatementWrapper
- setTimestamp(String, Timestamp) - Method in class org.jivesoftware.database.CallableStatementWrapper
- setTimestamp(String, Timestamp, Calendar) - Method in class org.jivesoftware.database.CallableStatementWrapper
- setTimestamp(Date) - Method in class org.jivesoftware.openfire.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.
- setTLSPolicy(Connection.TLSPolicy) - Method in class org.jivesoftware.openfire.spi.ConnectionListener
-
Sets whether TLS is mandatory, optional, disabled or mandatory immediately for new connections.
- setTlsResponse(StartTlsResponse) - Method in class org.jivesoftware.util.JiveInitialLdapContext
- setTraceEnabled(boolean) - Static method in class org.jivesoftware.util.Log
- setTransactionIsolation(int) - Method in class org.jivesoftware.database.AbstractConnection
- setTransferDigest(String) - Method in class org.jivesoftware.openfire.filetransfer.proxy.DefaultProxyTransfer
- setTransferDigest(String) - Method in interface org.jivesoftware.openfire.filetransfer.proxy.ProxyTransfer
-
Sets the transfer digest for a file transfer.
- setTransferFuture(Future<?>) - Method in interface org.jivesoftware.openfire.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.openfire.filetransfer.proxy.DefaultProxyTransfer
- setTrustStoreConfiguration(CertificateStoreConfiguration) - Method in class org.jivesoftware.openfire.spi.ConnectionListener
-
Replaces the configuration for the trust store that is used to identify/trust peers on connections created by this listener.
- setType(String) - Method in interface org.jivesoftware.openfire.session.ComponentSession.ExternalComponent
- setType(String) - Method in class org.jivesoftware.openfire.session.LocalComponentSession.LocalExternalComponent
- setType(HistoryStrategy.Type) - Method in class org.jivesoftware.openfire.muc.HistoryStrategy
-
Set the type of history strategy being used.
- setType(OfflineMessageStrategy.Type) - Method in class org.jivesoftware.openfire.OfflineMessageStrategy
- setTypeFromString(String) - Method in class org.jivesoftware.openfire.muc.HistoryStrategy
-
Obtain the strategy type from string name.
- setTypeMap(Map<String, Class<?>>) - Method in class org.jivesoftware.database.AbstractConnection
- setUnicodeStream(int, InputStream, int) - Method in class org.jivesoftware.database.CallableStatementWrapper
-
Deprecated.
- setUnicodeStream(int, InputStream, int) - Method in class org.jivesoftware.database.PreparedStatementWrapper
-
Deprecated.
- setupExcludePaths - Static variable in class org.jivesoftware.util.JiveGlobals
- setupPropertyEncryptionAlgorithm(String) - Static method in class org.jivesoftware.util.JiveGlobals
-
This method is called early during the setup process to set the algorithm for encrypting property values
- setupPropertyEncryptionKey(String) - Static method in class org.jivesoftware.util.JiveGlobals
-
This method is called early during the setup process to set a custom key for encrypting property values
- setUrl(String) - Method in class org.jivesoftware.openfire.update.DownloadStatus
- setURL(int, URL) - Method in class org.jivesoftware.database.CallableStatementWrapper
- setURL(int, URL) - Method in class org.jivesoftware.database.PreparedStatementWrapper
- setURL(String, URL) - Method in class org.jivesoftware.database.CallableStatementWrapper
- setUserAllowedToCreate(Collection<JID>) - Method in class org.jivesoftware.openfire.pubsub.PubSubModule
- 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.openfire.security.SecurityAuditEvent
-
Sets the username of the user who performed this event.
- setUsername(String) - Method in class org.jivesoftware.util.EmailService
-
Sets the username that will be used when connecting to the SMTP server.
- setUsernameField(String) - Method in class org.jivesoftware.openfire.ldap.LdapManager
-
Sets the LDAP field name that the username lookup will be performed on.
- setUsernameSuffix(String) - Method in class org.jivesoftware.openfire.ldap.LdapManager
-
Set the suffix appended to the username whenever LDAP lookups are performed.
- setUsingSelfSignedCertificate(boolean) - Method in interface org.jivesoftware.openfire.Connection
-
Keeps track if the other peer of this session presented a self-signed certificate.
- setUsingSelfSignedCertificate(boolean) - Method in class org.jivesoftware.openfire.net.SocketConnection
-
Deprecated.
- setUsingSelfSignedCertificate(boolean) - Method in class org.jivesoftware.openfire.net.VirtualConnection
- setUsingSelfSignedCertificate(boolean) - Method in class org.jivesoftware.openfire.nio.NettyConnection
- setValue(byte[]) - Method in class org.jivesoftware.admin.ASN1DERTag
- setValue(T) - Method in class org.jivesoftware.util.SystemProperty
-
Sets the value of the SystemProperty.
- setVCard(String, Element) - Method in class org.jivesoftware.openfire.vcard.VCardManager
-
Sets the user's vCard information.
- setVerified(boolean) - Method in class org.jivesoftware.openfire.sasl.VerifyPasswordCallback
-
Indicate if this password is verified.
- setVerifyCertificateValidity(boolean) - Method in class org.jivesoftware.openfire.spi.ConnectionListener
-
Configures if the current validity of certificates (based on their 'notBefore' and 'notAfter' property values) is used when they are used to establish an encrypted connection.
- setVersion(String) - Method in class org.jivesoftware.openfire.update.DownloadStatus
- setWhitelistedAnonymousIPs(Set<String>) - Static method in class org.jivesoftware.openfire.session.LocalClientSession
-
Sets the list of IP address that are allowed to connect to the server for anonymous users.
- setWhitelistedIPs(Set<String>) - Static method in class org.jivesoftware.openfire.session.LocalClientSession
-
Sets the list of IP address that are allowed to connect to the server.
- 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.openfire.Connection
-
Sets the XMPP version information.
- setXMPPVersion(int, int) - Method in class org.jivesoftware.openfire.net.AbstractConnection
- setXPPFactory(XmlPullParserFactory) - Method in class org.dom4j.io.XMPPPacketReader
- sha1 - org.jivesoftware.openfire.auth.JDBCAuthProvider.PasswordType
-
The password is stored as a hex-encoded SHA-1 hash.
- sha256 - org.jivesoftware.openfire.auth.JDBCAuthProvider.PasswordType
-
The password is stored as a hex-encoded SHA-256 hash.
- sha512 - org.jivesoftware.openfire.auth.JDBCAuthProvider.PasswordType
-
The password is stored as a hex-encoded SHA-512 hash.
- SHARED_GROUP_RECURSIVE - Static variable in class org.jivesoftware.openfire.group.AbstractGroupProvider
- SHARED_ROSTER_DISPLAY_NAME_PROPERTY_KEY - Static variable in class org.jivesoftware.openfire.group.Group
- SHARED_ROSTER_GROUP_LIST_PROPERTY_KEY - Static variable in class org.jivesoftware.openfire.group.Group
- SHARED_ROSTER_SHOW_IN_ROSTER_PROPERTY_KEY - Static variable in class org.jivesoftware.openfire.group.Group
- SharedGroupException - Exception in org.jivesoftware.openfire
-
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.openfire.SharedGroupException
- SharedGroupException(String) - Constructor for exception org.jivesoftware.openfire.SharedGroupException
- sharedGroupMetaCache - Static variable in class org.jivesoftware.openfire.group.AbstractGroupProvider
- sharedGroups - Variable in class org.jivesoftware.openfire.roster.RosterItem
- SharedGroupVisibility - Enum in org.jivesoftware.openfire.group
-
Describes with which users a group is shared as a group on their roster.
- shareWithEverybody(String) - Method in class org.jivesoftware.openfire.group.Group
-
Enable contact list group sharing for this group.
- shareWithNobody() - Method in class org.jivesoftware.openfire.group.Group
-
Disable contact list group sharing for this group.
- shareWithUsersInGroups(List<String>, String) - Method in class org.jivesoftware.openfire.group.Group
-
Enable contact list group sharing for this group.
- shareWithUsersInSameGroup(String) - Method in class org.jivesoftware.openfire.group.Group
-
Enable contact list group sharing for this group.
- shellSplit(CharSequence) - Static method in class org.jivesoftware.util.StringUtils
-
Simple Java program to tokenize string as a shell would - similar to shlex in Python
- SHORT - Static variable in class org.jivesoftware.util.FastDateFormat
-
Style pattern
- shouldBlockPacket(Packet) - Method in class org.jivesoftware.openfire.privacy.PrivacyList
-
Returns true if the specified packet must be blocked based on this privacy list rules.
- shouldCloseSession() - Method in exception org.jivesoftware.openfire.http.HttpBindException
- shouldDeliverNotifications() - Method in class org.jivesoftware.openfire.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.
- shouldNotBeCached() - Method in class org.jivesoftware.openfire.lockout.DefaultLockOutProvider
-
Default provider should be cached.
- shouldNotBeCached() - Method in interface org.jivesoftware.openfire.lockout.LockOutProvider
-
Returns true if the lock out flags should not be cached, meaning every status lookup will go straight to the source.
- shouldRecreate(String, JID) - Method in class org.jivesoftware.openfire.muc.MUCEventDelegate
-
Returns true if the room that is not present in the server should have existed and needs to be recreated.
- showServerDown() - Method in class org.jivesoftware.util.WebManager
- shutdown - org.jivesoftware.openfire.session.RemoteSessionTask.Operation
- shutdown() - Static method in class org.jivesoftware.openfire.cluster.ClusterManager
-
Shuts down the clustering service.
- shutdown() - Method in class org.jivesoftware.openfire.container.AdminConsolePlugin
-
Shuts down the Jetty server.
- shutdown() - Method in class org.jivesoftware.openfire.container.PluginManager
-
Shuts down all running plugins.
- shutdown() - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
- shutdown() - Method in class org.jivesoftware.openfire.net.SocketReader
-
Deprecated.Notification message indicating that the SocketReader is shutting down.
- shutdown() - Method in class org.jivesoftware.openfire.pubsub.CachingPubsubPersistenceProvider
- shutdown() - Method in class org.jivesoftware.openfire.pubsub.DefaultPubSubPersistenceProvider
- shutdown() - Method in class org.jivesoftware.openfire.pubsub.InMemoryPubSubPersistenceProvider
- shutdown() - Method in interface org.jivesoftware.openfire.pubsub.PubSubPersistenceProvider
- shutdown() - Method in class org.jivesoftware.openfire.pubsub.PubSubPersistenceProviderManager
- shutdown() - Method in class org.jivesoftware.openfire.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.openfire.session.LocalComponentSession.LocalExternalComponent
- shutdown() - Method in class org.jivesoftware.util.TaskEngine
-
Shuts down the task engine service.
- shutdown(PubSubService) - Method in class org.jivesoftware.openfire.pubsub.PubSubEngine
- 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
- SITE_MINDER_HEADER - Static variable in class org.jivesoftware.admin.SiteMinderServletRequestAuthenticator
- SiteMinderServletRequestAuthenticator - Class in org.jivesoftware.admin
-
Enables CA SiteMinder/Single Sign-On authentication to the admin console - https://www.ca.com/gb/products/ca-single-sign-on.html
- SiteMinderServletRequestAuthenticator() - Constructor for class org.jivesoftware.admin.SiteMinderServletRequestAuthenticator
- size() - Method in class org.jivesoftware.openfire.group.GroupCollection
- size() - Method in class org.jivesoftware.openfire.muc.spi.MUCServiceProperties
- size() - Method in class org.jivesoftware.openfire.user.UserCollection
- size() - Method in class org.jivesoftware.util.cache.CacheWrapper
- size() - Method in class org.jivesoftware.util.cache.CaffeineCache
-
Returns the number of key-value mappings in this map.
- size() - Method in class org.jivesoftware.util.cache.DefaultCache
- size() - Method in class org.jivesoftware.util.cache.SerializingCache
- size() - Method in class org.jivesoftware.util.JiveProperties
- sizeOfAnything(Object) - Static method in class org.jivesoftware.util.cache.CacheSizes
-
Returns the size of an object in bytes.
- sizeOfBoolean() - Static method in class org.jivesoftware.util.cache.CacheSizes
-
Returns the size in bytes of a primitive boolean.
- sizeOfChar() - Static method in class org.jivesoftware.util.cache.CacheSizes
-
Returns the size in bytes of a primitive char.
- sizeOfCollection(Collection) - Static method in class org.jivesoftware.util.cache.CacheSizes
-
Returns the size in bytes of a Collection object.
- sizeOfDate() - Static method in class org.jivesoftware.util.cache.CacheSizes
-
Returns the size in bytes of a Date.
- sizeOfDouble() - Static method in class org.jivesoftware.util.cache.CacheSizes
-
Returns the size in bytes of a primitive double.
- sizeOfInt() - Static method in class org.jivesoftware.util.cache.CacheSizes
-
Returns the size in bytes of a primitive int.
- sizeOfLong() - Static method in class org.jivesoftware.util.cache.CacheSizes
-
Returns the size in bytes of a primitive long.
- sizeOfMap(Map<?, ?>) - Static method in class org.jivesoftware.util.cache.CacheSizes
-
Returns the size in bytes of a Map object.
- sizeOfObject() - Static method in class org.jivesoftware.util.cache.CacheSizes
-
Returns the size in bytes of a basic Object.
- sizeOfString(String) - Static method in class org.jivesoftware.util.cache.CacheSizes
-
Returns the size in bytes of a String.
- SKIP_JID_VALIDATION - Static variable in class org.jivesoftware.openfire.net.ServerStanzaHandler
-
Controls if JIDs that are in the addresses of stanzas supplied by remote domains are validated.
- SKIP_PEER_CERT_REVALIDATION_CLIENT - Static variable in class org.jivesoftware.openfire.net.SASLAuthentication
- SM_UNSOLICITED_ACK_FREQUENCY - Static variable in class org.jivesoftware.openfire.websocket.StreamManagementPacketRouter
- SmsService - Class in org.jivesoftware.util
-
A service to send SMS messages.
- Snapshot - org.jivesoftware.util.Version.ReleaseStatus
- SNI_ENABLED - Static variable in class org.jivesoftware.openfire.spi.EncryptionArtifactFactory
- SOCKET_ACTIVE - Static variable in class org.jivesoftware.openfire.session.ConnectionSettings.Client
- SOCKET_ACTIVE - Static variable in class org.jivesoftware.openfire.session.ConnectionSettings.Component
- SOCKET_ACTIVE - Static variable in class org.jivesoftware.openfire.session.ConnectionSettings.Multiplex
- SOCKET_ACTIVE - Static variable in class org.jivesoftware.openfire.session.ConnectionSettings.Server
- SOCKET_C2S - org.jivesoftware.openfire.spi.ConnectionType
-
Socket-based client connectivity.
- SOCKET_READ_TIMEOUT - Static variable in class org.jivesoftware.openfire.session.ConnectionSettings.Server
- SOCKET_S2S - org.jivesoftware.openfire.spi.ConnectionType
-
Socket-based server-to-server (XMPP federation) connectivity.
- socketA - Variable in class org.jivesoftware.openfire.mediaproxy.MediaProxySession
- socketAControl - Variable in class org.jivesoftware.openfire.mediaproxy.MediaProxySession
- socketB - Variable in class org.jivesoftware.openfire.mediaproxy.MediaProxySession
- socketBControl - Variable in class org.jivesoftware.openfire.mediaproxy.MediaProxySession
- SocketConnection - Class in org.jivesoftware.openfire.net
-
Deprecated.Old, pre NIO / MINA code. Should not be used as Netty offers better performance. Currently only in use for server dialback.
- SocketConnection(PacketDeliverer, Socket, boolean) - Constructor for class org.jivesoftware.openfire.net.SocketConnection
-
Deprecated.Create a new session using the supplied socket.
- SocketPacketWriteHandler - Class in org.jivesoftware.openfire.net
-
This ChannelHandler writes packet data to connections.
- SocketPacketWriteHandler(RoutingTable) - Constructor for class org.jivesoftware.openfire.net.SocketPacketWriteHandler
- SocketReader - Class in org.jivesoftware.openfire.net
-
Deprecated.Old, pre NIO / MINA code. Should not be used as Netty offers better performance. Currently only in use for server dialback.
- SocketReader(PacketRouter, RoutingTable, String, Socket, SocketConnection, boolean, boolean) - Constructor for class org.jivesoftware.openfire.net.SocketReader
-
Deprecated.Creates a dedicated reader for a socket.
- SocketUtil - Class in org.jivesoftware.openfire.net
-
Utility class to generate Socket instances.
- SocketUtil() - Constructor for class org.jivesoftware.openfire.net.SocketUtil
- SoftwareServerVersionManager - Class in org.jivesoftware.openfire.session
-
A SoftwareServerVersionManager is the main responsible for sending query to remote entity and Obtain software information from the remote entity server using XEP-0092 .
- SoftwareServerVersionManager() - Constructor for class org.jivesoftware.openfire.session.SoftwareServerVersionManager
- SoftwareVersionManager - Class in org.jivesoftware.openfire.session
-
A SoftwareVersionManager is the main responsible for sending query to remote entity and Obtain software information from the remote entity using XEP-0092 .
- SoftwareVersionManager() - Constructor for class org.jivesoftware.openfire.session.SoftwareVersionManager
- SORT_AFFILIATE_COUNT - Static variable in class org.jivesoftware.openfire.pubsub.PubsubNodeResultFilter
- SORT_CREATION_DATE - Static variable in class org.jivesoftware.openfire.SessionResultFilter
- SORT_ITEM_COUNT - Static variable in class org.jivesoftware.openfire.pubsub.PubsubNodeResultFilter
- SORT_LAST_ACTIVITY_DATE - Static variable in class org.jivesoftware.openfire.SessionResultFilter
- SORT_NODE_DESCRIPTION - Static variable in class org.jivesoftware.openfire.pubsub.PubsubNodeResultFilter
- SORT_NODE_IDENTIFIER - Static variable in class org.jivesoftware.openfire.pubsub.PubsubNodeResultFilter
- SORT_NODE_NAME - Static variable in class org.jivesoftware.openfire.pubsub.PubsubNodeResultFilter
- SORT_NUM_CLIENT_PACKETS - Static variable in class org.jivesoftware.openfire.SessionResultFilter
- SORT_NUM_SERVER_PACKETS - Static variable in class org.jivesoftware.openfire.SessionResultFilter
- SORT_ONLINE_TIME - Static variable in interface org.jivesoftware.openfire.PresenceManager
-
Sort by online time.
- SORT_SUBSCRIBER_COUNT - Static variable in class org.jivesoftware.openfire.pubsub.PubsubNodeResultFilter
- SORT_USER - Static variable in class org.jivesoftware.openfire.SessionResultFilter
- SORT_USERNAME - Static variable in interface org.jivesoftware.openfire.PresenceManager
-
Sort by username.
- sortByAddress(List<MUCRoomSearchInfo>) - Static method in class org.jivesoftware.openfire.muc.spi.IQMuclumbusSearchHandler
-
Order the provided list by JID of the MUC
- sortByUserAmount(List<MUCRoomSearchInfo>) - Static method in class org.jivesoftware.openfire.muc.spi.IQMuclumbusSearchHandler
-
Sorts the provided list in such a way that the MUC with the most users will be the first one in the list.
- split(String, String) - Static method in class org.jivesoftware.admin.JSTLFunctions
-
JSTL delegate for
String.split(String)
. - splitFilter(String) - Static method in class org.jivesoftware.openfire.ldap.LdapManager
-
Splits a string formatted as an LDAP filter, such as
(&(part-a)(part-b)(part-c))
, in separate parts. - splitGroupList(String) - Static method in class org.jivesoftware.openfire.group.GroupManager
-
Splits a comma-separated string of group name in a set of group names.
- sql - Variable in class org.jivesoftware.database.ProfiledConnectionEntry
-
The SQL query.
- sqlserver - org.jivesoftware.database.DbConnectionManager.DatabaseType
- srvLookup(String, String, String) - Static method in class org.jivesoftware.openfire.net.DNSUtil
-
Performs a DNS SRV lookup.
- SSL_HANDLER_NAME - Static variable in class org.jivesoftware.openfire.nio.NettyConnection
- SSLCONTEXT_PROTOCOL - Static variable in class org.jivesoftware.openfire.spi.EncryptionArtifactFactory
- sslInitDone - Variable in class org.jivesoftware.openfire.nio.NettyConnectionHandler
- StanzaHandler - Class in org.jivesoftware.openfire.net
-
A StanzaHandler is the main responsible for handling incoming stanzas.
- StanzaHandler(PacketRouter, Connection) - Constructor for class org.jivesoftware.openfire.net.StanzaHandler
-
Creates a dedicated reader for a socket.
- StanzaIDUtil - Class in org.jivesoftware.openfire.stanzaid
-
Utility methods that implement XEP-0359: Unique and Stable Stanza IDs.
- StanzaIDUtil() - Constructor for class org.jivesoftware.openfire.stanzaid.StanzaIDUtil
- start - org.jivesoftware.openfire.session.RemoteSessionTask.Operation
- 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() - Static method in class org.jivesoftware.database.ProfiledConnection
-
Start profiling.
- start() - Method in class org.jivesoftware.openfire.Channel
-
Starts the channel, which means that worker threads will start processing messages from the queue.
- start() - Method in class org.jivesoftware.openfire.cluster.ClusterMonitor
- start() - Method in class org.jivesoftware.openfire.commands.AdHocCommandHandler
- start() - Method in class org.jivesoftware.openfire.component.InternalComponentManager
- start() - Method in class org.jivesoftware.openfire.container.BasicModule
-
Starts the basic module.
- start() - Method in interface org.jivesoftware.openfire.container.Module
-
Start the module (must return quickly).
- start() - Method in class org.jivesoftware.openfire.container.PluginManager
-
Starts plugins and the plugin monitoring service.
- start() - Method in class org.jivesoftware.openfire.container.PluginMonitor
-
Initialize the monitor.
- start() - Method in class org.jivesoftware.openfire.disco.IQDiscoItemsHandler
- start() - Method in class org.jivesoftware.openfire.filetransfer.proxy.FileTransferProxy
- start() - Method in class org.jivesoftware.openfire.handler.IQOfflineMessagesHandler
- start() - Method in class org.jivesoftware.openfire.http.HttpBindManager
- start() - Method in class org.jivesoftware.openfire.http.HttpSessionManager
-
Starts the services used by the HttpSessionManager.
- start() - Method in class org.jivesoftware.openfire.mediaproxy.MediaProxyService
- start() - Method in interface org.jivesoftware.openfire.mediaproxy.ProxyCandidate
- start() - Method in class org.jivesoftware.openfire.muc.MultiUserChatManager
-
Called when manager starts up, to initialize things.
- start() - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
- start() - Method in class org.jivesoftware.openfire.net.MulticastDNSService
- start() - Method in class org.jivesoftware.openfire.net.TLSStreamHandler
- start() - Method in class org.jivesoftware.openfire.OfflineMessageStore
- start() - Method in class org.jivesoftware.openfire.pep.IQPEPHandler
- start() - Method in class org.jivesoftware.openfire.pep.PEPServiceManager
- start() - Method in class org.jivesoftware.openfire.pubsub.PubSubModule
- start() - Method in class org.jivesoftware.openfire.roster.RosterManager
- start() - Method in class org.jivesoftware.openfire.session.LocalComponentSession.LocalExternalComponent
- start() - Method in class org.jivesoftware.openfire.session.SoftwareServerVersionManager
- start() - Method in class org.jivesoftware.openfire.session.SoftwareVersionManager
- start() - Method in class org.jivesoftware.openfire.SessionManager
- start() - Method in class org.jivesoftware.openfire.spi.ConnectionAcceptor
-
Makes the instance start accepting connections.
- start() - Method in class org.jivesoftware.openfire.spi.ConnectionListener
-
Attempts to start the connection acceptor, creating a new instance when needed.
- start() - Method in class org.jivesoftware.openfire.spi.ConnectionManagerImpl
- start() - Method in class org.jivesoftware.openfire.spi.NettyConnectionAcceptor
-
Starts this acceptor by binding the socket acceptor.
- start() - Method in class org.jivesoftware.openfire.spi.PacketDelivererImpl
- start() - Method in class org.jivesoftware.openfire.spi.PresenceManagerImpl
- start() - Method in class org.jivesoftware.openfire.spi.RoutingTableImpl
- start() - Method in class org.jivesoftware.openfire.update.UpdateManager
- start() - Method in class org.jivesoftware.openfire.vcard.VCardManager
- start() - Method in class org.jivesoftware.openfire.XMPPServer
- start(PEPService) - Method in class org.jivesoftware.openfire.pep.PEPServiceManager
- start(PubSubService) - Method in class org.jivesoftware.openfire.pubsub.PubSubEngine
- startCDATA() - Method in class org.jivesoftware.util.XMLWriter
- startCluster() - Method in interface org.jivesoftware.util.cache.CacheFactoryStrategy
-
Returns true if the cluster has been started.
- startCluster() - Method in class org.jivesoftware.util.cache.DefaultLocalCacheStrategy
- startClustering() - Static method in class org.jivesoftware.util.cache.CacheFactory
- startCompression() - Method in interface org.jivesoftware.openfire.Connection
-
Start compressing outgoing traffic for this connection.
- startCompression() - Method in class org.jivesoftware.openfire.net.SocketConnection
-
Deprecated.
- startCompression() - Method in class org.jivesoftware.openfire.net.VirtualConnection
- startCompression() - Method in class org.jivesoftware.openfire.nio.NettyConnection
- startDate - Variable in class org.jivesoftware.openfire.session.LocalSession
- startDocument() - Method in class org.jivesoftware.util.XMLWriter
- startDTD(String, String, String) - Method in class org.jivesoftware.util.XMLWriter
- startedSASL - Variable in class org.jivesoftware.openfire.net.StanzaHandler
- startedTLS - Variable in class org.jivesoftware.openfire.net.StanzaHandler
- startElement(String, String, String, Attributes) - Method in class org.jivesoftware.util.XMLWriter
- startEntity(String) - Method in class org.jivesoftware.util.XMLWriter
- startLastMsg - Variable in class org.jivesoftware.openfire.nio.XMLLightweightParser
- startMonitoring() - Method in class org.jivesoftware.openfire.container.PluginMonitor
-
Start periodically checking the plugin directory.
- startOutbound() - Method in class org.jivesoftware.openfire.muc.spi.FMUCHandler
-
Starts federation, which will cause a federation attempt with the outbound ('joined') node, if one is configured, and there currently are occupants in the room.
- startPrefixMapping(String, String) - Method in class org.jivesoftware.util.XMLWriter
- startTLS() - Method in class org.jivesoftware.openfire.net.ClientStanzaHandler
- startTLS(boolean, boolean) - Method in interface org.jivesoftware.openfire.Connection
-
Encrypts the plain connection by negotiating TLS with the other peer.
- startTLS(boolean, boolean) - Method in class org.jivesoftware.openfire.net.SocketConnection
-
Deprecated.
- startTLS(boolean, boolean) - Method in class org.jivesoftware.openfire.net.VirtualConnection
- startTLS(boolean, boolean) - Method in class org.jivesoftware.openfire.nio.NettyConnection
- startup() - Static method in class org.jivesoftware.openfire.cluster.ClusterManager
-
Starts the cluster service if clustering is enabled.
- startup() - Method in class org.jivesoftware.openfire.container.AdminConsolePlugin
-
Starts the Jetty instance.
- STATE - Static variable in interface org.jivesoftware.openfire.handler.IQRegisterInfo
-
The user's state
- StatementWrapper - Class in org.jivesoftware.database
-
An implementation of the Statement interface that wraps an underlying Statement object.
- StatementWrapper(Statement) - Constructor for class org.jivesoftware.database.StatementWrapper
-
Creates a new StatementWrapper that wraps
stmt
. - Statistic - Interface in org.jivesoftware.openfire.stats
-
A statistic being tracked by the server.
- Statistic.Type - Enum in org.jivesoftware.openfire.stats
-
The type of statistic.
- StatisticsManager - Class in org.jivesoftware.openfire.stats
-
Stores statistics being tracked by the server.
- status - Variable in class org.jivesoftware.openfire.nio.XMLLightweightParser
- status - Variable in class org.jivesoftware.openfire.session.LocalSession
-
The current session status.
- STATUS_AUTHENTICATED - Static variable in interface org.jivesoftware.openfire.session.Session
-
Deprecated.Use
Session.Status.AUTHENTICATED
instead. - STATUS_CLOSED - Static variable in interface org.jivesoftware.openfire.session.Session
-
Deprecated.Use
Session.Status.CLOSED
instead. - STATUS_CONNECTED - Static variable in interface org.jivesoftware.openfire.session.Session
-
Deprecated.Use
Session.Status.CONNECTED
instead. - stmt - Variable in class org.jivesoftware.database.StatementWrapper
- stop() - Static method in class org.jivesoftware.database.ProfiledConnection
-
Stop profiling.
- stop() - Method in class org.jivesoftware.openfire.archive.Archiver
- stop() - Method in interface org.jivesoftware.openfire.audit.Auditor
-
Prepares the auditor for system shutdown.
- stop() - Method in class org.jivesoftware.openfire.audit.spi.AuditManagerImpl
- stop() - Method in class org.jivesoftware.openfire.audit.spi.AuditorImpl
- stop() - Method in class org.jivesoftware.openfire.Channel
-
Stops the channel, which means that worker threads will stop processing messages from the queue.
- stop() - Method in class org.jivesoftware.openfire.cluster.ClusterMonitor
- stop() - Method in class org.jivesoftware.openfire.commands.AdHocCommandHandler
- stop() - Method in class org.jivesoftware.openfire.commands.AdHocCommandManager
- stop() - Method in class org.jivesoftware.openfire.component.InternalComponentManager
- stop() - Method in class org.jivesoftware.openfire.container.BasicModule
-
Stops the basic module.
- stop() - Method in interface org.jivesoftware.openfire.container.Module
-
Stop the module.
- stop() - Method in class org.jivesoftware.openfire.container.PluginMonitor
-
Shutdown the monitor.
- stop() - Method in class org.jivesoftware.openfire.filetransfer.proxy.FileTransferProxy
- stop() - Method in class org.jivesoftware.openfire.handler.IQOfflineMessagesHandler
- stop() - Method in class org.jivesoftware.openfire.http.HttpBindManager
- stop() - Method in class org.jivesoftware.openfire.http.HttpSessionManager
-
Stops any services and cleans up any resources used by the HttpSessionManager.
- stop() - Method in class org.jivesoftware.openfire.mediaproxy.MediaProxyService
- stop() - Method in class org.jivesoftware.openfire.muc.MultiUserChatManager
-
Called when manager is stopped, to clean things up.
- stop() - Method in class org.jivesoftware.openfire.muc.spi.FMUCHandler
-
Stops federation, which will cause any joined and joining nodes to be disconnected.
- stop() - Method in class org.jivesoftware.openfire.net.MulticastDNSService
- stop() - Method in class org.jivesoftware.openfire.nio.NettySessionInitializer
- stop() - Method in class org.jivesoftware.openfire.OfflineMessageStore
- stop() - Method in class org.jivesoftware.openfire.pep.IQPEPHandler
- stop() - Method in class org.jivesoftware.openfire.pep.PEPServiceManager
- stop() - Method in class org.jivesoftware.openfire.pubsub.PubSubModule
- stop() - Method in class org.jivesoftware.openfire.roster.RosterManager
- stop() - Method in class org.jivesoftware.openfire.session.SoftwareServerVersionManager
- stop() - Method in class org.jivesoftware.openfire.session.SoftwareVersionManager
- stop() - Method in class org.jivesoftware.openfire.SessionManager
- stop() - Method in class org.jivesoftware.openfire.spi.ConnectionAcceptor
-
Halts connection acceptation and gracefully releases resources.
- stop() - Method in class org.jivesoftware.openfire.spi.ConnectionListener
-
Attempts to stop the connection acceptor.
- stop() - Method in class org.jivesoftware.openfire.spi.ConnectionManagerImpl
- stop() - Method in class org.jivesoftware.openfire.spi.NettyConnectionAcceptor
-
Stops this acceptor by unbinding the socket acceptor.
- stop() - Method in class org.jivesoftware.openfire.spi.PacketDelivererImpl
- stop() - Method in class org.jivesoftware.openfire.spi.PresenceManagerImpl
- stop() - Method in class org.jivesoftware.openfire.spi.RoutingTableImpl
- stop() - Method in class org.jivesoftware.openfire.vcard.VCardManager
- stop() - Method in class org.jivesoftware.openfire.XMPPServer
-
Stops the server only if running in standalone mode.
- stop() - Method in class org.jivesoftware.util.WebManager
-
Stops the server then sleeps for 3 seconds.
- stopAgent() - Method in class org.jivesoftware.openfire.mediaproxy.MediaProxySession
-
Stop the Session
- stopAgent() - Method in interface org.jivesoftware.openfire.mediaproxy.ProxyCandidate
- stopAgents() - Method in class org.jivesoftware.openfire.mediaproxy.MediaProxyService
-
Stops every running agents
- stopCluster() - Method in interface org.jivesoftware.util.cache.CacheFactoryStrategy
-
Stops the cluster.
- stopCluster() - Method in class org.jivesoftware.util.cache.DefaultLocalCacheStrategy
- stopClustering() - Static method in class org.jivesoftware.util.cache.CacheFactory
- stopInbound() - Method in class org.jivesoftware.openfire.muc.spi.FMUCHandler
-
Stops inbound federation, which will cause existing federation with all of the inbound ('joining') nodes, if any are established, to be teared down.
- stopInbound(JID) - Method in class org.jivesoftware.openfire.muc.spi.FMUCHandler
-
Stops inbound federation, which will cause existing federation with one specific inbound ('joining') nodes to be teared down.
- stopMonitoring() - Method in class org.jivesoftware.openfire.container.PluginMonitor
-
Stop periodically checking the plugin directory.
- stopOutbound() - Method in class org.jivesoftware.openfire.muc.spi.FMUCHandler
-
Stops outbound federation, which will cause existing federation with the outbound ('joined') node, if one is established, to be teared down.
- store - org.jivesoftware.openfire.OfflineMessageStrategy.Type
-
All messages are stored.
- store - Variable in class org.jivesoftware.openfire.keystore.CertificateStore
- store(List<E>) - Method in class org.jivesoftware.openfire.archive.Archiver
- store_and_bounce - org.jivesoftware.openfire.OfflineMessageStrategy.Type
-
Messages are stored up to the storage limit, and then bounced.
- store_and_drop - org.jivesoftware.openfire.OfflineMessageStrategy.Type
-
Messages are stored up to the storage limit, and then silently dropped.
- STORE_AVATAR_IN_DB - Static variable in class org.jivesoftware.openfire.ldap.LdapVCardProvider
- storeContentChanged(CertificateStore) - Method in class org.jivesoftware.openfire.http.HttpBindManager
- storeContentChanged(CertificateStore) - Method in class org.jivesoftware.openfire.spi.ConnectionManagerImpl
- storeContentChanged(CertificateStore) - Method in interface org.jivesoftware.util.CertificateEventListener
-
Event triggered when the content of a certificate store was changed.
- storeOffline(Message) - Method in class org.jivesoftware.openfire.OfflineMessageStrategy
- STREAM_FOOTER - Static variable in class org.jivesoftware.openfire.websocket.WebSocketClientStanzaHandler
- STREAM_HEADER - Static variable in class org.jivesoftware.openfire.websocket.WebSocketClientStanzaHandler
- STREAM_LIMITS_ADVERTISEMENT_DISABLED - Static variable in class org.jivesoftware.openfire.session.ConnectionSettings.Client
- STREAM_LIMITS_ADVERTISEMENT_DISABLED - Static variable in class org.jivesoftware.openfire.session.ConnectionSettings.Server
- STREAM_SUBSTITUTION_ENABLED - Static variable in class org.jivesoftware.openfire.websocket.WebSocketClientConnectionHandler
-
Controls if clients that do websockets without the required XMPP framing will get their 'stream' element names replaced, so that they are able to connect.
- StreamErrorException - Exception in org.jivesoftware.util
-
An exception that wraps a
StreamError
- StreamErrorException(StreamError) - Constructor for exception org.jivesoftware.util.StreamErrorException
- StreamErrorException(StreamError.Condition) - Constructor for exception org.jivesoftware.util.StreamErrorException
- StreamErrorException(StreamError.Condition, String) - Constructor for exception org.jivesoftware.util.StreamErrorException
- StreamErrorException(StreamError.Condition, String, Throwable) - Constructor for exception org.jivesoftware.util.StreamErrorException
- StreamErrorException(StreamError.Condition, String, Throwable, boolean, boolean) - Constructor for exception org.jivesoftware.util.StreamErrorException
- StreamErrorException(StreamError.Condition, Throwable) - Constructor for exception org.jivesoftware.util.StreamErrorException
- StreamErrorException(StreamError, String) - Constructor for exception org.jivesoftware.util.StreamErrorException
- StreamErrorException(StreamError, String, Throwable) - Constructor for exception org.jivesoftware.util.StreamErrorException
- StreamErrorException(StreamError, String, Throwable, boolean, boolean) - Constructor for exception org.jivesoftware.util.StreamErrorException
- StreamErrorException(StreamError, Throwable) - Constructor for exception org.jivesoftware.util.StreamErrorException
- streamID - Variable in class org.jivesoftware.openfire.session.LocalSession
-
The stream id for this session (random and unique).
- streamID - Variable in class org.jivesoftware.openfire.session.RemoteSession
- StreamID - Interface in org.jivesoftware.openfire
-
A unique identifier for a stream.
- StreamIDFactory - Interface in org.jivesoftware.openfire
-
Generates stream ids in different ways depending on the server set up.
- StreamManagementPacketRouter - Class in org.jivesoftware.openfire.websocket
-
This class extends Openfire's session packet router with the ACK capabilities specified by XEP-0198: Stream Management.
- StreamManagementPacketRouter(LocalClientSession) - Constructor for class org.jivesoftware.openfire.websocket.StreamManagementPacketRouter
- streamManager - Variable in class org.jivesoftware.openfire.session.LocalSession
-
XEP-0198 Stream Manager
- StreamManager - Class in org.jivesoftware.openfire.streammanagement
-
XEP-0198 Stream Manager.
- StreamManager(LocalSession) - Constructor for class org.jivesoftware.openfire.streammanagement.StreamManager
- StreamManager.UnackedPacket - Class in org.jivesoftware.openfire.streammanagement
- STRICT_CERTIFICATE_VALIDATION - Static variable in class org.jivesoftware.openfire.session.ConnectionSettings.Server
- 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 perform common String manipulation algorithms.
- stripLeadingSlash(String) - Static method in class org.jivesoftware.openfire.container.PluginServletContext
-
The plugin classloader is an URL classloadeer, which will do lookups in directories with entries like these: jar:file:/home/guus/github/Openfire/target/openfire/plugins/oauthresourceserver/lib/plugin-oauthresourceserver.jar!/ (note the trailing slash).
- 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. - SUB_BOTH - Static variable in class org.jivesoftware.openfire.roster.RosterItem
-
The roster item and owner have a mutual subscription.
- SUB_FROM - Static variable in class org.jivesoftware.openfire.roster.RosterItem
-
The roster item has a subscription to the roster owner's presence.
- SUB_NONE - Static variable in class org.jivesoftware.openfire.roster.RosterItem
-
No subscription is established.
- SUB_REMOVE - Static variable in class org.jivesoftware.openfire.roster.RosterItem
-
Indicates the roster item should be removed.
- SUB_TO - Static variable in class org.jivesoftware.openfire.roster.RosterItem
-
The roster owner has a subscription to the roster item's presence.
- SUBJECT - Static variable in class org.jivesoftware.openfire.muc.spi.IQMUCSearchHandler
- submit(Runnable) - Method in class org.jivesoftware.util.TaskEngine
-
Submits a Runnable task for execution and returns a Future representing that task.
- SubnavTag - Class in org.jivesoftware.admin
-
A simple JSP tag for displaying sub-navigation bar information in the admin console.
- SubnavTag() - Constructor for class org.jivesoftware.admin.SubnavTag
- SUBSCRIBE - org.jivesoftware.openfire.roster.RosterItem.AskType
-
The roster item has been asked for permission to subscribe to their presence but no response has been received.
- SUBSCRIBE - org.jivesoftware.openfire.roster.RosterItem.RecvType
-
The server has received a subscribe request, but has not forwarded it to the user.
- subscribed - org.jivesoftware.openfire.pubsub.NodeSubscription.State
-
An entity is subscribed to a node.
- subscribedToPresence(JID, JID) - Method in class org.jivesoftware.openfire.pep.IQPEPHandler
- subscribedToPresence(JID, JID) - Static method in class org.jivesoftware.openfire.user.PresenceEventDispatcher
-
Notification message indicating that a user has successfully subscribed to the presence of another user.
- subscribedToPresence(JID, JID) - Method in interface org.jivesoftware.openfire.user.PresenceEventListener
-
Notification message indicating that a user has successfully subscribed to the presence of another user.
- subscribers - Static variable in class org.jivesoftware.openfire.pubsub.models.PublisherModel
- subscribeStanza - Variable in class org.jivesoftware.openfire.roster.RosterItem
- subscription - org.jivesoftware.openfire.privacy.PrivacyItem.Type
-
JID being analyzed should belong to a contact present in the owner's roster with the specified subscription status.
- subscriptionConfigurationRequired - Variable in class org.jivesoftware.openfire.pubsub.Node
-
Flag that indicates whether new subscriptions should be configured to be active.
- subscriptionEnabled - Variable in class org.jivesoftware.openfire.pubsub.Node
-
Flag that indicates that subscribing and unsubscribing are enabled.
- subscriptionsByID - Variable in class org.jivesoftware.openfire.pubsub.Node
-
Map that contains the current subscriptions to the node.
- subscriptionsByJID - Variable in class org.jivesoftware.openfire.pubsub.Node
-
Map that contains the current subscriptions to the node.
- SubscriptionTask - Class in org.jivesoftware.openfire.pubsub.cluster
-
A cluster task used work with a particular subscription (a relation between an entity an a pubsub node) of a pubsub node.
- SubscriptionTask() - Constructor for class org.jivesoftware.openfire.pubsub.cluster.SubscriptionTask
-
This no-argument constructor is provided for serialization purposes.
- SubscriptionTask(NodeSubscription) - Constructor for class org.jivesoftware.openfire.pubsub.cluster.SubscriptionTask
- 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.openfire.roster.RosterItem
- SUCCESS_MESSAGE_KEY - Static variable in class org.jivesoftware.admin.FlashMessageTag
- supports(String) - Method in class org.jivesoftware.openfire.IQRouter
-
Determines if this instance has support (formally: has a IQ Handler) for the provided namespace.
- supportsPasswordRetrieval() - Static method in class org.jivesoftware.openfire.auth.AuthFactory
-
Returns true if the currently installed
AuthProvider
supports password retrieval. - supportsPasswordRetrieval() - Method in interface org.jivesoftware.openfire.auth.AuthProvider
-
Returns true if this UserProvider is able to retrieve user passwords from the backend user store.
- supportsPasswordRetrieval() - Method in class org.jivesoftware.openfire.auth.DefaultAuthProvider
- supportsPasswordRetrieval() - Method in class org.jivesoftware.openfire.auth.HybridAuthProvider
- supportsPasswordRetrieval() - Method in class org.jivesoftware.openfire.auth.JDBCAuthProvider
- supportsPasswordRetrieval() - Method in class org.jivesoftware.openfire.auth.MappedAuthProvider
- supportsPasswordRetrieval() - Method in class org.jivesoftware.openfire.auth.NativeAuthProvider
- supportsPasswordRetrieval() - Method in class org.jivesoftware.openfire.auth.POP3AuthProvider
- supportsPasswordRetrieval() - Method in class org.jivesoftware.openfire.crowd.CrowdAuthProvider
- supportsPasswordRetrieval() - Method in class org.jivesoftware.openfire.ldap.LdapAuthProvider
- supportsScram() - Static method in class org.jivesoftware.openfire.auth.AuthFactory
- suspendEncoding() - Method in class org.jivesoftware.util.Base64.OutputStream
-
Suspends encoding of the stream.
- syncChatRoom(MUCRoom) - Method in interface org.jivesoftware.openfire.muc.MultiUserChatService
-
Makes available the current state of the provided MUCRoom instance to all nodes in the Openfire cluster (if the local server is part of such a cluster).
- syncChatRoom(MUCRoom) - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
- SyncLocalOccupantsAndSendJoinPresenceTask - Class in org.jivesoftware.openfire.muc.cluster
-
Task that is used by a cluster node to inform other cluster nodes of its local occupants.
- SyncLocalOccupantsAndSendJoinPresenceTask() - Constructor for class org.jivesoftware.openfire.muc.cluster.SyncLocalOccupantsAndSendJoinPresenceTask
- SyncLocalOccupantsAndSendJoinPresenceTask(String, Set<OccupantManager.Occupant>) - Constructor for class org.jivesoftware.openfire.muc.cluster.SyncLocalOccupantsAndSendJoinPresenceTask
- SYSTEM - Static variable in class org.jivesoftware.util.JiveConstants
- SystemCacheDetailsServlet - Class in org.jivesoftware.admin.servlet
- SystemCacheDetailsServlet() - Constructor for class org.jivesoftware.admin.servlet.SystemCacheDetailsServlet
- SystemCacheDetailsServlet.Search - Class in org.jivesoftware.admin.servlet
-
Represents the entries being searched for
- SystemPropertiesServlet - Class in org.jivesoftware.admin.servlet
- SystemPropertiesServlet() - Constructor for class org.jivesoftware.admin.servlet.SystemPropertiesServlet
- SystemPropertiesServlet.CompoundProperty - Class in org.jivesoftware.admin.servlet
-
Not every entry in the ofProperty table will have a matching
SystemProperty
- so this class exists so that the admin UI can display either - SystemPropertiesServlet.Search - Class in org.jivesoftware.admin.servlet
-
Represents the properties being searched for
- SystemProperty<T> - Class in org.jivesoftware.util
-
Represents a system property - also accessible via
JiveGlobals
. - SystemProperty.Builder<T> - Class in org.jivesoftware.util
-
Used to build a
SystemProperty
- systemShutdown - org.jivesoftware.openfire.http.BoshBindingError
-
The connection manager is being shut down.
- systemShutdown() - Method in interface org.jivesoftware.openfire.Connection
-
Notification message indicating that the server is being shutdown.
- systemShutdown() - Method in class org.jivesoftware.openfire.http.HttpSession.HttpVirtualConnection
- systemShutdown() - Method in class org.jivesoftware.openfire.multiplex.ClientSessionConnection
- systemShutdown() - Method in class org.jivesoftware.openfire.net.SocketConnection
-
Deprecated.
- systemShutdown() - Method in class org.jivesoftware.openfire.nio.NettyConnection
- systemShutdown() - Method in class org.jivesoftware.openfire.websocket.WebSocketConnection
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
- TAIL - Static variable in class org.jivesoftware.openfire.nio.XMLLightweightParser
- tailCount - Variable in class org.jivesoftware.openfire.nio.XMLLightweightParser
- Task() - Constructor for class org.jivesoftware.util.cache.ConsistencyMonitor.Task
- TaskEngine - Class in org.jivesoftware.util
-
Performs tasks using worker threads.
- TempFileToucherTask - Class in org.jivesoftware.openfire.http
-
A task that, periodically, updates the 'last modified' date of all files in the Jetty 'tmp' directories.
- TempFileToucherTask(Server) - Constructor for class org.jivesoftware.openfire.http.TempFileToucherTask
- TEMPORARY_AUTH_FAILURE - org.jivesoftware.openfire.sasl.Failure
- terminate - org.jivesoftware.openfire.http.BoshBindingError.Type
-
The terminate error condition prevents the client from making any further requests until a new session is established.
- terminateDetached(LocalSession) - Method in class org.jivesoftware.openfire.SessionManager
-
Terminate a session that is detached.
- testConnection(Map<String, String>) - Static method in class org.jivesoftware.database.DbConnectionManager
-
Attempts to create a connection to the database and execute a query.
- testURLPassesExclude(String, String) - Static method in class org.jivesoftware.admin.AuthCheckFilter
-
Returns true if a URL passes an exclude rule.
- TEXT - Static variable in interface org.jivesoftware.openfire.handler.IQRegisterInfo
-
Misc text to associate with the account
- threadAtoB - Variable in class org.jivesoftware.openfire.mediaproxy.MediaProxySession
- threadAtoBControl - Variable in class org.jivesoftware.openfire.mediaproxy.MediaProxySession
- threadBtoA - Variable in class org.jivesoftware.openfire.mediaproxy.MediaProxySession
- threadBtoAControl - Variable in class org.jivesoftware.openfire.mediaproxy.MediaProxySession
- ThreadPoolExecutorDelegate - Class in org.jivesoftware.openfire.mbean
-
A delegate for a
ThreadPoolExecutor
instance, to expose a subset of its functionality as an MBean (as defined byThreadPoolExecutorDelegateMBean
. - ThreadPoolExecutorDelegate(ThreadPoolExecutor) - Constructor for class org.jivesoftware.openfire.mbean.ThreadPoolExecutorDelegate
- ThreadPoolExecutorDelegateMBean - Interface in org.jivesoftware.openfire.mbean
-
MBean definition for a Threadpool-based executor (@link
ThreadPoolExecutor
- timestamp - Variable in class org.jivesoftware.openfire.streammanagement.StreamManager.UnackedPacket
- timestamp - Variable in class org.jivesoftware.util.LinkedListNode
-
This class is further customized for the CoolServlets cache system.
- TLS_ACCEPT_SELFSIGNED_CERTS - Static variable in class org.jivesoftware.openfire.session.ConnectionSettings.Server
- TLS_ALGORITHM - Static variable in class org.jivesoftware.openfire.session.ConnectionSettings.Client
- TLS_CERTIFICATE_CHAIN_VERIFY - Static variable in class org.jivesoftware.openfire.session.ConnectionSettings.Server
- TLS_CERTIFICATE_ROOT_VERIFY - Static variable in class org.jivesoftware.openfire.session.ConnectionSettings.Server
- TLS_CERTIFICATE_VERIFY - Static variable in class org.jivesoftware.openfire.session.ConnectionSettings.Server
- TLS_CERTIFICATE_VERIFY_VALIDITY - Static variable in class org.jivesoftware.openfire.session.ConnectionSettings.Server
- TLS_ON_PLAIN_DETECTION_ALLOW_NONDIRECTTLS_FALLBACK - Static variable in class org.jivesoftware.openfire.session.ConnectionSettings.Server
- TLS_POLICY - Static variable in class org.jivesoftware.openfire.session.ConnectionSettings.Client
- TLS_POLICY - Static variable in class org.jivesoftware.openfire.session.ConnectionSettings.Component
- TLS_POLICY - Static variable in class org.jivesoftware.openfire.session.ConnectionSettings.Multiplex
- TLS_POLICY - Static variable in class org.jivesoftware.openfire.session.ConnectionSettings.Server
- tlsNegotiated(XmlPullParser) - Method in class org.jivesoftware.openfire.net.ServerStanzaHandler
- tlsNegotiated(XmlPullParser) - Method in class org.jivesoftware.openfire.net.StanzaHandler
-
TLS negotiation was successful so open a new stream and offer the new stream features.
- TLSStatus - Enum in org.jivesoftware.openfire.net
-
A TLSStatus enum describing the current handshaking state of this TLS connection.
- TLSStreamHandler - Class in org.jivesoftware.openfire.net
-
TLSStreamHandler is responsible for securing plain connections by negotiating TLS.
- TLSStreamHandler(Socket, ConnectionConfiguration, boolean) - Constructor for class org.jivesoftware.openfire.net.TLSStreamHandler
-
Creates a new TLSStreamHandler and encrypt the plain socket connection.
- TLSStreamReader - Class in org.jivesoftware.openfire.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.openfire.net.TLSStreamReader
- TLSStreamWriter - Class in org.jivesoftware.openfire.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.openfire.net.TLSStreamWriter
- TLSWrapper - Class in org.jivesoftware.openfire.net
-
Creates and initializes the SSLContext instance to use to encrypt the plain connection.
- TLSWrapper(ConnectionConfiguration, boolean) - Constructor for class org.jivesoftware.openfire.net.TLSWrapper
- TO - org.jivesoftware.openfire.roster.RosterItem.SubType
-
The roster owner has a subscription to the roster item's presence.
- toBareJID() - Method in class org.jivesoftware.openfire.group.GroupJID
-
Override the base class implementation to retain the resource identifier for group JIDs.
- toByteArray() - Method in class org.jivesoftware.openfire.cluster.NodeID
- 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().
- toOptional() - Method in class org.jivesoftware.util.CacheableOptional
- toPemRepresentation(Object) - Static method in class org.jivesoftware.util.CertificateManager
-
Generates a PEM representation of the input argument.
- toString() - Method in class org.jivesoftware.database.CachedPreparedStatement
- toString() - Method in class org.jivesoftware.openfire.cluster.NodeID
- toString() - Method in class org.jivesoftware.openfire.cluster.RemotePacketExecution
- toString() - Method in class org.jivesoftware.openfire.disco.DiscoItem
- toString() - Method in class org.jivesoftware.openfire.group.Group
- toString() - Method in class org.jivesoftware.openfire.http.HttpBindBody
- toString() - Method in class org.jivesoftware.openfire.http.HttpConnection
- toString() - Method in class org.jivesoftware.openfire.http.HttpSession
- toString() - Method in class org.jivesoftware.openfire.keystore.CertificateStoreConfiguration
- toString() - Method in class org.jivesoftware.openfire.muc.HistoryStrategy.Messages
- toString() - Method in class org.jivesoftware.openfire.muc.MUCRole
- toString() - Method in class org.jivesoftware.openfire.muc.MUCRoom
- toString() - Method in class org.jivesoftware.openfire.muc.spi.FMUCHandler.OutboundJoinConfiguration
- toString() - Method in class org.jivesoftware.openfire.muc.spi.OccupantManager.Occupant
- toString() - Method in class org.jivesoftware.openfire.net.DNSUtil.HostAddress
- toString() - Method in class org.jivesoftware.openfire.net.SocketConnection
-
Deprecated.
- toString() - Method in class org.jivesoftware.openfire.nio.NettyClientConnectionHandler
- toString() - Method in class org.jivesoftware.openfire.nio.NettyComponentConnectionHandler
- toString() - Method in class org.jivesoftware.openfire.nio.NettyConnection
- toString() - Method in class org.jivesoftware.openfire.nio.NettyConnectionHandler
- toString() - Method in class org.jivesoftware.openfire.nio.NettyMultiplexerConnectionHandler
- toString() - Method in class org.jivesoftware.openfire.nio.NettyOutboundConnectionHandler
- toString() - Method in class org.jivesoftware.openfire.nio.NettyServerConnectionHandler
- toString() - Method in class org.jivesoftware.openfire.nio.NettySessionInitializer
- toString() - Method in class org.jivesoftware.openfire.pubsub.cluster.AffiliationTask
- toString() - Method in class org.jivesoftware.openfire.pubsub.cluster.SubscriptionTask
- toString() - Method in class org.jivesoftware.openfire.pubsub.Node
- toString() - Method in class org.jivesoftware.openfire.pubsub.Node.UniqueIdentifier
- toString() - Method in class org.jivesoftware.openfire.pubsub.NodeAffiliate
- toString() - Method in class org.jivesoftware.openfire.pubsub.NodeSubscription
- toString() - Method in class org.jivesoftware.openfire.pubsub.PublishedItem.UniqueIdentifier
- toString() - Method in class org.jivesoftware.openfire.pubsub.PubSubService.UniqueIdentifier
- toString() - Method in enum org.jivesoftware.openfire.sasl.Failure
- toString() - Method in class org.jivesoftware.openfire.session.ClientSessionTask
- toString() - Method in class org.jivesoftware.openfire.session.ComponentSessionTask
- toString() - Method in class org.jivesoftware.openfire.session.ConnectionMultiplexerSessionTask
- toString() - Method in class org.jivesoftware.openfire.session.DeliverRawTextTask
- toString() - Method in class org.jivesoftware.openfire.session.DomainPair
- toString() - Method in class org.jivesoftware.openfire.session.IncomingServerSessionInfo
- toString() - Method in class org.jivesoftware.openfire.session.IncomingServerSessionTask
- toString() - Method in class org.jivesoftware.openfire.session.LocalClientSession
- toString() - Method in class org.jivesoftware.openfire.session.LocalComponentSession.LocalExternalComponent
- toString() - Method in class org.jivesoftware.openfire.session.LocalComponentSession
- toString() - Method in class org.jivesoftware.openfire.session.LocalConnectionMultiplexerSession
- toString() - Method in class org.jivesoftware.openfire.session.LocalIncomingServerSession
- toString() - Method in class org.jivesoftware.openfire.session.LocalOutgoingServerSession
- toString() - Method in class org.jivesoftware.openfire.session.LocalServerSession
- toString() - Method in class org.jivesoftware.openfire.session.LocalSession
- toString() - Method in class org.jivesoftware.openfire.session.OutgoingServerSessionTask
- toString() - Method in class org.jivesoftware.openfire.session.ProcessPacketTask
- toString() - Method in class org.jivesoftware.openfire.spi.ClientRoute
- toString() - Method in class org.jivesoftware.openfire.spi.ConnectionListener
- toString() - Method in class org.jivesoftware.openfire.user.User
- toString() - Method in class org.jivesoftware.openfire.websocket.WebSocketConnection
- toString() - Method in class org.jivesoftware.util.CacheableOptional
- toString() - Method in class org.jivesoftware.util.JavaSpecVersion
- 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 enum org.jivesoftware.util.Version.ReleaseStatus
- toString() - Method in class org.jivesoftware.util.Version
- totalTime - Variable in class org.jivesoftware.database.ProfiledConnectionEntry
-
The total time spent executing the query (in milliseconds).
- toTrustAnchors(X509Certificate...) - Static method in class org.jivesoftware.openfire.keystore.CertificateUtils
-
Transforms an array of certificates into TrustAnchor instances.
- toTrustAnchors(Collection<X509Certificate>) - Static method in class org.jivesoftware.openfire.keystore.CertificateUtils
-
Transforms a collection of certificates into TrustAnchor instances.
- toXML() - Method in exception org.jivesoftware.openfire.server.ServerDialbackErrorException
- toXML() - Method in exception org.jivesoftware.openfire.server.ServerDialbackKeyInvalidException
- TRACE_ENABLED - Static variable in class org.jivesoftware.util.Log
- track(IQ) - Method in class org.jivesoftware.openfire.session.LocalComponentSession.LocalExternalComponent
- TRAFFIC_HANDLER_NAME - Static variable in class org.jivesoftware.openfire.spi.NettyServerInitializer
- TransportHandler - Class in org.jivesoftware.openfire.transport
-
Routes packets to the appropriate transport gateway or drops the packet.
- TransportHandler() - Constructor for class org.jivesoftware.openfire.transport.TransportHandler
- Trunking - Class in org.jivesoftware.openfire.net
-
Configuration of Openfire's 'gateway' or 'trunking' functionality, which allows Openfire to act as a gateway to transfer data between other XMPP domains.
- Trunking() - Constructor for class org.jivesoftware.openfire.net.Trunking
- TRUST_MANAGER_CLASS - Static variable in class org.jivesoftware.openfire.spi.EncryptionArtifactFactory
- trustedIssuers - Variable in class org.jivesoftware.openfire.keystore.OpenfireX509TrustManager
-
The set of trusted issuers from the trust store.
- TrustStore - Class in org.jivesoftware.openfire.keystore
-
A wrapper class for a store of certificates, its metadata (password, location) and related functionality that is used to verify credentials, a trust store The trust store should only contain certificates for the "most-trusted" Certificate Authorities (the store should not contain Intermediates").
- TrustStore(CertificateStoreConfiguration, boolean) - Constructor for class org.jivesoftware.openfire.keystore.TrustStore
- tryLock() - Method in class org.jivesoftware.util.AutoCloseableReentrantLock
-
Tries to acquire the lock, returning immediately.
- tryRegister(Object, String) - Static method in class org.jivesoftware.openfire.JMXManager
-
Registers a MBean in the platform MBean server, replacing any MBean that might have been registered earlier using the same object name.
- tryRegister(Object, ObjectName) - Static method in class org.jivesoftware.openfire.JMXManager
-
Registers a MBean in the platform MBean server, replacing any MBean that might have been registered earlier using the same object name.
- tryUnregister(String) - Static method in class org.jivesoftware.openfire.JMXManager
-
Unregisters a MBean from the platform MBean server.
- tryUnregister(ObjectName) - Static method in class org.jivesoftware.openfire.JMXManager
-
Unregisters a MBean from the platform MBean server.
- type - Variable in class org.jivesoftware.openfire.keystore.CertificateStoreConfiguration
U
- UnackedPacket(long, Packet) - Constructor for class org.jivesoftware.openfire.streammanagement.StreamManager.UnackedPacket
- UnauthenticatedException - Exception in org.jivesoftware.openfire.auth
-
Thrown if a user does not have permission to access a particular method.
- UnauthenticatedException() - Constructor for exception org.jivesoftware.openfire.auth.UnauthenticatedException
- UnauthenticatedException(String) - Constructor for exception org.jivesoftware.openfire.auth.UnauthenticatedException
- UnauthenticatedException(String, Throwable) - Constructor for exception org.jivesoftware.openfire.auth.UnauthenticatedException
- UnauthenticatedException(Throwable) - Constructor for exception org.jivesoftware.openfire.auth.UnauthenticatedException
- UnauthorizedException - Exception in org.jivesoftware.openfire.auth
-
Thrown if a user does not have permission to access a particular method.
- UnauthorizedException() - Constructor for exception org.jivesoftware.openfire.auth.UnauthorizedException
- UnauthorizedException(String) - Constructor for exception org.jivesoftware.openfire.auth.UnauthorizedException
- UnauthorizedException(String, Throwable) - Constructor for exception org.jivesoftware.openfire.auth.UnauthorizedException
- UnauthorizedException(Throwable) - Constructor for exception org.jivesoftware.openfire.auth.UnauthorizedException
- unavailableSession(ClientSession, Presence) - Method in class org.jivesoftware.openfire.pep.IQPEPHandler
-
The following functions are unimplemented required interface methods.
- unavailableSession(ClientSession, Presence) - Static method in class org.jivesoftware.openfire.user.PresenceEventDispatcher
-
Notification message indicating that a session that was available is no longer available.
- unavailableSession(ClientSession, Presence) - Method in interface org.jivesoftware.openfire.user.PresenceEventListener
-
Notification message indicating that a session that was available is no longer available.
- unconfigured - org.jivesoftware.openfire.pubsub.NodeSubscription.State
-
An entity has subscribed but its subscription options have not yet been configured.
- UNDEF - org.jivesoftware.openfire.net.SASLAuthentication.ElementType
- undefinedCondition - org.jivesoftware.openfire.http.BoshBindingError
-
The error is not one of those defined herein; the connection manager SHOULD include application-specific information in the content of the <body> wrapper.
- UNDERFLOW - org.jivesoftware.openfire.net.TLSStatus
-
Not be able to unwrap the incoming data because there were not enough source bytes available to make a complete packet.
- unescapeFromXML(String) - Static method in class org.jivesoftware.util.StringUtils
-
Unescapes the String by converting XML escape sequences back into normal characters.
- UniqueIdentifier(String) - Constructor for class org.jivesoftware.openfire.pubsub.PubSubService.UniqueIdentifier
- UniqueIdentifier(String, String) - Constructor for class org.jivesoftware.openfire.pubsub.Node.UniqueIdentifier
- UniqueIdentifier(String, String, String) - Constructor for class org.jivesoftware.openfire.pubsub.PublishedItem.UniqueIdentifier
- UniqueIdentifier(Node.UniqueIdentifier, String) - Constructor for class org.jivesoftware.openfire.pubsub.PublishedItem.UniqueIdentifier
- UniqueIdentifier(PubSubService.UniqueIdentifier, String) - Constructor for class org.jivesoftware.openfire.pubsub.Node.UniqueIdentifier
- uniqueNodeIdentifier - Variable in class org.jivesoftware.openfire.pubsub.cluster.NodeTask
-
The unique identifier for the pubsub node that is the subject of the task.
- unknown - org.jivesoftware.database.DbConnectionManager.DatabaseType
- UNKNOWN - Static variable in interface org.jivesoftware.openfire.handler.IQRegisterInfo
-
An unknown type
- UnknownStanzaException - Exception in org.jivesoftware.openfire.multiplex
- UnknownStanzaException() - Constructor for exception org.jivesoftware.openfire.multiplex.UnknownStanzaException
- unloadJarFiles() - Method in class org.jivesoftware.openfire.container.PluginClassLoader
-
Unload any JAR files that have been cached by this plugin
- unlock(MUCRole) - Method in class org.jivesoftware.openfire.muc.MUCRoom
-
Unlocks the room so that users can join the room.
- unparsedEntityDecl(String, String, String, String) - Method in class org.jivesoftware.util.XMLWriter
- unregisterCaches(String) - Method in class org.jivesoftware.openfire.container.PluginCacheRegistry
-
Unregisters all caches for the given plugin.
- unregisterIncomingServerSession(String, LocalIncomingServerSession) - Method in class org.jivesoftware.openfire.SessionManager
-
Unregisters the specified remote domain that previously originated from the specified session of a remote server.
- unregisterIncomingServerSession(StreamID) - Method in class org.jivesoftware.openfire.SessionManager
-
Unregisters a remote server session identified by a stream ID, and disassociates all associated domains.
- unregisterMultiUserChatService(String) - Method in class org.jivesoftware.openfire.muc.MultiUserChatManager
-
Unregisters a MultiUserChatService from the manager.
- unregisterMultiUserChatService(String, boolean) - Method in class org.jivesoftware.openfire.muc.MultiUserChatManager
-
Unregisters a MultiUserChatService from the manager.
- unregisterServlet(Plugin, String) - Static method in class org.jivesoftware.openfire.container.PluginServlet
-
Unregister a live servlet for a plugin programmatically.
- unregisterServlets(File) - Static method in class org.jivesoftware.openfire.container.PluginServlet
-
Unregisters all JSP page servlets for a plugin.
- unsetDisabledStatus(String) - Method in class org.jivesoftware.openfire.lockout.DefaultLockOutProvider
-
Default provider deletes existing flag from ofUserFlag table.
- unsetDisabledStatus(String) - Method in interface org.jivesoftware.openfire.lockout.LockOutProvider
-
Unsets the locked out (disabled) status of an account, thereby enabling it/cancelling the disable.
- UNSUBSCRIBE - org.jivesoftware.openfire.roster.RosterItem.AskType
-
The roster owner has asked to the roster item to unsubscribe from it's presence but has not received confirmation.
- UNSUBSCRIBE - org.jivesoftware.openfire.roster.RosterItem.RecvType
-
The server has received an unsubscribe request, but has not forwarded it to the user.
- unsubscribedToPresence(JID, JID) - Method in class org.jivesoftware.openfire.pep.IQPEPHandler
- unsubscribedToPresence(JID, JID) - Static method in class org.jivesoftware.openfire.user.PresenceEventDispatcher
-
Notification message indicating that a user has unsubscribed to the presence of another user.
- unsubscribedToPresence(JID, JID) - Method in interface org.jivesoftware.openfire.user.PresenceEventListener
-
Notification message indicating that a user has unsubscribed to the presence of another user.
- unwatch(CertificateStore) - Method in class org.jivesoftware.openfire.keystore.CertificateStoreWatcher
-
Stop watching the file that backs a Certificate Store for changes
- unwrap(byte[], int, int) - Method in class org.jivesoftware.openfire.sasl.AnonymousSaslServer
- unwrap(byte[], int, int) - Method in class org.jivesoftware.openfire.sasl.ExternalClientSaslServer
- unwrap(byte[], int, int) - Method in class org.jivesoftware.openfire.sasl.ExternalServerSaslServer
- unwrap(byte[], int, int) - Method in class org.jivesoftware.openfire.sasl.JiveSharedSecretSaslServer
- unwrap(byte[], int, int) - Method in class org.jivesoftware.openfire.sasl.SaslServerPlainImpl
-
Unwraps a byte array received from the client.
- unwrap(byte[], int, int) - Method in class org.jivesoftware.openfire.sasl.ScramSha1SaslServer
-
Unwraps a byte array received from the client.
- unwrap(Class<T>) - Method in class org.jivesoftware.database.AbstractConnection
- unwrap(Class<T>) - Method in class org.jivesoftware.database.CallableStatementWrapper
- unwrap(Class<T>) - Method in class org.jivesoftware.database.StatementWrapper
- unwrap(ByteBuffer, ByteBuffer) - Method in class org.jivesoftware.openfire.net.TLSWrapper
-
Attempts to decode TLS network data into a subsequence of plaintext application data buffers.
- update - org.jivesoftware.database.ProfiledConnection.Type
-
Constant for UPDATE database queries.
- Update - Class in org.jivesoftware.openfire.update
-
An Update represents a component that needs to be updated.
- Update(String, String, String, String) - Constructor for class org.jivesoftware.openfire.update.Update
- updateAffiliation(Node, NodeAffiliate) - Method in class org.jivesoftware.openfire.pubsub.CachingPubsubPersistenceProvider
- updateAffiliation(Node, NodeAffiliate) - Method in class org.jivesoftware.openfire.pubsub.DefaultPubSubPersistenceProvider
- updateAffiliation(Node, NodeAffiliate) - Method in class org.jivesoftware.openfire.pubsub.InMemoryPubSubPersistenceProvider
- updateAffiliation(Node, NodeAffiliate) - Method in interface org.jivesoftware.openfire.pubsub.PubSubPersistenceProvider
-
Updates an affiliation of the user in the node.
- updateCacheStats(Map<String, Cache>) - Method in interface org.jivesoftware.util.cache.CacheFactoryStrategy
-
Updates the statistics of the specified caches and publishes them into a cache for statistics.
- updateCacheStats(Map<String, Cache>) - Method in class org.jivesoftware.util.cache.DefaultLocalCacheStrategy
- updateComponentSecret(String, String) - Static method in class org.jivesoftware.openfire.component.ExternalComponentManager
- updateConfiguration(MUCRoom) - Method in class org.jivesoftware.openfire.muc.MUCRoom
- updateDefaultConfiguration(PubSubService.UniqueIdentifier, DefaultNodeConfiguration) - Method in class org.jivesoftware.openfire.pubsub.CachingPubsubPersistenceProvider
- updateDefaultConfiguration(PubSubService.UniqueIdentifier, DefaultNodeConfiguration) - Method in class org.jivesoftware.openfire.pubsub.DefaultPubSubPersistenceProvider
- updateDefaultConfiguration(PubSubService.UniqueIdentifier, DefaultNodeConfiguration) - Method in class org.jivesoftware.openfire.pubsub.InMemoryPubSubPersistenceProvider
- updateDefaultConfiguration(PubSubService.UniqueIdentifier, DefaultNodeConfiguration) - Method in interface org.jivesoftware.openfire.pubsub.PubSubPersistenceProvider
-
Updates the default node configuration for the specified service.
- UpdateGroup - Class in org.jivesoftware.openfire.commands.admin.group
-
Command that allows to update a given group.
- UpdateGroup() - Constructor for class org.jivesoftware.openfire.commands.admin.group.UpdateGroup
- updateItem(String, RosterItem) - Method in class org.jivesoftware.openfire.roster.DefaultRosterItemProvider
- updateItem(String, RosterItem) - Method in interface org.jivesoftware.openfire.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.openfire.privacy.PrivacyList
-
Sets the new list items based on the specified Element.
- UpdateManager - Class in org.jivesoftware.openfire.update
-
Service that frequently checks for new server or plugins releases.
- UpdateManager() - Constructor for class org.jivesoftware.openfire.update.UpdateManager
- updateMember(String, JID, boolean) - Method in class org.jivesoftware.openfire.group.AbstractGroupProvider
- updateMember(String, JID, boolean) - Method in class org.jivesoftware.openfire.group.DefaultGroupProvider
- updateMember(String, JID, boolean) - Method in interface org.jivesoftware.openfire.group.GroupProvider
-
Updates the privileges of an entity in a group.
- updateMultiUserChatService(long, String, String) - Method in class org.jivesoftware.openfire.muc.MultiUserChatManager
-
Updates the configuration of a MUC service.
- updateMultiUserChatService(String, String, String) - Method in class org.jivesoftware.openfire.muc.MultiUserChatManager
-
Updates the configuration of a MUC service.
- updateNode(Node) - Method in class org.jivesoftware.openfire.pubsub.CachingPubsubPersistenceProvider
- updateNode(Node) - Method in class org.jivesoftware.openfire.pubsub.DefaultPubSubPersistenceProvider
- updateNode(Node) - Method in class org.jivesoftware.openfire.pubsub.InMemoryPubSubPersistenceProvider
- updateNode(Node) - Method in interface org.jivesoftware.openfire.pubsub.PubSubPersistenceProvider
-
Schedules the node to be updated in the database.
- updatePluginsList() - Method in class org.jivesoftware.openfire.update.PluginDownloadManager
-
Updates the PluginList from the server.
- updatePrivacyList(String, PrivacyList) - Method in class org.jivesoftware.openfire.privacy.PrivacyListProvider
-
Updated the existing privacy list in the database.
- updateProperty(String, String, String) - Method in class org.jivesoftware.openfire.user.property.DefaultUserPropertyProvider
- updateProperty(String, String, String) - Method in class org.jivesoftware.openfire.user.property.HybridUserPropertyProvider
-
Updates a property (or adds a new property when the property does not exist).
- updateProperty(String, String, String) - Method in class org.jivesoftware.openfire.user.property.JDBCUserPropertyProvider
- updateProperty(String, String, String) - Method in class org.jivesoftware.openfire.user.property.MappedUserPropertyProvider
- updateProperty(String, String, String) - Method in interface org.jivesoftware.openfire.user.property.UserPropertyProvider
-
Changes a property value for an user.
- updatePublishedItem(PublishedItem) - Method in class org.jivesoftware.openfire.pubsub.DefaultPubSubPersistenceProvider
- updateRoomEmptyDate(MUCRoom) - Static method in class org.jivesoftware.openfire.muc.spi.MUCPersistenceManager
-
Updates the room's lock status in the database.
- updateRoomLock(MUCRoom) - Static method in class org.jivesoftware.openfire.muc.spi.MUCPersistenceManager
-
Updates the room's lock status in the database.
- updateRoomSubject(MUCRoom) - Static method in class org.jivesoftware.openfire.muc.spi.MUCPersistenceManager
-
Updates the room's subject in the database.
- updateRosterItem(RosterItem) - Method in class org.jivesoftware.openfire.roster.Roster
-
Update an item that is already in the roster.
- updateSubscription(Node, NodeSubscription) - Method in class org.jivesoftware.openfire.pubsub.CachingPubsubPersistenceProvider
- updateSubscription(Node, NodeSubscription) - Method in class org.jivesoftware.openfire.pubsub.DefaultPubSubPersistenceProvider
- updateSubscription(Node, NodeSubscription) - Method in class org.jivesoftware.openfire.pubsub.InMemoryPubSubPersistenceProvider
- updateSubscription(Node, NodeSubscription) - Method in interface org.jivesoftware.openfire.pubsub.PubSubPersistenceProvider
-
Updates the subscription of the user to the node to the database.
- updateVCard(String, Element) - Method in class org.jivesoftware.openfire.crowd.CrowdVCardProvider
- updateVCard(String, Element) - Method in class org.jivesoftware.openfire.ldap.LdapVCardProvider
-
Handles when a user updates their vcard.
- updateVCard(String, Element) - Method in class org.jivesoftware.openfire.vcard.DefaultVCardProvider
- updateVCard(String, Element) - Method in interface org.jivesoftware.openfire.vcard.VCardProvider
-
Updates the user vcard in the backend store.
- URL - Static variable in class org.jivesoftware.admin.servlet.BlogPostServlet
- URL - Static variable in interface org.jivesoftware.openfire.handler.IQRegisterInfo
-
The user's url
- URL_SAFE - Static variable in class org.jivesoftware.util.Base64
-
Encode using Base64-like encoding that is URL- and Filename-safe as described in Section 4 of RFC3548: http://www.faqs.org/rfcs/rfc3548.html.
- urlDecode(String) - Static method in class org.jivesoftware.admin.JSTLFunctions
-
Decodes a
application/x-www-form-urlencoded
string using the UTF-8 encoding scheme. - urlEncode(String) - Static method in class org.jivesoftware.admin.JSTLFunctions
-
Translates a string into
application/x-www-form-urlencoded
format using a specific encoding scheme. - user - org.jivesoftware.openfire.pubsub.PubSubServiceInfo.listType
- user - Variable in class org.jivesoftware.openfire.crowd.jaxb.Users
- User - Class in org.jivesoftware.openfire.crowd.jaxb
- User - Class in org.jivesoftware.openfire.user
-
Encapsulates information about a user.
- User() - Constructor for class org.jivesoftware.openfire.crowd.jaxb.User
- User() - Constructor for class org.jivesoftware.openfire.user.User
-
Constructor added for Externalizable.
- User(String, String, String, Date, Date) - Constructor for class org.jivesoftware.openfire.user.User
-
Constructs a new user.
- USER_CODES - Static variable in class org.jivesoftware.openfire.audit.AuditEvent
-
All user generated codes must be equal to or greater than this constant to avoid clashing with Openfire event codes.
- user_created - org.jivesoftware.openfire.event.UserEventDispatcher.EventType
-
A new user was created.
- user_deleting - org.jivesoftware.openfire.event.UserEventDispatcher.EventType
-
A user is about to be deleted.
- user_modified - org.jivesoftware.openfire.event.UserEventDispatcher.EventType
-
The name, email, password, or extended property of a user was changed.
- USER_PROPERTY_PROVIDER - Static variable in class org.jivesoftware.openfire.user.UserManager
- USER_PROVIDER - Static variable in class org.jivesoftware.openfire.user.UserManager
- UserAlreadyExistsException - Exception in org.jivesoftware.openfire.user
-
Thrown when attempting to create a user that already exists.
- UserAlreadyExistsException() - Constructor for exception org.jivesoftware.openfire.user.UserAlreadyExistsException
- UserAlreadyExistsException(String) - Constructor for exception org.jivesoftware.openfire.user.UserAlreadyExistsException
- UserAlreadyExistsException(String, Throwable) - Constructor for exception org.jivesoftware.openfire.user.UserAlreadyExistsException
- UserAlreadyExistsException(Throwable) - Constructor for exception org.jivesoftware.openfire.user.UserAlreadyExistsException
- userAvailable(Presence) - Method in interface org.jivesoftware.openfire.PresenceManager
-
Notification message saying that the sender of the given presence just became available.
- userAvailable(Presence) - Method in class org.jivesoftware.openfire.spi.PresenceManagerImpl
- userBroadcast(String, Packet) - Method in class org.jivesoftware.openfire.SessionManager
-
Broadcasts the given data to all connected sessions for a particular user.
- UserCollection - Class in org.jivesoftware.openfire.user
-
Provides a view of an array of usernames as a Collection of User objects.
- UserCollection(String[]) - Constructor for class org.jivesoftware.openfire.user.UserCollection
-
Constructs a new UserCollection.
- userCreated(User, Map) - Method in class org.jivesoftware.openfire.event.UserEventAdapter
- userCreated(User, Map) - Method in class org.jivesoftware.openfire.handler.IQPrivacyHandler
- userCreated(User, Map<String, Object>) - Method in class org.jivesoftware.openfire.entitycaps.EntityCapabilitiesManager
- userCreated(User, Map<String, Object>) - Method in interface org.jivesoftware.openfire.event.UserEventListener
-
A user was created.
- userCreated(User, Map<String, Object>) - Method in class org.jivesoftware.openfire.muc.MUCRoom
- userCreated(User, Map<String, Object>) - Method in class org.jivesoftware.openfire.muc.MultiUserChatManager
- userCreated(User, Map<String, Object>) - Method in class org.jivesoftware.openfire.OfflineMessageStore
- userCreated(User, Map<String, Object>) - Method in class org.jivesoftware.openfire.pep.IQPEPHandler
- userCreated(User, Map<String, Object>) - Method in class org.jivesoftware.openfire.roster.RosterManager
-
A new user has been created so members of public shared groups need to have their rosters updated.
- userCreated(User, Map<String, Object>) - Method in class org.jivesoftware.openfire.spi.PresenceManagerImpl
- UserCreated - Class in org.jivesoftware.openfire.commands.event
-
Notifies the that a user was created.
- UserCreated() - Constructor for class org.jivesoftware.openfire.commands.event.UserCreated
- userDeleting(User, Map) - Method in class org.jivesoftware.openfire.event.UserEventAdapter
- userDeleting(User, Map) - Method in class org.jivesoftware.openfire.handler.IQPrivacyHandler
- userDeleting(User, Map<String, Object>) - Method in class org.jivesoftware.openfire.entitycaps.EntityCapabilitiesManager
- userDeleting(User, Map<String, Object>) - Method in interface org.jivesoftware.openfire.event.UserEventListener
-
A user is being deleted.
- userDeleting(User, Map<String, Object>) - Method in class org.jivesoftware.openfire.muc.MUCRoom
- userDeleting(User, Map<String, Object>) - Method in class org.jivesoftware.openfire.muc.MultiUserChatManager
- userDeleting(User, Map<String, Object>) - Method in class org.jivesoftware.openfire.OfflineMessageStore
- userDeleting(User, Map<String, Object>) - Method in class org.jivesoftware.openfire.pep.IQPEPHandler
- userDeleting(User, Map<String, Object>) - Method in class org.jivesoftware.openfire.roster.RosterManager
- userDeleting(User, Map<String, Object>) - Method in class org.jivesoftware.openfire.spi.PresenceManagerImpl
- UserDeleting - Class in org.jivesoftware.openfire.commands.event
-
Notifies the deletion of a user.
- UserDeleting() - Constructor for class org.jivesoftware.openfire.commands.event.UserDeleting
- UserEventAdapter - Class in org.jivesoftware.openfire.event
-
An abstract adapter class for receiving user events.
- UserEventAdapter() - Constructor for class org.jivesoftware.openfire.event.UserEventAdapter
- UserEventDispatcher - Class in org.jivesoftware.openfire.event
-
Dispatches user events.
- UserEventDispatcher.EventType - Enum in org.jivesoftware.openfire.event
-
Represents valid event types.
- UserEventListener - Interface in org.jivesoftware.openfire.event
-
Interface to listen for group events.
- userEventTriggered(ChannelHandlerContext, Object) - Method in class org.jivesoftware.openfire.nio.NettyConnectionHandler
- userEventTriggered(ChannelHandlerContext, Object) - Method in class org.jivesoftware.openfire.nio.NettyIdleStateKeepAliveHandler
-
Processes IdleStateEvents triggered by an IdleStateHandler.
- userEventTriggered(ChannelHandlerContext, Object) - Method in class org.jivesoftware.openfire.nio.NettyOutboundConnectionHandler
-
Called when SSL Handshake has been completed.
- UserFeaturesProvider - Interface in org.jivesoftware.openfire.disco
-
A
UserFeatureProvider
is responsible for providing the features of protocols supported by users. - UserIdentitiesProvider - Interface in org.jivesoftware.openfire.disco
-
A
UserIdentitiesProvider
is responsible for providing the identities of protocols supported by users. - UserItemsProvider - Interface in org.jivesoftware.openfire.disco
-
A
UserItemsProvider
is responsible for providing the items associated with a user that are to be discovered during a disco#items query sent to the user. - UserManager - Class in org.jivesoftware.openfire.user
-
Manages users, including loading, creating and deleting.
- userModified(User, Map) - Method in class org.jivesoftware.openfire.event.UserEventAdapter
- userModified(User, Map) - Method in class org.jivesoftware.openfire.handler.IQPrivacyHandler
- userModified(User, Map<String, Object>) - Method in class org.jivesoftware.openfire.entitycaps.EntityCapabilitiesManager
- userModified(User, Map<String, Object>) - Method in interface org.jivesoftware.openfire.event.UserEventListener
-
A user's name, email, or an extended property was changed.
- userModified(User, Map<String, Object>) - Method in class org.jivesoftware.openfire.muc.MUCRoom
- userModified(User, Map<String, Object>) - Method in class org.jivesoftware.openfire.muc.MultiUserChatManager
- userModified(User, Map<String, Object>) - Method in class org.jivesoftware.openfire.OfflineMessageStore
- userModified(User, Map<String, Object>) - Method in class org.jivesoftware.openfire.pep.IQPEPHandler
- userModified(User, Map<String, Object>) - Method in class org.jivesoftware.openfire.roster.RosterManager
- userModified(User, Map<String, Object>) - Method in class org.jivesoftware.openfire.spi.PresenceManagerImpl
- UserModified - Class in org.jivesoftware.openfire.commands.event
-
Notifies the that a user was modified.
- UserModified() - Constructor for class org.jivesoftware.openfire.commands.event.UserModified
- UserMultiProvider - Class in org.jivesoftware.openfire.user
-
A
UserProvider
that delegates to one or more 'backing' UserProvider. - UserMultiProvider() - Constructor for class org.jivesoftware.openfire.user.UserMultiProvider
- UserNameManager - Class in org.jivesoftware.openfire.user
-
Main responsibility of this class is to return the correct name of XMPP entities.
- UserNameProvider - Interface in org.jivesoftware.openfire.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.openfire.user
-
Thrown when User cannot be found.
- UserNotFoundException() - Constructor for exception org.jivesoftware.openfire.user.UserNotFoundException
- UserNotFoundException(String) - Constructor for exception org.jivesoftware.openfire.user.UserNotFoundException
- UserNotFoundException(String, Throwable) - Constructor for exception org.jivesoftware.openfire.user.UserNotFoundException
- UserNotFoundException(Throwable) - Constructor for exception org.jivesoftware.openfire.user.UserNotFoundException
- UserProperties - Class in org.jivesoftware.openfire.commands.admin.user
-
An adhoc command to retrieve the properties of the user.
- UserProperties() - Constructor for class org.jivesoftware.openfire.commands.admin.user.UserProperties
- UserPropertyProvider - Interface in org.jivesoftware.openfire.user.property
-
A provider for user properties.
- UserPropertyProviderMapper - Interface in org.jivesoftware.openfire.user.property
-
Implementations are used to determine what UserPropertyProvider is to be used for a particular username.
- userProvider - Variable in class org.jivesoftware.openfire.auth.AuthorizationBasedAuthProviderMapper
-
Serves the regular, non-administrative users.
- userProvider - Variable in class org.jivesoftware.openfire.user.AuthorizationBasedUserProviderMapper
-
Serves the regular, non-administrative users.
- UserProvider - Interface in org.jivesoftware.openfire.user
-
Provider interface for the user system.
- UserProviderMapper - Interface in org.jivesoftware.openfire.user
-
Implementations are used to determine what UserProvider is to be used for a particular username.
- Users - Class in org.jivesoftware.openfire.crowd.jaxb
- Users() - Constructor for class org.jivesoftware.openfire.crowd.jaxb.Users
- usersOfGroups - org.jivesoftware.openfire.group.SharedGroupVisibility
-
Defines a collection of group names (one or more).
- userUnavailable(Presence) - Method in interface org.jivesoftware.openfire.PresenceManager
-
Notification message saying that the sender of the given presence just became unavailable.
- userUnavailable(Presence) - Method in class org.jivesoftware.openfire.spi.PresenceManagerImpl
- usesDistinctConfigurationForEachType() - Method in class org.jivesoftware.openfire.keystore.CertificateStoreManager
-
Checks if Openfire is configured to use the same set of three keystore files for all connection types (one identity store, and two trust stores - one for client-based connections, and one for server/component-based connections).
V
- validate - org.jivesoftware.openfire.session.RemoteSessionTask.Operation
- validate() - Method in interface org.jivesoftware.openfire.Connection
-
Verifies that the connection is still live.
- validate() - Method in class org.jivesoftware.openfire.net.SocketConnection
-
Deprecated.
- validate() - Method in class org.jivesoftware.openfire.net.VirtualConnection
- validate() - Method in class org.jivesoftware.openfire.nio.NettyConnection
- validate() - Method in class org.jivesoftware.openfire.session.LocalSession
- validate() - Method in class org.jivesoftware.openfire.session.RemoteSession
- validate() - Method in interface org.jivesoftware.openfire.session.Session
-
Verifies that the connection is still live.
- validate() - Method in class org.jivesoftware.openfire.websocket.WebSocketConnection
- validateAdditions(DataForm, HttpServletRequest, Map<String, PubSubServiceInfo.listType>, Map<String, String>) - Method in class org.jivesoftware.openfire.pubsub.PubSubServiceInfo
- validateDomainName(String) - Static method in class org.jivesoftware.util.StringUtils
-
Returns a valid domain name, possibly as an ACE-encoded IDN (per RFC 3490).
- validateHost() - Method in class org.jivesoftware.openfire.net.ClientStanzaHandler
- validateJIDs() - Method in class org.jivesoftware.openfire.net.ClientStanzaHandler
- validateObject(PooledObject<XMPPPacketReader>) - Method in class org.jivesoftware.openfire.websocket.XMPPPPacketReaderFactory
- validateRemoteDomain(Element, StreamID) - Method in class org.jivesoftware.openfire.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.openfire.session.LocalIncomingServerSession
-
Returns true if the request of a new domain was valid.
- validMagicNumbers(BufferedInputStream) - Static method in class org.jivesoftware.openfire.container.PluginManager
-
Verifies that the first few bytes of the input stream correspond to any of the known 'magic numbers' that are known to represent a JAR archive.
- value - Variable in class org.jivesoftware.openfire.crowd.jaxb.AuthenticatePost
- value() - Method in annotation type org.jivesoftware.database.JiveID
- valueof(String) - Static method in enum org.jivesoftware.openfire.container.CacheInfo.Type
- valueOf(int) - Static method in enum org.jivesoftware.openfire.muc.MUCRole.Affiliation
-
Returns the affiliation associated with the specified value.
- valueOf(int) - Static method in enum org.jivesoftware.openfire.muc.MUCRole.Role
-
Returns the affiliation associated with the specified value.
- 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.database.ProfiledConnection.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jivesoftware.openfire.auth.JDBCAuthProvider.PasswordType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jivesoftware.openfire.commands.AdHocCommand.Action
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jivesoftware.openfire.commands.AdHocCommand.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jivesoftware.openfire.component.ExternalComponentConfiguration.Permission
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jivesoftware.openfire.component.ExternalComponentManager.PermissionPolicy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jivesoftware.openfire.Connection.ClientAuth
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jivesoftware.openfire.Connection.CompressionPolicy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jivesoftware.openfire.Connection.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jivesoftware.openfire.Connection.TLSPolicy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jivesoftware.openfire.container.CacheInfo.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jivesoftware.openfire.event.GroupEventDispatcher.EventType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jivesoftware.openfire.event.ServerSessionEventDispatcher.EventType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jivesoftware.openfire.event.SessionEventDispatcher.EventType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jivesoftware.openfire.event.UserEventDispatcher.EventType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jivesoftware.openfire.group.SharedGroupVisibility
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jivesoftware.openfire.http.BoshBindingError.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jivesoftware.openfire.http.BoshBindingError
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jivesoftware.openfire.http.SessionEventDispatcher.EventType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jivesoftware.openfire.muc.HistoryStrategy.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jivesoftware.openfire.muc.MUCEventDelegate.InvitationRejectionResult
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jivesoftware.openfire.muc.MUCEventDelegate.InvitationResult
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jivesoftware.openfire.muc.MUCRole.Affiliation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jivesoftware.openfire.muc.MUCRole.Role
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jivesoftware.openfire.muc.spi.FMUCMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jivesoftware.openfire.muc.spi.IQMuclumbusSearchHandler.Key
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jivesoftware.openfire.muc.spi.MUCServicePropertyEventDispatcher.EventType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jivesoftware.openfire.net.SASLAuthentication.ElementType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jivesoftware.openfire.net.SASLAuthentication.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jivesoftware.openfire.net.TLSStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jivesoftware.openfire.OfflineMessageStrategy.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jivesoftware.openfire.privacy.PrivacyItem.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jivesoftware.openfire.pubsub.CollectionNode.LeafNodeAssociationPolicy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in class org.jivesoftware.openfire.pubsub.models.AccessModel
-
Returns the specific subclass of AccessModel as specified by the access model name.
- valueOf(String) - Static method in class org.jivesoftware.openfire.pubsub.models.PublisherModel
-
Returns the specific subclass of PublisherModel as specified by the publisher model name.
- valueOf(String) - Static method in enum org.jivesoftware.openfire.pubsub.Node.ItemReplyPolicy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jivesoftware.openfire.pubsub.NodeAffiliate.Affiliation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jivesoftware.openfire.pubsub.NodeSubscription.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jivesoftware.openfire.pubsub.NodeSubscription.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jivesoftware.openfire.pubsub.PubSubServiceInfo.listType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jivesoftware.openfire.roster.RosterItem.AskType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jivesoftware.openfire.roster.RosterItem.RecvType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jivesoftware.openfire.roster.RosterItem.SubType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jivesoftware.openfire.sasl.Failure
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jivesoftware.openfire.server.RemoteServerConfiguration.Permission
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jivesoftware.openfire.server.RemoteServerManager.PermissionPolicy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jivesoftware.openfire.session.RemoteSessionTask.Operation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jivesoftware.openfire.session.ServerSession.AuthenticationMethod
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jivesoftware.openfire.session.Session.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jivesoftware.openfire.spi.ConnectionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jivesoftware.openfire.stats.Statistic.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jivesoftware.util.cache.Cache.CapacityUnit
-
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.
- valueOfCaseInsensitive(String) - Static method in enum org.jivesoftware.openfire.net.SASLAuthentication.ElementType
- values() - Static method in enum org.jivesoftware.database.DbConnectionManager.DatabaseType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.jivesoftware.database.ProfiledConnection.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.jivesoftware.openfire.auth.JDBCAuthProvider.PasswordType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.jivesoftware.openfire.commands.AdHocCommand.Action
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.jivesoftware.openfire.commands.AdHocCommand.Status
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.jivesoftware.openfire.component.ExternalComponentConfiguration.Permission
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.jivesoftware.openfire.component.ExternalComponentManager.PermissionPolicy
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.jivesoftware.openfire.Connection.ClientAuth
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.jivesoftware.openfire.Connection.CompressionPolicy
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.jivesoftware.openfire.Connection.State
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.jivesoftware.openfire.Connection.TLSPolicy
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.jivesoftware.openfire.container.CacheInfo.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.jivesoftware.openfire.event.GroupEventDispatcher.EventType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.jivesoftware.openfire.event.ServerSessionEventDispatcher.EventType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.jivesoftware.openfire.event.SessionEventDispatcher.EventType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.jivesoftware.openfire.event.UserEventDispatcher.EventType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Method in class org.jivesoftware.openfire.group.DefaultGroupPropertyMap
- values() - Static method in enum org.jivesoftware.openfire.group.SharedGroupVisibility
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.jivesoftware.openfire.http.BoshBindingError.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.jivesoftware.openfire.http.BoshBindingError
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.jivesoftware.openfire.http.SessionEventDispatcher.EventType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.jivesoftware.openfire.muc.HistoryStrategy.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.jivesoftware.openfire.muc.MUCEventDelegate.InvitationRejectionResult
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.jivesoftware.openfire.muc.MUCEventDelegate.InvitationResult
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.jivesoftware.openfire.muc.MUCRole.Affiliation
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.jivesoftware.openfire.muc.MUCRole.Role
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.jivesoftware.openfire.muc.spi.FMUCMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.jivesoftware.openfire.muc.spi.IQMuclumbusSearchHandler.Key
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Method in class org.jivesoftware.openfire.muc.spi.MUCServiceProperties
- values() - Static method in enum org.jivesoftware.openfire.muc.spi.MUCServicePropertyEventDispatcher.EventType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.jivesoftware.openfire.net.SASLAuthentication.ElementType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.jivesoftware.openfire.net.SASLAuthentication.Status
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.jivesoftware.openfire.net.TLSStatus
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.jivesoftware.openfire.OfflineMessageStrategy.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.jivesoftware.openfire.privacy.PrivacyItem.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.jivesoftware.openfire.pubsub.CollectionNode.LeafNodeAssociationPolicy
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.jivesoftware.openfire.pubsub.Node.ItemReplyPolicy
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.jivesoftware.openfire.pubsub.NodeAffiliate.Affiliation
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.jivesoftware.openfire.pubsub.NodeSubscription.State
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.jivesoftware.openfire.pubsub.NodeSubscription.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.jivesoftware.openfire.pubsub.PubSubServiceInfo.listType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.jivesoftware.openfire.roster.RosterItem.AskType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.jivesoftware.openfire.roster.RosterItem.RecvType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.jivesoftware.openfire.roster.RosterItem.SubType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.jivesoftware.openfire.sasl.Failure
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.jivesoftware.openfire.server.RemoteServerConfiguration.Permission
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.jivesoftware.openfire.server.RemoteServerManager.PermissionPolicy
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.jivesoftware.openfire.session.RemoteSessionTask.Operation
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.jivesoftware.openfire.session.ServerSession.AuthenticationMethod
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.jivesoftware.openfire.session.Session.Status
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.jivesoftware.openfire.spi.ConnectionType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.jivesoftware.openfire.stats.Statistic.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.jivesoftware.util.cache.Cache.CapacityUnit
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Method in interface org.jivesoftware.util.cache.Cache
-
IMPORTANT: Unlike the standard
Map.values()
implementation, the collection returned from this method cannot be modified. - values() - Method in class org.jivesoftware.util.cache.CacheWrapper
- values() - Method in class org.jivesoftware.util.cache.CaffeineCache
-
IMPORTANT: Unlike the standard
Map.values()
implementation, the collection returned from this method cannot be modified. - values() - Method in class org.jivesoftware.util.cache.DefaultCache
- values() - Method in class org.jivesoftware.util.cache.SerializingCache
- 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 are 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 are declared.
- VAR_KEY - Static variable in class org.jivesoftware.openfire.muc.spi.IQMuclumbusSearchHandler
- VAR_MIN_USERS - Static variable in class org.jivesoftware.openfire.muc.spi.IQMuclumbusSearchHandler
- VAR_Q - Static variable in class org.jivesoftware.openfire.muc.spi.IQMuclumbusSearchHandler
- VAR_SINDADDR - Static variable in class org.jivesoftware.openfire.muc.spi.IQMuclumbusSearchHandler
- VAR_SINDESCRIPTION - Static variable in class org.jivesoftware.openfire.muc.spi.IQMuclumbusSearchHandler
- VAR_SINNAME - Static variable in class org.jivesoftware.openfire.muc.spi.IQMuclumbusSearchHandler
- VCARD_PROVIDER - Static variable in class org.jivesoftware.openfire.vcard.VCardManager
- vCardCreated(String, Element) - Method in interface org.jivesoftware.openfire.vcard.VCardListener
-
A vCard was created.
- VCardCreated - Class in org.jivesoftware.openfire.commands.event
-
Notifies the that a vcard was created.
- VCardCreated() - Constructor for class org.jivesoftware.openfire.commands.event.VCardCreated
- vCardDeleted(String, Element) - Method in interface org.jivesoftware.openfire.vcard.VCardListener
-
A vCard was deleted.
- VCardDeleting - Class in org.jivesoftware.openfire.commands.event
-
Notifies the deletion of a vCard.
- VCardDeleting() - Constructor for class org.jivesoftware.openfire.commands.event.VCardDeleting
- VCardEventDispatcher - Class in org.jivesoftware.openfire.vcard
-
Dispatches vCard events.
- VCardEventDispatcher() - Constructor for class org.jivesoftware.openfire.vcard.VCardEventDispatcher
- VCardListener - Interface in org.jivesoftware.openfire.vcard
-
Interface to listen for vCard changes.
- VCardManager - Class in org.jivesoftware.openfire.vcard
-
Manages VCard information for users.
- VCardManager() - Constructor for class org.jivesoftware.openfire.vcard.VCardManager
- VCardModified - Class in org.jivesoftware.openfire.commands.event
-
Notifies the that a vCard was modified.
- VCardModified() - Constructor for class org.jivesoftware.openfire.commands.event.VCardModified
- VCardProvider - Interface in org.jivesoftware.openfire.vcard
-
Provider interface for users vcards.
- vCardUpdated(String, Element) - Method in interface org.jivesoftware.openfire.vcard.VCardListener
-
A vCard was updated.
- VERIFY_CLOSE_TAG - Static variable in class org.jivesoftware.openfire.nio.XMLLightweightParser
- verifyCertificate(X509Certificate, String) - Static method in class org.jivesoftware.openfire.net.SASLAuthentication
- verifyCertificates(Certificate[], String, boolean) - Static method in class org.jivesoftware.openfire.net.SASLAuthentication
- verifyCertificateValidity() - Method in class org.jivesoftware.openfire.spi.ConnectionListener
-
A boolean that indicates if the current validity of certificates (based on their 'notBefore' and 'notAfter' property values) is used when they are used to establish an encrypted connection.
- VerifyPasswordCallback - Class in org.jivesoftware.openfire.sasl
-
This callback issued by SaslServer to determine if a password supplied by a client is verified.
- VerifyPasswordCallback(char[]) - Constructor for class org.jivesoftware.openfire.sasl.VerifyPasswordCallback
-
Construct a
VerifyPasswordCallback
. - verifyReceivedKey(Element) - Method in class org.jivesoftware.openfire.session.LocalIncomingServerSession
-
Verifies the received key sent by the remote server.
- verifyReceivedKey(Element, Connection) - Static method in class org.jivesoftware.openfire.server.ServerDialback
-
Verifies the key sent by a Receiving Server.
- Version - Class in org.jivesoftware.util
-
Holds version information for Openfire.
- Version(int, int, int, Version.ReleaseStatus, int) - Constructor for class org.jivesoftware.util.Version
-
Create a new version information object.
- Version(CharSequence) - Constructor for class org.jivesoftware.util.Version
-
Create a new version from a simple version string (e.g.
- VERSION - Static variable in class org.jivesoftware.openfire.spi.XMPPServerInfoImpl
- VERSION_QUERY_DELAY - Static variable in class org.jivesoftware.openfire.session.SoftwareVersionManager
- VERSION_QUERY_ENABLED - Static variable in class org.jivesoftware.openfire.session.SoftwareVersionManager
- Version.ReleaseStatus - Enum in org.jivesoftware.util
-
A class to represent the release status of the server.
- VirtualConnection - Class in org.jivesoftware.openfire.net
-
Abstract implementation of the Connection interface that models abstract connections.
- VirtualConnection() - Constructor for class org.jivesoftware.openfire.net.VirtualConnection
- visitor - org.jivesoftware.openfire.muc.MUCRole.Role
-
An occupant who does not have voice (can't speak in the room)
W
- waitForClusteringToStart() - Static method in class org.jivesoftware.openfire.cluster.ClusterManager
-
If clustering is enabled, this method will wait until clustering is fully started.
If clustering is not enabled, this method will return immediately. - waitingCompressionACK - Variable in class org.jivesoftware.openfire.net.StanzaHandler
- wanted - org.jivesoftware.openfire.Connection.ClientAuth
-
Clients will try to be authenticated.
- wantsStanzasSentBy(MUCRole) - Method in class org.jivesoftware.openfire.muc.spi.FMUCHandler.OutboundJoin
- WARNING_MESSAGE_KEY - Static variable in class org.jivesoftware.admin.FlashMessageTag
- wasAvailable() - Method in class org.jivesoftware.openfire.session.LocalClientSession
-
Returns true if the session was available ever.
- wasNull() - Method in class org.jivesoftware.database.CallableStatementWrapper
- wasSavedToDB() - Method in class org.jivesoftware.openfire.muc.MUCRoom
-
Returns true if the room has already been made persistent.
- watch(CertificateStore) - Method in class org.jivesoftware.openfire.keystore.CertificateStoreWatcher
-
Start watching the file that backs a Certificate Store for changes, reloading the Certificate Store when appropriate.
- WEBADMIN - org.jivesoftware.openfire.spi.ConnectionType
-
Openfire web-admin console.
- WebBean - Class in org.jivesoftware.util
- WebBean() - Constructor for class org.jivesoftware.util.WebBean
- WebManager - Class in org.jivesoftware.util
-
A utility bean for Openfire admin console pages.
- WebManager() - Constructor for class org.jivesoftware.util.WebManager
- WebSocketClientConnectionHandler - Class in org.jivesoftware.openfire.websocket
-
This class handles all WebSocket events for the corresponding connection with a remote peer, analogous to the function of
NettyClientConnectionHandler
for TCP connections. - WebSocketClientConnectionHandler() - Constructor for class org.jivesoftware.openfire.websocket.WebSocketClientConnectionHandler
- WebSocketClientStanzaHandler - Class in org.jivesoftware.openfire.websocket
-
A
StanzaHandler
that is able to process the specific framing that is used by clients connecting via websockets. - WebSocketClientStanzaHandler(PacketRouter, WebSocketConnection) - Constructor for class org.jivesoftware.openfire.websocket.WebSocketClientStanzaHandler
- WebSocketConnection - Class in org.jivesoftware.openfire.websocket
-
Following the conventions of the BOSH implementation, this class extends
VirtualConnection
and delegates the expected XMPP connection behaviors to the correspondingWebSocketClientConnectionHandler
. - WebSocketConnection(WebSocketClientConnectionHandler, PacketDeliverer, InetSocketAddress) - Constructor for class org.jivesoftware.openfire.websocket.WebSocketConnection
- WebXmlUtils - Class in org.jivesoftware.util
-
Utilities to extract data from a web.xml file.
- WebXmlUtils() - Constructor for class org.jivesoftware.util.WebXmlUtils
- WEEK - Static variable in class org.jivesoftware.util.JiveConstants
-
Deprecated.
- whitelist - org.jivesoftware.openfire.component.ExternalComponentManager.PermissionPolicy
-
Only the XMPP entities listed in the allowed list are able to connect to the server.
- whitelist - org.jivesoftware.openfire.pubsub.CollectionNode.LeafNodeAssociationPolicy
-
Only those on a whitelist may associate leaf nodes with the collection.
- whitelist - org.jivesoftware.openfire.server.RemoteServerManager.PermissionPolicy
-
Only the XMPP entities listed in the allowed list are able to connect to the server.
- whitelist - Static variable in class org.jivesoftware.openfire.pubsub.models.AccessModel
- WhitelistAccess - Class in org.jivesoftware.openfire.pubsub.models
-
Only those on a whitelist may subscribe and retrieve items.
- withoutDeclaration(Document) - Static method in class org.jivesoftware.openfire.websocket.WebSocketClientStanzaHandler
- 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(byte[], int, int) - Method in class org.jivesoftware.openfire.sasl.AnonymousSaslServer
- wrap(byte[], int, int) - Method in class org.jivesoftware.openfire.sasl.ExternalClientSaslServer
- wrap(byte[], int, int) - Method in class org.jivesoftware.openfire.sasl.ExternalServerSaslServer
- wrap(byte[], int, int) - Method in class org.jivesoftware.openfire.sasl.JiveSharedSecretSaslServer
- wrap(byte[], int, int) - Method in class org.jivesoftware.openfire.sasl.SaslServerPlainImpl
-
Wraps a byte array to be sent to the client.
- wrap(byte[], int, int) - Method in class org.jivesoftware.openfire.sasl.ScramSha1SaslServer
-
Wraps a byte array to be sent to the client.
- wrap(ByteBuffer, ByteBuffer) - Method in class org.jivesoftware.openfire.net.TLSWrapper
-
Attempts to encode a buffer of plaintext application data into TLS network data.
- wrap(XMPPPacketReader) - Method in class org.jivesoftware.openfire.websocket.XMPPPPacketReaderFactory
- wrapInputStream(InputStream) - Static method in class org.jivesoftware.openfire.net.ServerTrafficCounter
-
Wraps the specified input stream to count the number of bytes that were read.
- wrapOutputStream(OutputStream) - Static method in class org.jivesoftware.openfire.net.ServerTrafficCounter
-
Wraps the specified output stream to count the number of bytes that were written.
- wrapReadableChannel(ReadableByteChannel) - Static method in class org.jivesoftware.openfire.net.ServerTrafficCounter
-
Wraps the specified readable channel to count the number of bytes that were read.
- wrapWritableChannel(WritableByteChannel) - Static method in class org.jivesoftware.openfire.net.ServerTrafficCounter
-
Wraps the specified writable channel to count the number of bytes that were written.
- write(byte[], int, int) - Method in class org.jivesoftware.openfire.filetransfer.proxy.ProxyOutputStream
- write(byte[], int, int) - Method in class org.jivesoftware.util.Base64.OutputStream
-
Calls
Base64.OutputStream.write(int)
repeatedly until len bytes are written. - write(int) - Method in class org.jivesoftware.util.Base64.OutputStream
-
Writes the byte to the output stream after converting to/from Base64 notation.
- 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(String) - Method in class org.jivesoftware.util.XMLWriter
-
Print out a
String
, Perfoms the necessary entity escaping and whitespace stripping. - write(Attribute) - Method in class org.jivesoftware.util.XMLWriter
-
Writes the given
Attribute
. - 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(Document) - Method in class org.jivesoftware.util.XMLWriter
-
This will print the
Document
to the current Writer. - write(DocumentType) - Method in class org.jivesoftware.util.XMLWriter
-
Writes the given
DocumentType
. - write(Element) - Method in class org.jivesoftware.util.XMLWriter
-
Writes the
, including itsElement
s, and its value, and all its content (child nodes) to the current Writer.Attribute
- 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(Node) - Method in class org.jivesoftware.util.XMLWriter
-
Writes the given
Node
. - write(ProcessingInstruction) - Method in class org.jivesoftware.util.XMLWriter
-
Writes the given
ProcessingInstruction
. - write(Text) - Method in class org.jivesoftware.util.XMLWriter
-
Writes the given
Text
. - WRITE_TIMEOUT_SECONDS - Static variable in class org.jivesoftware.openfire.spi.NettyServerInitializer
-
Controls the write timeout time in seconds to handle stalled sessions and prevent DoS
- 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
- writeBoolean(DataOutput, boolean) - Method in class org.jivesoftware.util.cache.DefaultExternalizableUtil
- writeBoolean(DataOutput, boolean) - Method in class org.jivesoftware.util.cache.ExternalizableUtil
- writeBoolean(DataOutput, boolean) - Method in interface org.jivesoftware.util.cache.ExternalizableUtilStrategy
- writeByteArray(DataOutput, byte[]) - Method in class org.jivesoftware.util.cache.DefaultExternalizableUtil
- writeByteArray(DataOutput, byte[]) - Method in class org.jivesoftware.util.cache.ExternalizableUtil
- writeByteArray(DataOutput, byte[]) - Method in interface org.jivesoftware.util.cache.ExternalizableUtilStrategy
- writeCDATA(String) - Method in class org.jivesoftware.util.XMLWriter
- writeClose(String) - Method in class org.jivesoftware.util.XMLWriter
- writeClose(Element) - Method in class org.jivesoftware.util.XMLWriter
-
Writes the closing tag of an
Element
- 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(String, String, String) - Method in class org.jivesoftware.util.XMLWriter
- writeDocType(DocumentType) - 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
- writeExternal(ObjectOutput) - Method in class org.jivesoftware.openfire.archive.GetArchiveWriteETATask
- writeExternal(ObjectOutput) - Method in class org.jivesoftware.openfire.cluster.BroadcastMessage
- writeExternal(ObjectOutput) - Method in class org.jivesoftware.openfire.cluster.GetBasicStatistics
- writeExternal(ObjectOutput) - Method in class org.jivesoftware.openfire.cluster.GetClusteredVersions
- writeExternal(ObjectOutput) - Method in class org.jivesoftware.openfire.cluster.IQResultListenerTask
- writeExternal(ObjectOutput) - Method in class org.jivesoftware.openfire.cluster.NodeID
- writeExternal(ObjectOutput) - Method in class org.jivesoftware.openfire.cluster.RemotePacketExecution
- writeExternal(ObjectOutput) - Method in class org.jivesoftware.openfire.component.NotifyComponentInfo
- writeExternal(ObjectOutput) - Method in class org.jivesoftware.openfire.component.NotifyComponentRegistered
- writeExternal(ObjectOutput) - Method in class org.jivesoftware.openfire.component.NotifyComponentUnregistered
- writeExternal(ObjectOutput) - Method in class org.jivesoftware.openfire.component.RequestComponentInfoNotification
- writeExternal(ObjectOutput) - Method in class org.jivesoftware.openfire.container.GetAdminConsoleInfoTask
- writeExternal(ObjectOutput) - Method in class org.jivesoftware.openfire.container.IsPluginInstalledTask
- writeExternal(ObjectOutput) - Method in class org.jivesoftware.openfire.entitycaps.EntityCapabilities
- writeExternal(ObjectOutput) - Method in class org.jivesoftware.openfire.group.Group
- writeExternal(ObjectOutput) - Method in class org.jivesoftware.openfire.handler.DirectedPresence
- writeExternal(ObjectOutput) - Method in class org.jivesoftware.openfire.lockout.LockOutFlag
- writeExternal(ObjectOutput) - Method in class org.jivesoftware.openfire.muc.cluster.MUCServicePropertyClusterEventTask
- writeExternal(ObjectOutput) - Method in class org.jivesoftware.openfire.muc.cluster.NewClusterMemberJoinedTask
- writeExternal(ObjectOutput) - Method in class org.jivesoftware.openfire.muc.cluster.OccupantAddedTask
- writeExternal(ObjectOutput) - Method in class org.jivesoftware.openfire.muc.cluster.OccupantKickedForNicknameTask
- writeExternal(ObjectOutput) - Method in class org.jivesoftware.openfire.muc.cluster.OccupantRemovedTask
- writeExternal(ObjectOutput) - Method in class org.jivesoftware.openfire.muc.cluster.OccupantUpdatedTask
- writeExternal(ObjectOutput) - Method in class org.jivesoftware.openfire.muc.cluster.ServiceAddedEvent
- writeExternal(ObjectOutput) - Method in class org.jivesoftware.openfire.muc.cluster.ServiceRemovedEvent
- writeExternal(ObjectOutput) - Method in class org.jivesoftware.openfire.muc.cluster.ServiceUpdatedEvent
- writeExternal(ObjectOutput) - Method in class org.jivesoftware.openfire.muc.cluster.SyncLocalOccupantsAndSendJoinPresenceTask
- writeExternal(ObjectOutput) - Method in class org.jivesoftware.openfire.muc.HistoryStrategy.Messages
- writeExternal(ObjectOutput) - Method in class org.jivesoftware.openfire.muc.HistoryStrategy
- writeExternal(ObjectOutput) - Method in class org.jivesoftware.openfire.muc.MUCRole
- writeExternal(ObjectOutput) - Method in class org.jivesoftware.openfire.muc.MUCRoom
- writeExternal(ObjectOutput) - Method in class org.jivesoftware.openfire.muc.MUCRoomHistory
- writeExternal(ObjectOutput) - Method in class org.jivesoftware.openfire.privacy.PrivacyList
- writeExternal(ObjectOutput) - Method in class org.jivesoftware.openfire.pubsub.cluster.AffiliationTask
- writeExternal(ObjectOutput) - Method in class org.jivesoftware.openfire.pubsub.cluster.FlushTask
- writeExternal(ObjectOutput) - Method in class org.jivesoftware.openfire.pubsub.cluster.NodeTask
- writeExternal(ObjectOutput) - Method in class org.jivesoftware.openfire.pubsub.cluster.SubscriptionTask
- writeExternal(ObjectOutput) - Method in class org.jivesoftware.openfire.pubsub.CollectionNode
- writeExternal(ObjectOutput) - Method in class org.jivesoftware.openfire.pubsub.LeafNode
- writeExternal(ObjectOutput) - Method in class org.jivesoftware.openfire.pubsub.Node
- writeExternal(ObjectOutput) - Method in class org.jivesoftware.openfire.roster.Roster
- writeExternal(ObjectOutput) - Method in class org.jivesoftware.openfire.roster.RosterItem
- writeExternal(ObjectOutput) - Method in class org.jivesoftware.openfire.server.RemoteServerConfiguration
- writeExternal(ObjectOutput) - Method in class org.jivesoftware.openfire.session.ClientSessionInfo
- writeExternal(ObjectOutput) - Method in class org.jivesoftware.openfire.session.ClientSessionTask
- writeExternal(ObjectOutput) - Method in class org.jivesoftware.openfire.session.ComponentSessionTask
- writeExternal(ObjectOutput) - Method in class org.jivesoftware.openfire.session.DeliverRawTextTask
- writeExternal(ObjectOutput) - Method in class org.jivesoftware.openfire.session.GetSessionsCountTask
- writeExternal(ObjectOutput) - Method in class org.jivesoftware.openfire.session.IncomingServerSessionInfo
- writeExternal(ObjectOutput) - Method in class org.jivesoftware.openfire.session.IncomingServerSessionTask
- writeExternal(ObjectOutput) - Method in class org.jivesoftware.openfire.session.OutgoingServerSessionTask
- writeExternal(ObjectOutput) - Method in class org.jivesoftware.openfire.session.ProcessPacketTask
- writeExternal(ObjectOutput) - Method in class org.jivesoftware.openfire.session.RemoteSessionTask
- writeExternal(ObjectOutput) - Method in class org.jivesoftware.openfire.spi.ClientRoute
- writeExternal(ObjectOutput) - Method in class org.jivesoftware.openfire.user.User
- writeExternal(ObjectOutput) - Method in class org.jivesoftware.util.PropertyClusterEventTask
- writeExternalizableCollection(DataOutput, Collection<? extends Externalizable>) - Method in class org.jivesoftware.util.cache.DefaultExternalizableUtil
-
Writes a collection of Externalizable objects.
- writeExternalizableCollection(DataOutput, Collection<? extends Externalizable>) - Method in class org.jivesoftware.util.cache.ExternalizableUtil
-
Writes a collection of Externalizable objects.
- writeExternalizableCollection(DataOutput, Collection<? extends Externalizable>) - Method in interface org.jivesoftware.util.cache.ExternalizableUtilStrategy
- writeExternalizableMap(DataOutput, Map<String, ? extends Externalizable>) - Method in class org.jivesoftware.util.cache.DefaultExternalizableUtil
-
Writes a Map of String key and value pairs.
- writeExternalizableMap(DataOutput, Map<String, ? extends Externalizable>) - Method in class org.jivesoftware.util.cache.ExternalizableUtil
-
Writes a Map of String key and value pairs.
- writeExternalizableMap(DataOutput, Map<String, ? extends Externalizable>) - Method in interface org.jivesoftware.util.cache.ExternalizableUtilStrategy
- writeInt(DataOutput, int) - Method in class org.jivesoftware.util.cache.DefaultExternalizableUtil
- writeInt(DataOutput, int) - Method in class org.jivesoftware.util.cache.ExternalizableUtil
- writeInt(DataOutput, int) - Method in interface org.jivesoftware.util.cache.ExternalizableUtilStrategy
- writeLong(DataOutput, long) - Method in class org.jivesoftware.util.cache.DefaultExternalizableUtil
- writeLong(DataOutput, long) - Method in class org.jivesoftware.util.cache.ExternalizableUtil
- writeLong(DataOutput, long) - Method in interface org.jivesoftware.util.cache.ExternalizableUtilStrategy
- writeLongArray(DataOutput, long[]) - Method in class org.jivesoftware.util.cache.DefaultExternalizableUtil
-
Writes an array of long values.
- writeLongArray(DataOutput, long[]) - Method in class org.jivesoftware.util.cache.ExternalizableUtil
-
Writes an array of long values.
- writeLongArray(DataOutput, long[]) - Method in interface org.jivesoftware.util.cache.ExternalizableUtilStrategy
-
Writes an array of long values.
- writeLongIntMap(DataOutput, Map<Long, Integer>) - Method in class org.jivesoftware.util.cache.DefaultExternalizableUtil
-
Writes a Map of Long key and Integer value pairs.
- writeLongIntMap(DataOutput, Map<Long, Integer>) - Method in class org.jivesoftware.util.cache.ExternalizableUtil
-
Writes a Map of Long key and Integer value pairs.
- writeLongIntMap(DataOutput, Map<Long, Integer>) - Method in interface org.jivesoftware.util.cache.ExternalizableUtilStrategy
-
Writes a Map of Long key and Integer value pairs.
- writeNamespace(String, String) - Method in class org.jivesoftware.util.XMLWriter
-
Writes the SAX namepsaces
- writeNamespace(Namespace) - Method in class org.jivesoftware.util.XMLWriter
- 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.
- writeObject(DataOutput, Object) - Static method in class org.jivesoftware.util.cache.DefaultExternalizableUtil
- writeOpen(Element) - Method in class org.jivesoftware.util.XMLWriter
-
Writes the opening tag of an
Element
, including itsAttribute
s 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
- writeSafeUTF(DataOutput, String) - Method in class org.jivesoftware.util.cache.DefaultExternalizableUtil
- writeSafeUTF(DataOutput, String) - Method in class org.jivesoftware.util.cache.ExternalizableUtil
- writeSafeUTF(DataOutput, String) - Method in interface org.jivesoftware.util.cache.ExternalizableUtilStrategy
- writeSerializable(DataOutput, Serializable) - Method in class org.jivesoftware.util.cache.DefaultExternalizableUtil
- writeSerializable(DataOutput, Serializable) - Method in class org.jivesoftware.util.cache.ExternalizableUtil
- writeSerializable(DataOutput, Serializable) - Method in interface org.jivesoftware.util.cache.ExternalizableUtilStrategy
- writeSerializableCollection(DataOutput, Collection<? extends Serializable>) - Method in class org.jivesoftware.util.cache.DefaultExternalizableUtil
-
Writes a collection of Serializable objects.
- writeSerializableCollection(DataOutput, Collection<? extends Serializable>) - Method in class org.jivesoftware.util.cache.ExternalizableUtil
-
Writes a collection of Serializable objects.
- writeSerializableCollection(DataOutput, Collection<? extends Serializable>) - Method in interface org.jivesoftware.util.cache.ExternalizableUtilStrategy
- writeSerializableMap(DataOutput, Map<? extends Serializable, ? extends Serializable>) - Method in class org.jivesoftware.util.cache.DefaultExternalizableUtil
-
Writes a Map of Serializable key and value pairs.
- writeSerializableMap(DataOutput, Map<? extends Serializable, ? extends Serializable>) - Method in class org.jivesoftware.util.cache.ExternalizableUtil
-
Writes a Map of Serializable key and value pairs.
- writeSerializableMap(DataOutput, Map<? extends Serializable, ? extends Serializable>) - Method in interface org.jivesoftware.util.cache.ExternalizableUtilStrategy
- writeString(String) - Method in class org.jivesoftware.util.XMLWriter
- writeStringList(DataOutput, List<String>) - Method in class org.jivesoftware.util.cache.DefaultExternalizableUtil
-
Writes a List of Strings.
- writeStringList(DataOutput, List<String>) - Method in class org.jivesoftware.util.cache.ExternalizableUtil
-
Writes a List of Strings.
- writeStringList(DataOutput, List<String>) - Method in interface org.jivesoftware.util.cache.ExternalizableUtilStrategy
-
Writes a List of Strings.
- writeStringMap(DataOutput, Map<String, String>) - Method in class org.jivesoftware.util.cache.DefaultExternalizableUtil
-
Writes a Map of String key and value pairs.
- writeStringMap(DataOutput, Map<String, String>) - Method in class org.jivesoftware.util.cache.ExternalizableUtil
-
Writes a Map of String key and value pairs.
- writeStringMap(DataOutput, Map<String, String>) - Method in interface org.jivesoftware.util.cache.ExternalizableUtilStrategy
-
Writes a Map of String key and value pairs.
- writeStrings(DataOutput, Collection<String>) - Method in class org.jivesoftware.util.cache.DefaultExternalizableUtil
- writeStrings(DataOutput, Collection<String>) - Method in class org.jivesoftware.util.cache.ExternalizableUtil
-
Writes content of collection of strings to the output stream.
- writeStrings(DataOutput, Collection<String>) - Method in interface org.jivesoftware.util.cache.ExternalizableUtilStrategy
- writeStringsMap(DataOutput, Map<String, Set<String>>) - Method in class org.jivesoftware.util.cache.DefaultExternalizableUtil
-
Writes a Map of String key and Set of Strings value pairs.
- writeStringsMap(DataOutput, Map<String, Set<String>>) - Method in class org.jivesoftware.util.cache.ExternalizableUtil
-
Writes a Map of String key and Set of Strings value pairs.
- writeStringsMap(DataOutput, Map<String, Set<String>>) - Method in interface org.jivesoftware.util.cache.ExternalizableUtilStrategy
- writeXML(DataOutput, Element) - Method in class org.jivesoftware.util.cache.ExternalizableUtil
-
Writes an XML element to the output.
- WRITTEN_BYTES - Static variable in class org.jivesoftware.openfire.nio.NettyConnectionHandler
X
- x - Variable in class org.jivesoftware.openfire.streammanagement.StreamManager.UnackedPacket
- xml_property_deleted - org.jivesoftware.util.PropertyEventDispatcher.EventType
-
An XML property was deleted.
- xml_property_set - org.jivesoftware.util.PropertyEventDispatcher.EventType
-
An XML property was set.
- XMLLightweightParser - Class in org.jivesoftware.openfire.nio
-
This is a Light-Weight XML Parser.
- XMLLightweightParser() - Constructor for class org.jivesoftware.openfire.nio.XMLLightweightParser
- XMLNotWellFormedException - Exception in org.jivesoftware.openfire.nio
-
An Exception indicating that evaluated content is not valid XML.
- XMLNotWellFormedException() - Constructor for exception org.jivesoftware.openfire.nio.XMLNotWellFormedException
- XMLNotWellFormedException(String) - Constructor for exception org.jivesoftware.openfire.nio.XMLNotWellFormedException
- XMLNotWellFormedException(String, Throwable) - Constructor for exception org.jivesoftware.openfire.nio.XMLNotWellFormedException
- XMLNotWellFormedException(Throwable) - Constructor for exception org.jivesoftware.openfire.nio.XMLNotWellFormedException
- XMLProperties - Class in org.jivesoftware.util
-
Provides the the ability to use simple XML property files.
- XMLProperties(Path) - Constructor for class org.jivesoftware.util.XMLProperties
-
Creates a new XMLProperties object.
- xmlPropertyDeleted(String, Map) - Method in class org.jivesoftware.openfire.ldap.LdapVCardProvider
- xmlPropertyDeleted(String, Map<String, Object>) - Method in class org.jivesoftware.openfire.audit.spi.AuditManagerImpl
- xmlPropertyDeleted(String, Map<String, Object>) - Method in class org.jivesoftware.openfire.auth.JDBCAuthProvider
- xmlPropertyDeleted(String, Map<String, Object>) - Method in class org.jivesoftware.openfire.container.PluginMonitor
- xmlPropertyDeleted(String, Map<String, Object>) - Method in class org.jivesoftware.openfire.pubsub.PubSubModule
- xmlPropertyDeleted(String, Map<String, Object>) - Method in class org.jivesoftware.openfire.spi.ConnectionManagerImpl
- xmlPropertyDeleted(String, Map<String, Object>) - Method in interface org.jivesoftware.util.PropertyEventListener
-
An XML property was deleted.
- xmlPropertySet(String, Map) - Method in class org.jivesoftware.openfire.ldap.LdapVCardProvider
- xmlPropertySet(String, Map<String, Object>) - Method in class org.jivesoftware.openfire.audit.spi.AuditManagerImpl
- xmlPropertySet(String, Map<String, Object>) - Method in class org.jivesoftware.openfire.auth.JDBCAuthProvider
- xmlPropertySet(String, Map<String, Object>) - Method in class org.jivesoftware.openfire.container.PluginMonitor
- xmlPropertySet(String, Map<String, Object>) - Method in class org.jivesoftware.openfire.pubsub.PubSubModule
- xmlPropertySet(String, Map<String, Object>) - Method in class org.jivesoftware.openfire.spi.ConnectionManagerImpl
- xmlPropertySet(String, Map<String, Object>) - Method in interface org.jivesoftware.util.PropertyEventListener
-
An XML property was set.
- XMLSocketWriter - Class in org.jivesoftware.openfire.net
-
XMLWriter whose writer is actually sending data on a socket connection.
- XMLSocketWriter(Writer, SocketConnection) - Constructor for class org.jivesoftware.openfire.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() - 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(Writer) - Constructor for class org.jivesoftware.util.XMLWriter
- XMLWriter(Writer, OutputFormat) - Constructor for class org.jivesoftware.util.XMLWriter
- XMLWriter(OutputFormat) - Constructor for class org.jivesoftware.util.XMLWriter
- XMPP_DATE_FORMAT - Static variable in class org.jivesoftware.util.XMPPDateTimeFormat
- XMPP_DATETIME_FORMAT - Static variable in class org.jivesoftware.util.XMPPDateTimeFormat
-
Date/time format for use by SimpleDateFormat.
- XMPP_DATETIME_FORMAT_WO_MILLIS_WO_TIMEZONE - Static variable in class org.jivesoftware.util.XMPPDateTimeFormat
- XMPP_DATETIME_FORMAT_WO_TIMEZONE - Static variable in class org.jivesoftware.util.XMPPDateTimeFormat
- XMPP_DELAY_DATETIME_FORMAT - Static variable in class org.jivesoftware.util.XMPPDateTimeFormat
-
Date/time format for use by SimpleDateFormat.
- XMPP_DOMAIN - Static variable in interface org.jivesoftware.openfire.XMPPServerInfo
- XMPP_JMX_ENABLED - Static variable in class org.jivesoftware.openfire.JMXManager
-
Enables / disables JMX support in Openfire.
- XMPP_JMX_PORT - Static variable in class org.jivesoftware.openfire.JMXManager
-
Defines the TCP port number for the JMX connector.
- XMPP_JMX_SECURE - Static variable in class org.jivesoftware.openfire.JMXManager
-
Controls if the JMX connector is configured to require Openfire admin credentials.
- XMPP_KEY - Variable in class org.jivesoftware.openfire.XMPPContextListener
- XMPP_PARSER_BUFFER_SIZE - Static variable in class org.jivesoftware.openfire.nio.XMLLightweightParser
- XMPP_STREAM_SUPPRESS_NEWLINE_AFTER_XML_DECLARATION - Static variable in class org.jivesoftware.util.StringUtils
-
Controls if a newline is added after a generated XML declaration and the 'stream' open tag.
- XMPP_STREAM_SUPPRESS_XML_DECLARATION - Static variable in class org.jivesoftware.util.StringUtils
-
Controls if an XML declaration is generated before a 'stream' open tag is sent.
- XMPP_TIME_FORMAT - Static variable in class org.jivesoftware.util.XMPPDateTimeFormat
- XMPP_TIME_FORMAT_WO_MILLIS - Static variable in class org.jivesoftware.util.XMPPDateTimeFormat
- XMPPCallbackHandler - Class in org.jivesoftware.openfire.net
-
Callback handler that may be used when doing SASL authentication.
- XMPPCallbackHandler() - Constructor for class org.jivesoftware.openfire.net.XMPPCallbackHandler
- XMPPContextListener - Class in org.jivesoftware.openfire
-
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.openfire.XMPPContextListener
- XMPPDateTimeFormat - Class in org.jivesoftware.util
- XMPPDateTimeFormat() - Constructor for class org.jivesoftware.util.XMPPDateTimeFormat
-
Create a new thread-safe instance of this utility class
- XMPPPacketReader - Class in org.dom4j.io
-
XMPPPacketReader
is a Reader of DOM4J documents that uses the fast XML Pull Parser 3.x. - XMPPPacketReader() - Constructor for class org.dom4j.io.XMPPPacketReader
- XMPPPacketReader(DocumentFactory) - Constructor for class org.dom4j.io.XMPPPacketReader
- XMPPPPacketReaderFactory - Class in org.jivesoftware.openfire.websocket
- XMPPPPacketReaderFactory() - Constructor for class org.jivesoftware.openfire.websocket.XMPPPPacketReaderFactory
- XMPPServer - Class in org.jivesoftware.openfire
-
The main XMPP server that will load, initialize and start all the server's modules.
- XMPPServer() - Constructor for class org.jivesoftware.openfire.XMPPServer
-
Creates a server and starts it.
- XMPPServerInfo - Interface in org.jivesoftware.openfire
-
Information 'snapshot' of a server's state.
- XMPPServerInfoImpl - Class in org.jivesoftware.openfire.spi
-
Implements the server info for a basic server.
- XMPPServerInfoImpl(Date) - Constructor for class org.jivesoftware.openfire.spi.XMPPServerInfoImpl
-
Simple constructor
- XMPPServerListener - Interface in org.jivesoftware.openfire
-
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.openfire.handler.IQRegisterInfo
-
The user's zip code
All Classes All Packages