- C2S_CACHE_NAME - Static variable in class org.jivesoftware.openfire.spi.RoutingTableImpl
-
- C2S_INFO_CACHE_NAME - Static variable in class org.jivesoftware.openfire.SessionManager
-
- C2S_SESSION_NAME - Static variable in class org.jivesoftware.openfire.spi.RoutingTableImpl
-
- Cache<K,V> - Interface in org.jivesoftware.util.cache
-
General purpose cache.
- Cacheable - Interface in org.jivesoftware.util.cache
-
Interface that defines the necessary behavior for objects added to a Cache.
- CachedPreparedStatement - Class in org.jivesoftware.database
-
Allows PreparedStatement information to be cached.
- CachedPreparedStatement() - Constructor for class org.jivesoftware.database.CachedPreparedStatement
-
Constructs a new CachedPreparedStatement.
- CachedPreparedStatement(String) - Constructor for class org.jivesoftware.database.CachedPreparedStatement
-
Constructs a new CachedPreparedStatement.
- CacheFactory - Class in org.jivesoftware.util.cache
-
Creates Cache objects.
- CacheFactoryStrategy - Interface in org.jivesoftware.util.cache
-
Implementation of CacheFactory that relies on the specific clustering solution.
- cacheFileTransfer(String, FileTransfer) - Method in class org.jivesoftware.openfire.filetransfer.DefaultFileTransferManager
-
- cacheHits - Variable in class org.jivesoftware.util.cache.DefaultCache
-
Maintain the number of cache hits and misses.
- CacheInfo - Class in org.jivesoftware.openfire.container
-
Configuration to use when creating caches.
- CacheInfo(String, CacheInfo.Type, Map<String, String>) - Constructor for class org.jivesoftware.openfire.container.CacheInfo
-
Creates the configuration to use for the specified cache.
- CacheInfo.Type - Enum in org.jivesoftware.openfire.container
-
- cacheMisses - Variable in class org.jivesoftware.util.cache.DefaultCache
-
Maintain the number of cache hits and misses.
- CacheSizes - Class in org.jivesoftware.util.cache
-
Utility class for determining the sizes in bytes of commonly used objects.
- CacheSizes() - Constructor for class org.jivesoftware.util.cache.CacheSizes
-
- CacheWrapper<K,V> - Class in org.jivesoftware.util.cache
-
Acts as a proxy for a Cache implementation.
- CacheWrapper(Cache<K, V>) - Constructor for class org.jivesoftware.util.cache.CacheWrapper
-
- call() - Method in class org.jivesoftware.util.InputOutputStreamWrapper
-
- canAccess(String) - Static method in class org.jivesoftware.openfire.component.ExternalComponentManager
-
Returns true if the external component with the specified subdomain can connect to the
local server.
- canAccess(String) - Static method in class org.jivesoftware.openfire.server.RemoteServerManager
-
Returns true if the remote server with the specified domain can connect to the
local server.
- canAccessItems(Node, JID, JID) - Method in class org.jivesoftware.openfire.pubsub.models.AccessModel
-
Returns true if the entity is allowed to get the node published items.
- canAccessItems(Node, JID, JID) - Method in class org.jivesoftware.openfire.pubsub.models.AuthorizeAccess
-
- canAccessItems(Node, JID, JID) - Method in class org.jivesoftware.openfire.pubsub.models.OpenAccess
-
- canAccessItems(Node, JID, JID) - Method in class org.jivesoftware.openfire.pubsub.models.PresenceAccess
-
- canAccessItems(Node, JID, JID) - Method in class org.jivesoftware.openfire.pubsub.models.RosterAccess
-
- canAccessItems(Node, JID, JID) - Method in class org.jivesoftware.openfire.pubsub.models.WhitelistAccess
-
- canAnyoneDiscoverJID() - Method in interface org.jivesoftware.openfire.muc.MUCRoom
-
Returns true if every presence packet will include the JID of every occupant.
- canAnyoneDiscoverJID() - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRoom
-
- canBroadcastPresence(String) - Method in interface org.jivesoftware.openfire.muc.MUCRoom
-
Returns true if the presences of the requested role will be broadcasted.
- canBroadcastPresence(String) - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRoom
-
- cancel() - Method in class org.jivesoftware.openfire.mediaproxy.Echo
-
- cancelScheduledTask(TimerTask) - Method in class org.jivesoftware.util.TaskEngine
-
Cancels the execution of a scheduled task.
- cancelSubscription(NodeSubscription, boolean) - Method in class org.jivesoftware.openfire.pubsub.Node
-
Cancels an existing subscription to the node.
- cancelSubscription(NodeSubscription) - Method in class org.jivesoftware.openfire.pubsub.Node
-
Cancels an existing subscription to the node.
- CancelSubscriptionTask - Class in org.jivesoftware.openfire.pubsub.cluster
-
- CancelSubscriptionTask() - Constructor for class org.jivesoftware.openfire.pubsub.cluster.CancelSubscriptionTask
-
- CancelSubscriptionTask(NodeSubscription) - Constructor for class org.jivesoftware.openfire.pubsub.cluster.CancelSubscriptionTask
-
- canChangeNickname() - Method in interface org.jivesoftware.openfire.muc.MUCRoom
-
Returns true if room occupants are allowed to change their nicknames in the room.
- canChangeNickname() - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRoom
-
- canChangePassword() - Method in class org.jivesoftware.openfire.handler.IQRegisterHandler
-
- canCreateNode(JID) - Method in class org.jivesoftware.openfire.pep.PEPService
-
- canCreateNode(JID) - Method in class org.jivesoftware.openfire.pubsub.PubSubModule
-
- canCreateNode(JID) - Method in interface org.jivesoftware.openfire.pubsub.PubSubService
-
Returns true if the pubsub service allows the specified user to create nodes.
- canDelete(JID) - Method in class org.jivesoftware.openfire.pubsub.PublishedItem
-
Returns true if the user that is trying to delete an item is allowed to delete it.
- canFloodOfflineMessages() - Method in interface org.jivesoftware.openfire.session.ClientSession
-
Returns true if the offline messages of the user should be sent to the user when
the user becomes online.
- canFloodOfflineMessages() - Method in class org.jivesoftware.openfire.session.LocalClientSession
-
Returns true if the offline messages of the user should be sent to the user when
the user becomes online.
- CannotBeInvitedException - Exception in org.jivesoftware.openfire.muc
-
Exception used for representing the error when an external MUC delegate responds to an invite-user packet by rejecting the invitation attempt.
- CannotBeInvitedException() - Constructor for exception org.jivesoftware.openfire.muc.CannotBeInvitedException
-
- CannotBeInvitedException(String) - Constructor for exception org.jivesoftware.openfire.muc.CannotBeInvitedException
-
- CannotBeInvitedException(Throwable) - Constructor for exception org.jivesoftware.openfire.muc.CannotBeInvitedException
-
- CannotBeInvitedException(String, Throwable) - Constructor for exception org.jivesoftware.openfire.muc.CannotBeInvitedException
-
- CannotCalculateSizeException - Exception in org.jivesoftware.util.cache
-
Flags an exception when we cannot determine size of the object to be cached.
- CannotCalculateSizeException() - Constructor for exception org.jivesoftware.util.cache.CannotCalculateSizeException
-
- CannotCalculateSizeException(Object) - Constructor for exception org.jivesoftware.util.cache.CannotCalculateSizeException
-
- canOccupantsChangeSubject() - Method in interface org.jivesoftware.openfire.muc.MUCRoom
-
Returns true if participants are allowed to change the room's subject.
- canOccupantsChangeSubject() - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRoom
-
- canOccupantsInvite() - Method in interface org.jivesoftware.openfire.muc.MUCRoom
-
Returns true if occupants can invite other users to the room.
- canOccupantsInvite() - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRoom
-
- canProbePresence(JID, String) - Method in interface org.jivesoftware.openfire.PresenceManager
-
Returns true if the the prober is allowed to see the presence of the probee.
- canProbePresence(JID, String) - Method in class org.jivesoftware.openfire.spi.PresenceManagerImpl
-
- canProcess(Packet) - Method in class org.jivesoftware.openfire.session.LocalClientSession
-
Returns true if the specified packet must not be blocked based on the active or default
privacy list rules.
- canPublish(Node, JID) - Method in class org.jivesoftware.openfire.pubsub.models.OnlyPublishers
-
- canPublish(Node, JID) - Method in class org.jivesoftware.openfire.pubsub.models.OnlySubscribers
-
- canPublish(Node, JID) - Method in class org.jivesoftware.openfire.pubsub.models.OpenPublisher
-
- canPublish(Node, JID) - Method in class org.jivesoftware.openfire.pubsub.models.PublisherModel
-
Returns true if the entity is allowed to publish items to the specified node.
- canSendPublicationEvent(LeafNode, PublishedItem) - Method in class org.jivesoftware.openfire.pubsub.NodeSubscription
-
Returns true if an event notification can be sent to the subscriber for the specified
published item based on the subsription configuration and subscriber status.
- canSubscribe(Node, JID, JID) - Method in class org.jivesoftware.openfire.pubsub.models.AccessModel
-
Returns true if the entity is allowed to subscribe to the specified node.
- canSubscribe(Node, JID, JID) - Method in class org.jivesoftware.openfire.pubsub.models.AuthorizeAccess
-
- canSubscribe(Node, JID, JID) - Method in class org.jivesoftware.openfire.pubsub.models.OpenAccess
-
- canSubscribe(Node, JID, JID) - Method in class org.jivesoftware.openfire.pubsub.models.PresenceAccess
-
- canSubscribe(Node, JID, JID) - Method in class org.jivesoftware.openfire.pubsub.models.RosterAccess
-
- canSubscribe(Node, JID, JID) - Method in class org.jivesoftware.openfire.pubsub.models.WhitelistAccess
-
- CAPACITY_FILTER_NAME - Static variable in class org.jivesoftware.openfire.spi.ConnectionManagerImpl
-
- centerWindowOnComponent(Window, Component) - Static method in class org.jivesoftware.openfire.launcher.GraphicUtils
-
Centers the window over a component (usually another window).
- centerWindowOnScreen(Window) - Static method in class org.jivesoftware.openfire.launcher.GraphicUtils
-
Sets the location of the specified window so that it is centered on screen.
- certificateCreated(KeyStore, String, X509Certificate) - Method in class org.jivesoftware.openfire.clearspace.ClearspaceManager
-
- certificateCreated(KeyStore, String, X509Certificate) - Method in class org.jivesoftware.openfire.spi.ConnectionManagerImpl
-
- certificateCreated(KeyStore, String, X509Certificate) - Method in interface org.jivesoftware.util.CertificateEventListener
-
Event triggered when a new certificate is created.
- certificateDeleted(KeyStore, String) - Method in class org.jivesoftware.openfire.clearspace.ClearspaceManager
-
- certificateDeleted(KeyStore, String) - Method in class org.jivesoftware.openfire.spi.ConnectionManagerImpl
-
- certificateDeleted(KeyStore, String) - Method in interface org.jivesoftware.util.CertificateEventListener
-
Event triggered when a certificate is being deleted from the keystore.
- CertificateEventListener - Interface in org.jivesoftware.util
-
Interface to listen for certificate events.
- CertificateManager - Class in org.jivesoftware.util
-
Utility class that provides similar functionality to the keytool tool.
- CertificateManager() - Constructor for class org.jivesoftware.util.CertificateManager
-
- certificateSigned(KeyStore, String, List<X509Certificate>) - Method in class org.jivesoftware.openfire.clearspace.ClearspaceManager
-
- certificateSigned(KeyStore, String, List<X509Certificate>) - Method in class org.jivesoftware.openfire.spi.ConnectionManagerImpl
-
- certificateSigned(KeyStore, String, List<X509Certificate>) - Method in interface org.jivesoftware.util.CertificateEventListener
-
Event triggered when a certificate has been signed by a Certificate Authority.
- changeDefaultList(String, PrivacyList, PrivacyList) - Method in class org.jivesoftware.openfire.privacy.PrivacyListManager
-
Sets a given privacy list as the new default list of the user.
- ChangeNickname - Class in org.jivesoftware.openfire.muc.cluster
-
Task that changes the nickname of an existing room occupant in the cluster node.
- ChangeNickname() - Constructor for class org.jivesoftware.openfire.muc.cluster.ChangeNickname
-
- ChangeNickname(LocalMUCRoom, String, String, Presence) - Constructor for class org.jivesoftware.openfire.muc.cluster.ChangeNickname
-
- changeNickname(String) - Method in interface org.jivesoftware.openfire.muc.MUCRole
-
Changes the nickname of the occupant within the room to the new nickname.
- changeNickname(String) - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRole
-
- changeNickname(String) - Method in class org.jivesoftware.openfire.muc.spi.RemoteMUCRole
-
- changeParent(CollectionNode) - Method in class org.jivesoftware.openfire.pubsub.Node
-
Changes the parent node of this node.
- changePriority(LocalClientSession, int) - Method in class org.jivesoftware.openfire.SessionManager
-
Change the priority of a session, that was already available, associated with the sender.
- ChangeSharedSecret - Class in org.jivesoftware.openfire.commands.clearspace
-
Changes the shared secret between Openfire and Clearspace
- ChangeSharedSecret() - Constructor for class org.jivesoftware.openfire.commands.clearspace.ChangeSharedSecret
-
- changeSubject(Message, MUCRole) - Method in interface org.jivesoftware.openfire.muc.MUCRoom
-
Changes the room's subject if the occupant has enough permissions.
- changeSubject(Message, MUCRole) - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRoom
-
- ChangeUserPassword - Class in org.jivesoftware.openfire.commands.admin.user
-
Command that allows to change password of existing users.
- ChangeUserPassword() - Constructor for class org.jivesoftware.openfire.commands.admin.user.ChangeUserPassword
-
- Channel<T extends org.xmpp.packet.Packet> - Class in org.jivesoftware.openfire
-
A channel provides a mechanism to queue work units for processing.
- Channel(String, ChannelHandler<T>) - Constructor for class org.jivesoftware.openfire.Channel
-
Creates a new channel.
- channelAtoB - Variable in class org.jivesoftware.openfire.mediaproxy.MediaProxySession
-
- channelAtoBControl - Variable in class org.jivesoftware.openfire.mediaproxy.MediaProxySession
-
- channelBtoA - Variable in class org.jivesoftware.openfire.mediaproxy.MediaProxySession
-
- channelBtoAControl - Variable in class org.jivesoftware.openfire.mediaproxy.MediaProxySession
-
- ChannelHandler<T extends org.xmpp.packet.Packet> - Interface in org.jivesoftware.openfire
-
Interface to handle packets delivered by Channels.
- ChannelNotFoundException - Exception in org.jivesoftware.openfire
-
Thrown when a channel lookup fails to find the specified channel.
- ChannelNotFoundException() - Constructor for exception org.jivesoftware.openfire.ChannelNotFoundException
-
- ChannelNotFoundException(String) - Constructor for exception org.jivesoftware.openfire.ChannelNotFoundException
-
- characters(char[], int, int) - Method in class org.jivesoftware.util.XMLWriter
-
- CHARSET - Static variable in class org.jivesoftware.openfire.net.SASLAuthentication
-
The utf-8 charset for decoding and encoding Jabber packet streams.
- CHARSET - Static variable in class org.jivesoftware.openfire.net.SocketConnection
-
The utf-8 charset for decoding and encoding XMPP packet streams.
- CHARSET - Static variable in class org.jivesoftware.openfire.net.StanzaHandler
-
The utf-8 charset for decoding and encoding Jabber packet streams.
- CHARSET - Static variable in class org.jivesoftware.openfire.nio.NIOConnection
-
The utf-8 charset for decoding and encoding XMPP packet streams.
- CHARSET - Static variable in class org.jivesoftware.openfire.server.ServerDialback
-
The utf-8 charset for decoding and encoding Jabber packet streams.
- CHARSET - Static variable in class org.jivesoftware.openfire.session.LocalSession
-
The utf-8 charset for decoding and encoding Jabber packet streams.
- CHAT_URL_PREFIX - Static variable in class org.jivesoftware.openfire.clearspace.ClearspaceManager
-
- chatRoomAdded(LocalMUCRoom) - Method in interface org.jivesoftware.openfire.muc.MultiUserChatService
-
Notification message indicating that a chat room has been created
in another cluster member.
- chatRoomAdded(LocalMUCRoom) - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
-
Notification message indicating that a chat room has been created
in another cluster member.
- chatRoomRemoved(LocalMUCRoom) - Method in interface org.jivesoftware.openfire.muc.MultiUserChatService
-
Notification message indicating that the specified chat room was
removed from some other cluster member.
- chatRoomRemoved(LocalMUCRoom) - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
-
Notification message indicating that the specified chat room was
removed from some other cluster member.
- check(Certificate, Collection<String>) - Method in class org.jivesoftware.openfire.net.OCSPChecker
-
- checkAuthentication(String, String) - Method in class org.jivesoftware.openfire.clearspace.ClearspaceManager
-
Check a username/password pair for valid authentication.
- checkAuthentication(String, String) - Method in class org.jivesoftware.openfire.ldap.LdapManager
-
Returns true if the user is able to successfully authenticate against
the LDAP server.
- checkClientTrusted(X509Certificate[], String) - Method in class org.jivesoftware.openfire.clearspace.ClearspaceX509TrustManager
-
- checkClientTrusted(X509Certificate[], String) - Method in class org.jivesoftware.openfire.net.ClientTrustManager
-
- checkClientTrusted(X509Certificate[], String) - Method in class org.jivesoftware.openfire.net.ServerTrustManager
-
- checkClientTrusted(X509Certificate[], String) - Method in class org.jivesoftware.openfire.net.SSLJiveTrustManager
-
- checkForPluginsUpdates(boolean) - Method in class org.jivesoftware.openfire.update.UpdateManager
-
- checkForServerUpdate(boolean) - Method in class org.jivesoftware.openfire.update.UpdateManager
-
Queries the igniterealtime.org server for new server and plugin updates.
- checkOpenfireSchema(Connection) - Method in class org.jivesoftware.database.SchemaManager
-
Checks the Openfire database schema to ensure that it's installed and up to date.
- checkPluginSchema(Plugin) - Method in class org.jivesoftware.database.SchemaManager
-
Checks the plugin's database schema (if one is required) to ensure that it's
installed and up to date.
- checkServerTrusted(X509Certificate[], String) - Method in class org.jivesoftware.openfire.clearspace.ClearspaceX509TrustManager
-
- checkServerTrusted(X509Certificate[], String) - Method in class org.jivesoftware.openfire.net.ClientTrustManager
-
Given the partial or complete certificate chain provided by the peer, build a certificate
path to a trusted root and return if it can be validated and is trusted for server SSL
authentication based on the authentication type.
- checkServerTrusted(X509Certificate[], String) - Method in class org.jivesoftware.openfire.net.ServerTrustManager
-
Given the partial or complete certificate chain provided by the peer, build a certificate
path to a trusted root and return if it can be validated and is trusted for server SSL
authentication based on the authentication type.
- checkServerTrusted(X509Certificate[], String) - Method in class org.jivesoftware.openfire.net.SSLJiveTrustManager
-
- chooseClientAlias(String, Principal[]) - Method in class org.jivesoftware.openfire.net.SSLJiveKeyManager
-
- chooseClientAlias(String[], Principal[], Socket) - Method in class org.jivesoftware.openfire.net.SSLJiveKeyManager
-
- chooseServerAlias(String, Principal[]) - Method in class org.jivesoftware.openfire.net.SSLJiveKeyManager
-
- chooseServerAlias(String, Principal[], Socket) - Method in class org.jivesoftware.openfire.net.SSLJiveKeyManager
-
- chopAtWord(String, int) - Static method in class org.jivesoftware.util.StringUtils
-
Intelligently chops a String at a word boundary (whitespace) that occurs
at the specified index in the argument or before.
- CITY - Static variable in interface org.jivesoftware.openfire.handler.IQRegisterInfo
-
The user's city
- ClassUtils - Class in org.jivesoftware.util
-
A utility class to assist with loading classes or resources by name.
- clear() - Method in class org.jivesoftware.openfire.group.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.ComponentCacheWrapper
-
- clear() - Method in class org.jivesoftware.util.cache.DefaultCache
-
- clear() - Method in class org.jivesoftware.util.ConcurrentHashSet
-
- clear() - Method in class org.jivesoftware.util.JiveProperties
-
- clear() - Method in class org.jivesoftware.util.LinkedList
-
Erases all elements in the list and re-initializes it.
- clearAdminUsers() - Method in class org.jivesoftware.openfire.admin.AdminManager
-
Clears the list of admin users.
- clearAgentListeners() - Method in class org.jivesoftware.openfire.mediaproxy.MediaProxySession
-
Removes every Session events listeners
- clearCaches() - Static method in class org.jivesoftware.util.cache.CacheFactory
-
- clearPassword() - Method in class org.jivesoftware.openfire.sasl.VerifyPasswordCallback
-
Clear the retrieved password.
- CLEARSPACE_COMPONENT - Static variable in class org.jivesoftware.openfire.clearspace.ClearspaceManager
-
- ClearspaceAdminProvider - Class in org.jivesoftware.openfire.clearspace
-
Handles retrieving list of admins from Clearspace.
- ClearspaceAdminProvider() - Constructor for class org.jivesoftware.openfire.clearspace.ClearspaceAdminProvider
-
- ClearspaceAuthProvider - Class in org.jivesoftware.openfire.clearspace
-
The ClearspaceAuthProvider uses the PermissionService web service inside of Clearspace
to retrieve authenticate users.
- ClearspaceAuthProvider() - Constructor for class org.jivesoftware.openfire.clearspace.ClearspaceAuthProvider
-
- ClearspaceGroupProvider - Class in org.jivesoftware.openfire.clearspace
-
- ClearspaceGroupProvider() - Constructor for class org.jivesoftware.openfire.clearspace.ClearspaceGroupProvider
-
- ClearspaceLockOutProvider - Class in org.jivesoftware.openfire.clearspace
-
The ClearspaceLockOutProvider uses the UserService web service inside of Clearspace
to retrieve user properties from Clearspace.
- ClearspaceLockOutProvider() - Constructor for class org.jivesoftware.openfire.clearspace.ClearspaceLockOutProvider
-
Generate a ClearspaceLockOutProvider instance.
- ClearspaceManager - Class in org.jivesoftware.openfire.clearspace
-
Centralized administration of Clearspace connections.
- ClearspaceManager(Map<String, String>) - Constructor for class org.jivesoftware.openfire.clearspace.ClearspaceManager
-
Constructs a new ClearspaceManager instance.
- ClearspaceManager() - Constructor for class org.jivesoftware.openfire.clearspace.ClearspaceManager
-
Constructs a new ClearspaceManager instance.
- ClearspaceManager.HttpType - Enum in org.jivesoftware.openfire.clearspace
-
Different kind of HTTP request types
- ClearspaceMUCEventDelegate - Class in org.jivesoftware.openfire.clearspace
-
Handles checking with Clearspace regarding whether a user can join a particular MUC room (based
on their permissions with the Clearspace JiveObject (eg.
- ClearspaceMUCEventDelegate() - Constructor for class org.jivesoftware.openfire.clearspace.ClearspaceMUCEventDelegate
-
- ClearspaceMUCTranscriptEvent - Class in org.jivesoftware.openfire.clearspace
-
A MUC event that is intended to be recorded in a transcript for a group chat room in Clearspace.
- ClearspaceMUCTranscriptEvent() - Constructor for class org.jivesoftware.openfire.clearspace.ClearspaceMUCTranscriptEvent
-
- ClearspaceMUCTranscriptEvent.Type - Enum in org.jivesoftware.openfire.clearspace
-
- ClearspaceMUCTranscriptManager - Class in org.jivesoftware.openfire.clearspace
-
Stores MUC events that are intended to be recorded as a transcript for a group chat room in Clearspace.
- ClearspaceMUCTranscriptManager(TaskEngine) - Constructor for class org.jivesoftware.openfire.clearspace.ClearspaceMUCTranscriptManager
-
- ClearspaceSaslServer - Class in org.jivesoftware.openfire.clearspace
-
Implements the CLEARSPACE server-side SASL mechanism.
- ClearspaceSaslServer() - Constructor for class org.jivesoftware.openfire.clearspace.ClearspaceSaslServer
-
- ClearspaceSecurityAuditProvider - Class in org.jivesoftware.openfire.clearspace
-
The ClearspaceSecurityAuditProvider uses the AuditService web service inside of Clearspace
to send audit logs into Clearspace's own audit handler.
- ClearspaceSecurityAuditProvider() - Constructor for class org.jivesoftware.openfire.clearspace.ClearspaceSecurityAuditProvider
-
Generate a ClearspaceSecurityAuditProvider instance.
- ClearspaceUserProvider - Class in org.jivesoftware.openfire.clearspace
-
The ClearspaceUserProvider uses the UserService and ProfileSearchService web service inside of Clearspace
to retrieve user information and to search for users from Clearspace.
- ClearspaceUserProvider() - Constructor for class org.jivesoftware.openfire.clearspace.ClearspaceUserProvider
-
- ClearspaceVCardProvider - Class in org.jivesoftware.openfire.clearspace
-
The ClearspaceLockOutProvider uses the UserService web service inside of Clearspace
to retrieve, edit and delete user information from Clearspace.
- ClearspaceVCardProvider() - Constructor for class org.jivesoftware.openfire.clearspace.ClearspaceVCardProvider
-
- ClearspaceX509TrustManager - Class in org.jivesoftware.openfire.clearspace
-
Trust manager that validates Clearspace certificates.
- ClearspaceX509TrustManager(String, Map<String, String>, KeyStore) - Constructor for class org.jivesoftware.openfire.clearspace.ClearspaceX509TrustManager
-
- clearValues() - Method in interface org.jivesoftware.openfire.forms.FormField
-
Deprecated.
Removes all the values of the field.
- clearValues() - Method in class org.jivesoftware.openfire.forms.spi.XFormFieldImpl
-
Deprecated.
- CLIENT - Static variable in class org.jivesoftware.openfire.cluster.GetBasicStatistics
-
- ClientConnectionHandler - Class in org.jivesoftware.openfire.nio
-
- ClientConnectionHandler(String) - Constructor for class org.jivesoftware.openfire.nio.ClientConnectionHandler
-
- ClientRoute - Class in org.jivesoftware.openfire.spi
-
Internal object used by RoutingTableImpl to keep track of the node that own a ClientSession
and whether the session is available or not.
- ClientRoute() - Constructor for class org.jivesoftware.openfire.spi.ClientRoute
-
- ClientRoute(NodeID, boolean) - Constructor for class org.jivesoftware.openfire.spi.ClientRoute
-
- ClientSession - Interface in org.jivesoftware.openfire.session
-
Represents a session between the server and a client.
- ClientSessionConnection - Class in org.jivesoftware.openfire.multiplex
-
Represents a connection of a Client Session that was established to a Connection Manager.
- ClientSessionConnection(String, String, String) - Constructor for class org.jivesoftware.openfire.multiplex.ClientSessionConnection
-
- ClientSessionInfo - Class in org.jivesoftware.openfire.session
-
Client session information to be used when running in a cluster.
- ClientSessionInfo() - Constructor for class org.jivesoftware.openfire.session.ClientSessionInfo
-
- ClientSessionInfo(LocalClientSession) - Constructor for class org.jivesoftware.openfire.session.ClientSessionInfo
-
- ClientStanzaHandler - Class in org.jivesoftware.openfire.net
-
Handler of XML stanzas sent by clients connected directly to the server.
- ClientStanzaHandler(PacketRouter, String, Connection) - Constructor for class org.jivesoftware.openfire.net.ClientStanzaHandler
-
- ClientTrustManager - Class in org.jivesoftware.openfire.net
-
ClientTrustManager is a Trust Manager that is only used for c2s connections.
- ClientTrustManager(KeyStore) - Constructor for class org.jivesoftware.openfire.net.ClientTrustManager
-
- clone() - Method in class org.jivesoftware.util.ConcurrentHashSet
-
- close() - Method in interface org.jivesoftware.openfire.Connection
-
Close this session including associated socket connection.
- close() - Method in class org.jivesoftware.openfire.http.HttpConnection
-
The connection should be closed without delivering a stanza to the requestor.
- close() - Method in class org.jivesoftware.openfire.http.HttpSession
-
Closes the session.
- close() - Method in class org.jivesoftware.openfire.net.SocketConnection
-
- close() - Method in class org.jivesoftware.openfire.net.TLSStreamHandler
-
Closes the channels that will end up closing the input and output streams of the connection.
- close() - Method in class org.jivesoftware.openfire.net.TLSWrapper
-
Signals that no more outbound application data will be sent on this TLSHandler.
- close() - Method in class org.jivesoftware.openfire.net.VirtualConnection
-
Closes the session, the virtual connection and notifies listeners that the connection
has been closed.
- close() - Method in class org.jivesoftware.openfire.nio.ByteBufferWriter
-
- close() - Method in class org.jivesoftware.openfire.nio.NIOConnection
-
- close() - Method in class org.jivesoftware.openfire.session.LocalSession
-
- close() - Method in interface org.jivesoftware.openfire.session.Session
-
Close this session including associated socket connection.
- close() - Method in class org.jivesoftware.util.Base64.OutputStream
-
Flushes and closes (I think, in the superclass) the stream.
- close() - Method in class org.jivesoftware.util.XMLWriter
-
Closes the underlying Writer
- closeClientSession(String, String) - Method in class org.jivesoftware.openfire.multiplex.ConnectionMultiplexerManager
-
Closes an existing client session that was established through a connection manager.
- closeConnection(ResultSet, Statement, Connection) - Static method in class org.jivesoftware.database.DbConnectionManager
-
Closes a result set, statement and database connection (returning the connection to
the connection pool).
- closeConnection(Statement, Connection) - Static method in class org.jivesoftware.database.DbConnectionManager
-
Closes a statement and database connection (returning the connection to
the connection pool).
- closeConnection(Connection) - Static method in class org.jivesoftware.database.DbConnectionManager
-
Closes a database connection (returning the connection to the connection pool).
- closeResultSet(ResultSet) - Static method in class org.jivesoftware.database.DbConnectionManager
-
Closes a result set.
- closeStatement(Statement) - Static method in class org.jivesoftware.database.DbConnectionManager
-
Closes a statement.
- closeStatement(ResultSet, Statement) - Static method in class org.jivesoftware.database.DbConnectionManager
-
Closes a statement and a result set.
- closeTransactionConnection(PreparedStatement, Connection, boolean) - Static method in class org.jivesoftware.database.DbConnectionManager
-
Closes a PreparedStatement and Connection.
- closeTransactionConnection(Connection, boolean) - Static method in class org.jivesoftware.database.DbConnectionManager
-
Closes a Connection.
- closeVirtualConnection() - Method in class org.jivesoftware.openfire.http.HttpSession.HttpVirtualConnection
-
- closeVirtualConnection() - Method in class org.jivesoftware.openfire.multiplex.ClientSessionConnection
-
If the Connection Manager or the Client requested to close the connection then just do
nothing.
- closeVirtualConnection() - Method in class org.jivesoftware.openfire.net.VirtualConnection
-
Closes the virtual connection.
- CLUSTER_PROPERTY_NAME - Static variable in class org.jivesoftware.openfire.cluster.ClusterManager
-
- CLUSTERED_CACHE_PROPERTY_NAME - Static variable in class org.jivesoftware.util.cache.CacheFactory
-
- ClusterEventListener - Interface in org.jivesoftware.openfire.cluster
-
Listener for cluster events.
- ClusterManager - Class in org.jivesoftware.openfire.cluster
-
A cluster manager is responsible for triggering events related to clustering.
- ClusterManager() - Constructor for class org.jivesoftware.openfire.cluster.ClusterManager
-
- ClusterNodeInfo - Interface in org.jivesoftware.openfire.cluster
-
Basic information about a cluster node.
- ClusterTask - Interface in org.jivesoftware.util.cache
-
An interface to mix in Serializable and Runnable, which are both required for
sending invocable tasks across a cluster.
- CM_CACHE_NAME - Static variable in class org.jivesoftware.openfire.SessionManager
-
- CollectionNode - Class in org.jivesoftware.openfire.pubsub
-
A type of node that contains nodes and/or other collections but no published
items.
- CollectionNode(PubSubService, CollectionNode, String, JID) - Constructor for class org.jivesoftware.openfire.pubsub.CollectionNode
-
- CollectionNode.LeafNodeAssociationPolicy - Enum in org.jivesoftware.openfire.pubsub
-
Policy that defines who may associate leaf nodes with a collection.
- collectionToString(Collection<String>) - Static method in class org.jivesoftware.util.StringUtils
-
Returns a collection of Strings as a comma-delimitted list of strings.
- comment(char[], int, int) - Method in class org.jivesoftware.util.XMLWriter
-
- CommonsLogFactory - Class in org.jivesoftware.util.log.util
-
A LogFactory implementation to override the default commons-logging behavior.
- CommonsLogFactory() - Constructor for class org.jivesoftware.util.log.util.CommonsLogFactory
-
- compareTo(JID) - Method in class org.jivesoftware.openfire.group.GroupJID
-
- compareTo(Version) - Method in class org.jivesoftware.util.Version
-
- component - Static variable in class org.jivesoftware.openfire.launcher.GraphicUtils
-
- COMPONENT_CACHE_NAME - Static variable in class org.jivesoftware.openfire.spi.RoutingTableImpl
-
- COMPONENT_SESSION_CACHE_NAME - Static variable in class org.jivesoftware.openfire.SessionManager
-
- componentAllowed(String, ExternalComponentConfiguration) - Method in class org.jivesoftware.openfire.clearspace.ClearspaceManager
-
- componentAllowed(String, ExternalComponentConfiguration) - Method in interface org.jivesoftware.openfire.component.ExternalComponentManagerListener
-
Notification indicating that a new component was allowed to connect using a
given configuration.
- componentBlocked(String) - Method in class org.jivesoftware.openfire.clearspace.ClearspaceManager
-
- componentBlocked(String) - Method in interface org.jivesoftware.openfire.component.ExternalComponentManagerListener
-
Notification indicating that a component was blocked to connect to the server.
- ComponentCacheWrapper<K,V> - 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 class org.jivesoftware.openfire.clearspace.ClearspaceManager
-
- componentConfigurationDeleted(String) - Method in interface org.jivesoftware.openfire.component.ExternalComponentManagerListener
-
Notification indicating that the configuration of a component, that was either
blocked or allowed to connect, is being deleted.
- ComponentConnectionHandler - Class in org.jivesoftware.openfire.nio
-
- ComponentConnectionHandler(String) - Constructor for class org.jivesoftware.openfire.nio.ComponentConnectionHandler
-
- ComponentEventListener - Interface in org.jivesoftware.openfire.component
-
Interface to listen for component events.
- componentInfoReceived(IQ) - Method in class org.jivesoftware.openfire.clearspace.ClearspaceManager
-
- componentInfoReceived(IQ) - Method in interface org.jivesoftware.openfire.component.ComponentEventListener
-
The server has received a disco#info response from the component.
- componentInfoReceived(IQ) - Method in class org.jivesoftware.openfire.interceptor.PacketCopier
-
- componentRegistered(JID) - Method in class org.jivesoftware.openfire.clearspace.ClearspaceManager
-
- componentRegistered(JID) - Method in interface org.jivesoftware.openfire.component.ComponentEventListener
-
A component was registered with the Component Manager.
- componentRegistered(JID) - Method in class org.jivesoftware.openfire.interceptor.PacketCopier
-
- componentSecretUpdated(String, String) - Method in class org.jivesoftware.openfire.clearspace.ClearspaceManager
-
- componentSecretUpdated(String, String) - Method in interface org.jivesoftware.openfire.component.ExternalComponentManagerListener
-
Notification indicating that the configuration of a component, that was either
blocked or allowed to connect, is being deleted.
- ComponentSession - Interface in org.jivesoftware.openfire.session
-
Represents a session between the server and an external component.
- ComponentSession.ExternalComponent - Interface in org.jivesoftware.openfire.session
-
The ExternalComponent acts as a proxy of the remote connected component.
- ComponentStanzaHandler - Class in org.jivesoftware.openfire.net
-
Handler of XML stanzas sent by external components connected directly to the server.
- ComponentStanzaHandler(PacketRouter, String, Connection) - Constructor for class org.jivesoftware.openfire.net.ComponentStanzaHandler
-
- componentUnregistered(JID) - Method in class org.jivesoftware.openfire.clearspace.ClearspaceManager
-
- componentUnregistered(JID) - Method in interface org.jivesoftware.openfire.component.ComponentEventListener
-
A component was removed.
- componentUnregistered(JID) - Method in class org.jivesoftware.openfire.interceptor.PacketCopier
-
- COMPRESSION_FILTER_NAME - Static variable in class org.jivesoftware.openfire.spi.ConnectionManagerImpl
-
- COMPRESSION_SETTINGS - Static variable in class org.jivesoftware.openfire.session.ConnectionSettings.Client
-
- COMPRESSION_SETTINGS - Static variable in class org.jivesoftware.openfire.session.ConnectionSettings.Multiplex
-
- COMPRESSION_SETTINGS - Static variable in class org.jivesoftware.openfire.session.ConnectionSettings.Server
-
- 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
-
- ConcurrentHashSet<E> - Class in org.jivesoftware.util
-
This class implements the Set interface, backed by a ConcurrentHashMap instance.
- ConcurrentHashSet() - Constructor for class org.jivesoftware.util.ConcurrentHashSet
-
Constructs a new, empty set; the backing ConcurrentHashMap instance has
default initial capacity (16) and load factor (0.75).
- ConcurrentHashSet(Collection<? extends E>) - Constructor for class org.jivesoftware.util.ConcurrentHashSet
-
Constructs a new set containing the elements in the specified
collection.
- ConcurrentHashSet(int, float) - Constructor for class org.jivesoftware.util.ConcurrentHashSet
-
Constructs a new, empty set; the backing ConcurrentHashMap instance has
the specified initial capacity and the specified load factor.
- ConcurrentHashSet(int) - Constructor for class org.jivesoftware.util.ConcurrentHashSet
-
Constructs a new, empty set; the backing HashMap instance has
the specified initial capacity and default load factor, which is
0.75.
- configClearspace() - Method in class org.jivesoftware.openfire.clearspace.ClearspaceManager
-
- configure(String) - Method in class org.jivesoftware.openfire.container.PluginCacheConfigurator
-
- configure(FormField) - Method in class org.jivesoftware.openfire.pubsub.CollectionNode
-
- configure(FormField) - Method in class org.jivesoftware.openfire.pubsub.LeafNode
-
- configure(DataForm) - Method in class org.jivesoftware.openfire.pubsub.Node
-
Changes the node configuration based on the completed data form.
- configure(FormField) - Method in class org.jivesoftware.openfire.pubsub.Node
-
Configures the node with the completed form field.
- configure(IQ, DataForm) - Method in class org.jivesoftware.openfire.pubsub.NodeSubscription
-
Configures the subscription based on the sent DataForm
included in the IQ
packet sent by the subscriber.
- ConflictException - Exception in org.jivesoftware.openfire.muc
-
Exception used for representing a conflict error in a MUCRoom.
- ConflictException() - Constructor for exception org.jivesoftware.openfire.muc.ConflictException
-
- ConflictException(String) - Constructor for exception org.jivesoftware.openfire.muc.ConflictException
-
- ConflictException(Throwable) - Constructor for exception org.jivesoftware.openfire.muc.ConflictException
-
- ConflictException(String, Throwable) - Constructor for exception org.jivesoftware.openfire.muc.ConflictException
-
- conn - Variable in class org.jivesoftware.openfire.session.LocalSession
-
The connection that this session represents.
- Connection - Interface in org.jivesoftware.openfire
-
Represents a connection on the server.
- connection - Variable in class org.jivesoftware.openfire.net.SocketReader
-
Reference to the physical connection.
- connection - Variable in class org.jivesoftware.openfire.net.StanzaHandler
-
- CONNECTION - Static variable in class org.jivesoftware.openfire.nio.ConnectionHandler
-
- Connection.ClientAuth - Enum in org.jivesoftware.openfire
-
Enumeration that specifies if clients should be authenticated (and how) while
negotiating TLS.
- Connection.CompressionPolicy - Enum in org.jivesoftware.openfire
-
Enumeration of possible compression policies required to interact with the server.
- Connection.TLSPolicy - Enum in org.jivesoftware.openfire
-
Enumeration of possible TLS policies required to interact with the server.
- connectionClosed(HttpSession, HttpConnection) - Method in interface org.jivesoftware.openfire.http.SessionListener
-
A conneciton was closed.
- ConnectionCloseListener - Interface in org.jivesoftware.openfire
-
Implement and register with a connection to receive notification
of the connection closing.
- ConnectionException - Exception in org.jivesoftware.openfire.auth
-
Thrown when Openfire is not able to connect to the user and group system.
- ConnectionException() - Constructor for exception org.jivesoftware.openfire.auth.ConnectionException
-
- ConnectionException(String) - Constructor for exception org.jivesoftware.openfire.auth.ConnectionException
-
- ConnectionException(String, Throwable) - Constructor for exception org.jivesoftware.openfire.auth.ConnectionException
-
- ConnectionException(Throwable) - Constructor for exception org.jivesoftware.openfire.auth.ConnectionException
-
- ConnectionException - Exception in org.jivesoftware.openfire.clearspace
-
Thrown when an exception occurs connecting to CS.
- ConnectionException(String, Throwable, ConnectionException.ErrorType) - Constructor for exception org.jivesoftware.openfire.clearspace.ConnectionException
-
- ConnectionException(String, ConnectionException.ErrorType) - Constructor for exception org.jivesoftware.openfire.clearspace.ConnectionException
-
- ConnectionException(Throwable, ConnectionException.ErrorType) - Constructor for exception org.jivesoftware.openfire.clearspace.ConnectionException
-
- ConnectionException.ErrorType - Enum in org.jivesoftware.openfire.clearspace
-
- ConnectionHandler - Class in org.jivesoftware.openfire.nio
-
A ConnectionHandler is responsible for creating new sessions, destroying sessions and delivering
received XML stanzas to the proper StanzaHandler.
- ConnectionHandler(String) - Constructor for class org.jivesoftware.openfire.nio.ConnectionHandler
-
- ConnectionManager - Interface in org.jivesoftware.openfire
-
Coordinates connections (accept, read, termination) on the server.
- ConnectionManagerImpl - Class in org.jivesoftware.openfire.spi
-
- ConnectionManagerImpl() - Constructor for class org.jivesoftware.openfire.spi.ConnectionManagerImpl
-
- ConnectionMultiplexerManager - Class in org.jivesoftware.openfire.multiplex
-
A ConnectionMultiplexerManager is responsible for keeping track of the connected
Connection Managers and the sessions that were established with the Connection
Managers.
- ConnectionMultiplexerSession - Interface in org.jivesoftware.openfire.session
-
Represents a session between the server and a connection manager.
- connectionOpened(HttpSession, HttpConnection) - Method in interface org.jivesoftware.openfire.http.SessionListener
-
A connection was opened.
- ConnectionProvider - Interface in org.jivesoftware.database
-
Abstract class that defines the connection provider framework.
- ConnectionSettings - Class in org.jivesoftware.openfire.session
-
- ConnectionSettings.Client - Class in org.jivesoftware.openfire.session
-
- ConnectionSettings.Component - Class in org.jivesoftware.openfire.session
-
- ConnectionSettings.Component() - Constructor for class org.jivesoftware.openfire.session.ConnectionSettings.Component
-
- ConnectionSettings.Multiplex - Class in org.jivesoftware.openfire.session
-
- ConnectionSettings.Server - Class in org.jivesoftware.openfire.session
-
- construct() - Method in class org.jivesoftware.openfire.launcher.SwingWorker
-
Compute the value to be returned by the get
method.
- contactAdded(Roster, RosterItem) - Method in class org.jivesoftware.openfire.pep.IQPEPHandler
-
- contactAdded(Roster, RosterItem) - Static method in class org.jivesoftware.openfire.roster.RosterEventDispatcher
-
Notifies the listeners that a contact has been added to a roster.
- contactAdded(Roster, RosterItem) - Method in interface org.jivesoftware.openfire.roster.RosterEventListener
-
Notification message indicating that a contact has been added to a roster.
- contactDeleted(Roster, RosterItem) - Method in class org.jivesoftware.openfire.pep.IQPEPHandler
-
- contactDeleted(Roster, RosterItem) - Static method in class org.jivesoftware.openfire.roster.RosterEventDispatcher
-
Notifies the listeners that a contact has been deleted from a roster.
- contactDeleted(Roster, RosterItem) - Method in interface org.jivesoftware.openfire.roster.RosterEventListener
-
Notification message indicating that a contact has been deleted from a roster.
- contacts - Variable in class org.jivesoftware.openfire.pubsub.Node
-
The JIDs of those to contact with questions.
- contactUpdated(Roster, RosterItem) - Method in class org.jivesoftware.openfire.pep.IQPEPHandler
-
- contactUpdated(Roster, RosterItem) - Static method in class org.jivesoftware.openfire.roster.RosterEventDispatcher
-
Notifies the listeners that a contact has been updated.
- contactUpdated(Roster, RosterItem) - Method in interface org.jivesoftware.openfire.roster.RosterEventListener
-
Notification message indicating that a contact has been updated.
- contains(Object) - Method in class org.jivesoftware.util.ConcurrentHashSet
-
- contains(String[], String) - Static method in class org.jivesoftware.util.StringUtils
-
Returns true if the given string is in the given array.
- containsFeature(String) - Method in class org.jivesoftware.openfire.entitycaps.EntityCapabilities
-
Determines whether or not a given feature is included in these entity
capabilities.
- containsIdentity(String, String) - Method in class org.jivesoftware.openfire.entitycaps.EntityCapabilities
-
Determines whether or not a given identity is included in these entity
capabilities.
- containsKey(Object) - Method in class org.jivesoftware.openfire.muc.spi.MUCServiceProperties
-
- containsKey(Object) - Method in class org.jivesoftware.util.cache.CacheWrapper
-
- containsKey(Object) - Method in class org.jivesoftware.util.cache.DefaultCache
-
- containsKey(Object) - Method in class org.jivesoftware.util.JiveProperties
-
- containsValue(Object) - Method in class org.jivesoftware.openfire.muc.spi.MUCServiceProperties
-
- containsValue(Object) - Method in class org.jivesoftware.util.cache.CacheWrapper
-
- containsValue(Object) - Method in class org.jivesoftware.util.cache.DefaultCache
-
- containsValue(Object) - Method in class org.jivesoftware.util.JiveProperties
-
- content - Variable in class org.jivesoftware.openfire.clearspace.ClearspaceMUCTranscriptEvent
-
- contextDestroyed(ServletContextEvent) - Method in class org.jivesoftware.openfire.XMPPContextListener
-
- contextInitialized(ServletContextEvent) - Method in class org.jivesoftware.openfire.XMPPContextListener
-
- CookieUtils - Class in org.jivesoftware.util
-
- CookieUtils() - Constructor for class org.jivesoftware.util.CookieUtils
-
- copy(URL, File) - Static method in class org.jivesoftware.util.WebManager
-
Copies the contents at src
to dst
.
- create(JID) - Method in class org.jivesoftware.openfire.pep.PEPServiceManager
-
- createAuthFailureEvent(Session, String, String) - Static method in class org.jivesoftware.openfire.audit.SessionEvent
-
Create an event associated with the failure of a session to authenticate.
- createAuthSuccessEvent(Session) - Static method in class org.jivesoftware.openfire.audit.SessionEvent
-
Create an event associated with a successful authentication.
- createc2sServerSocket(int, InetAddress) - Static method in class org.jivesoftware.openfire.net.SSLConfig
-
Create a ServerSocket for c2s connections
- createCache(String) - Static method in class org.jivesoftware.util.cache.CacheFactory
-
Returns the named cache, creating it as necessary.
- createCache(String) - Method in interface org.jivesoftware.util.cache.CacheFactoryStrategy
-
Creates a new cache for the cache name specified.
- createCache(String) - Method in class org.jivesoftware.util.cache.DefaultLocalCacheStrategy
-
- createClientHttpSession(long, InetAddress, StreamID, HttpConnection) - Method in class org.jivesoftware.openfire.SessionManager
-
- createClientSession(String, String, String, String) - Method in class org.jivesoftware.openfire.multiplex.ConnectionMultiplexerManager
-
Creates a new client session that was established to the specified connection manager.
- createClientSession(Connection) - Method in class org.jivesoftware.openfire.SessionManager
-
Creates a new ClientSession.
- createClientSession(Connection, StreamID) - Method in class org.jivesoftware.openfire.SessionManager
-
Creates a new ClientSession with the specified streamID.
- createComponentSession(JID, Connection) - Method in class org.jivesoftware.openfire.SessionManager
-
- createConnectEvent(Session) - Static method in class org.jivesoftware.openfire.audit.SessionEvent
-
Create an event associated with the initial connection
of a session before the stream is created.
- createCopy() - Method in class org.jivesoftware.openfire.multiplex.Route
-
Returns a deep copy of this route packet.
- createDefaultConfiguration(PubSubService, DefaultNodeConfiguration) - Static method in class org.jivesoftware.openfire.pubsub.PubSubPersistenceManager
-
Creates a new default node configuration for the specified service.
- createDefaultSessionFilter() - Static method in class org.jivesoftware.openfire.SessionResultFilter
-
Creates a default SessionResultFilter: no filtering with results sorted
by user (ascending).
- createDeleteTask(String, String) - Static method in class org.jivesoftware.openfire.muc.cluster.MUCServicePropertyClusterEventTask
-
- createDeleteTask(String) - Static method in class org.jivesoftware.util.PropertyClusterEventTask
-
- createDigest(String, String) - Static method in class org.jivesoftware.openfire.auth.AuthFactory
-
Returns a digest given a token and password, according to JEP-0078.
- createDigest(String, JID, JID) - Static method in class org.jivesoftware.openfire.filetransfer.proxy.ProxyConnectionManager
-
Creates the digest needed for a byte stream.
- createDisconnectEvent(Session) - Static method in class org.jivesoftware.openfire.audit.SessionEvent
-
Create an event associated with the closing of a session.
- createDSACert(KeyStore, String, String, String, String, String) - Static method in class org.jivesoftware.util.CertificateManager
-
Creates a new X509 certificate using the DSA algorithm.
- createEmptyBody(boolean) - Static method in class org.jivesoftware.openfire.http.HttpBindServlet
-
- createEmptyBody(boolean) - Static method in class org.jivesoftware.openfire.http.HttpSession
-
- createErrorBody(String, String) - Static method in class org.jivesoftware.openfire.http.HttpBindServlet
-
- createGroup(String) - Method in class org.jivesoftware.openfire.group.AbstractGroupProvider
-
- createGroup(String) - Method in class org.jivesoftware.openfire.group.DefaultGroupProvider
-
- createGroup(String) - Method in class org.jivesoftware.openfire.group.GroupManager
-
Factory method for creating a new Group.
- createGroup(String) - Method in interface org.jivesoftware.openfire.group.GroupProvider
-
Creates a group with the given name (optional operation).
- createImageIcon(Image) - Static method in class org.jivesoftware.openfire.launcher.GraphicUtils
-
- createIncomingServerSession(Connection, StreamID, 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
-
- createItem(String, RosterItem) - Method in class org.jivesoftware.openfire.roster.DefaultRosterItemProvider
-
- createItem(String, RosterItem) - Method in interface org.jivesoftware.openfire.roster.RosterItemProvider
-
Creates a new roster item for the given user (optional operation).
- createJID(String, String) - Method in class org.jivesoftware.openfire.XMPPServer
-
Creates an XMPPAddress local to this server.
- createJID(String, String, boolean) - Method in class org.jivesoftware.openfire.XMPPServer
-
Creates an XMPPAddress local to this server.
- createLocalCache(String) - Static method in class org.jivesoftware.util.cache.CacheFactory
-
Returns the named local cache, creating it as necessary.
- createMimeMessage() - Method in class org.jivesoftware.util.EmailService
-
Factory method to return a blank JavaMail message.
- CreateMUCRoom - Class in org.jivesoftware.openfire.commands.admin.muc
-
Allows via AdHoc commands the creation of a Multi-User Chat room.
- CreateMUCRoom() - Constructor for class org.jivesoftware.openfire.commands.admin.muc.CreateMUCRoom
-
- createMultiplexerSession(Connection, JID) - Method in class org.jivesoftware.openfire.SessionManager
-
Creates a new ConnectionMultiplexerSession.
- createMultiUserChatService(String, String, Boolean) - Method in class org.jivesoftware.openfire.muc.MultiUserChatManager
-
Creates a new MUC service and registers it with the manager, and starts up the service.
- createNewSession(AsyncContext, Element) - Method in class org.jivesoftware.openfire.http.HttpBindServlet
-
- createNode(Node) - Static method in class org.jivesoftware.openfire.pubsub.PubSubPersistenceManager
-
Creates and stores the node configuration in the database.
- createOutgoingSession(String, String, int) - Method in class org.jivesoftware.openfire.server.ServerDialback
-
Creates a new connection from the Originating Server to the Receiving Server for
authenticating the specified domain.
- createPresence(Presence.Type) - Method in interface org.jivesoftware.openfire.muc.MUCRoom
-
Create a new presence in this room for the given role.
- createPresence(Presence.Type) - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRoom
-
- createPrivacyList(String, String, Element) - Method in class org.jivesoftware.openfire.privacy.PrivacyListManager
-
Creates a new privacy list for the specified user.
- createPrivacyList(String, PrivacyList) - Method in class org.jivesoftware.openfire.privacy.PrivacyListProvider
-
Creates and saves the new privacy list to the database.
- createPutTask(String, String, String) - Static method in class org.jivesoftware.openfire.muc.cluster.MUCServicePropertyClusterEventTask
-
- createPutTask(String, String) - Static method in class org.jivesoftware.util.PropertyClusterEventTask
-
- createRosterItem(JID, boolean, boolean) - Method in class org.jivesoftware.openfire.roster.Roster
-
Create a new item to the roster.
- createRosterItem(JID, String, List<String>, boolean, boolean) - Method in class org.jivesoftware.openfire.roster.Roster
-
Create a new item to the roster.
- createRosterItem(Roster.Item) - Method in class org.jivesoftware.openfire.roster.Roster
-
Create a new item to the roster based as a copy of the given item.
- createRSACert(KeyStore, String, String, String, String, String) - Static method in class org.jivesoftware.util.CertificateManager
-
Creates a new X509 certificate using the RSA algorithm.
- createSaslServer(String, String, String, Map<String, ?>, CallbackHandler) - Method in class org.jivesoftware.openfire.sasl.SaslServerFactoryImpl
-
Creates a SaslServer
implementing a supported mechanism using the parameters supplied.
- createScrollablePreparedStatement(Connection, String) - Static method in class org.jivesoftware.database.DbConnectionManager
-
Creates a scroll insensitive PreparedStatement if the JDBC driver supports it, or a normal
PreparedStatement otherwise.
- createScrollableStatement(Connection) - Static method in class org.jivesoftware.database.DbConnectionManager
-
Deprecated.
- createServerSocket(int, InetAddress) - Static method in class org.jivesoftware.openfire.net.SSLConfig
-
Create a ServerSocket for s2s connections
- createSession(InetAddress, Element, HttpConnection) - Method in class org.jivesoftware.openfire.http.HttpSessionManager
-
Creates an HTTP binding session which will allow a user to exchange packets with Openfire.
- createSession() - Method in class org.jivesoftware.openfire.net.SocketReader
-
Uses the XPP to grab the opening stream tag and create an active session
object.
- createSession(XmlPullParser) - Method in class org.jivesoftware.openfire.net.StanzaHandler
-
Uses the XPP to grab the opening stream tag and create an active session
object.
- createSession(String, XmlPullParser, Connection) - Static method in class org.jivesoftware.openfire.session.LocalClientSession
-
Returns a newly created session between the server and a client.
- createSession(String, XmlPullParser, Connection) - Static method in class org.jivesoftware.openfire.session.LocalComponentSession
-
Returns a newly created session between the server and a component.
- createSession(String, XmlPullParser, Connection) - Static method in class org.jivesoftware.openfire.session.LocalConnectionMultiplexerSession
-
- createSession(String, XMPPPacketReader, SocketConnection) - Static method in class org.jivesoftware.openfire.session.LocalIncomingServerSession
-
Creates a new session that will receive packets.
- createSigningRequest(X509Certificate, PrivateKey) - Static method in class org.jivesoftware.util.CertificateManager
-
Creates and returns the content of a new singing request for the specified certificate.
- createSocket(String, int, InetAddress, int) - Method in class org.jivesoftware.openfire.clearspace.SSLProtocolSocketFactory
-
- createSocket(String, int, InetAddress, int, HttpConnectionParams) - Method in class org.jivesoftware.openfire.clearspace.SSLProtocolSocketFactory
-
Attempts to get a new socket connection to the given host within the given time limit.
- createSocket(String, int) - Method in class org.jivesoftware.openfire.clearspace.SSLProtocolSocketFactory
-
- createSocket(Socket, String, int, boolean) - Method in class org.jivesoftware.openfire.clearspace.SSLProtocolSocketFactory
-
- createSocket() - Method in class org.jivesoftware.util.SimpleSSLSocketFactory
-
- createSocket(Socket, String, int, boolean) - Method in class org.jivesoftware.util.SimpleSSLSocketFactory
-
- createSocket(InetAddress, int, InetAddress, int) - Method in class org.jivesoftware.util.SimpleSSLSocketFactory
-
- createSocket(InetAddress, int) - Method in class org.jivesoftware.util.SimpleSSLSocketFactory
-
- createSocket(String, int, InetAddress, int) - Method in class org.jivesoftware.util.SimpleSSLSocketFactory
-
- createSocket(String, int) - Method in class org.jivesoftware.util.SimpleSSLSocketFactory
-
- createSocketReader(Socket, boolean, ServerPort, boolean) - Method in interface org.jivesoftware.openfire.ConnectionManager
-
Creates a new socket reader for the new accepted socket to be managed
by the connection manager.
- createSocketReader(Socket, boolean, ServerPort, boolean) - Method in class org.jivesoftware.openfire.spi.ConnectionManagerImpl
-
- createStreamEvent(Session) - Static method in class org.jivesoftware.openfire.audit.SessionEvent
-
Create an event associated with the establishment of an XMPP session.
- createStreamID() - Method in class org.jivesoftware.openfire.audit.AuditStreamIDFactory
-
- createStreamID() - Method in class org.jivesoftware.openfire.spi.BasicStreamIDFactory
-
- createStreamID(String) - Method in class org.jivesoftware.openfire.spi.BasicStreamIDFactory
-
- createStreamID() - Method in interface org.jivesoftware.openfire.StreamIDFactory
-
Generate a stream id.
- createSubscribePresence(JID, JID, boolean) - Method in class org.jivesoftware.openfire.handler.PresenceUpdateHandler
-
- createSubscription(IQ, JID, JID, boolean, DataForm) - Method in class org.jivesoftware.openfire.pubsub.Node
-
Creates a new subscription and possibly a new affiliate if the owner of the subscription
does not have any existing affiliation with the node.
- createToolTip(String, int) - Static method in class org.jivesoftware.openfire.launcher.GraphicUtils
-
- createToolTip(String) - Static method in class org.jivesoftware.openfire.launcher.GraphicUtils
-
- createUser(String, String, String, String) - Method in class org.jivesoftware.openfire.clearspace.ClearspaceUserProvider
-
Creates user using the userService/users POST service.
- createUser(String, String, String, String) - Method in class org.jivesoftware.openfire.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
-
- createUser(String, String, String, String) - Method in class org.jivesoftware.openfire.user.JDBCUserProvider
-
- createUser(String, String, String, String) - Method in class org.jivesoftware.openfire.user.UserManager
-
Creates a new User.
- createUser(String, String, String, String) - Method in interface org.jivesoftware.openfire.user.UserProvider
-
Creates a new user.
- createVCard(String, Element) - Method in class org.jivesoftware.openfire.clearspace.ClearspaceVCardProvider
-
Creates the user's VCard.
- createVCard(String, Element) - Method in class org.jivesoftware.openfire.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.
- createWriter(OutputStream, String) - Method in class org.jivesoftware.util.XMLWriter
-
Get an OutputStreamWriter, use preferred encoding.
- creationDate - Variable in class org.jivesoftware.openfire.pubsub.Node
-
The datetime when the node was created.
- creator - Variable in class org.jivesoftware.openfire.pubsub.Node
-
The JID of the node creator.
- CROSS_DOMAIN_END_TEXT - Static variable in class org.jivesoftware.openfire.FlashCrossDomainHandler
-
- CROSS_DOMAIN_END_TEXT - Static variable in class org.jivesoftware.openfire.http.FlashCrossDomainServlet
-
- CROSS_DOMAIN_MIDDLE_TEXT - Static variable in class org.jivesoftware.openfire.http.FlashCrossDomainServlet
-
- CROSS_DOMAIN_TEXT - Static variable in class org.jivesoftware.openfire.FlashCrossDomainHandler
-
- CROSS_DOMAIN_TEXT - Static variable in class org.jivesoftware.openfire.http.FlashCrossDomainServlet
-
- 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
-
- cullCache() - Method in class org.jivesoftware.util.cache.DefaultCache
-
Removes objects from cache if the cache is too full.
- generateNonce() - Method in class org.jivesoftware.openfire.clearspace.ClearspaceManager
-
Generates a new nonce.
- GenerateNonce - Class in org.jivesoftware.openfire.commands.clearspace
-
Command that generates a new nonce to be used to SSO between OF and CS.
- GenerateNonce() - Constructor for class org.jivesoftware.openfire.commands.clearspace.GenerateNonce
-
- generateSetElementFromResults(List<E>) - Method in class org.jivesoftware.openfire.resultsetmanager.ResultSet
-
Deprecated.
Generates a Result Set Management 'set' element that describes the parto
of the result set that was generated.
- generateVerHash(IQ, String) - Static method in class org.jivesoftware.openfire.entitycaps.EntityCapabilitiesManager
-
Generates a 'ver' hash attribute used in validation to help prevent
poisoning of entity capabilities information.
- get(Map<String, List<String>>, String, int) - Method in class org.jivesoftware.openfire.commands.AdHocCommand
-
- get() - Method in class org.jivesoftware.openfire.launcher.SwingWorker
-
Return the value created by the construct
method.
- get(Object) - Method in class org.jivesoftware.openfire.muc.spi.MUCServiceProperties
-
- get(String, Element) - Method in class org.jivesoftware.openfire.PrivateStorage
-
Returns the data stored under a key corresponding to the name and namespace
of the given element.
- get(int) - Method in class org.jivesoftware.openfire.resultsetmanager.ResultSet
-
Deprecated.
Returns the element denoted by the index.
- get(int, int) - Method in class org.jivesoftware.openfire.resultsetmanager.ResultSet
-
Deprecated.
Returns a list of results, starting with the result that's at the
specified index.
- get(int) - Method in class org.jivesoftware.openfire.resultsetmanager.ResultSetImpl
-
Deprecated.
- get(int, int) - Method in class org.jivesoftware.openfire.resultsetmanager.ResultSetImpl
-
Deprecated.
- get(Object) - Method in class org.jivesoftware.util.cache.CacheWrapper
-
- get(Object) - Method in class org.jivesoftware.util.cache.DefaultCache
-
- get(Object) - Method in class org.jivesoftware.util.JiveProperties
-
- getAcceptedIssuers() - Method in class org.jivesoftware.openfire.clearspace.ClearspaceX509TrustManager
-
- getAcceptedIssuers() - Method in class org.jivesoftware.openfire.net.ClientTrustManager
-
- getAcceptedIssuers() - Method in class org.jivesoftware.openfire.net.ServerTrustManager
-
- getAcceptedIssuers() - Method in class org.jivesoftware.openfire.net.SSLJiveTrustManager
-
- getAccessModel() - Method in class org.jivesoftware.openfire.pubsub.DefaultNodeConfiguration
-
Returns the access model that specifies who is allowed to subscribe and retrieve items.
- getAccessModel() - Method in class org.jivesoftware.openfire.pubsub.Node
-
Returns the access model that specifies who is allowed to subscribe and retrieve items.
- getAction() - Method in class org.jivesoftware.openfire.disco.DiscoItem
-
Returns the action (i.e.
- getActions(SessionData) - Method in class org.jivesoftware.openfire.commands.AdHocCommand
-
Returns a collection with the allowed actions based on the current stage as defined
in the SessionData.
- getActions(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.GetAdminConsoleInfo
-
- getActions(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.GetListActiveUsers
-
- getActions(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.GetNumberActiveUsers
-
- getActions(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.GetNumberOnlineUsers
-
- getActions(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.GetNumberUserSessions
-
- getActions(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.GetServerStats
-
- getActions(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.GetUsersPresence
-
- getActions(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.group.AddGroup
-
- getActions(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.group.AddGroupUsers
-
- getActions(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.group.DeleteGroup
-
- getActions(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.group.DeleteGroupUsers
-
- getActions(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.group.GetListGroups
-
- getActions(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.group.GetListGroupUsers
-
- getActions(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.group.UpdateGroup
-
- getActions(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.HttpBindStatus
-
- getActions(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.muc.CreateMUCRoom
-
- getActions(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.PacketsNotification
-
- getActions(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.user.AddUser
-
- getActions(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.user.AuthenticateUser
-
- getActions(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.user.ChangeUserPassword
-
- getActions(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.user.DeleteUser
-
- getActions(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.user.UserProperties
-
- getActions(SessionData) - Method in class org.jivesoftware.openfire.commands.clearspace.ChangeSharedSecret
-
- getActions(SessionData) - Method in class org.jivesoftware.openfire.commands.clearspace.GenerateNonce
-
- getActions(SessionData) - Method in class org.jivesoftware.openfire.commands.clearspace.SystemAdminAdded
-
- getActions(SessionData) - Method in class org.jivesoftware.openfire.commands.clearspace.SystemAdminRemoved
-
- getActions(SessionData) - Method in class org.jivesoftware.openfire.commands.event.GroupAdminAdded
-
- getActions(SessionData) - Method in class org.jivesoftware.openfire.commands.event.GroupAdminRemoved
-
- getActions(SessionData) - Method in class org.jivesoftware.openfire.commands.event.GroupCreated
-
- getActions(SessionData) - Method in class org.jivesoftware.openfire.commands.event.GroupDeleting
-
- getActions(SessionData) - Method in class org.jivesoftware.openfire.commands.event.GroupMemberAdded
-
- getActions(SessionData) - Method in class org.jivesoftware.openfire.commands.event.GroupMemberRemoved
-
- getActions(SessionData) - Method in class org.jivesoftware.openfire.commands.event.GroupModified
-
- getActions(SessionData) - Method in class org.jivesoftware.openfire.commands.event.UserCreated
-
- getActions(SessionData) - Method in class org.jivesoftware.openfire.commands.event.UserDeleting
-
- getActions(SessionData) - Method in class org.jivesoftware.openfire.commands.event.UserModified
-
- getActions(SessionData) - Method in class org.jivesoftware.openfire.commands.event.VCardCreated
-
- getActions(SessionData) - Method in class org.jivesoftware.openfire.commands.event.VCardDeleting
-
- getActions(SessionData) - Method in class org.jivesoftware.openfire.commands.event.VCardModified
-
- getActions(SessionData) - Method in class org.jivesoftware.openfire.pubsub.PendingSubscriptionsCommand
-
- getActiveList() - Method in interface org.jivesoftware.openfire.session.ClientSession
-
Returns the Privacy list that overrides the default privacy list.
- getActiveList() - Method in class org.jivesoftware.openfire.session.ClientSessionInfo
-
- getActiveList() - Method in class org.jivesoftware.openfire.session.LocalClientSession
-
Returns the Privacy list that overrides the default privacy list.
- getActiveSessionCount(String) - Method in class org.jivesoftware.openfire.SessionManager
-
Returns the number of sessions for a user that are available.
- getAdditionalBeanInfo() - Method in class org.jivesoftware.util.JiveBeanInfo
-
- getAddress() - Method in class org.jivesoftware.openfire.component.InternalComponentManager
-
- getAddress() - Method in interface org.jivesoftware.openfire.Connection
-
Returns the raw IP address of this InetAddress
object.
- getAddress() - Method in class org.jivesoftware.openfire.filetransfer.proxy.FileTransferProxy
-
- getAddress() - Method in class org.jivesoftware.openfire.http.HttpSession.HttpVirtualConnection
-
- getAddress() - Method in class org.jivesoftware.openfire.mediaproxy.MediaProxyService
-
- getAddress() - Method in interface org.jivesoftware.openfire.muc.MUCUser
-
Obtain the address of the user.
- getAddress() - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCUser
-
Obtain the address of the user.
- getAddress() - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
-
- getAddress() - Method in class org.jivesoftware.openfire.muc.spi.RemoteMUCUser
-
- getAddress() - Method in class org.jivesoftware.openfire.multiplex.ClientSessionConnection
-
- getAddress() - Method in class org.jivesoftware.openfire.net.SocketConnection
-
- getAddress() - Method in class org.jivesoftware.openfire.net.StanzaHandler
-
Obtain the address of the XMPP entity for which this StanzaHandler
handles stanzas.
- getAddress() - Method in class org.jivesoftware.openfire.nio.NIOConnection
-
- getAddress() - Method in class org.jivesoftware.openfire.pep.PEPService
-
- getAddress() - Method in class org.jivesoftware.openfire.pubsub.PubSubModule
-
- getAddress() - Method in interface org.jivesoftware.openfire.pubsub.PubSubService
-
Returns the XMPP address of the service.
- getAddress() - Method in interface org.jivesoftware.openfire.RoutableChannelHandler
-
Returns the XMPP address.
- getAddress() - Method in class org.jivesoftware.openfire.server.OutgoingSessionPromise
-
- getAddress() - Method in class org.jivesoftware.openfire.session.LocalSession
-
Obtain the address of the user.
- getAddress() - Method in interface org.jivesoftware.openfire.session.Session
-
Obtain the address of the user.
- getAdHocCommandHandler() - Method in class org.jivesoftware.openfire.XMPPServer
-
Returns the AdHocCommandHandler
registered with this server.
- getAdminAccounts() - Method in class org.jivesoftware.openfire.admin.AdminManager
-
Returns the list of admin users from the provider.
- GetAdminConsoleInfo - Class in org.jivesoftware.openfire.commands.admin
-
Command that returns information about the admin console.
- GetAdminConsoleInfo() - Constructor for class org.jivesoftware.openfire.commands.admin.GetAdminConsoleInfo
-
- GetAdminConsoleInfoTask - Class in org.jivesoftware.openfire.container
-
Task that will return the bind interface and ports being used by the admin
console of the node where the task will be executed.
- GetAdminConsoleInfoTask() - Constructor for class org.jivesoftware.openfire.container.GetAdminConsoleInfoTask
-
- getAdminDN() - Method in class org.jivesoftware.openfire.ldap.LdapManager
-
Returns the starting admin DN that searches for admins will performed with.
- getAdminPassword() - Method in class org.jivesoftware.openfire.ldap.LdapManager
-
Returns the starting admin DN that searches for admins will performed with.
- getAdminPort() - Method in class org.jivesoftware.openfire.container.GetAdminConsoleInfoTask
-
- getAdminProvider() - Static method in class org.jivesoftware.openfire.admin.AdminManager
-
Returns the currently-installed AdminProvider.
- getAdmins() - Method in interface org.jivesoftware.openfire.admin.AdminProvider
-
Returns a list of JIDs of accounts with administrative privileges.
- getAdmins() - Method in class org.jivesoftware.openfire.admin.DefaultAdminProvider
-
The default provider retrieves the comma separated list from the system property
admin.authorizedJIDs
- getAdmins() - Method in class org.jivesoftware.openfire.clearspace.ClearspaceAdminProvider
-
The clearspace provider pulls the admin list from the userPermissions web service
- getAdmins() - Method in class org.jivesoftware.openfire.crowd.CrowdAdminProvider
-
- getAdmins() - Method in class org.jivesoftware.openfire.group.Group
-
Returns a Collection of the group administrators.
- getAdmins() - Method in interface org.jivesoftware.openfire.muc.MUCRoom
-
Returns a collection with the current list of admins.
- getAdmins() - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRoom
-
- getAdmins() - Method in class org.jivesoftware.openfire.XMPPServer
-
Returns a collection with the JIDs of the server's admins.
- getAdminSecret() - Method in class org.jivesoftware.openfire.container.GetAdminConsoleInfoTask
-
- getAdminSecurePort() - Method in class org.jivesoftware.openfire.container.AdminConsolePlugin
-
Returns the SSL port on which the admin console is current operating.
- getAdminSecurePort() - Method in class org.jivesoftware.openfire.container.GetAdminConsoleInfoTask
-
- getAdminText(String, String) - Static method in class org.jivesoftware.admin.AdminConsole
-
Returns a text element for the admin console, applying the appropriate locale.
- getAdminUnsecurePort() - Method in class org.jivesoftware.openfire.container.AdminConsolePlugin
-
Returns the non-SSL port on which the admin console is currently operating.
- getAffilation() - Method in class org.jivesoftware.openfire.pubsub.cluster.AffiliationTask
-
- getAffiliate(JID) - Method in class org.jivesoftware.openfire.pubsub.Node
-
Returns the
NodeAffiliate
of the specified
JID
or
null
if none was found.
- getAffiliate() - Method in class org.jivesoftware.openfire.pubsub.NodeSubscription
-
- getAffiliation() - Method in class org.jivesoftware.openfire.muc.cluster.AddAffiliation
-
- getAffiliation() - Method in class org.jivesoftware.openfire.muc.cluster.OccupantAddedEvent
-
- getAffiliation() - Method in class org.jivesoftware.openfire.muc.cluster.UpdateOccupant
-
- getAffiliation() - Method in class org.jivesoftware.openfire.muc.cluster.UpdateOccupantRequest
-
- getAffiliation() - Method in interface org.jivesoftware.openfire.muc.MUCRole
-
Obtain the affiliation state of the user.
- getAffiliation(JID) - Method in interface org.jivesoftware.openfire.muc.MUCRoom
-
Returns the affiliation state of the user in the room.
- getAffiliation() - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRole
-
- getAffiliation(JID) - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRoom
-
- getAffiliation() - Method in class org.jivesoftware.openfire.muc.spi.RemoteMUCRole
-
- getAffiliation() - Method in class org.jivesoftware.openfire.pubsub.NodeAffiliate
-
- getAfter(E, int) - Method in class org.jivesoftware.openfire.resultsetmanager.ResultSet
-
Deprecated.
Returns a List of results starting with the first result after the
provided result (the returned List is exclusive).
- getAfter(String, int) - Method in class org.jivesoftware.openfire.resultsetmanager.ResultSet
-
Deprecated.
Returns a List of results starting with the first result after the result
that's identified by the provided UID (the returned List is exclusive).
- getAfter(String, int) - Method in class org.jivesoftware.openfire.resultsetmanager.ResultSetImpl
-
Deprecated.
- getAgents() - Method in class org.jivesoftware.openfire.mediaproxy.MediaProxyService
-
Return the list of active Agents
- getAll() - Method in class org.jivesoftware.openfire.group.Group
-
Returns a Collection of everyone in the group.
- getAllCaches() - Static method in class org.jivesoftware.util.cache.CacheFactory
-
Returns an array of all caches in the system.
- getAllGroupNames() - Method in class org.jivesoftware.openfire.crowd.CrowdManager
-
Get all the crowd groups
- getAllowedAnonymIPs() - Static method in class org.jivesoftware.openfire.session.LocalClientSession
-
Returns the list of IP address that are allowed to connect to the server for anonymous
users.
- getAllowedComponents() - Static method in class org.jivesoftware.openfire.component.ExternalComponentManager
-
Returns the list of registered external components that are allowed to connect to this
server when using a whitelist policy.
- getAllowedIPs() - Static method in class org.jivesoftware.openfire.session.LocalClientSession
-
Returns the list of IP address that are allowed to connect to the server.
- getAllowedServers() - Static method in class org.jivesoftware.openfire.server.RemoteServerManager
-
Returns the list of registered remote servers that are allowed to connect to/from this
server when using a whitelist policy.
- getAllPropertyNames() - Method in class org.jivesoftware.util.XMLProperties
-
Returns a list of names for all properties found in the XML file.
- 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.
- getAlternateJID() - Method in class org.jivesoftware.openfire.muc.cluster.DestroyRoomRequest
-
- getAmountTransfered() - Method in interface org.jivesoftware.openfire.filetransfer.FileTransferProgress
-
- getAmountTransfered() - Method in class org.jivesoftware.openfire.filetransfer.proxy.DefaultProxyTransfer
-
- getAmountWritten() - Method in class org.jivesoftware.util.InputOutputStreamWrapper
-
- getAppBuffSize() - Method in class org.jivesoftware.openfire.net.TLSWrapper
-
- 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.
- getAskStatus() - Method in class org.jivesoftware.openfire.roster.RosterItem
-
Obtain the current ask status of the item.
- getAssociationPolicy() - Method in class org.jivesoftware.openfire.pubsub.CollectionNode
-
Returns the policy that defines who may associate leaf nodes with a collection.
- getAssociationPolicy() - Method in class org.jivesoftware.openfire.pubsub.DefaultNodeConfiguration
-
Returns the policy that defines who may associate leaf nodes with a collection.
- getAssociationTrusted() - Method in class org.jivesoftware.openfire.pubsub.CollectionNode
-
Returns the users that are allowed to associate leaf nodes with this collection node.
- getAttribute(String) - Method in class org.jivesoftware.util.log.util.CommonsLogFactory
-
- getAttribute(HttpServletRequest, String) - Static method in class org.jivesoftware.util.ParamUtils
-
Returns an attribute as a string.
- getAttribute(HttpServletRequest, String, boolean) - Static method in class org.jivesoftware.util.ParamUtils
-
Returns an attribute as a string.
- getAttribute(String, String) - Method in class org.jivesoftware.util.XMLProperties
-
Returns the value of the attribute of the given property name or null
if it doesn't exist.
- getAttributeNames() - Method in class org.jivesoftware.util.log.util.CommonsLogFactory
-
- getAttributes(String) - Method in class org.jivesoftware.admin.LdapUserTester
-
Returns a list of attributes and their LDAP values found in LDAP for the specified username.
- getAuditManager() - Method in class org.jivesoftware.openfire.XMPPServer
-
Returns the AuditManager
registered with this server.
- getAuditor() - Method in interface org.jivesoftware.openfire.audit.AuditManager
-
Factory method for creating auditors that are configured by this
audit manager.
- getAuditor() - Method in class org.jivesoftware.openfire.audit.spi.AuditManagerImpl
-
- getAuditURL() - Method in class org.jivesoftware.openfire.clearspace.ClearspaceSecurityAuditProvider
-
The ClearspaceSecurityAuditProvider does not retrieve audit entries from Clearspace.
- getAuditURL() - Method in class org.jivesoftware.openfire.security.DefaultSecurityAuditProvider
-
The default provider uses Openfire's own audit log viewer.
- getAuditURL() - Method in interface org.jivesoftware.openfire.security.SecurityAuditProvider
-
Retrieves a URL that can be visited to read the logs audited by this provider.
- getAuthenticatedDomains() - Method in class org.jivesoftware.openfire.session.LocalOutgoingServerSession
-
- getAuthenticatedDomains() - Method in interface org.jivesoftware.openfire.session.OutgoingServerSession
-
Returns a collection with all the domains, subdomains and virtual hosts that where
authenticated.
- getAuthor(Plugin) - Method in class org.jivesoftware.openfire.container.PluginManager
-
Returns the author of a plugin.
- getAuthor() - Method in class org.jivesoftware.openfire.update.AvailablePlugin
-
Returns the author of the plugin as specified in plugin.xml.
- getAuthorizationID() - Method in class org.jivesoftware.openfire.clearspace.ClearspaceSaslServer
-
Reports the authorization ID in effect for the client of this
session.
- getAuthorizationID() - Method in class org.jivesoftware.openfire.sasl.SaslServerPlainImpl
-
Reports the authorization ID in effect for the client of this
session.
- getAuthorizationPolicies() - Static method in class org.jivesoftware.openfire.auth.AuthorizationManager
-
Returns the currently-installed AuthorizationProvider.
- getAuthProvider() - Static method in class org.jivesoftware.openfire.auth.AuthFactory
-
Deprecated.
Prefer using the corresponding factory method, rather than
invoking methods on the provider directly
- getAuthToken() - Method in class org.jivesoftware.openfire.session.LocalClientSession
-
Returns the authentication token associated with this session.
- getAuthToken() - Method in class org.jivesoftware.util.WebManager
-
Returns the auth token redirects to the login page if an auth token is not found.
- getAvailableStreamFeatures() - Method in class org.jivesoftware.openfire.http.HttpSession
-
- getAvailableStreamFeatures() - Method in class org.jivesoftware.openfire.session.LocalClientSession
-
- getAvailableStreamFeatures() - Method in class org.jivesoftware.openfire.session.LocalComponentSession
-
- getAvailableStreamFeatures() - Method in class org.jivesoftware.openfire.session.LocalConnectionMultiplexerSession
-
- getAvailableStreamFeatures() - Method in class org.jivesoftware.openfire.session.LocalIncomingServerSession
-
- getAvailableStreamFeatures() - Method in class org.jivesoftware.openfire.session.LocalOutgoingServerSession
-
- getAvailableStreamFeatures() - Method in class org.jivesoftware.openfire.session.LocalServerSession
-
- getAvailableStreamFeatures() - Method in class org.jivesoftware.openfire.session.LocalSession
-
Returns a text with the available stream features.
- getAvailableStreamFeaturesElements() - Method in class org.jivesoftware.openfire.http.HttpSession
-
Returns the stream features which are available for this session.
- getAvatarStoredInDB() - Method in class org.jivesoftware.admin.LdapUserProfile
-
- getBareJID() - Method in class org.jivesoftware.openfire.muc.cluster.AddAffiliation
-
- getBareJID() - Method in class org.jivesoftware.openfire.muc.cluster.AddMember
-
- getBarePresences() - Method in class org.jivesoftware.openfire.pep.PEPService
-
- getBarePresences() - Method in class org.jivesoftware.openfire.pubsub.PubSubModule
-
- getBarePresences() - Method in interface org.jivesoftware.openfire.pubsub.PubSubService
-
Returns a registry of the presence's show value of users that subscribed to a node of
the pubsub service and for which the node only delivers notifications for online users
or node subscriptions deliver events based on the user presence show value.
- getBaseDN() - Method in class org.jivesoftware.openfire.ldap.LdapManager
-
Returns the starting DN that searches for users will performed with.
- GetBasicStatistics - Class in org.jivesoftware.openfire.cluster
-
Command that returns basic information about this JVM like number of client sessions,
server sessions and amount of free and used memory.
- GetBasicStatistics() - Constructor for class org.jivesoftware.openfire.cluster.GetBasicStatistics
-
- getBean() - Method in class org.jivesoftware.admin.TabsTag
-
The name of the request attribute which holds a
AdminPageBean
instance.
- getBeanClass() - Method in class org.jivesoftware.database.DefaultConnectionProviderBeanInfo
-
- getBeanClass() - Method in class org.jivesoftware.util.JiveBeanInfo
-
Returns the bean Class.
- getBeanDescriptor() - Method in class org.jivesoftware.util.JiveBeanInfo
-
- getBefore(E, int) - Method in class org.jivesoftware.openfire.resultsetmanager.ResultSet
-
Deprecated.
Returns a list of results ending with the element right before the
provided result (the returned List is exclusive).
- getBefore(String, int) - Method in class org.jivesoftware.openfire.resultsetmanager.ResultSet
-
Deprecated.
Returns a list of results ending with the element right before the
element identified by the provided UID (the returned List is exclusive).
- getBefore(String, int) - Method in class org.jivesoftware.openfire.resultsetmanager.ResultSetImpl
-
Deprecated.
- getBindingError() - Method in exception org.jivesoftware.openfire.http.HttpBindException
-
- getBindInterface() - Method in class org.jivesoftware.openfire.container.AdminConsolePlugin
-
Returns null if the admin console will be available in all network interfaces of this machine
or a String representing the only interface where the admin console will be available.
- getBindInterface() - Method in class org.jivesoftware.openfire.container.GetAdminConsoleInfoTask
-
- getBirthday() - Method in class org.jivesoftware.admin.LdapUserProfile
-
- getBlockedComponents() - Static method in class org.jivesoftware.openfire.component.ExternalComponentManager
-
Returns the list of external components that are NOT allowed to connect to this
server.
- getBlockedServers() - Static method in class org.jivesoftware.openfire.server.RemoteServerManager
-
Returns the list of remote servers that are NOT allowed to connect to/from this
server.
- getBody() - Method in class org.jivesoftware.admin.SubSidebarTag
-
Returns the body content of this tag.
- getBodyXSLT() - Method in class org.jivesoftware.openfire.pubsub.Node
-
Returns the URL of an XSL transformation which can be applied to payloads in order
to generate an appropriate message body element.
- getBooleanAttribute(HttpServletRequest, String) - Static method in class org.jivesoftware.util.ParamUtils
-
Returns an attribute as a boolean.
- getBooleanParameter(HttpServletRequest, String) - Static method in class org.jivesoftware.util.ParamUtils
-
Returns a parameter as a boolean.
- getBooleanParameter(HttpServletRequest, String, boolean) - Static method in class org.jivesoftware.util.ParamUtils
-
Returns a parameter as a boolean.
- getBooleanProperty(String, String) - Static method in class org.jivesoftware.openfire.muc.spi.MUCPersistenceManager
-
Returns a boolean value Jive property.
- getBooleanProperty(String, String, boolean) - Static method in class org.jivesoftware.openfire.muc.spi.MUCPersistenceManager
-
Returns a boolean value Jive property.
- getBooleanProperty(String) - Method in class org.jivesoftware.openfire.muc.spi.MUCServiceProperties
-
- getBooleanProperty(String, boolean) - Method in class org.jivesoftware.openfire.muc.spi.MUCServiceProperties
-
- getBooleanProperty(String) - Static method in class org.jivesoftware.util.JiveGlobals
-
Returns a boolean value Jive property.
- getBooleanProperty(String, boolean) - Static method in class org.jivesoftware.util.JiveGlobals
-
Returns a boolean value Jive property.
- getBooleanProperty(String) - Method in class org.jivesoftware.util.JiveProperties
-
- getBooleanProperty(String, boolean) - Method in class org.jivesoftware.util.JiveProperties
-
- getBreadcrumbs() - Method in class org.jivesoftware.admin.AdminPageBean
-
Returns a collection of breadcrumbs.
- getBusinessCity() - Method in class org.jivesoftware.admin.LdapUserProfile
-
- getBusinessCountry() - Method in class org.jivesoftware.admin.LdapUserProfile
-
- getBusinessDepartment() - Method in class org.jivesoftware.admin.LdapUserProfile
-
- getBusinessFax() - Method in class org.jivesoftware.admin.LdapUserProfile
-
- getBusinessJobTitle() - Method in class org.jivesoftware.admin.LdapUserProfile
-
- getBusinessMobile() - Method in class org.jivesoftware.admin.LdapUserProfile
-
- getBusinessPager() - Method in class org.jivesoftware.admin.LdapUserProfile
-
- getBusinessPhone() - Method in class org.jivesoftware.admin.LdapUserProfile
-
- getBusinessState() - Method in class org.jivesoftware.admin.LdapUserProfile
-
- getBusinessStreet() - Method in class org.jivesoftware.admin.LdapUserProfile
-
- getBusinessZip() - Method in class org.jivesoftware.admin.LdapUserProfile
-
- getBytes(String) - Static method in class org.jivesoftware.util.StringUtils
-
Returns the UTF-8 bytes for the given String, suppressing
UnsupportedEncodingException (in lieu of log message)
- getc2sServerSocketFactory() - Static method in class org.jivesoftware.openfire.net.SSLConfig
-
Get the SSLServerSocketFactory for c2s connections
- getc2sSSLContext() - Static method in class org.jivesoftware.openfire.net.SSLConfig
-
Get the SSLContext for c2s connections
- getc2sTrustPassword() - Static method in class org.jivesoftware.openfire.net.SSLConfig
-
Return the Trust Store password for c2s connections.
- getc2sTrustStore() - Static method in class org.jivesoftware.openfire.net.SSLConfig
-
Get the Trust Store for c2s connections
- getc2sTruststoreLocation() - Static method in class org.jivesoftware.openfire.net.SSLConfig
-
Get the c2s Trust Store location
- getCachedSize() - Method in class org.jivesoftware.openfire.entitycaps.EntityCapabilities
-
- getCachedSize() - Method in class org.jivesoftware.openfire.filetransfer.FileTransfer
-
- getCachedSize() - Method in class org.jivesoftware.openfire.filetransfer.proxy.DefaultProxyTransfer
-
- getCachedSize() - Method in class org.jivesoftware.openfire.group.Group
-
- getCachedSize() - Method in class org.jivesoftware.openfire.lockout.LockOutFlag
-
- getCachedSize() - Method in class org.jivesoftware.openfire.pep.PEPService
-
- getCachedSize() - Method in class org.jivesoftware.openfire.privacy.PrivacyList
-
- getCachedSize() - Method in class org.jivesoftware.openfire.roster.Roster
-
- getCachedSize() - Method in class org.jivesoftware.openfire.roster.RosterItem
-
- getCachedSize() - Method in class org.jivesoftware.openfire.server.RemoteServerConfiguration
-
- getCachedSize() - Method in class org.jivesoftware.openfire.spi.ClientRoute
-
- getCachedSize() - Method in class org.jivesoftware.openfire.user.User
-
- getCachedSize() - Method in interface org.jivesoftware.util.cache.Cacheable
-
Returns the approximate size of the Object in bytes.
- getCacheHits() - Method in interface org.jivesoftware.util.cache.Cache
-
Returns the number of cache hits.
- getCacheHits() - Method in class org.jivesoftware.util.cache.CacheWrapper
-
- getCacheHits() - Method in class org.jivesoftware.util.cache.DefaultCache
-
Returns the number of cache hits.
- getCacheInfo(String) - Method in class org.jivesoftware.openfire.container.PluginCacheRegistry
-
- getCacheMisses() - Method in interface org.jivesoftware.util.cache.Cache
-
Returns the number of cache misses.
- getCacheMisses() - Method in class org.jivesoftware.util.cache.CacheWrapper
-
- getCacheMisses() - Method in class org.jivesoftware.util.cache.DefaultCache
-
Returns the number of cache misses.
- getCacheName() - Method in class org.jivesoftware.openfire.container.CacheInfo
-
- getCaches() - Method in class org.jivesoftware.util.WebManager
-
- getCacheSize() - Method in interface org.jivesoftware.util.cache.Cache
-
Returns the size of the cache contents in bytes.
- getCacheSize() - Method in class org.jivesoftware.util.cache.CacheWrapper
-
- getCacheSize() - Method in class org.jivesoftware.util.cache.DefaultCache
-
Returns the size of the cache contents in bytes.
- getCacheTypeProperty(String) - Static method in class org.jivesoftware.util.cache.CacheFactory
-
- getCategory() - Method in interface org.jivesoftware.openfire.session.ComponentSession.ExternalComponent
-
- getCategory() - Method in class org.jivesoftware.openfire.session.LocalComponentSession.LocalExternalComponent
-
- getCertificateChain(String) - Method in class org.jivesoftware.openfire.net.SSLJiveKeyManager
-
- getChangedSubject() - Method in class org.jivesoftware.openfire.muc.HistoryStrategy
-
Returns the message within the history of the room that has changed the
room's subject.
- getChangedSubject() - Method in class org.jivesoftware.openfire.muc.MUCRoomHistory
-
Returns the message within the history of the room that has changed the
room's subject.
- getChangelog() - Method in class org.jivesoftware.openfire.update.AvailablePlugin
-
Returns the URL to the change log of the plugin.
- getChangelog() - Method in class org.jivesoftware.openfire.update.Update
-
Returns the URL to the change log of the latest version of the component.
- getChatLength() - Method in interface org.jivesoftware.openfire.muc.MUCRoom
-
Returns the total length of the chat session.
- getChatLength() - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRoom
-
- getChatRoom() - Method in interface org.jivesoftware.openfire.muc.MUCRole
-
Obtain the chat room that hosts this user's role.
- getChatRoom(String, JID) - Method in interface org.jivesoftware.openfire.muc.MultiUserChatService
-
Obtains a chatroom by name.
- getChatRoom(String) - Method in interface org.jivesoftware.openfire.muc.MultiUserChatService
-
Obtains a chatroom by name.
- getChatRoom() - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRole
-
- getChatRoom(String, JID) - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
-
- getChatRoom(String) - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
-
- getChatRoom() - Method in class org.jivesoftware.openfire.muc.spi.RemoteMUCRole
-
- getChatRooms() - Method in interface org.jivesoftware.openfire.muc.MultiUserChatService
-
Retuns a list with a snapshot of all the rooms in the server (i.e.
- getChatRooms() - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
-
- getCheckFrequency() - Method in class org.jivesoftware.openfire.update.UpdateManager
-
Returns the frequency to check for updates.
- getChildElement(Element, String) - Static method in class org.jivesoftware.openfire.filetransfer.DefaultFileTransferManager
-
- getChildElement() - Method in class org.jivesoftware.openfire.multiplex.Route
-
Returns the wrapped stanza that is being routed.
- getChildProperties(String) - Method in class org.jivesoftware.util.XMLProperties
-
Return all values who's path matches the given property
name as a String array, or an empty array if the if there
are no children.
- getChildrenNames(String) - Method in class org.jivesoftware.openfire.muc.spi.MUCServiceProperties
-
Return all children property names of a parent property as a Collection
of String objects.
- getChildrenNames(String) - Method in class org.jivesoftware.util.JiveProperties
-
Return all children property names of a parent property as a Collection
of String objects.
- getChildrenProperties(Element, String) - Static method in class org.jivesoftware.util.ElementUtil
-
Return all children property names of a parent property as a String array,
or an empty array if the if there are no children.
- getChildrenProperties(String) - Method in class org.jivesoftware.util.XMLProperties
-
Return all children property names of a parent property as a String array,
or an empty array if the if there are no children.
- getCipherSuiteName() - Method in class org.jivesoftware.openfire.session.LocalSession
-
Returns a String representing the Cipher Suite Name, or "NONE".
- getCipherSuiteName() - Method in interface org.jivesoftware.openfire.session.Session
-
Returns the TLS cipher suite name, if any.
- getClassesDir() - Method in class org.jivesoftware.openfire.container.PluginDevEnvironment
-
Returns the classes directory of a plugin in development mode.
- getClientAliases(String, Principal[]) - Method in class org.jivesoftware.openfire.net.SSLJiveKeyManager
-
- getClientListenerPort() - Method in interface org.jivesoftware.openfire.ConnectionManager
-
Returns the port to use for unsecured clients.
- getClientListenerPort() - Method in class org.jivesoftware.openfire.spi.ConnectionManagerImpl
-
- getClientRoute(JID) - Method in interface org.jivesoftware.openfire.RoutingTable
-
Returns the client session associated to the specified XMPP address or null
if none was found.
- getClientRoute(JID) - Method in class org.jivesoftware.openfire.spi.RoutingTableImpl
-
- getClientSession(String, String) - Method in class org.jivesoftware.openfire.multiplex.ConnectionMultiplexerManager
-
Returns the ClientSession with the specified stream ID that is being hosted by the
specified connection manager.
- getClientSession(byte[], JID) - Method in interface org.jivesoftware.openfire.session.RemoteSessionLocator
-
Returns a session surrogate of a client session hosted by a remote cluster node.
- getClientsRoutes(boolean) - Method in interface org.jivesoftware.openfire.RoutingTable
-
Returns collection of client sessions authenticated with the server.
- getClientsRoutes(boolean) - Method in class org.jivesoftware.openfire.spi.RoutingTableImpl
-
- getClientSSLListenerPort() - Method in interface org.jivesoftware.openfire.ConnectionManager
-
Returns the port to use for secured clients.
- getClientSSLListenerPort() - Method in class org.jivesoftware.openfire.spi.ConnectionManagerImpl
-
- getClusterMemberID() - Static method in class org.jivesoftware.util.cache.CacheFactory
-
Returns a byte[] that uniquely identifies this member within the cluster or null
when not in a cluster.
- getClusterMemberID() - Method in interface org.jivesoftware.util.cache.CacheFactoryStrategy
-
Returns a byte[] that uniquely identifies this member within the cluster or null
when not in a cluster.
- getClusterMemberID() - Method in class org.jivesoftware.util.cache.DefaultLocalCacheStrategy
-
- getClusterNodeInfo(byte[]) - Static method in class org.jivesoftware.util.cache.CacheFactory
-
Returns the node info for the given cluster node
- getClusterNodeInfo(byte[]) - Method in interface org.jivesoftware.util.cache.CacheFactoryStrategy
-
Returns the node info for the given cluster node
- getClusterNodeInfo(byte[]) - Method in class org.jivesoftware.util.cache.DefaultLocalCacheStrategy
-
- getClusterNodesInfo() - Static method in class org.jivesoftware.util.cache.CacheFactory
-
Returns basic information about the current members of the cluster or an empty
collection if not running in a cluster.
- getClusterNodesInfo() - Method in interface org.jivesoftware.util.cache.CacheFactoryStrategy
-
Returns basic information about the current members of the cluster or an empty
collection if not running in a cluster.
- getClusterNodesInfo() - Method in class org.jivesoftware.util.cache.DefaultLocalCacheStrategy
-
- 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.GetAdminConsoleInfo
-
- getCode() - Method in class org.jivesoftware.openfire.commands.admin.GetListActiveUsers
-
- getCode() - Method in class org.jivesoftware.openfire.commands.admin.GetNumberActiveUsers
-
- getCode() - Method in class org.jivesoftware.openfire.commands.admin.GetNumberOnlineUsers
-
- getCode() - Method in class org.jivesoftware.openfire.commands.admin.GetNumberUserSessions
-
- getCode() - Method in class org.jivesoftware.openfire.commands.admin.GetServerStats
-
- getCode() - Method in class org.jivesoftware.openfire.commands.admin.GetUsersPresence
-
- getCode() - Method in class org.jivesoftware.openfire.commands.admin.group.AddGroup
-
- getCode() - Method in class org.jivesoftware.openfire.commands.admin.group.AddGroupUsers
-
- getCode() - Method in class org.jivesoftware.openfire.commands.admin.group.DeleteGroup
-
- getCode() - Method in class org.jivesoftware.openfire.commands.admin.group.DeleteGroupUsers
-
- getCode() - Method in class org.jivesoftware.openfire.commands.admin.group.GetListGroups
-
- getCode() - Method in class org.jivesoftware.openfire.commands.admin.group.GetListGroupUsers
-
- getCode() - Method in class org.jivesoftware.openfire.commands.admin.group.UpdateGroup
-
- getCode() - Method in class org.jivesoftware.openfire.commands.admin.HttpBindStatus
-
- getCode() - Method in class org.jivesoftware.openfire.commands.admin.muc.CreateMUCRoom
-
- getCode() - Method in class org.jivesoftware.openfire.commands.admin.PacketsNotification
-
- getCode() - Method in class org.jivesoftware.openfire.commands.admin.user.AddUser
-
- getCode() - Method in class org.jivesoftware.openfire.commands.admin.user.AuthenticateUser
-
- getCode() - Method in class org.jivesoftware.openfire.commands.admin.user.ChangeUserPassword
-
- getCode() - Method in class org.jivesoftware.openfire.commands.admin.user.DeleteUser
-
- getCode() - Method in class org.jivesoftware.openfire.commands.admin.user.UserProperties
-
- getCode() - Method in class org.jivesoftware.openfire.commands.clearspace.ChangeSharedSecret
-
- getCode() - Method in class org.jivesoftware.openfire.commands.clearspace.GenerateNonce
-
- getCode() - Method in class org.jivesoftware.openfire.commands.clearspace.SystemAdminAdded
-
- getCode() - Method in class org.jivesoftware.openfire.commands.clearspace.SystemAdminRemoved
-
- getCode() - Method in class org.jivesoftware.openfire.commands.event.GroupAdminAdded
-
- getCode() - Method in class org.jivesoftware.openfire.commands.event.GroupAdminRemoved
-
- getCode() - Method in class org.jivesoftware.openfire.commands.event.GroupCreated
-
- getCode() - Method in class org.jivesoftware.openfire.commands.event.GroupDeleting
-
- getCode() - Method in class org.jivesoftware.openfire.commands.event.GroupMemberAdded
-
- getCode() - Method in class org.jivesoftware.openfire.commands.event.GroupMemberRemoved
-
- getCode() - Method in class org.jivesoftware.openfire.commands.event.GroupModified
-
- getCode() - Method in class org.jivesoftware.openfire.commands.event.UserCreated
-
- getCode() - Method in class org.jivesoftware.openfire.commands.event.UserDeleting
-
- getCode() - Method in class org.jivesoftware.openfire.commands.event.UserModified
-
- getCode() - Method in class org.jivesoftware.openfire.commands.event.VCardCreated
-
- getCode() - Method in class org.jivesoftware.openfire.commands.event.VCardDeleting
-
- getCode() - Method in class org.jivesoftware.openfire.commands.event.VCardModified
-
- getCode() - Method in class org.jivesoftware.openfire.pubsub.PendingSubscriptionsCommand
-
- getCommand(String) - Method in class org.jivesoftware.openfire.commands.AdHocCommandManager
-
Returns the command whose code matches the specified code or null if none
was found.
- getCommands() - Method in class org.jivesoftware.openfire.commands.AdHocCommandManager
-
Returns a list with the available commands in this command manager.
- getComponentAcceptor() - Method in class org.jivesoftware.openfire.spi.ConnectionManagerImpl
-
- getComponentListenerPort() - Method in interface org.jivesoftware.openfire.ConnectionManager
-
Returns the port to use for external components.
- getComponentListenerPort() - Method in class org.jivesoftware.openfire.spi.ConnectionManagerImpl
-
- getComponentName() - Method in class org.jivesoftware.openfire.update.Update
-
Returns the name of the component that is outdated.
- getComponentsDomains() - Method in interface org.jivesoftware.openfire.RoutingTable
-
Returns domains of components hosted by the server.
- getComponentsDomains() - Method in class org.jivesoftware.openfire.spi.RoutingTableImpl
-
- getComponentSession(byte[], JID) - Method in interface org.jivesoftware.openfire.session.RemoteSessionLocator
-
Returns a session surrogate of a component session hosted by a remote cluster node.
- getComponentSession(String) - Method in class org.jivesoftware.openfire.SessionManager
-
Returns the session of the component whose domain matches the specified domain.
- getComponentSessions() - Method in class org.jivesoftware.openfire.SessionManager
-
Returns a collection with the established sessions from external components.
- getCompressionPolicy() - Method in interface org.jivesoftware.openfire.Connection
-
Returns whether compression is optional or is disabled.
- getCompressionPolicy() - Method in class org.jivesoftware.openfire.net.SocketConnection
-
- getCompressionPolicy() - Method in class org.jivesoftware.openfire.net.VirtualConnection
-
- getCompressionPolicy() - Method in class org.jivesoftware.openfire.nio.NIOConnection
-
- getCompressionPolicy() - Static method in class org.jivesoftware.openfire.session.LocalClientSession
-
Returns whether compression is optional or is disabled for clients.
- getCompressionPolicy() - Static method in class org.jivesoftware.openfire.session.LocalConnectionMultiplexerSession
-
Returns whether compression is optional or is disabled for clients.
- getCondition() - Method in enum org.jivesoftware.openfire.http.BoshBindingError
-
Returns the condition that caused the binding error.
- getConfiguration(String) - Static method in class org.jivesoftware.openfire.server.RemoteServerManager
-
Returns the configuration for a remote server or null if none was found.
- getConfigurationForm() - Method in class org.jivesoftware.openfire.pubsub.DefaultNodeConfiguration
-
- getConfigurationForm() - Method in class org.jivesoftware.openfire.pubsub.Node
-
Returns a data form used by the owner to edit the node configuration.
- getConfigurationForm() - Method in class org.jivesoftware.openfire.pubsub.NodeSubscription
-
Returns a data form with the subscription configuration.
- getConflictKickLimit() - Method in class org.jivesoftware.openfire.SessionManager
-
- getConnection() - Method in interface org.jivesoftware.database.ConnectionProvider
-
Returns a database connection.
- getConnection() - Static method in class org.jivesoftware.database.DbConnectionManager
-
Returns a database connection from the currently active connection
provider.
- getConnection() - Method in class org.jivesoftware.database.DefaultConnectionProvider
-
- getConnection() - Method in class org.jivesoftware.database.EmbeddedConnectionProvider
-
- getConnection() - Method in class org.jivesoftware.database.JNDIDataSourceProvider
-
- getConnection() - Method in class org.jivesoftware.openfire.session.LocalSession
-
Returns the connection associated with this Session.
- getConnectionManager() - Method in class org.jivesoftware.openfire.XMPPServer
-
Returns the ConnectionManager
registered with this server.
- getConnectionManagerListenerPort() - Method in interface org.jivesoftware.openfire.ConnectionManager
-
Returns the port to use for remote servers.
- getConnectionManagerListenerPort() - Method in class org.jivesoftware.openfire.spi.ConnectionManagerImpl
-
- getConnectionMultiplexerSession(byte[], JID) - Method in interface org.jivesoftware.openfire.session.RemoteSessionLocator
-
Returns a session surrogate of a Connection Multiplexer session hosted by a remote cluster node.
- getConnectionMultiplexerSession(JID) - Method in class org.jivesoftware.openfire.SessionManager
-
Returns the session originated from the specified address or null if none was
found.
- getConnectionMultiplexerSessions() - Method in class org.jivesoftware.openfire.SessionManager
-
Returns all sessions originated from connection managers.
- getConnectionMultiplexerSessions(String) - Method in class org.jivesoftware.openfire.SessionManager
-
Returns a collection with all the sessions originated from the connection manager
whose domain matches the specified domain.
- getConnectionProvider() - Static method in class org.jivesoftware.database.DbConnectionManager
-
Returns the current connection provider.
- getConnectionsCount(boolean) - Method in class org.jivesoftware.openfire.SessionManager
-
Returns number of client sessions that are connected to the server.
- getConnectionTimeout() - Method in class org.jivesoftware.database.DefaultConnectionProvider
-
Returns the amount of time between connection recycles in days.
- getConnectionURI() - Method in class org.jivesoftware.openfire.clearspace.ClearspaceManager
-
Returns the Clearspace service URI; e.g.
- getContacts() - Method in class org.jivesoftware.openfire.pubsub.Node
-
Returns the JIDs of those to contact with questions.
- 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.ldap.LdapManager
-
Returns a DirContext for the LDAP server that can be used to perform
lookups and searches using the specified base DN.
- getContexts() - Method in class org.jivesoftware.openfire.container.AdminConsolePlugin
-
Returns the collection of Jetty contexts used in the admin console.
- getContexts() - Method in class org.jivesoftware.openfire.http.HttpBindManager
-
- getCookie(HttpServletRequest, String) - Static method in class org.jivesoftware.util.CookieUtils
-
Returns the specified cookie, or null if the cookie
does not exist.
- getCORSAllowOrigin() - Method in class org.jivesoftware.openfire.http.HttpBindManager
-
- getCreationDate() - Method in interface org.jivesoftware.openfire.muc.MUCRoom
-
Returns the date when the room was created.
- getCreationDate() - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRoom
-
- getCreationDate() - Method in class org.jivesoftware.openfire.OfflineMessage
-
Returns the date when the offline message was stored in the database.
- getCreationDate() - Method in class org.jivesoftware.openfire.pubsub.Node
-
Returns the datetime when the node was created.
- getCreationDate() - Method in class org.jivesoftware.openfire.pubsub.PublishedItem
-
Returns the datetime when the items was published.
- getCreationDate() - Method in class org.jivesoftware.openfire.session.LocalSession
-
Obtain the date the session was created.
- getCreationDate() - Method in interface org.jivesoftware.openfire.session.Session
-
Obtain the date the session was created.
- getCreationDate() - Method in class org.jivesoftware.openfire.user.User
-
- getCreationStamp() - Method in class org.jivesoftware.openfire.commands.SessionData
-
- getCreator() - Method in class org.jivesoftware.openfire.mediaproxy.MediaProxySession
-
Get the agent creator.
- getCreator() - Method in class org.jivesoftware.openfire.pubsub.Node
-
Returns the JID of the node creator.
- getCredentials(String, String) - Method in interface org.jivesoftware.util.HttpClientWithTimeoutFeedFetcher.CredentialSupplier
-
- getCredentialSupplier() - Method in class org.jivesoftware.util.HttpClientWithTimeoutFeedFetcher
-
- getCrossDomainContent() - Static method in class org.jivesoftware.openfire.http.FlashCrossDomainServlet
-
Returns the content for crossdomain.xml, either by generating
content, or by passing the provided file in
<OpenfireHome>/conf/crossdomain.xml
- getCrowdServerUrl() - Method in class org.jivesoftware.openfire.crowd.CrowdProperties
-
- getCrowdUser(String) - Method in class org.jivesoftware.openfire.crowd.CrowdUserProvider
-
- getCss() - Method in class org.jivesoftware.admin.SidebarTag
-
Returns the value of the CSS class to be used for tab decoration.
- getCss() - Method in class org.jivesoftware.admin.SubnavTag
-
Returns the value of the CSS class to be used for tab decoration.
- getCss() - Method in class org.jivesoftware.admin.TabsTag
-
Returns the value of the CSS class to be used for tab decoration.
- getCurrentcss() - Method in class org.jivesoftware.admin.SidebarTag
-
Returns the value of the CSS class to be used for the currently selected LI (tab).
- getCurrentcss() - Method in class org.jivesoftware.admin.SubnavTag
-
Returns the value of the CSS class to be used for the currently selected LI (tab).
- getCurrentcss() - Method in class org.jivesoftware.admin.TabsTag
-
Returns the value of the CSS class to be used for the currently selected LI (tab).
- getCurrentPage() - Method in class org.jivesoftware.util.WebManager
-
- getData() - Method in class org.jivesoftware.openfire.audit.AuditEvent
-
Obtain the data associated with the event.
- getData() - Method in class org.jivesoftware.openfire.commands.SessionData
-
Returns a Map with all the variables and values obtained during all the command stages.
- getDatabaseKey(Plugin) - Method in class org.jivesoftware.openfire.container.PluginManager
-
Returns the database schema key of a plugin, if it exists.
- getDatabaseType() - Static method in class org.jivesoftware.database.DbConnectionManager
-
Returns the database type.
- getDatabaseVersion(Plugin) - Method in class org.jivesoftware.openfire.container.PluginManager
-
Returns the database schema version of a plugin, if it exists.
- getDataformXSLT() - Method in class org.jivesoftware.openfire.pubsub.Node
-
Returns the URL of an XSL transformation which can be applied to the payload format
in order to generate a valid Data Forms result that the client could display
using a generic Data Forms rendering engine.
- getDateInstance(Object, TimeZone, Locale) - Static method in class org.jivesoftware.util.FastDateFormat
-
- getDateTimeInstance(Object, Object, TimeZone, Locale) - Static method in class org.jivesoftware.util.FastDateFormat
-
- getDecoder(IoSession) - Method in class org.jivesoftware.openfire.nio.XMPPCodecFactory
-
- getDefault() - Static method in class org.jivesoftware.util.SimpleSSLSocketFactory
-
- getDefaultCipherSuites() - Static method in class org.jivesoftware.openfire.net.SSLConfig
-
- getDefaultCipherSuites() - Method in class org.jivesoftware.util.SimpleSSLSocketFactory
-
- getDefaultEventIndex() - Method in class org.jivesoftware.util.JiveBeanInfo
-
- 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 commmand.
- getDefaultLabel() - Method in class org.jivesoftware.openfire.commands.admin.GetAdminConsoleInfo
-
- getDefaultLabel() - Method in class org.jivesoftware.openfire.commands.admin.GetListActiveUsers
-
- getDefaultLabel() - Method in class org.jivesoftware.openfire.commands.admin.GetNumberActiveUsers
-
- getDefaultLabel() - Method in class org.jivesoftware.openfire.commands.admin.GetNumberOnlineUsers
-
- getDefaultLabel() - Method in class org.jivesoftware.openfire.commands.admin.GetNumberUserSessions
-
- getDefaultLabel() - Method in class org.jivesoftware.openfire.commands.admin.GetServerStats
-
- getDefaultLabel() - Method in class org.jivesoftware.openfire.commands.admin.GetUsersPresence
-
- getDefaultLabel() - Method in class org.jivesoftware.openfire.commands.admin.group.AddGroup
-
- getDefaultLabel() - Method in class org.jivesoftware.openfire.commands.admin.group.AddGroupUsers
-
- getDefaultLabel() - Method in class org.jivesoftware.openfire.commands.admin.group.DeleteGroup
-
- getDefaultLabel() - Method in class org.jivesoftware.openfire.commands.admin.group.DeleteGroupUsers
-
- getDefaultLabel() - Method in class org.jivesoftware.openfire.commands.admin.group.GetListGroups
-
- getDefaultLabel() - Method in class org.jivesoftware.openfire.commands.admin.group.GetListGroupUsers
-
- getDefaultLabel() - Method in class org.jivesoftware.openfire.commands.admin.group.UpdateGroup
-
- getDefaultLabel() - Method in class org.jivesoftware.openfire.commands.admin.HttpBindStatus
-
- getDefaultLabel() - Method in class org.jivesoftware.openfire.commands.admin.muc.CreateMUCRoom
-
- getDefaultLabel() - Method in class org.jivesoftware.openfire.commands.admin.PacketsNotification
-
- getDefaultLabel() - Method in class org.jivesoftware.openfire.commands.admin.user.AddUser
-
- getDefaultLabel() - Method in class org.jivesoftware.openfire.commands.admin.user.AuthenticateUser
-
- getDefaultLabel() - Method in class org.jivesoftware.openfire.commands.admin.user.ChangeUserPassword
-
- getDefaultLabel() - Method in class org.jivesoftware.openfire.commands.admin.user.DeleteUser
-
- getDefaultLabel() - Method in class org.jivesoftware.openfire.commands.admin.user.UserProperties
-
- getDefaultLabel() - Method in class org.jivesoftware.openfire.commands.clearspace.ChangeSharedSecret
-
- getDefaultLabel() - Method in class org.jivesoftware.openfire.commands.clearspace.GenerateNonce
-
- getDefaultLabel() - Method in class org.jivesoftware.openfire.commands.clearspace.SystemAdminAdded
-
- getDefaultLabel() - Method in class org.jivesoftware.openfire.commands.clearspace.SystemAdminRemoved
-
- getDefaultLabel() - Method in class org.jivesoftware.openfire.commands.event.GroupAdminAdded
-
- getDefaultLabel() - Method in class org.jivesoftware.openfire.commands.event.GroupAdminRemoved
-
- getDefaultLabel() - Method in class org.jivesoftware.openfire.commands.event.GroupCreated
-
- getDefaultLabel() - Method in class org.jivesoftware.openfire.commands.event.GroupDeleting
-
- getDefaultLabel() - Method in class org.jivesoftware.openfire.commands.event.GroupMemberAdded
-
- getDefaultLabel() - Method in class org.jivesoftware.openfire.commands.event.GroupMemberRemoved
-
- getDefaultLabel() - Method in class org.jivesoftware.openfire.commands.event.GroupModified
-
- getDefaultLabel() - Method in class org.jivesoftware.openfire.commands.event.UserCreated
-
- getDefaultLabel() - Method in class org.jivesoftware.openfire.commands.event.UserDeleting
-
- getDefaultLabel() - Method in class org.jivesoftware.openfire.commands.event.UserModified
-
- getDefaultLabel() - Method in class org.jivesoftware.openfire.commands.event.VCardCreated
-
- getDefaultLabel() - Method in class org.jivesoftware.openfire.commands.event.VCardDeleting
-
- getDefaultLabel() - Method in class org.jivesoftware.openfire.commands.event.VCardModified
-
- getDefaultLabel() - Method in class org.jivesoftware.openfire.pubsub.PendingSubscriptionsCommand
-
- getDefaultList() - Method in interface org.jivesoftware.openfire.session.ClientSession
-
Returns the default Privacy list used for the session's user.
- getDefaultList() - Method in class org.jivesoftware.openfire.session.ClientSessionInfo
-
- getDefaultList() - Method in class org.jivesoftware.openfire.session.LocalClientSession
-
Returns the default Privacy list used for the session's user.
- getDefaultNodeConfiguration(boolean) - Method in class org.jivesoftware.openfire.pep.PEPService
-
- getDefaultNodeConfiguration(boolean) - Method in class org.jivesoftware.openfire.pubsub.PubSubModule
-
- getDefaultNodeConfiguration(boolean) - Method in interface org.jivesoftware.openfire.pubsub.PubSubService
-
Returns the default node configuration for the specified node type or null
if the specified node type is not supported by the service.
- getDefaultPrivacyList(String) - Method in class org.jivesoftware.openfire.privacy.PrivacyListManager
-
Returns the default privacy list of the specified user or null if
none was found.
- getDefaultPropertyIndex() - Method in class org.jivesoftware.util.JiveBeanInfo
-
- getDefaultSecret() - Static method in class org.jivesoftware.openfire.component.ExternalComponentManager
-
Returns the default secret key to use for those external components that don't have an
individual configuration.
- getDefaultSecret() - Static method in class org.jivesoftware.openfire.multiplex.ConnectionMultiplexerManager
-
Returns the default secret key that connection managers should present while trying to
establish a new connection.
- getDepth() - Method in class org.jivesoftware.openfire.pubsub.NodeSubscription
-
Returns 1 when the subscriber wants to receive notifications only from first-level
children of the collection.
- getDescription() - Method in class org.jivesoftware.admin.LdapGroupTester.Group
-
- getDescription(Plugin) - Method in class org.jivesoftware.openfire.container.PluginManager
-
Returns the description of a plugin.
- getDescription() - Method in interface org.jivesoftware.openfire.forms.FormField
-
Deprecated.
Returns a description that provides extra clarification about the question.
- getDescription() - Method in class org.jivesoftware.openfire.forms.spi.XFormFieldImpl
-
Deprecated.
- getDescription() - Method in class org.jivesoftware.openfire.group.Group
-
Returns the description of the group.
- getDescription() - Method in class org.jivesoftware.openfire.muc.cluster.ServiceInfo
-
- getDescription() - Method in interface org.jivesoftware.openfire.muc.MUCRoom
-
Returns a description set by the room's owners about the room.
- getDescription() - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRoom
-
- getDescription() - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
-
- getDescription() - Method in class org.jivesoftware.openfire.pubsub.Node
-
Returns the description of the node.
- getDescription() - Method in class org.jivesoftware.openfire.session.LocalComponentSession.LocalExternalComponent
-
- getDescription() - Method in class org.jivesoftware.openfire.stats.i18nStatistic
-
- getDescription() - Method in interface org.jivesoftware.openfire.stats.Statistic
-
Returns a description of the stat.
- getDescription() - Method in class org.jivesoftware.openfire.update.AvailablePlugin
-
Returns the description of the plugin as specified in plugin.xml.
- getDetails() - Method in class org.jivesoftware.openfire.security.SecurityAuditEvent
-
Retrieves detailed information about what occurred in the event.
- getDevEnvironment(Plugin) - Method in class org.jivesoftware.openfire.container.PluginManager
-
Returns a plugin's dev environment if development mode is enabled for
the plugin.
- getDigestFrequency() - Method in class org.jivesoftware.openfire.pubsub.NodeSubscription
-
Returns the minimum number of milliseconds between sending any two notification digests.
- getDisabledStatus(String) - Method in class org.jivesoftware.openfire.clearspace.ClearspaceLockOutProvider
-
The ClearspaceLockOutProvider will retrieve lockout information from Clearspace's user properties.
- getDisabledStatus(String) - Method in class org.jivesoftware.openfire.lockout.DefaultLockOutProvider
-
Default provider retrieves disabled status from ofUserFlag table.
- getDisabledStatus(String) - Method in class org.jivesoftware.openfire.lockout.LockOutManager
-
Returns a LockOutFlag for a given username, which contains information about the time
period that the specified account is going to be disabled.
- getDisabledStatus(String) - Method in interface org.jivesoftware.openfire.lockout.LockOutProvider
-
Returns a LockOutFlag for a given username, which contains information about the time
period that the specified account is going to be disabled or null if user can log in
just fine.
- getDiscoInfoProvider() - Method in class org.jivesoftware.openfire.disco.DiscoServerItem
-
Returns the DiscoInfoProvider responsible for providing the information related to this item.
- getDiscoItemsProvider() - Method in class org.jivesoftware.openfire.disco.DiscoServerItem
-
Returns the DiscoItemsProvider responsible for providing the items related to this item.
- getDnsOverride() - Static method in class org.jivesoftware.openfire.net.DNSUtil
-
Returns the internal DNS that allows to specify target IP addresses and ports
to use for domains.
- getDomain() - Method in class org.jivesoftware.openfire.auth.AuthToken
-
Returns the domain associated with this AuthToken.
- getDomain() - Method in class org.jivesoftware.openfire.server.RemoteServerConfiguration
-
- getDomainNames() - Method in class org.jivesoftware.openfire.ServerPort
-
Returns the logical domains for this server port.
- getDoubleParameter(HttpServletRequest, String, double) - Static method in class org.jivesoftware.util.ParamUtils
-
Returns a parameter as a double.
- getDriver() - Method in class org.jivesoftware.database.DefaultConnectionProvider
-
Returns the JDBC driver classname used to make database connections.
- getEchoPort() - Method in class org.jivesoftware.openfire.mediaproxy.MediaProxyService
-
Get the Port used to the UDP Echo Test
- getElapsedTime(long) - Static method in class org.jivesoftware.util.StringUtils
-
Returns a textual representation for the time that has elapsed.
- getElement() - Method in class org.jivesoftware.openfire.disco.DiscoItem
-
Returns a dom4j element that represents this DiscoItem object.
- getElement(long, TimeUnit) - Method in class org.jivesoftware.openfire.server.OutgoingServerSocketReader
-
Retrieves and removes the first received element that was stored in the queue, waiting
if necessary up to the specified wait time if no elements are present on this queue.
- getElementText(Node, String) - Static method in class org.jivesoftware.openfire.clearspace.WSUtils
-
Returns the text of the first an element with name 'name'.
- getElemnetByID(String) - Static method in class org.jivesoftware.admin.AdminConsole
-
Convenience method to select an element from the model by its ID.
- getEmail() - Method in class org.jivesoftware.admin.LdapUserProfile
-
- getEmail() - Method in class org.jivesoftware.openfire.user.User
-
Returns the email address of the user or null if none is defined.
- getEmailField() - Method in class org.jivesoftware.openfire.ldap.LdapManager
-
Returns the LDAP field name that the user's email address is stored in.
- getEmptyDate() - Method in interface org.jivesoftware.openfire.muc.MUCRoom
-
Returns the date when the last occupant left the room.
- getEmptyDate() - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRoom
-
- getEnclosedDN(String) - Static method in class org.jivesoftware.openfire.ldap.LdapManager
-
Encloses DN values with "
- getEncoder(IoSession) - Method in class org.jivesoftware.openfire.nio.XMPPCodecFactory
-
- getEndEntityCertificate(Certificate[], KeyStore, KeyStore) - Static method in class org.jivesoftware.util.CertificateManager
-
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.
- getEnumFromInt(Class, int) - Static method in class org.jivesoftware.util.IntEnum
-
Obtain the enum associated with the given value.
- getErrorCode() - Method in exception org.jivesoftware.util.HTTPConnectionException
-
- getErrorType() - Method in exception org.jivesoftware.openfire.clearspace.ConnectionException
-
- getErrorType() - Method in enum org.jivesoftware.openfire.http.BoshBindingError
-
- getEvent(Integer) - Method in class org.jivesoftware.openfire.clearspace.ClearspaceSecurityAuditProvider
-
The ClearspaceSecurityAuditProvider does not retrieve audit entries from Clearspace.
- getEvent(Integer) - Method in class org.jivesoftware.openfire.security.DefaultSecurityAuditProvider
-
The default provider retrieves events from a ofSecurityAuditLog table in the database.
- getEvent(Integer) - Method in class org.jivesoftware.openfire.security.SecurityAuditManager
-
Retrieves a specific event by ID in the form of a SecurityAuditEvent.
- getEvent(Integer) - Method in interface org.jivesoftware.openfire.security.SecurityAuditProvider
-
Retrieves a specific event by ID.
- getEventCount() - Method in class org.jivesoftware.openfire.clearspace.ClearspaceSecurityAuditProvider
-
The ClearspaceSecurityAuditProvider does not retrieve audit entries from Clearspace.
- getEventCount() - Method in class org.jivesoftware.openfire.security.DefaultSecurityAuditProvider
-
The default provider counts the number of entries in the ofSecurityAuditLog table.
- getEventCount() - Method in interface org.jivesoftware.openfire.security.SecurityAuditProvider
-
Retrieves number of events recorded.
- getEvents(String, Integer, Integer, Date, Date) - Method in class org.jivesoftware.openfire.clearspace.ClearspaceSecurityAuditProvider
-
The ClearspaceSecurityAuditProvider does not retrieve audit entries from Clearspace.
- getEvents(String, Integer, Integer, Date, Date) - Method in class org.jivesoftware.openfire.security.DefaultSecurityAuditProvider
-
The default provider retrieves events from a ofSecurityAuditLog table in the database.
- getEvents(String, Integer, Integer, Date, Date) - Method in class org.jivesoftware.openfire.security.SecurityAuditManager
-
Retrieves security events that have occurred, filtered by the parameters passed.
- getEvents(String, Integer, Integer, Date, Date) - Method in interface org.jivesoftware.openfire.security.SecurityAuditProvider
-
Retrieves security events that have occurred, filtered by the parameters passed.
- getEventSetDescriptors() - Method in class org.jivesoftware.util.JiveBeanInfo
-
- getEventStamp() - Method in class org.jivesoftware.openfire.security.SecurityAuditEvent
-
Retrieves the time stamp of when this event occurred.
- getExecuteAction(SessionData) - Method in class org.jivesoftware.openfire.commands.AdHocCommand
-
Returns which of the actions available for the current stage is considered the equivalent
to "execute".
- getExecuteAction(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.GetAdminConsoleInfo
-
- getExecuteAction(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.GetListActiveUsers
-
- getExecuteAction(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.GetNumberActiveUsers
-
- getExecuteAction(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.GetNumberOnlineUsers
-
- getExecuteAction(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.GetNumberUserSessions
-
- getExecuteAction(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.GetServerStats
-
- getExecuteAction(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.GetUsersPresence
-
- getExecuteAction(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.group.AddGroup
-
- getExecuteAction(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.group.AddGroupUsers
-
- getExecuteAction(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.group.DeleteGroup
-
- getExecuteAction(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.group.DeleteGroupUsers
-
- getExecuteAction(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.group.GetListGroups
-
- getExecuteAction(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.group.GetListGroupUsers
-
- getExecuteAction(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.group.UpdateGroup
-
- getExecuteAction(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.HttpBindStatus
-
- getExecuteAction(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.muc.CreateMUCRoom
-
- getExecuteAction(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.PacketsNotification
-
- getExecuteAction(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.user.AddUser
-
- getExecuteAction(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.user.AuthenticateUser
-
- getExecuteAction(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.user.ChangeUserPassword
-
- getExecuteAction(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.user.DeleteUser
-
- getExecuteAction(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.user.UserProperties
-
- getExecuteAction(SessionData) - Method in class org.jivesoftware.openfire.commands.clearspace.ChangeSharedSecret
-
- getExecuteAction(SessionData) - Method in class org.jivesoftware.openfire.commands.clearspace.GenerateNonce
-
- getExecuteAction(SessionData) - Method in class org.jivesoftware.openfire.commands.clearspace.SystemAdminAdded
-
- getExecuteAction(SessionData) - Method in class org.jivesoftware.openfire.commands.clearspace.SystemAdminRemoved
-
- getExecuteAction(SessionData) - Method in class org.jivesoftware.openfire.commands.event.GroupAdminAdded
-
- getExecuteAction(SessionData) - Method in class org.jivesoftware.openfire.commands.event.GroupAdminRemoved
-
- getExecuteAction(SessionData) - Method in class org.jivesoftware.openfire.commands.event.GroupCreated
-
- getExecuteAction(SessionData) - Method in class org.jivesoftware.openfire.commands.event.GroupDeleting
-
- getExecuteAction(SessionData) - Method in class org.jivesoftware.openfire.commands.event.GroupMemberAdded
-
- getExecuteAction(SessionData) - Method in class org.jivesoftware.openfire.commands.event.GroupMemberRemoved
-
- getExecuteAction(SessionData) - Method in class org.jivesoftware.openfire.commands.event.GroupModified
-
- getExecuteAction(SessionData) - Method in class org.jivesoftware.openfire.commands.event.UserCreated
-
- getExecuteAction(SessionData) - Method in class org.jivesoftware.openfire.commands.event.UserDeleting
-
- getExecuteAction(SessionData) - Method in class org.jivesoftware.openfire.commands.event.UserModified
-
- getExecuteAction(SessionData) - Method in class org.jivesoftware.openfire.commands.event.VCardCreated
-
- getExecuteAction(SessionData) - Method in class org.jivesoftware.openfire.commands.event.VCardDeleting
-
- getExecuteAction(SessionData) - Method in class org.jivesoftware.openfire.commands.event.VCardModified
-
- getExecuteAction(SessionData) - Method in class org.jivesoftware.openfire.pubsub.PendingSubscriptionsCommand
-
- getExpire() - Method in class org.jivesoftware.openfire.pubsub.NodeSubscription
-
Returns the Date at which a leased subscription will end or has ended.
- getExtendedInfo(String, String, JID) - Method in class org.jivesoftware.openfire.commands.AdHocCommandHandler
-
- getExtendedInfo(String, String, JID) - Method in interface org.jivesoftware.openfire.disco.DiscoInfoProvider
-
Returns an XDataForm with the extended information about the entity or null if none.
- getExtendedInfo(String, String, JID) - Method in class org.jivesoftware.openfire.filetransfer.proxy.FileTransferProxy
-
- getExtendedInfo(String, String, JID) - Method in class org.jivesoftware.openfire.handler.IQOfflineMessagesHandler
-
- getExtendedInfo(String, String, JID) - Method in class org.jivesoftware.openfire.mediaproxy.MediaProxyService
-
- getExtendedInfo(String, String, JID) - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
-
- getExtendedInfo(String, String, JID) - Method in class org.jivesoftware.openfire.pubsub.PubSubModule
-
- getExternalComponent() - Method in interface org.jivesoftware.openfire.session.ComponentSession
-
- getExternalComponent() - Method in class org.jivesoftware.openfire.session.LocalComponentSession
-
- getExtraNamespaces() - Method in class org.jivesoftware.openfire.net.ServerSocketReader
-
- getExtraNamespaces() - Method in class org.jivesoftware.openfire.net.SocketReader
-
- getExtraParams() - Method in class org.jivesoftware.admin.AdminPageBean
-
Returns a string of extra parameters for the URLs - these might be specific IDs for resources.
- getFeatures() - Method in class org.jivesoftware.openfire.commands.AdHocCommandHandler
-
- getFeatures(String, String, JID) - Method in class org.jivesoftware.openfire.commands.AdHocCommandHandler
-
- getFeatures(String, String, JID) - Method in interface org.jivesoftware.openfire.disco.DiscoInfoProvider
-
Returns an Iterator (of String) with the supported features.
- getFeatures() - Method in class org.jivesoftware.openfire.disco.IQDiscoItemsHandler
-
- getFeatures() - Method in interface org.jivesoftware.openfire.disco.ServerFeaturesProvider
-
Returns an Iterator (of String) with the supported features by the server.
- getFeatures(String, String, JID) - Method in class org.jivesoftware.openfire.filetransfer.proxy.FileTransferProxy
-
- getFeatures() - Method in class org.jivesoftware.openfire.handler.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(String, String, JID) - Method in class org.jivesoftware.openfire.handler.IQOfflineMessagesHandler
-
- getFeatures() - Method in class org.jivesoftware.openfire.handler.IQPingHandler
-
- getFeatures() - Method in class org.jivesoftware.openfire.handler.IQPrivacyHandler
-
- getFeatures() - Method in class org.jivesoftware.openfire.handler.IQPrivateHandler
-
- getFeatures() - Method in class org.jivesoftware.openfire.handler.IQRegisterHandler
-
- getFeatures() - Method in class org.jivesoftware.openfire.handler.IQRosterHandler
-
- getFeatures() - Method in class org.jivesoftware.openfire.handler.IQTimeHandler
-
- getFeatures() - Method in class org.jivesoftware.openfire.handler.IQVersionHandler
-
- getFeatures(String, String, JID) - Method in class org.jivesoftware.openfire.mediaproxy.MediaProxyService
-
- getFeatures(String, String, JID) - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
-
- getFeatures() - Method in class org.jivesoftware.openfire.MulticastRouter
-
- getFeatures() - Method in class org.jivesoftware.openfire.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(String, String, JID) - Method in class org.jivesoftware.openfire.pubsub.PubSubModule
-
- getFeatures() - Method in class org.jivesoftware.openfire.vcard.VCardManager
-
- getFeedInfoCache() - Method in class org.jivesoftware.util.HttpClientWithTimeoutFeedFetcher
-
- getField(String) - Method in interface org.jivesoftware.openfire.forms.DataForm
-
Deprecated.
Returns the field of the form whose variable matches the specified variable.
- getField(String) - Method in class org.jivesoftware.openfire.forms.spi.XDataFormImpl
-
Deprecated.
- getFieldElementName(int) - Method in interface org.jivesoftware.openfire.handler.IQRegisterInfo
-
Obtain the element name from a field type.
- getFields() - Method in interface org.jivesoftware.openfire.forms.DataForm
-
Deprecated.
Returns an Iterator for the fields that are part of the form.
- getFields() - Method in class org.jivesoftware.openfire.forms.spi.XDataFormImpl
-
Deprecated.
- getFieldsSize() - Method in interface org.jivesoftware.openfire.forms.DataForm
-
Deprecated.
Returns the number of fields included in the form.
- getFieldsSize() - Method in class org.jivesoftware.openfire.forms.spi.XDataFormImpl
-
Deprecated.
- getFieldStoreLocation() - Method in interface org.jivesoftware.openfire.handler.IQRegisterInfo
-
Determines where field information is stored.
- getFieldType(String) - Method in interface org.jivesoftware.openfire.handler.IQRegisterInfo
-
Get the setting type from a field's element name.
- getFileName() - Method in class org.jivesoftware.openfire.filetransfer.FileTransfer
-
- getFileSize() - Method in class org.jivesoftware.openfire.filetransfer.FileTransfer
-
- getFileSize() - Method in class org.jivesoftware.openfire.update.AvailablePlugin
-
Returns the size in bytes of the plugin jar file.
- getFileTransferManager() - Method in class org.jivesoftware.openfire.XMPPServer
-
Returns the FileTransferManager
registered with this server.
- getFileTransferProxy() - Method in class org.jivesoftware.openfire.XMPPServer
-
Returns the FileTransferProxy
registered with this server.
- getFirst(int) - Method in class org.jivesoftware.openfire.resultsetmanager.ResultSet
-
Deprecated.
Returns the first elements from this result set.
- getFirst(int) - Method in class org.jivesoftware.openfire.resultsetmanager.ResultSetImpl
-
Deprecated.
- getFirst() - Method in class org.jivesoftware.util.LinkedList
-
Returns the first linked list node in the list.
- getFirstValue(FormField) - Static method in class org.jivesoftware.openfire.muc.spi.IQMUCSearchHandler
-
Deprecated.
replaced by FormField.getFirstValue()
- getFlashCrossDomainHandler() - Method in class org.jivesoftware.openfire.XMPPServer
-
Returns the FlashCrossDomainHandler
registered with this server.
- getFocusableComponentOrChild(Component) - Static method in class org.jivesoftware.openfire.launcher.GraphicUtils
-
- getFocusableComponentOrChild(Component, boolean) - Static method in class org.jivesoftware.openfire.launcher.GraphicUtils
-
Returns the first component in the tree of c
that can accept
the focus.
- getFreePort() - Method in class org.jivesoftware.openfire.mediaproxy.MediaProxySession
-
Obtain a free port with a nested control port we can use.
- getFullName() - Method in class org.jivesoftware.admin.LdapUserProfile
-
- getGroup(String) - Method in class org.jivesoftware.openfire.clearspace.ClearspaceGroupProvider
-
- getGroup(String) - Method in class org.jivesoftware.openfire.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(JID) - Method in class org.jivesoftware.openfire.group.GroupManager
-
Returns the corresponding group if the given JID represents a group.
- getGroup(String) - Method in class org.jivesoftware.openfire.group.GroupManager
-
Returns a Group by name.
- getGroup(String, boolean) - Method in class org.jivesoftware.openfire.group.GroupManager
-
Returns a Group by name.
- getGroup(String) - Method in interface org.jivesoftware.openfire.group.GroupProvider
-
Returns a group based on it's name.
- getGroup(String) - Method in class org.jivesoftware.openfire.group.JDBCGroupProvider
-
- getGroup(String) - Method in class org.jivesoftware.openfire.ldap.LdapGroupProvider
-
- getGroupCount() - Method in class org.jivesoftware.openfire.clearspace.ClearspaceGroupProvider
-
- getGroupCount() - Method in class org.jivesoftware.openfire.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.
- getGroupID(String) - Method in class org.jivesoftware.openfire.clearspace.ClearspaceManager
-
Returns the Clearspace group id of the group.
- getGroupManager() - Method in class org.jivesoftware.util.WebManager
-
- getGroupMemberField() - Method in class org.jivesoftware.openfire.ldap.LdapManager
-
Return the field used to list members within a group.
- 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.clearspace.ClearspaceGroupProvider
-
- getGroupNames(int, int) - Method in class org.jivesoftware.openfire.clearspace.ClearspaceGroupProvider
-
- getGroupNames(JID) - Method in class org.jivesoftware.openfire.clearspace.ClearspaceGroupProvider
-
- getGroupNames(JID) - Method in class org.jivesoftware.openfire.crowd.CrowdGroupProvider
-
- getGroupNames() - Method in class org.jivesoftware.openfire.crowd.CrowdGroupProvider
-
- getGroupNames(int, int) - Method in class org.jivesoftware.openfire.crowd.CrowdGroupProvider
-
- getGroupNames() - Method in class org.jivesoftware.openfire.group.DefaultGroupProvider
-
- getGroupNames(int, int) - Method in class org.jivesoftware.openfire.group.DefaultGroupProvider
-
- getGroupNames(JID) - Method in class org.jivesoftware.openfire.group.DefaultGroupProvider
-
- getGroupNames() - Method in interface org.jivesoftware.openfire.group.GroupProvider
-
Returns the Collection of all group names in the system.
- getGroupNames(int, int) - Method in interface org.jivesoftware.openfire.group.GroupProvider
-
Returns the Collection of all groups in the system.
- getGroupNames(JID) - Method in interface org.jivesoftware.openfire.group.GroupProvider
-
Returns the Collection of group names that an entity belongs to.
- getGroupNames() - Method in class org.jivesoftware.openfire.group.JDBCGroupProvider
-
- getGroupNames(int, int) - Method in class org.jivesoftware.openfire.group.JDBCGroupProvider
-
- getGroupNames(JID) - Method in class org.jivesoftware.openfire.group.JDBCGroupProvider
-
- getGroupNames() - Method in class org.jivesoftware.openfire.ldap.LdapGroupProvider
-
- getGroupNames(int, int) - Method in class org.jivesoftware.openfire.ldap.LdapGroupProvider
-
- getGroupNames(JID) - Method in class org.jivesoftware.openfire.ldap.LdapGroupProvider
-
- getGroups(int) - Method in class org.jivesoftware.admin.LdapGroupTester
-
Returns fist N groups found in LDAP.
- getGroups() - Method in class org.jivesoftware.openfire.group.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(int, int) - Method in class org.jivesoftware.openfire.group.GroupManager
-
Returns all groups given a start index and desired number of results.
- getGroups(User) - Method in class org.jivesoftware.openfire.group.GroupManager
-
Returns an iterator for all groups that the User is a member of.
- getGroups(JID) - Method in class org.jivesoftware.openfire.group.GroupManager
-
Returns an iterator for all groups that the entity with the specified JID is a member of.
- getGroups() - Method in class org.jivesoftware.openfire.roster.RosterItem
-
Returns the groups for the item.
- getGroupsBaseDN(String) - Method in class org.jivesoftware.openfire.ldap.LdapManager
-
Returns the BaseDN for the given groupname.
- getGroupSearchFilter() - Method in class org.jivesoftware.openfire.ldap.LdapManager
-
Returns the filter used for searching the directory for groups, which includes
the default filter plus any custom-defined search filter.
- 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.update.AvailablePlugin
-
Returns the hash code for this object.
- getHashCode() - Method in class org.jivesoftware.openfire.update.DownloadStatus
-
- getHashCode() - Method in class org.jivesoftware.openfire.update.Update
-
Returns the hashCode for this update object.
- getHeadercss() - Method in class org.jivesoftware.admin.SidebarTag
-
Returns the value of the CSS class to be used for sidebar header sections.
- getHighlightBorderInsets() - Static method in class org.jivesoftware.openfire.launcher.GraphicUtils
-
Return the amount of space taken up by a highlight border drawn by
drawHighlightBorder()
.
- getHistoryStrategy() - Method in interface org.jivesoftware.openfire.muc.MultiUserChatService
-
Obtain the server-wide default message history settings.
- getHistoryStrategy() - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
-
- getHold() - Method in class org.jivesoftware.openfire.http.HttpSession
-
Specifies the maximum number of requests the connection manager is allowed to keep waiting at
any one time during the session.
- getHomeCity() - Method in class org.jivesoftware.admin.LdapUserProfile
-
- getHomeCountry() - Method in class org.jivesoftware.admin.LdapUserProfile
-
- getHomeDirectory() - Method in class org.jivesoftware.openfire.component.InternalComponentManager
-
- getHomeDirectory() - Static method in class org.jivesoftware.util.JiveGlobals
-
Returns the location of the home
directory.
- getHomeFax() - Method in class org.jivesoftware.admin.LdapUserProfile
-
- getHomeMobile() - Method in class org.jivesoftware.admin.LdapUserProfile
-
- getHomePager() - Method in class org.jivesoftware.admin.LdapUserProfile
-
- getHomePhone() - Method in class org.jivesoftware.admin.LdapUserProfile
-
- getHomeState() - Method in class org.jivesoftware.admin.LdapUserProfile
-
- getHomeStreet() - Method in class org.jivesoftware.admin.LdapUserProfile
-
- getHomeZip() - Method in class org.jivesoftware.admin.LdapUserProfile
-
- getHost() - Method in class org.jivesoftware.openfire.net.DNSUtil.HostAddress
-
Returns the hostname.
- getHost() - Method in class org.jivesoftware.util.EmailService
-
Returns the SMTP host (e.g.
- getHostA() - Method in class org.jivesoftware.openfire.mediaproxy.MediaProxySession
-
Get the Host A IP
- getHostA() - Method in interface org.jivesoftware.openfire.mediaproxy.ProxyCandidate
-
- getHostAddress() - Method in interface org.jivesoftware.openfire.Connection
-
Returns the IP address string in textual presentation.
- getHostAddress() - Method in class org.jivesoftware.openfire.http.HttpSession.HttpVirtualConnection
-
- getHostAddress() - Method in class org.jivesoftware.openfire.multiplex.ClientSessionConnection
-
- getHostAddress() - Method in class org.jivesoftware.openfire.net.SocketConnection
-
- getHostAddress() - Method in class org.jivesoftware.openfire.nio.NIOConnection
-
- getHostAddress() - Method in class org.jivesoftware.openfire.session.LocalSession
-
- getHostAddress() - Method in interface org.jivesoftware.openfire.session.Session
-
Returns the IP address string in textual presentation.
- getHostB() - Method in class org.jivesoftware.openfire.mediaproxy.MediaProxySession
-
Get the Host B IP
- getHostB() - Method in interface org.jivesoftware.openfire.mediaproxy.ProxyCandidate
-
- getHostName() - Method in interface org.jivesoftware.openfire.cluster.ClusterNodeInfo
-
Returns the hostname where the cluster node is running.
- getHostName() - Method in interface org.jivesoftware.openfire.Connection
-
Gets the host name for this IP address.
- getHostName() - Method in class org.jivesoftware.openfire.http.HttpSession.HttpVirtualConnection
-
- getHostName() - Method in class org.jivesoftware.openfire.multiplex.ClientSessionConnection
-
- getHostName() - Method in class org.jivesoftware.openfire.net.SocketConnection
-
- getHostName() - Method in class org.jivesoftware.openfire.nio.NIOConnection
-
- getHostName() - Method in class org.jivesoftware.openfire.session.LocalSession
-
- getHostName() - Method in interface org.jivesoftware.openfire.session.Session
-
Gets the host name for this IP address.
- getHostname() - Method in class org.jivesoftware.openfire.spi.XMPPServerInfoImpl
-
- getHostname() - Method in interface org.jivesoftware.openfire.XMPPServerInfo
-
Obtain the host name (IP address or hostname) of this server node.
- getHostnames() - Method in class org.jivesoftware.openfire.session.LocalOutgoingServerSession
-
- getHostnames() - Method in interface org.jivesoftware.openfire.session.OutgoingServerSession
-
Returns the list of hostnames related to the remote server.
- getHosts() - Method in class org.jivesoftware.openfire.ldap.LdapManager
-
Returns the LDAP servers hosts; e.g.
- getHttpBindSecureAddress() - Method in class org.jivesoftware.openfire.http.HttpBindManager
-
- getHttpBindSecurePort() - Method in class org.jivesoftware.openfire.http.HttpBindManager
-
Returns the HTTP binding port which uses SSL.
- getHttpBindUnsecureAddress() - Method in class org.jivesoftware.openfire.http.HttpBindManager
-
- getHttpBindUnsecurePort() - Method in class org.jivesoftware.openfire.http.HttpBindManager
-
Returns the HTTP binding port which does not use SSL.
- 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.update.AvailablePlugin
-
Return the icon's URL of the latest version of the plugin.
- getIcon(int) - Method in class org.jivesoftware.util.JiveBeanInfo
-
- getId() - Method in class org.jivesoftware.openfire.commands.SessionData
-
- getID() - Method in interface org.jivesoftware.openfire.muc.MUCRoom
-
Obtain a unique numerical id for this room.
- getID() - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRoom
-
- getID() - Method in class org.jivesoftware.openfire.pubsub.NodeSubscription
-
Returns the ID that uniquely identifies the subscription of the user in the node.
- getID() - Method in class org.jivesoftware.openfire.pubsub.PublishedItem
-
Returns the ID that uniquely identifies the published item in the node.
- getID() - Method in class org.jivesoftware.openfire.roster.RosterItem
-
Returns the roster ID associated with this particular roster item.
- getID() - Method in interface org.jivesoftware.openfire.StreamID
-
Obtain a unique identifier for easily identifying this stream in
a database.
- getIdentities(String, String, JID) - Method in class org.jivesoftware.openfire.commands.AdHocCommandHandler
-
- getIdentities(String, String, JID) - Method in interface org.jivesoftware.openfire.disco.DiscoInfoProvider
-
Returns an Iterator (of Element) with the target entity's identities.
- getIdentities() - Method in interface org.jivesoftware.openfire.disco.ServerIdentitiesProvider
-
Returns an Iterator (of Element) with the supported identities by the server.
- getIdentities() - Method in interface org.jivesoftware.openfire.disco.UserIdentitiesProvider
-
Returns an Iterator (of Element) with the supported identities by users.
- getIdentities(String, String, JID) - Method in class org.jivesoftware.openfire.filetransfer.proxy.FileTransferProxy
-
- getIdentities(String, String, JID) - Method in class org.jivesoftware.openfire.handler.IQOfflineMessagesHandler
-
- getIdentities(String, String, JID) - Method in class org.jivesoftware.openfire.mediaproxy.MediaProxyService
-
- getIdentities(String, String, JID) - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
-
- getIdentities() - Method in class org.jivesoftware.openfire.pep.IQPEPHandler
-
Implements ServerIdentitiesProvider and UserIdentitiesProvider, adding
the PEP identity to the respective disco#info results.
- getIdentities(String, String, JID) - Method in class org.jivesoftware.openfire.pubsub.PubSubModule
-
- getIdleTime() - Method in class org.jivesoftware.openfire.mediaproxy.MediaProxy
-
Returns the max time (in millis) that a session can remain open without
receiving any packets.
- getIdleTime() - Method in class org.jivesoftware.openfire.mediaproxy.MediaProxyService
-
Returns the maximum amount of time (in milleseconds) that a session can
be idle before it's closed.
- getIdleTimeout() - Method in class org.jivesoftware.openfire.net.SocketConnection
-
- getIgnoreList() - Method in interface org.jivesoftware.openfire.audit.AuditManager
-
Returns the list of usernames that won't be audited.
- getIgnoreList() - Method in class org.jivesoftware.openfire.audit.spi.AuditManagerImpl
-
- getInactivityTimeout() - Method in class org.jivesoftware.openfire.http.HttpSession
-
Returns the time, in seconds, after which this session will be considered inactive and
terminated.
- getInactivityTimeout() - Method in class org.jivesoftware.openfire.http.HttpSessionManager
-
Seconds a session has to be idle to be closed.
- getIncomingMessageCount(boolean) - Method in interface org.jivesoftware.openfire.muc.MultiUserChatService
-
Returns the total number of incoming messages since last reset.
- getIncomingMessageCount(boolean) - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
-
Returns the total number of incoming messages since last reset.
- getIncomingServers() - Method in class org.jivesoftware.openfire.SessionManager
-
Returns a collection with the hostnames of the remote servers that currently have an
incoming server connection to this server.
- getIncomingServerSession(byte[], String) - Method in interface org.jivesoftware.openfire.session.RemoteSessionLocator
-
Returns a session surrogate of an incoming server session hosted by a remote cluster node.
- getIncomingServerSession(String) - Method in class org.jivesoftware.openfire.SessionManager
-
Returns the incoming server session hosted by this JVM that matches the specified stream ID.
- getIncomingServerSessions(String) - Method in class org.jivesoftware.openfire.SessionManager
-
Returns the list of sessions that were originated by a remote server.
- getIncomingServerSessionsCount(boolean) - Method in class org.jivesoftware.openfire.SessionManager
-
Returns number of sessions coming from remote servers.
- getInfo() - Method in class org.jivesoftware.openfire.commands.AdHocCommandHandler
-
- getInfo() - Method in class org.jivesoftware.openfire.disco.IQDiscoInfoHandler
-
- getInfo() - Method in class org.jivesoftware.openfire.disco.IQDiscoItemsHandler
-
- getInfo() - Method in class org.jivesoftware.openfire.filetransfer.proxy.FileTransferProxy
-
- getInfo() - Method in class org.jivesoftware.openfire.handler.IQAuthHandler
-
- getInfo() - Method in class org.jivesoftware.openfire.handler.IQBindHandler
-
- getInfo() - Method in class org.jivesoftware.openfire.handler.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.IQTimeHandler
-
- getInfo() - Method in class org.jivesoftware.openfire.handler.IQvCardHandler
-
- getInfo() - Method in class org.jivesoftware.openfire.handler.IQVersionHandler
-
- getInfo() - Method in class org.jivesoftware.openfire.pep.IQPEPHandler
-
- getInfo() - Method in class org.jivesoftware.openfire.pep.IQPEPOwnerHandler
-
- getInitialSubdomain() - Method in interface org.jivesoftware.openfire.session.ComponentSession.ExternalComponent
-
- getInitialSubdomain() - Method in class org.jivesoftware.openfire.session.LocalComponentSession.LocalExternalComponent
-
- getInitiator() - Method in class org.jivesoftware.openfire.filetransfer.FileTransfer
-
- getInitiator() - Method in interface org.jivesoftware.openfire.filetransfer.FileTransferProgress
-
Returns the fully qualified JID of the initiator of the file transfer.
- getInitiator() - Method in class org.jivesoftware.openfire.filetransfer.proxy.DefaultProxyTransfer
-
- getInputStream() - Method in interface org.jivesoftware.openfire.filetransfer.FileTransferProgress
-
- getInputStream() - Method in class org.jivesoftware.openfire.filetransfer.proxy.DefaultProxyTransfer
-
- getInputStream() - Method in class org.jivesoftware.openfire.net.TLSStreamHandler
-
- getInputStream() - Method in class org.jivesoftware.openfire.net.TLSStreamReader
-
- getInstance() - Static method in class org.jivesoftware.admin.LoginLimitManager
-
Returns a singleton instance of LoginLimitManager.
- getInstance() - Static method in class org.jivesoftware.openfire.admin.AdminManager
-
Returns a singleton instance of AdminManager.
- getInstance() - Static method in class org.jivesoftware.openfire.clearspace.ClearspaceManager
-
Provides singleton access to an instance of the ClearspaceManager class.
- getInstance(byte[]) - Static method in class org.jivesoftware.openfire.cluster.NodeID
-
- getInstance() - Static method in class org.jivesoftware.openfire.component.InternalComponentManager
-
- getInstance() - Static method in class org.jivesoftware.openfire.container.PluginCacheRegistry
-
- getInstance() - Static method in class org.jivesoftware.openfire.crowd.CrowdManager
-
- getInstance() - Static method in class org.jivesoftware.openfire.entitycaps.EntityCapabilitiesManager
-
Returns the unique instance of this class.
- getInstance() - Static method in class org.jivesoftware.openfire.group.GroupManager
-
Returns a singleton instance of GroupManager.
- getInstance() - Static method in class org.jivesoftware.openfire.http.HttpBindManager
-
- getInstance() - Static method in class org.jivesoftware.openfire.interceptor.InterceptorManager
-
Returns a singleton instance of InterceptorManager.
- getInstance() - Static method in class org.jivesoftware.openfire.interceptor.PacketCopier
-
Returns unique instance of this class.
- getInstance() - Static method in class org.jivesoftware.openfire.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.muc.cluster.QueuedTasksManager
-
- getInstance() - Static method in class org.jivesoftware.openfire.multiplex.ConnectionMultiplexerManager
-
Returns the unique instance of this class.
- getInstance() - Static method in class org.jivesoftware.openfire.net.SocketSendingTracker
-
Returns the unique instance of this class.
- getInstance() - Static method in class org.jivesoftware.openfire.OfflineMessageStore
-
Returns the instance of OfflineMessageStore being used by the XMPPServer.
- getInstance() - Static method in class org.jivesoftware.openfire.privacy.PrivacyListManager
-
Returns the unique instance of this class.
- getInstance() - Static method in class org.jivesoftware.openfire.security.SecurityAuditManager
-
Returns a singleton instance of SecurityAuditManager.
- getInstance() - Static method in class org.jivesoftware.openfire.server.OutgoingSessionPromise
-
- getInstance() - Static method in class org.jivesoftware.openfire.SessionManager
-
Returns the instance of SessionManagerImpl
being used by the XMPPServer.
- getInstance() - Static method in class org.jivesoftware.openfire.stats.StatisticsManager
-
- getInstance() - Static method in class org.jivesoftware.openfire.user.UserManager
-
Returns a singleton UserManager instance.
- getInstance() - Static method in class org.jivesoftware.openfire.vcard.VCardManager
-
- getInstance() - Static method in class org.jivesoftware.openfire.XMPPServer
-
Returns a singleton instance of XMPPServer.
- getInstance() - Static method in class org.jivesoftware.util.cache.ExternalizableUtil
-
- getInstance() - Static method in class org.jivesoftware.util.EmailService
-
- getInstance() - Static method in class org.jivesoftware.util.FastDateFormat
-
- getInstance(String) - Static method in class org.jivesoftware.util.FastDateFormat
-
- getInstance(String, TimeZone) - Static method in class org.jivesoftware.util.FastDateFormat
-
- getInstance(String, Locale) - Static method in class org.jivesoftware.util.FastDateFormat
-
- getInstance(String, DateFormatSymbols) - Static method in class org.jivesoftware.util.FastDateFormat
-
- getInstance(String, TimeZone, Locale) - Static method in class org.jivesoftware.util.FastDateFormat
-
- getInstance(String, TimeZone, Locale, DateFormatSymbols) - Static method in class org.jivesoftware.util.FastDateFormat
-
- getInstance() - Static method in class org.jivesoftware.util.JiveProperties
-
Returns a singleton instance of JiveProperties.
- getInstance(Class) - Method in class org.jivesoftware.util.log.util.CommonsLogFactory
-
- getInstance(String) - Method in class org.jivesoftware.util.log.util.CommonsLogFactory
-
- getInstance() - Static method in class org.jivesoftware.util.TaskEngine
-
Returns a task engine instance (singleton).
- getInstances() - Static method in class org.jivesoftware.openfire.net.SocketConnection
-
- getInstructions() - Method in interface org.jivesoftware.openfire.forms.DataForm
-
Deprecated.
Returns an Iterator for the list of instructions that explain how to fill out the form and
what the form is about.
- getInstructions() - Method in class org.jivesoftware.openfire.forms.spi.XDataFormImpl
-
Deprecated.
- getIntAttribute(String, int) - Static method in class org.jivesoftware.openfire.http.HttpBindServlet
-
- getIntAttribute(HttpServletRequest, String, int) - Static method in class org.jivesoftware.util.ParamUtils
-
Returns an attribute as a int.
- getInterceptors() - Method in class org.jivesoftware.openfire.interceptor.InterceptorManager
-
Returns an unmodifiable list of global packet interceptors.
- getIntParameter(HttpServletRequest, String, int) - Static method in class org.jivesoftware.util.ParamUtils
-
Returns a parameter as an int.
- getIntParameters(HttpServletRequest, String, int) - Static method in class org.jivesoftware.util.ParamUtils
-
Returns a list of int parameters.
- getIntProperty(String, String, int) - Static method in class org.jivesoftware.openfire.muc.spi.MUCPersistenceManager
-
Returns an integer value Jive property.
- getIntProperty(String, int) - Static method in class org.jivesoftware.util.JiveGlobals
-
Returns an integer value Jive property.
- getInvisibleSharedGroups() - Method in class org.jivesoftware.openfire.roster.RosterItem
-
Returns the invisible shared groups for the item.
- getIPAddress() - Method in class org.jivesoftware.openfire.ServerPort
-
Returns the dot separated IP address for the server.
- getIQAdminHandler() - Method in interface org.jivesoftware.openfire.muc.MUCRoom
-
- getIQAdminHandler() - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRoom
-
- getIQAuthHandler() - Method in class org.jivesoftware.openfire.XMPPServer
-
Returns the IQAuthHandler
registered with this server.
- getIQDiscoInfoHandler() - Method in class org.jivesoftware.openfire.XMPPServer
-
Returns the IQDiscoInfoHandler
registered with this server.
- getIQDiscoItemsHandler() - Method in class org.jivesoftware.openfire.XMPPServer
-
Returns the IQDiscoItemsHandler
registered with this server.
- getIQHandlers() - Method in class org.jivesoftware.openfire.XMPPServer
-
Returns a list with all the modules registered with the server that inherit from IQHandler.
- getIQOwnerHandler() - Method in interface org.jivesoftware.openfire.muc.MUCRoom
-
- getIQOwnerHandler() - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRoom
-
- getIQPEPHandler() - Method in class org.jivesoftware.openfire.XMPPServer
-
Returns the IQPEPHandler
registered with this server.
- getIQRegisterHandler() - Method in class org.jivesoftware.openfire.XMPPServer
-
Returns the IQRegisterHandler
registered with this server.
- getIQRouter() - Method in class org.jivesoftware.openfire.XMPPServer
-
Returns the IQRouter
registered with this server.
- getItemCount(String) - Method in class org.jivesoftware.openfire.roster.DefaultRosterItemProvider
-
- getItemCount(String) - Method in interface org.jivesoftware.openfire.roster.RosterItemProvider
-
Obtain a count of the number of roster items available for the given user.
- getItemKey() - Method in class org.jivesoftware.openfire.pubsub.PublishedItem
-
Returns a string that uniquely identifies this published item
in the following format: nodeId:itemId
- getItemKey(LeafNode, String) - Static method in class org.jivesoftware.openfire.pubsub.PublishedItem
-
Returns a string that uniquely identifies this published item
in the following format: nodeId:itemId
- getItemKey(String, String) - Static method in class org.jivesoftware.openfire.pubsub.PublishedItem
-
Returns a string that uniquely identifies this published item
in the following format: nodeId:itemId
- getItems(String, String, JID) - Method in class org.jivesoftware.openfire.commands.AdHocCommandHandler
-
- getItems(String, String, JID) - Method in interface org.jivesoftware.openfire.disco.DiscoItemsProvider
-
Returns an Iterator (of DiscoItem) with the target entity's items or null if none.
- getItems() - Method in interface org.jivesoftware.openfire.disco.ServerItemsProvider
-
Returns an Iterator (of DiscoServerItem) with the items associated with the server or null
if none.
- getItems() - Method in class org.jivesoftware.openfire.filetransfer.proxy.FileTransferProxy
-
- getItems(String, String, JID) - Method in class org.jivesoftware.openfire.filetransfer.proxy.FileTransferProxy
-
- getItems(String, String, JID) - Method in class org.jivesoftware.openfire.handler.IQOfflineMessagesHandler
-
- getItems(String, String, JID) - Method in class org.jivesoftware.openfire.mediaproxy.MediaProxyService
-
- getItems() - Method in class org.jivesoftware.openfire.mediaproxy.MediaProxyService
-
- getItems() - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
-
- getItems(String, String, JID) - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
-
- getItems() - Method in class org.jivesoftware.openfire.pubsub.PubSubModule
-
- getItems(String, String, JID) - Method in class org.jivesoftware.openfire.pubsub.PubSubModule
-
- getItems(String) - Method in class org.jivesoftware.openfire.roster.DefaultRosterItemProvider
-
- getItems(String) - Method in interface org.jivesoftware.openfire.roster.RosterItemProvider
-
Retrieve an iterator of RosterItems for the given user.
- getJavaScriptUrl() - Method in class org.jivesoftware.openfire.http.HttpBindManager
-
- getJID() - Method in class org.jivesoftware.openfire.disco.DiscoItem
-
Returns the entity's ID.
- getJID() - Method in class org.jivesoftware.openfire.group.Group
-
Returns a JID for the group based on the group name.
- getJID() - Method in interface org.jivesoftware.openfire.muc.MUCRoom
-
Get the full JID of this room.
- getJID() - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRoom
-
- getJID() - Method in class org.jivesoftware.openfire.pubsub.cluster.AffiliationTask
-
- getJID() - Method in class org.jivesoftware.openfire.pubsub.NodeAffiliate
-
- getJID() - Method in class org.jivesoftware.openfire.pubsub.NodeSubscription
-
Returns the JID that is going to receive the event notifications.
- getJid() - Method in class org.jivesoftware.openfire.roster.RosterItem
-
Obtain the address of the item.
- getJoinedTime() - Method in interface org.jivesoftware.openfire.cluster.ClusterNodeInfo
-
Return the date/time value (in cluster time) that the Member joined.
- getJustlinks() - Method in class org.jivesoftware.admin.TabsTag
-
Returns whether we are in just links mode.
- getKeyManagers(String, String, String) - Static method in class org.jivesoftware.openfire.net.SSLJiveKeyManagerFactory
-
Creates a KeyManager list which is null if the storeType is null, or
is a standard KeyManager that uses a KeyStore of type storeType,
located at 'keystore' location under home, and uses 'keypass' as
the password for the keystore password and key password.
- getKeyManagers(KeyStore, String) - Static method in class org.jivesoftware.openfire.net.SSLJiveKeyManagerFactory
-
- getKeyPassword() - Static method in class org.jivesoftware.openfire.net.SSLConfig
-
Get the Key Store password
- getKeyStore() - Static method in class org.jivesoftware.openfire.net.SSLConfig
-
Get the Key Store
- getKeystoreLocation() - Static method in class org.jivesoftware.openfire.net.SSLConfig
-
Get the Key Store location
- getKeyword() - Method in class org.jivesoftware.openfire.pubsub.NodeSubscription
-
Returns the keyword that the event needs to match.
- getKickIdleUsersTimeout() - Method in interface org.jivesoftware.openfire.muc.MultiUserChatService
-
Returns the time to elapse between clearing of idle chat users.
- getKickIdleUsersTimeout() - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
-
- getLabel() - Method in class org.jivesoftware.openfire.commands.AdHocCommand
-
- getLabel() - Method in interface org.jivesoftware.openfire.forms.FormField
-
Deprecated.
Returns the label of the question which should give enough information to the user to
fill out the form.
- getLabel() - Method in class org.jivesoftware.openfire.forms.spi.XFormFieldImpl
-
Deprecated.
- getLanguage() - Method in interface org.jivesoftware.openfire.Connection
-
Returns the language code that should be used for this connection
(e.g.
- getLanguage() - Method in class org.jivesoftware.openfire.http.HttpSession
-
Returns the language this session is using.
- getLanguage() - Method in class org.jivesoftware.openfire.net.SocketConnection
-
- getLanguage() - Method in class org.jivesoftware.openfire.net.VirtualConnection
-
- getLanguage() - Method in class org.jivesoftware.openfire.nio.NIOConnection
-
- getLanguage() - Method in class org.jivesoftware.openfire.pubsub.DefaultNodeConfiguration
-
Returns the default language of the node.
- getLanguage() - Method in class org.jivesoftware.openfire.pubsub.Node
-
Returns the default language of the node.
- getLargeTextField(ResultSet, int) - Static method in class org.jivesoftware.database.DbConnectionManager
-
Retrives a large text column from a result set, automatically performing
streaming if the JDBC driver requires it.
- getLast(int) - Method in class org.jivesoftware.openfire.resultsetmanager.ResultSet
-
Deprecated.
Returns the last elements from this result set.
- getLast(int) - Method in class org.jivesoftware.openfire.resultsetmanager.ResultSetImpl
-
Deprecated.
- getLast() - Method in class org.jivesoftware.util.LinkedList
-
Returns the last linked list node in the list.
- getLastAcknowledged() - Method in class org.jivesoftware.openfire.http.HttpSession
-
Returns the highest 'rid' attribute the server has received where it has also received
all requests with lower 'rid' values.
- getLastActiveDate() - Method in class org.jivesoftware.openfire.session.LocalSession
-
Obtain the time the session last had activity.
- getLastActiveDate() - Method in interface org.jivesoftware.openfire.session.Session
-
Obtain the time the session last had activity.
- getLastActivity() - Method in class org.jivesoftware.openfire.http.HttpSession
-
Returns the time in milliseconds since the epoch that this session was last active.
- getLastActivity(User) - Method in interface org.jivesoftware.openfire.PresenceManager
-
Returns the number of milliseconds since the user went offline or -1 if such information
is not available or if the user is online.
- getLastActivity(User) - Method in class org.jivesoftware.openfire.spi.PresenceManagerImpl
-
- getLastHeartbeat() - Method in class org.jivesoftware.openfire.net.MXParser
-
Returns the last time a heartbeat was received.
- getLastPacketTime() - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCUser
-
Get time (in milliseconds from System currentTimeMillis()) since last packet.
- getLastPresenceStatus(User) - Method in interface org.jivesoftware.openfire.PresenceManager
-
Returns the status sent by the user in his last unavailable presence or null if the
user is online or never set such information.
- getLastPresenceStatus(User) - Method in class org.jivesoftware.openfire.spi.PresenceManagerImpl
-
- getLastPublishedItem() - Method in class org.jivesoftware.openfire.pubsub.LeafNode
-
- getLastPublishedItem() - Method in class org.jivesoftware.openfire.pubsub.Node
-
Returns the last
PublishedItem
that was published to the node or
null if
the node does not have published items.
- getLastPublishedItem(LeafNode) - Static method in class org.jivesoftware.openfire.pubsub.PubSubPersistenceManager
-
Fetches the last published item for the specified node.
- getLastStarted() - Method in class org.jivesoftware.openfire.spi.XMPPServerInfoImpl
-
- getLastStarted() - Method in interface org.jivesoftware.openfire.XMPPServerInfo
-
Obtain the date when the server was last started.
- getLatestVersion() - Method in class org.jivesoftware.openfire.update.AvailablePlugin
-
Returns the latest version of the plugin that is not installed.
- getLatestVersion() - Method in class org.jivesoftware.openfire.update.Update
-
Returns the latest version of the component that was found.
- getLegacyErrorCode() - Method in enum org.jivesoftware.openfire.http.BoshBindingError
-
Returns the legacy HTTP error code which is related to the binding error.
- getLexicalHandler() - Method in class org.jivesoftware.util.XMLWriter
-
- getLicense(Plugin) - Method in class org.jivesoftware.openfire.container.PluginManager
-
Returns the license agreement type that the plugin is governed by.
- getLicenseType() - Method in class org.jivesoftware.openfire.update.AvailablePlugin
-
Returns the type of license the plugin is being released under.
- getLifetime() - Method in class org.jivesoftware.openfire.mediaproxy.MediaProxy
-
Returns the maximum lifetime (in seconds) of a session.
- getLifetime() - Method in class org.jivesoftware.openfire.mediaproxy.MediaProxyService
-
Get the Life Time of Sessions
- GetListActiveUsers - Class in org.jivesoftware.openfire.commands.admin
-
Command that allows to retrieve a list of all active users.
- GetListActiveUsers() - Constructor for class org.jivesoftware.openfire.commands.admin.GetListActiveUsers
-
- GetListGroups - Class in org.jivesoftware.openfire.commands.admin.group
-
Command that allows to retrieve a list of existing groups.
- GetListGroups() - Constructor for class org.jivesoftware.openfire.commands.admin.group.GetListGroups
-
- GetListGroupUsers - Class in org.jivesoftware.openfire.commands.admin.group
-
Command that allows to retrieve list members of a given group.
- GetListGroupUsers() - Constructor for class org.jivesoftware.openfire.commands.admin.group.GetListGroupUsers
-
- getLocalCertificates() - Method in interface org.jivesoftware.openfire.Connection
-
- getLocalCertificates() - Method in class org.jivesoftware.openfire.net.SocketConnection
-
- getLocalCertificates() - Method in class org.jivesoftware.openfire.net.VirtualConnection
-
- getLocalCertificates() - Method in class org.jivesoftware.openfire.nio.NIOConnection
-
- getLocalChatRoom(String) - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
-
- getLocalDomain() - Method in interface org.jivesoftware.openfire.session.IncomingServerSession
-
Returns the domain or subdomain of the local server used by the remote server
when validating the session.
- getLocalDomain() - Method in class org.jivesoftware.openfire.session.LocalIncomingServerSession
-
Returns the domain or subdomain of the local server used by the remote server
when validating the session.
- getLocale() - Method in class org.jivesoftware.util.FastDateFormat
-
- getLocale() - Static method in class org.jivesoftware.util.JiveGlobals
-
Returns the global Locale used by Jive.
- getLocalhost() - Method in class org.jivesoftware.openfire.mediaproxy.MediaProxySession
-
Get localhost of the Session
- getLocalhost() - Method in interface org.jivesoftware.openfire.mediaproxy.ProxyCandidate
-
- getLocalizedNumber(long) - Static method in class org.jivesoftware.util.LocaleUtils
-
Returns an internationalized String representation of the number using
the default locale.
- getLocalizedNumber(long, Locale) - Static method in class org.jivesoftware.util.LocaleUtils
-
Returns an internationalized String representation of the number using
the specified locale.
- getLocalizedNumber(double) - Static method in class org.jivesoftware.util.LocaleUtils
-
Returns an internationalized String representation of the number using
the default locale.
- getLocalizedNumber(double, Locale) - Static method in class org.jivesoftware.util.LocaleUtils
-
Returns an internationalized String representation of the number using
the specified locale.
- getLocalizedString(String) - Static method in class org.jivesoftware.util.LocaleUtils
-
Returns an internationalized string loaded from a resource bundle.
- getLocalizedString(String, Locale) - Static method in class org.jivesoftware.util.LocaleUtils
-
Returns an internationalized string loaded from a resource bundle using
the passed in Locale.
- getLocalizedString(String, List) - Static method in class org.jivesoftware.util.LocaleUtils
-
Returns an internationalized string loaded from a resource bundle using
the locale specified by JiveGlobals.getLocale() substituting the passed
in arguments.
- getLocalizedString(String, String) - Static method in class org.jivesoftware.util.LocaleUtils
-
Returns an internationalized string loaded from a resource bundle from the passed
in plugin.
- getLocalizedString(String, String, List) - Static method in class org.jivesoftware.util.LocaleUtils
-
Returns an internationalized string loaded from a resource bundle from the passed
in plugin.
- getLocalizedString(String, String, List, Locale, boolean) - Static method in class org.jivesoftware.util.LocaleUtils
-
Returns an internationalized string loaded from a resource bundle from
the passed in plugin, using the passed in Locale.
- getLocalizedString(String, Locale, List, ResourceBundle) - Static method in class org.jivesoftware.util.LocaleUtils
-
Returns an internationalized string loaded from a resource bundle using
the passed in Locale substituting the passed in arguments.
- getLocalPortA() - Method in class org.jivesoftware.openfire.mediaproxy.MediaProxySession
-
Get the localport that listen for Host A Packets
- getLocalPortA() - Method in interface org.jivesoftware.openfire.mediaproxy.ProxyCandidate
-
- getLocalPortB() - Method in class org.jivesoftware.openfire.mediaproxy.MediaProxySession
-
Get the localport that listen for Host B Packets
- getLocalPortB() - Method in interface org.jivesoftware.openfire.mediaproxy.ProxyCandidate
-
- getLock(Object, Cache) - Static method in class org.jivesoftware.util.cache.CacheFactory
-
Returns an existing
Lock
on the specified key or creates a new one
if none was found.
- getLock(Object, Cache) - Method in interface org.jivesoftware.util.cache.CacheFactoryStrategy
-
Returns an existing lock on the specified key or creates a new one if none was found.
- getLock(Object, Cache) - Method in class org.jivesoftware.util.cache.DefaultLocalCacheStrategy
-
- getLockOutManager() - Method in class org.jivesoftware.openfire.XMPPServer
-
Returns the LockOutManager
registered with this server.
- getLockOutManager() - Method in class org.jivesoftware.util.WebManager
-
- getLockOutProvider() - Static method in class org.jivesoftware.openfire.lockout.LockOutManager
-
Returns the currently-installed LockOutProvider.
- getLogConversationBatchSize() - Method in interface org.jivesoftware.openfire.muc.MultiUserChatService
-
Returns the number of messages to save to the database on each run of the logging process.
- getLogConversationBatchSize() - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
-
- getLogConversationsTimeout() - Method in interface org.jivesoftware.openfire.muc.MultiUserChatService
-
Returns the time to elapse between logging the room conversations.
- getLogConversationsTimeout() - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
-
- getLogDir() - Method in interface org.jivesoftware.openfire.audit.AuditManager
-
Returns the absolute path to the directory where the audit log files will be saved.
- getLogDir() - Method in class org.jivesoftware.openfire.audit.spi.AuditManagerImpl
-
- getLogDirectory() - Static method in class org.jivesoftware.util.Log
-
Returns the directory that log files exist in.
- getLoginLogoImage() - Static method in class org.jivesoftware.admin.AdminConsole
-
Returns the URL of the login image for the admin console.
- getLogoImage() - Static method in class org.jivesoftware.admin.AdminConsole
-
Returns the URL of the main logo image for the admin console.
- getLogTimeout() - Method in interface org.jivesoftware.openfire.audit.AuditManager
-
Returns the time in milliseconds between successive executions of the task that will save
the queued audited packets to a permanent store.
- getLogTimeout() - Method in class org.jivesoftware.openfire.audit.spi.AuditManagerImpl
-
- getLongAttribute(String, long) - Static method in class org.jivesoftware.openfire.http.HttpBindServlet
-
- getLongAttribute(HttpServletRequest, String, long) - Static method in class org.jivesoftware.util.ParamUtils
-
Returns an attribute as a long.
- getLongParameter(HttpServletRequest, String, long) - Static method in class org.jivesoftware.util.ParamUtils
-
Returns a parameter as a long.
- getLongParameters(HttpServletRequest, String, long) - Static method in class org.jivesoftware.util.ParamUtils
-
Returns a list of long parameters.
- getLongProperty(String, String, long) - Static method in class org.jivesoftware.openfire.muc.spi.MUCPersistenceManager
-
Returns a long value Jive property.
- getLongProperty(String, long) - Static method in class org.jivesoftware.util.JiveGlobals
-
Returns a long value Jive property.
- getMajor() - Method in class org.jivesoftware.util.Version
-
Obtain the major release number for this product.
- getMajorVersion() - Method in class org.jivesoftware.openfire.http.HttpSession
-
Returns the major version of BOSH which this session utilizes.
- getMajorXMPPVersion() - Method in interface org.jivesoftware.openfire.Connection
-
Returns the major version of XMPP being used by this connection
(major_version.minor_version.
- getMajorXMPPVersion() - Method in class org.jivesoftware.openfire.net.SocketConnection
-
- getMajorXMPPVersion() - Method in class org.jivesoftware.openfire.net.VirtualConnection
-
- getMajorXMPPVersion() - Method in class org.jivesoftware.openfire.nio.NIOConnection
-
- getManager() - Method in class org.jivesoftware.openfire.pep.PEPService
-
- getManager() - Method in class org.jivesoftware.openfire.pubsub.PubSubModule
-
- getManager() - Method in interface org.jivesoftware.openfire.pubsub.PubSubService
-
Returns the ad-hoc commands manager used for this service.
- getManager() - Method in class org.jivesoftware.util.WebManager
-
- getMaxCacheLifetime(String) - Static method in class org.jivesoftware.util.cache.CacheFactory
-
If a local property is found for the supplied name which specifies a value for cache entry lifetime, it
is returned.
- getMaxCacheSize() - Method in interface org.jivesoftware.util.cache.Cache
-
Returns the maximum size of the cache in bytes.
- getMaxCacheSize(String) - Static method in class org.jivesoftware.util.cache.CacheFactory
-
If a local property is found for the supplied name which specifies a value for cache size, it is returned.
- getMaxCacheSize() - Method in class org.jivesoftware.util.cache.CacheWrapper
-
- getMaxCacheSize() - Method in class org.jivesoftware.util.cache.DefaultCache
-
Returns the maximum size of the cache (in bytes).
- getMaxChars() - Method in class org.jivesoftware.openfire.muc.HistoryRequest
-
Returns the total number of characters to receive in the history.
- getMaxClusterNodes() - Static method in class org.jivesoftware.openfire.cluster.ClusterManager
-
Returns the maximum number of cluster members allowed.
- getMaxClusterNodes() - Static method in class org.jivesoftware.util.cache.CacheFactory
-
Returns the maximum number of cluster members allowed.
- getMaxClusterNodes() - Method in interface org.jivesoftware.util.cache.CacheFactoryStrategy
-
Returns the maximum number of cluster members allowed.
- getMaxClusterNodes() - Method in class org.jivesoftware.util.cache.DefaultLocalCacheStrategy
-
- getMaxConnections() - Method in class org.jivesoftware.database.DefaultConnectionProvider
-
Returns the maximum number of connections that the pool will use.
- getMaxDays() - Method in interface org.jivesoftware.openfire.audit.AuditManager
-
Returns the maximum number of days to keep audit information.
- getMaxDays() - Method in class org.jivesoftware.openfire.audit.spi.AuditManagerImpl
-
- getMaxFileSize() - Method in interface org.jivesoftware.openfire.audit.AuditManager
-
Obtain the maximum size of audit log files in megabytes.
- getMaxFileSize() - Method in class org.jivesoftware.openfire.audit.spi.AuditManagerImpl
-
- getMaximumAllowedCharacter() - Method in class org.jivesoftware.util.XMLWriter
-
Returns the maximum allowed character code that should be allowed
unescaped which defaults to 127 in US-ASCII (7 bit) or
255 in ISO-* (8 bit).
- getMaxLeafNodes() - Method in class org.jivesoftware.openfire.pubsub.CollectionNode
-
Returns the max number of leaf nodes that this collection node might have.
- getMaxLeafNodes() - Method in class org.jivesoftware.openfire.pubsub.DefaultNodeConfiguration
-
Returns the max number of leaf nodes that this collection node might have.
- getMaxLengthEstimate() - Method in class org.jivesoftware.util.FastDateFormat
-
Returns an estimate for the maximum length date that this date
formatter will produce.
- getMaxLifetime() - Method in interface org.jivesoftware.util.cache.Cache
-
Returns the maximum number of milliseconds that any object can live
in cache.
- getMaxLifetime() - Method in class org.jivesoftware.util.cache.CacheWrapper
-
- getMaxLifetime() - Method in class org.jivesoftware.util.cache.DefaultCache
-
Returns the maximum number of milleseconds that any object can live
in cache.
- getMaxNumber() - Method in class org.jivesoftware.openfire.muc.HistoryStrategy
-
Obtain the maximum number of messages for strategies using message number limitations.
- getMaxPause() - Method in class org.jivesoftware.openfire.http.HttpSession
-
Returns the maximum length of a temporary session pause (in seconds) that the client MAY
request.
- getMaxPause() - Method in class org.jivesoftware.openfire.http.HttpSessionManager
-
Returns the maximum length of a temporary session pause (in seconds) that the client MAY
request.
- getMaxPayloadSize() - Method in class org.jivesoftware.openfire.pubsub.DefaultNodeConfiguration
-
Returns the maximum payload size in bytes.
- getMaxPayloadSize() - Method in class org.jivesoftware.openfire.pubsub.LeafNode
-
- getMaxPollingInterval() - Method in class org.jivesoftware.openfire.http.HttpSession
-
Returns the max interval within which a client can send polling requests.
- getMaxPort() - Method in class org.jivesoftware.openfire.mediaproxy.MediaProxy
-
Returns the maximum port value to listen for incoming packets.
- getMaxPort() - Method in class org.jivesoftware.openfire.mediaproxy.MediaProxyService
-
Get Maximum port value to listen from incoming packets.
- getMaxPublishedItems() - Method in class org.jivesoftware.openfire.pubsub.DefaultNodeConfiguration
-
Returns the maximum number of published items to persist.
- getMaxPublishedItems() - Method in class org.jivesoftware.openfire.pubsub.LeafNode
-
- getMaxRequests() - Method in class org.jivesoftware.openfire.http.HttpSession
-
Returns the max number of requests it is permissible for this session to have open at any one
time.
- getMaxRequests() - Method in class org.jivesoftware.openfire.http.HttpSessionManager
-
Openfire MAY limit the number of simultaneous requests the client makes with the 'requests'
attribute.
- getMaxStages(SessionData) - Method in class org.jivesoftware.openfire.commands.AdHocCommand
-
Returns the max number of stages for this command.
- getMaxStages(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.GetAdminConsoleInfo
-
- getMaxStages(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.GetListActiveUsers
-
- getMaxStages(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.GetNumberActiveUsers
-
- getMaxStages(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.GetNumberOnlineUsers
-
- getMaxStages(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.GetNumberUserSessions
-
- getMaxStages(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.GetServerStats
-
- getMaxStages(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.GetUsersPresence
-
- getMaxStages(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.group.AddGroup
-
- getMaxStages(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.group.AddGroupUsers
-
- getMaxStages(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.group.DeleteGroup
-
- getMaxStages(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.group.DeleteGroupUsers
-
- getMaxStages(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.group.GetListGroups
-
- getMaxStages(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.group.GetListGroupUsers
-
- getMaxStages(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.group.UpdateGroup
-
- getMaxStages(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.HttpBindStatus
-
- getMaxStages(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.muc.CreateMUCRoom
-
- getMaxStages(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.PacketsNotification
-
- getMaxStages(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.user.AddUser
-
- getMaxStages(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.user.AuthenticateUser
-
- getMaxStages(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.user.ChangeUserPassword
-
- getMaxStages(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.user.DeleteUser
-
- getMaxStages(SessionData) - Method in class org.jivesoftware.openfire.commands.admin.user.UserProperties
-
- getMaxStages(SessionData) - Method in class org.jivesoftware.openfire.commands.clearspace.ChangeSharedSecret
-
- getMaxStages(SessionData) - Method in class org.jivesoftware.openfire.commands.clearspace.GenerateNonce
-
- getMaxStages(SessionData) - Method in class org.jivesoftware.openfire.commands.clearspace.SystemAdminAdded
-
- getMaxStages(SessionData) - Method in class org.jivesoftware.openfire.commands.clearspace.SystemAdminRemoved
-
- getMaxStages(SessionData) - Method in class org.jivesoftware.openfire.commands.event.GroupAdminAdded
-
- getMaxStages(SessionData) - Method in class org.jivesoftware.openfire.commands.event.GroupAdminRemoved
-
- getMaxStages(SessionData) - Method in class org.jivesoftware.openfire.commands.event.GroupCreated
-
- getMaxStages(SessionData) - Method in class org.jivesoftware.openfire.commands.event.GroupDeleting
-
- getMaxStages(SessionData) - Method in class org.jivesoftware.openfire.commands.event.GroupMemberAdded
-
- getMaxStages(SessionData) - Method in class org.jivesoftware.openfire.commands.event.GroupMemberRemoved
-
- getMaxStages(SessionData) - Method in class org.jivesoftware.openfire.commands.event.GroupModified
-
- getMaxStages(SessionData) - Method in class org.jivesoftware.openfire.commands.event.UserCreated
-
- getMaxStages(SessionData) - Method in class org.jivesoftware.openfire.commands.event.UserDeleting
-
- getMaxStages(SessionData) - Method in class org.jivesoftware.openfire.commands.event.UserModified
-
- getMaxStages(SessionData) - Method in class org.jivesoftware.openfire.commands.event.VCardCreated
-
- getMaxStages(SessionData) - Method in class org.jivesoftware.openfire.commands.event.VCardDeleting
-
- getMaxStages(SessionData) - Method in class org.jivesoftware.openfire.commands.event.VCardModified
-
- getMaxStages(SessionData) - Method in class org.jivesoftware.openfire.pubsub.PendingSubscriptionsCommand
-
- getMaxStanzas() - Method in class org.jivesoftware.openfire.muc.HistoryRequest
-
Returns the total number of messages to receive in the history.
- getMaxThreadCount() - Method in class org.jivesoftware.openfire.Channel
-
Returns the max number of threads the channel will use for processing messages.
- getMaxTotalSize() - Method in interface org.jivesoftware.openfire.audit.AuditManager
-
Returns the maximum size in megabytes that all audit log files may have.
- getMaxTotalSize() - Method in class org.jivesoftware.openfire.audit.spi.AuditManagerImpl
-
- getMaxUsers() - Method in interface org.jivesoftware.openfire.muc.MUCRoom
-
Returns the maximum number of occupants that can be simultaneously in the room.
- getMaxUsers() - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRoom
-
- getMaxWait() - Method in class org.jivesoftware.openfire.http.HttpSessionManager
-
Returns the longest time (in seconds) that Openfire is allowed to wait before responding to
any request during the session.
- getMechanismName() - Method in class org.jivesoftware.openfire.clearspace.ClearspaceSaslServer
-
Returns the mechanism name of this SASL server.
- getMechanismName() - Method in class org.jivesoftware.openfire.sasl.SaslServerPlainImpl
-
Returns the IANA-registered mechanism name of this SASL server.
- getMechanismNames(Map<String, ?>) - Method in class org.jivesoftware.openfire.sasl.SaslServerFactoryImpl
-
Returns an array of names of mechanisms that match the specified mechanism selection policies.
- getMediaProxyService() - Method in class org.jivesoftware.openfire.XMPPServer
-
Returns the MediaProxyService
registered with this server.
- getMembers() - Method in class org.jivesoftware.admin.LdapGroupTester.Group
-
- getMembers() - Method in class org.jivesoftware.openfire.group.Group
-
Returns a Collection of the group members.
- getMembers() - Method in interface org.jivesoftware.openfire.muc.MUCRoom
-
Returns a collection with the current list of room members.
- getMembers() - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRoom
-
- getMessage() - Method in class org.jivesoftware.openfire.muc.cluster.BroadcastMessageRequest
-
- getMessage(String, Date) - Method in class org.jivesoftware.openfire.OfflineMessageStore
-
Returns the offline message of the specified user with the given creation date.
- getMessage() - Method in exception org.jivesoftware.util.HTTPConnectionException
-
- getMessageHistory() - Method in class org.jivesoftware.openfire.muc.HistoryStrategy
-
Obtain the current history as an iterator of messages to play back to a new room member.
- getMessageHistory() - Method in class org.jivesoftware.openfire.muc.MUCRoomHistory
-
- getMessageRouter() - Method in class org.jivesoftware.openfire.XMPPServer
-
Returns the MessageRouter
registered with this server.
- getMessages(String, boolean) - Method in class org.jivesoftware.openfire.OfflineMessageStore
-
Returns a Collection of all messages in the store for a user.
- getMetadataForm() - Method in class org.jivesoftware.openfire.pubsub.Node
-
Returns a data form containing the node configuration that is going to be used for
service discovery.
- getMethodDescriptors() - Method in class org.jivesoftware.util.JiveBeanInfo
-
- getMicro() - Method in class org.jivesoftware.util.Version
-
Obtain the micro release number for this product.
- getMimeType() - Method in class org.jivesoftware.openfire.filetransfer.FileTransfer
-
- getMinCacheSize(String) - Static method in class org.jivesoftware.util.cache.CacheFactory
-
- getMinConnections() - Method in class org.jivesoftware.database.DefaultConnectionProvider
-
Returns the minimum number of connections that the pool will use.
- getMinor() - Method in class org.jivesoftware.util.Version
-
Obtain the minor release number for this product.
- getMinorVersion() - Method in class org.jivesoftware.openfire.http.HttpSession
-
Returns the major version of BOSH which this session utilizes.
- getMinorXMPPVersion() - Method in interface org.jivesoftware.openfire.Connection
-
Returns the minor version of XMPP being used by this connection
(major_version.minor_version.
- getMinorXMPPVersion() - Method in class org.jivesoftware.openfire.net.SocketConnection
-
- getMinorXMPPVersion() - Method in class org.jivesoftware.openfire.net.VirtualConnection
-
- getMinorXMPPVersion() - Method in class org.jivesoftware.openfire.nio.NIOConnection
-
- getMinPort() - Method in class org.jivesoftware.openfire.mediaproxy.MediaProxy
-
Returns the minimum port value to listen for incoming packets.
- getMinPort() - Method in class org.jivesoftware.openfire.mediaproxy.MediaProxyService
-
Get Minimal port value to listen from incoming packets.
- getMinServerVersion(Plugin) - Method in class org.jivesoftware.openfire.container.PluginManager
-
Returns the minimum server version this plugin can run within.
- getMinServerVersion() - Method in class org.jivesoftware.openfire.update.AvailablePlugin
-
Returns the minimum server version required by this plugin as specified in plugin.xml.
- getMinThreadCount() - Method in class org.jivesoftware.openfire.Channel
-
Returns the min number of threads the channel will use for processing messages.
- getModel() - Static method in class org.jivesoftware.admin.AdminConsole
-
Returns the model.
- getModerators() - Method in interface org.jivesoftware.openfire.muc.MUCRoom
-
Returns a collection with the current list of room moderators.
- getModerators() - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRoom
-
- getModificationDate() - Method in interface org.jivesoftware.openfire.muc.MUCRoom
-
Returns the last date when the room's configuration was modified.
- getModificationDate() - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRoom
-
- getModificationDate() - Method in class org.jivesoftware.openfire.pubsub.Node
-
Returns the last date when the ndoe's configuration was modified.
- getModificationDate() - Method in class org.jivesoftware.openfire.user.User
-
- getMsgID() - Method in class org.jivesoftware.openfire.security.SecurityAuditEvent
-
Retrieves the unique ID of this event.
- getMUCDelegate() - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
-
Gets the MUC event delegate handler for this service.
- getMUCRoles(JID) - Method in interface org.jivesoftware.openfire.muc.MultiUserChatService
-
Returns the list of
MUCRole
in all rooms for the specified
user's session.
- getMUCRoles(JID) - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
-
- getMUCService() - Method in interface org.jivesoftware.openfire.muc.MUCRoom
-
Get the multi user chat service the room is attached to.
- getMUCService() - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRoom
-
- getMulticastRouter() - Method in class org.jivesoftware.openfire.XMPPServer
-
Returns the MulticastRouter
registered with this server.
- getMultiplexers() - Method in class org.jivesoftware.openfire.multiplex.ConnectionMultiplexerManager
-
Returns the names of the connected connection managers to this server.
- getMultiplexerSession(String, String) - Method in class org.jivesoftware.openfire.multiplex.ConnectionMultiplexerManager
-
- getMultiplexerSession(String) - Method in class org.jivesoftware.openfire.multiplex.ConnectionMultiplexerManager
-
- getMultiplexerSocketAcceptor() - Method in class org.jivesoftware.openfire.spi.ConnectionManagerImpl
-
- getMultistatGroup(String) - Method in class org.jivesoftware.openfire.stats.StatisticsManager
-
- getMultiUserChatManager() - Method in class org.jivesoftware.openfire.XMPPServer
-
Returns the MultiUserChatManager
registered with this server.
- getMultiUserChatManager() - Method in class org.jivesoftware.util.WebManager
-
- getMultiUserChatService(Long) - Method in class org.jivesoftware.openfire.muc.MultiUserChatManager
-
Retrieves a MultiUserChatService instance specified by it's service ID.
- getMultiUserChatService(String) - Method in class org.jivesoftware.openfire.muc.MultiUserChatManager
-
Retrieves a MultiUserChatService instance specified by it's subdomain of the
server's primary domain.
- getMultiUserChatService(JID) - Method in class org.jivesoftware.openfire.muc.MultiUserChatManager
-
Retrieves a MultiUserChatService instance specified by any JID that refers to it.
- getMultiUserChatServiceID(String) - Method in class org.jivesoftware.openfire.muc.MultiUserChatManager
-
Retrieves ID of MUC service by subdomain.
- getMultiUserChatServices() - Method in class org.jivesoftware.openfire.muc.MultiUserChatManager
-
Retrieves all of the MultiUserChatServices managed and configured for this server, sorted by
subdomain.
- getMultiUserChatServicesCount() - Method in class org.jivesoftware.openfire.muc.MultiUserChatManager
-
Retrieves the number of MultiUserChatServices that are configured for this server.
- getMultiUserChatSubdomain(Long) - Method in class org.jivesoftware.openfire.muc.MultiUserChatManager
-
Retrieves the subdomain of a specified service ID.
- getName() - Method in class org.jivesoftware.admin.AdminPageBean.Breadcrumb
-
Returns the name, with HTML escaped.
- getName() - Method in class org.jivesoftware.admin.LdapGroupTester.Group
-
- getName() - Method in class org.jivesoftware.admin.LdapUserProfile
-
- getName() - Method in class org.jivesoftware.database.DefaultConnectionProviderBeanInfo
-
- getName() - Method in class org.jivesoftware.openfire.Channel
-
Returns the name of the channel.
- getName() - Method in class org.jivesoftware.openfire.container.BasicModule
-
Obtain the name of the module.
- getName() - Method in enum org.jivesoftware.openfire.container.CacheInfo.Type
-
- getName() - Method in interface org.jivesoftware.openfire.container.Module
-
Returns the name of the module for display in administration interfaces.
- getName(Plugin) - Method in class org.jivesoftware.openfire.container.PluginManager
-
Returns the name of a plugin.
- getName() - Method in class org.jivesoftware.openfire.disco.DiscoItem
-
Returns the entity's name.
- getName() - Method in class org.jivesoftware.openfire.forms.spi.XDataFormImpl
-
Deprecated.
- getName() - Method in class org.jivesoftware.openfire.forms.spi.XFormFieldImpl
-
Deprecated.
- getName() - Method in class org.jivesoftware.openfire.group.Group
-
Returns the name of the group.
- getName() - Method in class org.jivesoftware.openfire.IQHandlerInfo
-
Obtain the name of the root iq element for this packet type.
- getName() - Method in class org.jivesoftware.openfire.mediaproxy.MediaProxyService
-
- getName() - Method in interface org.jivesoftware.openfire.muc.MUCRoom
-
Get the name of this room.
- getName() - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRoom
-
- getName() - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
-
- getName() - Method in class org.jivesoftware.openfire.privacy.PrivacyList
-
Returns the name that uniquely identifies this list among the users lists.
- getName() - Method in class org.jivesoftware.openfire.pubsub.models.AccessModel
-
Returns the name as defined by the JEP-60 spec.
- getName() - Method in class org.jivesoftware.openfire.pubsub.models.AuthorizeAccess
-
- getName() - Method in class org.jivesoftware.openfire.pubsub.models.OnlyPublishers
-
- getName() - Method in class org.jivesoftware.openfire.pubsub.models.OnlySubscribers
-
- getName() - Method in class org.jivesoftware.openfire.pubsub.models.OpenAccess
-
- getName() - Method in class org.jivesoftware.openfire.pubsub.models.OpenPublisher
-
- getName() - Method in class org.jivesoftware.openfire.pubsub.models.PresenceAccess
-
- getName() - Method in class org.jivesoftware.openfire.pubsub.models.PublisherModel
-
Returns the name as defined by the JEP-60 spec.
- getName() - Method in class org.jivesoftware.openfire.pubsub.models.RosterAccess
-
- getName() - Method in class org.jivesoftware.openfire.pubsub.models.WhitelistAccess
-
- getName() - Method in class org.jivesoftware.openfire.pubsub.Node
-
Returns the name of the node.
- getName() - Method in class org.jivesoftware.openfire.session.LocalComponentSession.LocalExternalComponent
-
- getName() - Method in class org.jivesoftware.openfire.spi.XMPPServerInfoImpl
-
Deprecated.
- getName() - Method in class org.jivesoftware.openfire.stats.i18nStatistic
-
- getName() - Method in interface org.jivesoftware.openfire.stats.Statistic
-
Returns the name of a stat.
- getName() - Method in class org.jivesoftware.openfire.update.AvailablePlugin
-
Returns the name of the plugin that is not installed.
- getName() - Method in class org.jivesoftware.openfire.user.User
-
- getName() - Method in interface org.jivesoftware.openfire.XMPPServerInfo
-
- getName() - Method in interface org.jivesoftware.util.cache.Cache
-
Returns the name of the cache.
- getName() - Method in class org.jivesoftware.util.cache.CacheWrapper
-
- getName() - Method in class org.jivesoftware.util.cache.DefaultCache
-
Returns the name of this cache.
- getName() - Method in class org.jivesoftware.util.Enum
-
Returns the name of the enum.
- getName() - Method in class org.jivesoftware.util.JiveBeanInfo
-
Returns the name of the class that the bean info applies to (which
corresponds to the resource bundle that will be loaded).
- getNameField() - Method in class org.jivesoftware.openfire.ldap.LdapManager
-
Returns the LDAP field name that the user's name is stored in.
- getNamespace() - Method in class org.jivesoftware.openfire.forms.spi.XDataFormImpl
-
Deprecated.
- getNamespace() - Method in class org.jivesoftware.openfire.forms.spi.XFormFieldImpl
-
Deprecated.
- getNamespace() - Method in class org.jivesoftware.openfire.IQHandlerInfo
-
Obtain the namespace of the root iq element for this packet type.
- getNaturalLanguageName() - Method in interface org.jivesoftware.openfire.muc.MUCRoom
-
Returns the natural language name of the room.
- getNaturalLanguageName() - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRoom
-
- getNegotiatedProperty(String) - Method in class org.jivesoftware.openfire.clearspace.ClearspaceSaslServer
-
Retrieves the negotiated property.
- getNegotiatedProperty(String) - Method in class org.jivesoftware.openfire.sasl.SaslServerPlainImpl
-
Retrieves the negotiated property.
- getNetBuffSize() - Method in class org.jivesoftware.openfire.net.TLSWrapper
-
- GetNewMemberRoomsRequest - Class in org.jivesoftware.openfire.muc.cluster
-
Task requested by each cluster node when a new node joins the cluster.
- GetNewMemberRoomsRequest() - Constructor for class org.jivesoftware.openfire.muc.cluster.GetNewMemberRoomsRequest
-
- getNewNick() - Method in class org.jivesoftware.openfire.muc.cluster.ChangeNickname
-
- getNickname() - Method in class org.jivesoftware.admin.LdapUserProfile
-
- getNickname() - Method in class org.jivesoftware.openfire.muc.cluster.AddMember
-
- getNickname() - Method in class org.jivesoftware.openfire.muc.cluster.OccupantAddedEvent
-
- getNickname() - Method in class org.jivesoftware.openfire.muc.cluster.UpdateOccupant
-
- getNickname() - Method in class org.jivesoftware.openfire.muc.cluster.UpdateOccupantRequest
-
- getNickname() - Method in class org.jivesoftware.openfire.muc.cluster.UpdatePresence
-
- getNickname() - Method in interface org.jivesoftware.openfire.muc.MUCRole
-
Obtain the nickname for the user in the chatroom.
- getNickname() - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRole
-
- getNickname() - Method in class org.jivesoftware.openfire.muc.spi.RemoteMUCRole
-
- getNickname() - Method in class org.jivesoftware.openfire.roster.RosterItem
-
Obtain the current nickname for the item.
- getNode() - Method in class org.jivesoftware.openfire.disco.DiscoItem
-
Returns the node attribute that supplements the 'jid' attribute.
- getNode(String) - Method in class org.jivesoftware.openfire.pep.PEPService
-
- getNode() - Method in class org.jivesoftware.openfire.pubsub.cluster.NodeChangeTask
-
- getNode() - Method in class org.jivesoftware.openfire.pubsub.cluster.NodeTask
-
- getNode() - Method in class org.jivesoftware.openfire.pubsub.NodeAffiliate
-
- getNode() - Method in class org.jivesoftware.openfire.pubsub.NodeSubscription
-
Returns the node that holds this subscription.
- getNode() - Method in class org.jivesoftware.openfire.pubsub.PublishedItem
-
Returns the
LeafNode
where this item was published.
- getNode(String) - Method in class org.jivesoftware.openfire.pubsub.PubSubModule
-
- getNode(String) - Method in interface org.jivesoftware.openfire.pubsub.PubSubService
-
Returns the
Node
that matches the specified node ID or
null if
none was found.
- getNode() - Method in class org.jivesoftware.openfire.security.SecurityAuditEvent
-
Retrieves the node that triggered the event, usually a hostname or IP address.
- getNodeID() - Method in interface org.jivesoftware.openfire.cluster.ClusterNodeInfo
-
Returns the ID that uniquely identifies this node.
- getNodeID() - Method in class org.jivesoftware.openfire.handler.DirectedPresence
-
- getNodeID() - Method in class org.jivesoftware.openfire.muc.cluster.OccupantAddedEvent
-
- getNodeID() - Method in interface org.jivesoftware.openfire.muc.MUCRole
-
Returns the id of the node that is hosting the room occupant.
- getNodeID() - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRole
-
- getNodeID() - Method in class org.jivesoftware.openfire.muc.spi.RemoteMUCRole
-
- getNodeId() - Method in class org.jivesoftware.openfire.pubsub.cluster.NodeChangeTask
-
- getNodeId() - Method in class org.jivesoftware.openfire.pubsub.cluster.NodeTask
-
- getNodeID() - Method in class org.jivesoftware.openfire.pubsub.Node
-
Returns the unique identifier for a node within the context of a pubsub service.
- getNodeID() - Method in class org.jivesoftware.openfire.pubsub.PublishedItem
-
Returns the id for the
LeafNode
where this item was published.
- getNodeID() - Method in class org.jivesoftware.openfire.spi.ClientRoute
-
- getNodeID() - Method in class org.jivesoftware.openfire.XMPPServer
-
Returns an ID that uniquely identifies this server in a cluster.
- getNodes() - Method in class org.jivesoftware.openfire.pep.PEPService
-
- getNodes() - Method in class org.jivesoftware.openfire.pubsub.CollectionNode
-
- getNodes() - Method in class org.jivesoftware.openfire.pubsub.Node
-
Returns the list of nodes contained by this node.
- getNodes() - Method in class org.jivesoftware.openfire.pubsub.PubSubModule
-
- getNodes() - Method in interface org.jivesoftware.openfire.pubsub.PubSubService
-
Retuns the collection of nodes hosted by the pubsub service.
- getNodesInfo() - Static method in class org.jivesoftware.openfire.cluster.ClusterManager
-
Returns basic information about the current members of the cluster or an empty
collection if not running in a cluster.
- getNonce() - Method in class org.jivesoftware.openfire.clearspace.ClearspaceManager
-
Returns a nonce generated by Clearspace to be used in a SSO login.
- getNotificationMessage() - Method in class org.jivesoftware.openfire.update.UpdateManager
-
Returns the message to send to admins when new updates are available.
- getNotInstalledPlugins() - Method in class org.jivesoftware.openfire.update.UpdateManager
-
Returns the list of available plugins to install as reported by igniterealtime.org.
- GetNumberActiveUsers - Class in org.jivesoftware.openfire.commands.admin
-
Command that allows to retrieve the number of online users who are active at any one moment.
- GetNumberActiveUsers() - Constructor for class org.jivesoftware.openfire.commands.admin.GetNumberActiveUsers
-
- getNumberChatRooms() - Method in interface org.jivesoftware.openfire.muc.MultiUserChatService
-
Retuns the number of existing rooms in the server (i.e.
- getNumberChatRooms() - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
-
Retuns the number of existing rooms in the server (i.e.
- GetNumberConnectedUsers - Class in org.jivesoftware.openfire.muc.cluster
-
Task to be executed in each cluster node to obtain the total number of
users using the multi user chat service.
- GetNumberConnectedUsers() - Constructor for class org.jivesoftware.openfire.muc.cluster.GetNumberConnectedUsers
-
- getNumberConnectedUsers(boolean) - Method in interface org.jivesoftware.openfire.muc.MultiUserChatService
-
Retuns the total number of occupants in all rooms in the server.
- getNumberConnectedUsers(boolean) - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
-
Retuns the total number of occupants in all rooms in the server.
- GetNumberOnlineUsers - Class in org.jivesoftware.openfire.commands.admin
-
Command that allows to retrieve the number of registered users who are online at
any one moment.
- GetNumberOnlineUsers() - Constructor for class org.jivesoftware.openfire.commands.admin.GetNumberOnlineUsers
-
- getNumberRoomOccupants() - Method in interface org.jivesoftware.openfire.muc.MultiUserChatService
-
Retuns the total number of users that have joined in all rooms in the server.
- getNumberRoomOccupants() - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
-
Retuns the total number of users that have joined in all rooms in the server.
- GetNumberUserSessions - Class in org.jivesoftware.openfire.commands.admin
-
Command that allows to retrieve the number of user sessions at any one moment.
- GetNumberUserSessions() - Constructor for class org.jivesoftware.openfire.commands.admin.GetNumberUserSessions
-
- getNumClientPackets() - Method in class org.jivesoftware.openfire.session.LocalSession
-
Obtain the number of packets sent from the client to the server.
- getNumClientPackets() - Method in interface org.jivesoftware.openfire.session.Session
-
Obtain the number of packets sent from the client to the server.
- getNumConnectedClients(String) - Method in class org.jivesoftware.openfire.multiplex.ConnectionMultiplexerManager
-
Returns the number of connected clients to a specific connection manager.
- getNumResults() - Method in class org.jivesoftware.openfire.SessionResultFilter
-
Returns the max number of results that should be returned.
- getNumServerPackets() - Method in class org.jivesoftware.openfire.session.LocalSession
-
Obtain the number of packets sent from the server to the client.
- getNumServerPackets() - Method in interface org.jivesoftware.openfire.session.Session
-
Obtain the number of packets sent from the server to the client.
- getOccupant(String) - Method in interface org.jivesoftware.openfire.muc.MUCRoom
-
- getOccupant(String) - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRoom
-
- getOccupantByFullJID(JID) - Method in interface org.jivesoftware.openfire.muc.MUCRoom
-
Returns the role of a given user in the room by his full JID or null
if no role was found for the specified user.
- getOccupantByFullJID(JID) - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRoom
-
- getOccupants() - Method in class org.jivesoftware.openfire.muc.cluster.BroadcastMessageRequest
-
- getOccupants() - Method in class org.jivesoftware.openfire.muc.cluster.RoomInfo
-
- getOccupants() - Method in interface org.jivesoftware.openfire.muc.MUCRoom
-
Obtain the roles of all users in the chatroom.
- getOccupants() - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRoom
-
- getOccupantsByBareJID(JID) - Method in interface org.jivesoftware.openfire.muc.MUCRoom
-
Obtain the roles of a given user in the room by his bare JID.
- getOccupantsByBareJID(JID) - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRoom
-
- getOccupantsByNickname(String) - Method in interface org.jivesoftware.openfire.muc.MUCRoom
-
Obtain the roles of a given user by nickname.
- getOccupantsByNickname(String) - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRoom
-
- getOccupantsCount() - Method in interface org.jivesoftware.openfire.muc.MUCRoom
-
Returns the number of occupants in the chatroom at the moment.
- getOccupantsCount() - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRoom
-
- getOfflineMessageStore() - Method in class org.jivesoftware.openfire.XMPPServer
-
Returns the OfflineMessageStore
registered with this server.
- getOfflineMessageStrategy() - Method in class org.jivesoftware.openfire.XMPPServer
-
Returns the OfflineMessageStrategy
registered with this server.
- getOldNick() - Method in class org.jivesoftware.openfire.muc.cluster.ChangeNickname
-
- getOpenfireUser() - Method in class org.jivesoftware.openfire.crowd.jaxb.User
-
- getOutcasts() - Method in interface org.jivesoftware.openfire.muc.MUCRoom
-
Returns a collection with the current list of outcast users.
- getOutcasts() - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRoom
-
- getOutgoingMessageCount(boolean) - Method in interface org.jivesoftware.openfire.muc.MultiUserChatService
-
Returns the total number of outgoing messages since last reset.
- getOutgoingMessageCount(boolean) - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
-
Returns the total number of outgoing messages since last reset.
- getOutgoingServers() - Method in class org.jivesoftware.openfire.SessionManager
-
Returns a collection with the hostnames of the remote servers that currently may receive
packets sent from this server.
- getOutgoingServerSession(byte[], JID) - Method in interface org.jivesoftware.openfire.session.RemoteSessionLocator
-
Returns a session surrogate of an outgoing server session hosted by a remote cluster node.
- getOutgoingServerSession(String) - Method in class org.jivesoftware.openfire.SessionManager
-
Returns a session that was originated from this server to a remote server.
- getOutputFormat() - Method in class org.jivesoftware.util.XMLWriter
-
Lets subclasses get at the current format object, so they can call setTrimText, setNewLines, etc.
- getOutputStream() - Method in interface org.jivesoftware.openfire.filetransfer.FileTransferProgress
-
- getOutputStream() - Method in class org.jivesoftware.openfire.filetransfer.proxy.DefaultProxyTransfer
-
- getOutputStream() - Method in class org.jivesoftware.openfire.net.TLSStreamHandler
-
- getOutputStream() - Method in class org.jivesoftware.openfire.net.TLSStreamWriter
-
- getOwner() - Method in class org.jivesoftware.openfire.commands.SessionData
-
Returns the JID of the entity that is executing the command.
- getOwner() - Method in class org.jivesoftware.openfire.pubsub.cluster.SubscriptionTask
-
- getOwner() - Method in class org.jivesoftware.openfire.pubsub.NodeSubscription
-
Retuns the JID of the entity that owns this subscription.
- getOwners() - Method in interface org.jivesoftware.openfire.muc.MUCRoom
-
Returns a collection with the current list of owners.
- getOwners() - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRoom
-
- getOwners() - Method in class org.jivesoftware.openfire.pubsub.Node
-
Returns a collection with the JID of the node owners.
- getPacketDeliverer() - Method in interface org.jivesoftware.openfire.Connection
-
Returns the packet deliverer to use when delivering a packet over the socket fails.
- getPacketDeliverer() - Method in class org.jivesoftware.openfire.net.SocketConnection
-
- getPacketDeliverer() - Method in class org.jivesoftware.openfire.net.VirtualConnection
-
- getPacketDeliverer() - Method in class org.jivesoftware.openfire.nio.NIOConnection
-
- getPacketDeliverer() - Method in class org.jivesoftware.openfire.XMPPServer
-
Returns the PacketDeliverer
registered with this server.
- getPacketRouter() - Method in class org.jivesoftware.openfire.XMPPServer
-
Returns the PacketRouter
registered with this server.
- getPageID() - Method in class org.jivesoftware.admin.AdminPageBean
-
Returns the page ID (corresponds to sidebar ID's).
- getPageProperty(String, String, int) - Method in class org.jivesoftware.util.WebManager
-
- getParameter(HttpServletRequest, String) - Static method in class org.jivesoftware.util.ParamUtils
-
Returns a parameter as a string.
- getParameter(HttpServletRequest, String, boolean) - Static method in class org.jivesoftware.util.ParamUtils
-
Returns a parameter as a string.
- getParameters(HttpServletRequest, String) - Static method in class org.jivesoftware.util.ParamUtils
-
Returns a list of parameters of the same name
- getParams() - Method in class org.jivesoftware.openfire.container.CacheInfo
-
Returns a map with the configuration to use for the cache.
- getParent() - Method in class org.jivesoftware.openfire.pubsub.Node
-
Returns the collection node that is containing this node.
- getParents() - Method in class org.jivesoftware.openfire.pubsub.Node
-
Returns the complete hierarchy of parents of this node.
- getParticipants() - Method in interface org.jivesoftware.openfire.muc.MUCRoom
-
Returns a collection with the current list of room participants.
- getParticipants() - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRoom
-
- getPass() - Method in class org.jivesoftware.openfire.mediaproxy.MediaProxySession
-
Get the pass of this Session
A pass can be used to authorize an Session modification
- getPass() - Method in interface org.jivesoftware.openfire.mediaproxy.ProxyCandidate
-
- getPassword() - Method in class org.jivesoftware.database.DefaultConnectionProvider
-
Returns the password used to connect to the database.
- getPassword(String) - Static method in class org.jivesoftware.openfire.auth.AuthFactory
-
Returns the user's password.
- getPassword(String) - Method in interface org.jivesoftware.openfire.auth.AuthProvider
-
Returns the user's password.
- getPassword(String) - Method in class org.jivesoftware.openfire.auth.DefaultAuthProvider
-
- getPassword(String) - Method in class org.jivesoftware.openfire.auth.HybridAuthProvider
-
- getPassword(String) - Method in class org.jivesoftware.openfire.auth.JDBCAuthProvider
-
- getPassword(String) - Method in class org.jivesoftware.openfire.auth.NativeAuthProvider
-
- getPassword(String) - Method in class org.jivesoftware.openfire.auth.POP3AuthProvider
-
- getPassword(String) - Method in class org.jivesoftware.openfire.clearspace.ClearspaceAuthProvider
-
This method is not supported.
- getPassword(String) - Method in class org.jivesoftware.openfire.crowd.CrowdAuthProvider
-
- getPassword(String) - Method in class org.jivesoftware.openfire.ldap.LdapAuthProvider
-
- getPassword() - Method in interface org.jivesoftware.openfire.muc.MUCRoom
-
Returns the password that the user must provide to enter the room.
- getPassword() - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRoom
-
- getPassword() - Method in class org.jivesoftware.openfire.sasl.VerifyPasswordCallback
-
Get the retrieved password.
- getPassword() - Method in class org.jivesoftware.util.EmailService
-
Returns the password used to connect to the SMTP server.
- getPattern() - Method in class org.jivesoftware.util.FastDateFormat
-
- getPayload() - Method in class org.jivesoftware.openfire.pubsub.PublishedItem
-
Returns the payload included when publishing the item.
- getPayloadType() - Method in class org.jivesoftware.openfire.pubsub.Node
-
Returns the type of payload data to be provided at the node.
- getPayloadXML() - Method in class org.jivesoftware.openfire.pubsub.PublishedItem
-
Returns a textual representation of the payload or null if no payload
was specified with the item.
- getPeerCertificates() - Method in interface org.jivesoftware.openfire.Connection
-
- getPeerCertificates() - Method in class org.jivesoftware.openfire.http.HttpConnection
-
Returns the peer certificates for this connection.
- getPeerCertificates() - Method in class org.jivesoftware.openfire.http.HttpSession
-
Return the X509Certificates associated with this session.
- getPeerCertificates() - Method in class org.jivesoftware.openfire.http.HttpSession.HttpVirtualConnection
-
- getPeerCertificates() - Method in class org.jivesoftware.openfire.net.SocketConnection
-
- getPeerCertificates() - Method in class org.jivesoftware.openfire.net.VirtualConnection
-
- getPeerCertificates() - Method in class org.jivesoftware.openfire.nio.NIOConnection
-
- getPeerIdentities(X509Certificate) - Static method in class org.jivesoftware.util.CertificateManager
-
Returns the identities of the remote server as defined in the specified certificate.
- getPendingSubscriptions() - Method in class org.jivesoftware.openfire.pubsub.Node
-
Returns a list with the subscriptions to the node that are pending to be approved by
a node owner.
- getPEPService(String) - Method in class org.jivesoftware.openfire.pep.PEPServiceManager
-
Retrieves a PEP service -- attempting first from memory, then from the
database.
- getPercentOfTotalInstallation() - Method in class org.jivesoftware.openfire.launcher.Uninstaller
-
- getPermission() - Method in class org.jivesoftware.openfire.component.ExternalComponentConfiguration
-
- getPermission() - Method in class org.jivesoftware.openfire.server.RemoteServerConfiguration
-
- getPermissionPolicy() - Static method in class org.jivesoftware.openfire.component.ExternalComponentManager
-
Returns the permission policy being used for new XMPP entities that are trying to
connect to the server.
- getPermissionPolicy() - Static method in class org.jivesoftware.openfire.server.RemoteServerManager
-
Returns the permission policy being used for new XMPP entities that are trying to
connect to the server.
- getPhoto() - Method in class org.jivesoftware.admin.LdapUserProfile
-
- getPlugin(String) - Method in class org.jivesoftware.openfire.container.PluginManager
-
Returns a plugin by name or null if a plugin with that name does not
exist.
- getPluginClassloader(Plugin) - Method in class org.jivesoftware.openfire.container.PluginManager
-
Returns the classloader of a plugin.
- getPluginDirectory(Plugin) - Method in class org.jivesoftware.openfire.container.PluginManager
-
Returns the plugin's directory.
- getPluginFile(String) - Method in class org.jivesoftware.openfire.container.PluginManager
-
Returns the JAR or WAR file that created the plugin.
- getPluginManager() - Method in class org.jivesoftware.openfire.XMPPServer
-
Returns the PluginManager
instance registered with this server.
- getPluginName() - Static method in class org.jivesoftware.util.cache.CacheFactory
-
- getPluginName() - Method in interface org.jivesoftware.util.cache.CacheFactoryStrategy
-
Get the plugin name corresponding to this clustering implementation
- getPluginName() - Method in class org.jivesoftware.util.cache.DefaultLocalCacheStrategy
-
- getPluginResourceBundle(String) - Static method in class org.jivesoftware.util.LocaleUtils
-
Retrieve the ResourceBundle
that is used with this plugin.
- getPlugins() - Method in class org.jivesoftware.openfire.container.PluginManager
-
Returns a Collection of all installed plugins.
- getPluginUpdate(String, String) - Method in class org.jivesoftware.openfire.update.UpdateManager
-
Returns the plugin update or null if the plugin is up to date.
- getPluginUpdates() - Method in class org.jivesoftware.openfire.update.UpdateManager
-
Returns a previously fetched list of updates.
- getPollingInactivityTimeout() - Method in class org.jivesoftware.openfire.http.HttpSessionManager
-
Seconds a polling session has to be idle to be closed.
- getPollingInterval() - Method in class org.jivesoftware.openfire.http.HttpSessionManager
-
Openfire SHOULD include two additional attributes in the session creation response element,
specifying the shortest allowable polling interval and the longest allowable inactivity
period (both in seconds).
- getPopupMenuShowPoint(JPopupMenu, MouseEvent) - Static method in class org.jivesoftware.openfire.launcher.GraphicUtils
-
Returns a point where the given popup menu should be shown.
- getPopupMenuShowPoint(JPopupMenu, int, int) - Static method in class org.jivesoftware.openfire.launcher.GraphicUtils
-
Returns a point where the given popup menu should be shown.
- getPort() - Method in class org.jivesoftware.openfire.FlashCrossDomainHandler
-
- getPort() - 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.SocketAcceptThread
-
Retrieve the port this server socket is bound to.
- getPort() - Method in class org.jivesoftware.openfire.net.SocketConnection
-
Returns the port that the connection uses.
- getPort() - Method in class org.jivesoftware.openfire.ServerPort
-
Returns the port number that is being used.
- getPort() - Method in class org.jivesoftware.util.EmailService
-
Returns the port number used when connecting to the SMTP server.
- getPortA() - Method in class org.jivesoftware.openfire.mediaproxy.MediaProxySession
-
Get the Port A IP
- getPortA() - Method in interface org.jivesoftware.openfire.mediaproxy.ProxyCandidate
-
- getPortB() - Method in class org.jivesoftware.openfire.mediaproxy.MediaProxySession
-
Get the Port B IP
- getPortB() - Method in interface org.jivesoftware.openfire.mediaproxy.ProxyCandidate
-
- getPortForServer(String) - Static method in class org.jivesoftware.openfire.server.RemoteServerManager
-
Returns the remote port to connect for the specified remote server.
- getPorts() - Method in interface org.jivesoftware.openfire.ConnectionManager
-
Returns an array of the ports managed by this connection manager.
- getPorts() - Method in class org.jivesoftware.openfire.spi.ConnectionManagerImpl
-
- getPreAuthenticatedKeys() - Method in class org.jivesoftware.openfire.SessionManager
-
Returns the temporary keys used by the sessions that has not been authenticated yet.
- getPresence() - Method in class org.jivesoftware.openfire.muc.cluster.BroadcastPresenceRequest
-
- getPresence() - Method in class org.jivesoftware.openfire.muc.cluster.ChangeNickname
-
- getPresence() - Method in class org.jivesoftware.openfire.muc.cluster.OccupantAddedEvent
-
- getPresence() - Method in class org.jivesoftware.openfire.muc.cluster.UpdateOccupant
-
- getPresence() - Method in class org.jivesoftware.openfire.muc.cluster.UpdatePresence
-
- getPresence() - Method in interface org.jivesoftware.openfire.muc.MUCRole
-
Obtain the current presence status of a user in a chatroom.
- getPresence() - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRole
-
- getPresence() - Method in class org.jivesoftware.openfire.muc.spi.RemoteMUCRole
-
- getPresence(User) - Method in interface org.jivesoftware.openfire.PresenceManager
-
Returns the user's current presence, or null if the user is unavailable.
- getPresence() - Method in interface org.jivesoftware.openfire.session.ClientSession
-
Obtain the presence of this session.
- getPresence() - Method in class org.jivesoftware.openfire.session.ClientSessionInfo
-
- getPresence() - Method in class org.jivesoftware.openfire.session.LocalClientSession
-
Obtain the presence of this session.
- getPresence(User) - Method in class org.jivesoftware.openfire.spi.PresenceManagerImpl
-
- getPresenceManager() - Method in class org.jivesoftware.openfire.XMPPServer
-
Returns the PresenceManager
registered with this server.
- getPresenceManager() - Method in class org.jivesoftware.util.WebManager
-
- getPresenceRouter() - Method in class org.jivesoftware.openfire.XMPPServer
-
Returns the PresenceRouter
registered with this server.
- getPresences(String) - Method in interface org.jivesoftware.openfire.PresenceManager
-
Returns all presences for the user, or null if the user is unavailable.
- getPresences(String) - Method in class org.jivesoftware.openfire.spi.PresenceManagerImpl
-
- getPresenceStates() - Method in class org.jivesoftware.openfire.pubsub.NodeSubscription
-
The presence states for which an entity wants to receive notifications.
- getPresenceSubscribeHandler() - Method in class org.jivesoftware.openfire.XMPPServer
-
Returns the PresenceSubscribeHandler
registered with this server.
- getPresenceUpdateHandler() - Method in class org.jivesoftware.openfire.XMPPServer
-
Returns the PresenceUpdateHandler
registered with this server.
- getPriority() - Method in class org.jivesoftware.openfire.net.DNSUtil.WeightedHostAddress
-
Returns the priority.
- getPrivacyList(String, String) - Method in class org.jivesoftware.openfire.privacy.PrivacyListManager
-
Returns a specific privacy list of the specified user or null if
none was found.
- getPrivacyLists(String) - Method in class org.jivesoftware.openfire.privacy.PrivacyListProvider
-
Returns the names of the existing privacy lists indicating which one is the
default privacy list associated to a user.
- getPrivateKey(String) - Method in class org.jivesoftware.openfire.net.SSLJiveKeyManager
-
- getPrivateStorage() - Method in class org.jivesoftware.openfire.XMPPServer
-
Returns the PrivateStorage
registered with this server.
- getPrivateStore() - Method in class org.jivesoftware.util.WebManager
-
- getProgress() - Method in class org.jivesoftware.openfire.filetransfer.FileTransfer
-
- getProperties() - Method in class org.jivesoftware.openfire.clearspace.ClearspaceManager
-
- getProperties() - Method in class org.jivesoftware.openfire.group.Group
-
Returns all extended properties of the group.
- getProperties(String, String) - Static method in class org.jivesoftware.openfire.muc.spi.MUCPersistenceManager
-
Return all immediate children property values of a parent Jive property as a list of strings,
or an empty list if there are no children.
- getProperties() - Method in class org.jivesoftware.openfire.user.User
-
Returns all extended properties of the user.
- getProperties(Object) - Static method in class org.jivesoftware.util.BeanUtils
-
Gets the properties from a Java Bean and returns them in a Map of String
name/value pairs.
- getProperties(Element, String) - Method in class org.jivesoftware.util.ElementUtil
-
Return all values who's path matches the given property name as a String array,
or an empty array if the if there are no children.
- getProperties(String) - Static method in class org.jivesoftware.util.JiveGlobals
-
Return all immediate children property values of a parent Jive property as a list of strings,
or an empty list if there are no children.
- getProperties(String, 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) - Method in class org.jivesoftware.util.XMLProperties
-
Deprecated.
Retained for backward compatibility. Prefer getProperties(String, boolean)
- getProperty(String) - Method in class org.jivesoftware.openfire.component.InternalComponentManager
-
- getProperty(String, String) - Static method in class org.jivesoftware.openfire.muc.spi.MUCPersistenceManager
-
Returns a Jive property.
- getProperty(String, String, String) - Static method in class org.jivesoftware.openfire.muc.spi.MUCPersistenceManager
-
Returns a Jive property.
- getProperty(String, String) - Method in class org.jivesoftware.openfire.muc.spi.MUCServiceProperties
-
- getProperty(Element, String) - Static method in class org.jivesoftware.util.ElementUtil
-
Returns the value of the specified property.
- getProperty(String) - Static method in class org.jivesoftware.util.JiveGlobals
-
Returns a Jive property.
- getProperty(String, String) - Static method in class org.jivesoftware.util.JiveGlobals
-
Returns a Jive property.
- getProperty(String, String) - Method in class org.jivesoftware.util.JiveProperties
-
- getProperty(String) - Method in class org.jivesoftware.util.XMLProperties
-
Returns the value of the specified property.
- getProperty(String, boolean) - Method in class org.jivesoftware.util.XMLProperties
-
Returns the value of the specified property.
- getProperty(String) - Method in class org.jivesoftware.util.XMLWriter
-
- getPropertyDescriptors(Class) - Static method in class org.jivesoftware.util.BeanUtils
-
Returns the PropertyDescriptor array for the specified Java Bean Class.
- getPropertyDescriptors() - Method in class org.jivesoftware.util.JiveBeanInfo
-
- getPropertyEncryptor() - Static method in class org.jivesoftware.util.JiveGlobals
-
Fetches the current value of the property encryption key.
- getPropertyNames() - Method in class org.jivesoftware.database.DefaultConnectionProviderBeanInfo
-
- getPropertyNames(String, String) - Static method in class org.jivesoftware.openfire.muc.spi.MUCPersistenceManager
-
Return all immediate children property names of a parent Jive property as a list of strings,
or an empty list if there are no children.
- getPropertyNames(String) - Static method in class org.jivesoftware.openfire.muc.spi.MUCPersistenceManager
-
Returns all MUC service property names.
- getPropertyNames() - Method in class org.jivesoftware.openfire.muc.spi.MUCServiceProperties
-
Returns all property names as a Collection of String values.
- getPropertyNames() - Method in class org.jivesoftware.util.JiveBeanInfo
-
Returns the names of the properties of the bean that should be exposed.
- getPropertyNames(String) - Static method in class org.jivesoftware.util.JiveGlobals
-
Return all immediate children property names of a parent Jive property as a list of strings,
or an empty list if there are no children.
- getPropertyNames() - Static method in class org.jivesoftware.util.JiveGlobals
-
Returns all Jive property names.
- getPropertyNames() - Method in class org.jivesoftware.util.JiveProperties
-
Returns all property names as a Collection of String values.
- getPropertyValue(String, String) - Static method in class org.jivesoftware.openfire.user.User
-
Returns the value of the specified property for the given username.
- getProvider() - Method in class org.jivesoftware.openfire.group.GroupManager
-
Returns the configured group provider.
- getProvider() - Static method in class org.jivesoftware.openfire.vcard.VCardManager
-
Returns the currently-installed VCardProvider.
- getProxyHost() - Method in class org.jivesoftware.openfire.update.UpdateManager
-
Returns the host of the proxy to use to connect to igniterealtime.org or null
if no proxy is used.
- getProxyPort() - Method in class org.jivesoftware.openfire.filetransfer.proxy.FileTransferProxy
-
Returns the port that the file transfer proxy is opertating on.
- getProxyPort() - Method in class org.jivesoftware.openfire.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 or
null
if none was found.
- getPublishedItem(LeafNode, String) - Static method in class org.jivesoftware.openfire.pubsub.PubSubPersistenceManager
-
- getPublishedItems() - Method in class org.jivesoftware.openfire.pubsub.LeafNode
-
- getPublishedItems(int) - 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.Node
-
Returns a list of
PublishedItem
with the most recent N items published to
the node.
- getPublishedItems(LeafNode) - Static method in class org.jivesoftware.openfire.pubsub.PubSubPersistenceManager
-
- getPublishedItems(LeafNode, int) - Static method in class org.jivesoftware.openfire.pubsub.PubSubPersistenceManager
-
- 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
-
- getPubSubModule() - Method in class org.jivesoftware.openfire.XMPPServer
-
Returns the PubSubModule
registered with this server.
- 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
-
- 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.update.AvailablePlugin
-
Returns the URL to the README file of the latest version of the plugin.
- getReason() - Method in class org.jivesoftware.openfire.audit.AuditEvent
-
Obtain the subtype of event.
- getReason() - Method in class org.jivesoftware.openfire.muc.cluster.DestroyRoomRequest
-
- 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.
- getRefreshValue(String, int) - Method in class org.jivesoftware.util.WebManager
-
Returns the number of seconds between each page refresh for the specified page for the
current logged user.
- getRejectionMessage() - Method in exception org.jivesoftware.openfire.filetransfer.FileTransferRejectedException
-
Retuns the text to include in a message that will be sent to the intitiator and target
of the file transfer that got rejected or null if none was defined.
- getRejectionMessage() - Method in exception org.jivesoftware.openfire.interceptor.PacketRejectedException
-
Retuns the text to include in a message that will be sent to the sender of the packet
that got rejected or null if none was defined.
- getRemoteAddress(AsyncContext) - Static method in class org.jivesoftware.openfire.http.HttpBindServlet
-
- getRemotePacketRouter() - Method in interface org.jivesoftware.openfire.RoutingTable
-
Returns the
RemotePacketRouter
to use for deliverying packets to entities hosted
in remote nodes of the cluster or
null 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
-
- getRequestId() - Method in class org.jivesoftware.openfire.http.HttpConnection
-
Returns the ID which uniquely identifies this connection.
- getReservedNickname(JID) - Method in interface org.jivesoftware.openfire.muc.MUCRoom
-
Returns the reserved room nickname for the bare JID or null if none.
- getReservedNickname(JID) - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRoom
-
- 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.
- getReset() - Method in class org.jivesoftware.openfire.roster.Roster
-
Obtain a 'roster reset', a snapshot of the full cached roster as an Roster.
- 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.
- getResult() - Method in class org.jivesoftware.openfire.cluster.GetBasicStatistics
-
- 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.container.GetAdminConsoleInfoTask
-
- getResult() - Method in class org.jivesoftware.openfire.container.IsPluginInstalledTask
-
- getResult() - Method in class org.jivesoftware.openfire.muc.cluster.AddAffiliation
-
- getResult() - Method in class org.jivesoftware.openfire.muc.cluster.AddMember
-
- getResult() - Method in class org.jivesoftware.openfire.muc.cluster.BroadcastMessageRequest
-
- getResult() - Method in class org.jivesoftware.openfire.muc.cluster.BroadcastPresenceRequest
-
- getResult() - Method in class org.jivesoftware.openfire.muc.cluster.ChangeNickname
-
- getResult() - Method in class org.jivesoftware.openfire.muc.cluster.DestroyRoomRequest
-
- getResult() - Method in class org.jivesoftware.openfire.muc.cluster.GetNewMemberRoomsRequest
-
- getResult() - Method in class org.jivesoftware.openfire.muc.cluster.GetNumberConnectedUsers
-
- getResult() - Method in class org.jivesoftware.openfire.muc.cluster.MUCServicePropertyClusterEventTask
-
- getResult() - Method in class org.jivesoftware.openfire.muc.cluster.OccupantAddedEvent
-
- getResult() - Method in class org.jivesoftware.openfire.muc.cluster.OccupantLeftEvent
-
- getResult() - Method in class org.jivesoftware.openfire.muc.cluster.RoomAvailableEvent
-
- getResult() - Method in class org.jivesoftware.openfire.muc.cluster.RoomRemovedEvent
-
- getResult() - Method in class org.jivesoftware.openfire.muc.cluster.RoomUpdatedEvent
-
- getResult() - Method in class org.jivesoftware.openfire.muc.cluster.SeniorMemberServicesRequest
-
- 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.UpdateHistoryStrategy
-
- getResult() - Method in class org.jivesoftware.openfire.muc.cluster.UpdateOccupant
-
- getResult() - Method in class org.jivesoftware.openfire.muc.cluster.UpdateOccupantRequest
-
- getResult() - Method in class org.jivesoftware.openfire.muc.cluster.UpdatePresence
-
- 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.GetSessionsCountTask
-
- getResult() - Method in interface org.jivesoftware.util.cache.ClusterTask
-
- getResult() - Method in class org.jivesoftware.util.PropertyClusterEventTask
-
- getReturn(Element) - Static method in class org.jivesoftware.openfire.clearspace.WSUtils
-
Returns the text of the first an element with name 'return'.
- 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.
- getRole() - Method in class org.jivesoftware.openfire.muc.cluster.OccupantAddedEvent
-
- getRole() - Method in class org.jivesoftware.openfire.muc.cluster.OccupantLeftEvent
-
- getRole() - Method in class org.jivesoftware.openfire.muc.cluster.UpdateOccupant
-
- getRole() - Method in class org.jivesoftware.openfire.muc.cluster.UpdateOccupantRequest
-
- getRole() - Method in interface org.jivesoftware.openfire.muc.MUCRole
-
Obtain the role state of the user.
- getRole() - Method in interface org.jivesoftware.openfire.muc.MUCRoom
-
Obtain the role of the chat server (mainly for addressing messages and presence).
- getRole() - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRole
-
- getRole() - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRoom
-
- getRole() - Method in class org.jivesoftware.openfire.muc.spi.RemoteMUCRole
-
- getRoleAddress() - Method in class org.jivesoftware.openfire.muc.cluster.OccupantAddedEvent
-
- getRoleAddress() - Method in interface org.jivesoftware.openfire.muc.MUCRole
-
Obtain the XMPPAddress representing this role in a room: room@server/nickname
- getRoleAddress() - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRole
-
- getRoleAddress() - Method in class org.jivesoftware.openfire.muc.spi.RemoteMUCRole
-
- getRoles() - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCUser
-
Get all roles for this user.
- getRolesToBroadcastPresence() - Method in interface org.jivesoftware.openfire.muc.MUCRoom
-
Returns the list of roles of which presence will be broadcasted to the rest of the occupants.
- getRolesToBroadcastPresence() - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRoom
-
- getRoom() - Method in class org.jivesoftware.openfire.muc.cluster.MUCRoomTask
-
- getRoom() - Method in class org.jivesoftware.openfire.muc.cluster.RoomInfo
-
- getRoomConfig(String) - Method in class org.jivesoftware.openfire.clearspace.ClearspaceMUCEventDelegate
-
- getRoomConfig(String) - Method in class org.jivesoftware.openfire.muc.MUCEventDelegate
-
Returns a map containing room configuration variables and values.
- getRoomHistory() - Method in interface org.jivesoftware.openfire.muc.MUCRoom
-
Returns the history of the room which includes chat transcripts.
- getRoomHistory() - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRoom
-
- getRooms() - Method in class org.jivesoftware.openfire.muc.cluster.ServiceInfo
-
- 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.
- getRoster(String) - Method in class org.jivesoftware.openfire.roster.RosterManager
-
Returns the roster for the given username.
- getRoster() - Method in class org.jivesoftware.openfire.user.User
-
Returns the user's roster.
- 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.
- 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.
- gets2sTrustPassword() - Static method in class org.jivesoftware.openfire.net.SSLConfig
-
Return the Trust Store password for s2s connections.
- gets2sTrustStore() - Static method in class org.jivesoftware.openfire.net.SSLConfig
-
Get the Trust Store for s2s connections
- gets2sTruststoreLocation() - Static method in class org.jivesoftware.openfire.net.SSLConfig
-
Get the s2s Trust Store location
- 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 a string with the valid SASL mechanisms available for the specified session.
- getSASLMechanismsElement(Session) - Static method in class org.jivesoftware.openfire.net.SASLAuthentication
-
- getSchemaManager() - Static method in class org.jivesoftware.database.DbConnectionManager
-
Returns a SchemaManager instance, which can be used to manage the database
schema information for Openfire and plugins.
- getScreenBounds() - Static method in class org.jivesoftware.openfire.launcher.GraphicUtils
-
- getScripts() - Method in class org.jivesoftware.admin.AdminPageBean
-
Returns a collection of scripts.
- getSearchFields() - Method in class org.jivesoftware.openfire.clearspace.ClearspaceUserProvider
-
Clearsapce can search using three fields: username, name and email.
- 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.HybridUserProvider
-
- 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 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.
- getSecurityType() - Method in class org.jivesoftware.openfire.ServerPort
-
Returns the basic protocol/algorithm being used to secure
the port connections.
- 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
-
- getServerAliases(String, Principal[]) - Method in class org.jivesoftware.openfire.net.SSLJiveKeyManager
-
- getServerFeaturesProviders() - Method in class org.jivesoftware.openfire.XMPPServer
-
Returns a list with all the modules that provide "discoverable" features.
- 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
-
- getServerIdentitiesProviders() - Method in class org.jivesoftware.openfire.XMPPServer
-
Returns a list with all the modules that provide "discoverable" identities.
- getServerInfo() - Method in class org.jivesoftware.openfire.XMPPServer
-
Returns a snapshot of the server's status.
- getServerInfo() - Method in class org.jivesoftware.util.WebManager
-
- getServerItemsProviders() - Method in class org.jivesoftware.openfire.XMPPServer
-
Returns a list with all the modules that provide "discoverable" items associated with
the server.
- getServerListenerPort() - Method in interface org.jivesoftware.openfire.ConnectionManager
-
Returns the port to use for remote servers.
- getServerListenerPort() - Method in class org.jivesoftware.openfire.spi.ConnectionManagerImpl
-
- 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 interface org.jivesoftware.openfire.session.Session
-
Obtain the name of the server this session belongs to.
- getServerPort() - Method in class org.jivesoftware.openfire.net.SocketAcceptThread
-
Returns information about the port on which the server is listening for connections.
- getServerPorts() - Method in class org.jivesoftware.openfire.spi.XMPPServerInfoImpl
-
- getServerPorts() - Method in interface org.jivesoftware.openfire.XMPPServerInfo
-
Obtain the server ports active on this server.
- getServerRoute(JID) - 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(JID) - 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.
- getServerSocketFactory() - Static method in class org.jivesoftware.openfire.net.SSLConfig
-
Get the SSLServerSocketFactory for s2s connections
- 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.cluster.NodeTask
-
- getService() - Method in class org.jivesoftware.openfire.pubsub.Node
-
- 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.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.
- 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.MultiUserChatServiceImpl
-
- getServiceName() - Method in class org.jivesoftware.openfire.pubsub.PubSubModule
-
- getServicePort() - Static method in class org.jivesoftware.openfire.component.ExternalComponentManager
-
- getServicesCount(boolean) - Method in class org.jivesoftware.openfire.muc.MultiUserChatManager
-
Returns the number of registered MultiUserChatServices.
- 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(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() - 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(JID) - Method in class org.jivesoftware.openfire.SessionManager
-
Returns the session responsible for this JID data.
- getSessionCount(String) - Method in class org.jivesoftware.openfire.SessionManager
-
- getSessionData(String) - Method in class org.jivesoftware.openfire.session.LocalSession
-
Retrieves session data.
- 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(SessionResultFilter) - Method in class org.jivesoftware.openfire.SessionManager
-
- getSessions(String) - 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
-
- getSharedGroupNames() - Method in class org.jivesoftware.openfire.clearspace.ClearspaceGroupProvider
-
- getSharedGroupNames(JID) - Method in class org.jivesoftware.openfire.clearspace.ClearspaceGroupProvider
-
- getSharedGroupNames() - Method in class org.jivesoftware.openfire.group.AbstractGroupProvider
-
Returns the name of the groups that are shared groups.
- getSharedGroupNames(JID) - Method in class org.jivesoftware.openfire.group.AbstractGroupProvider
-
- getSharedGroupNames() - Method in interface org.jivesoftware.openfire.group.GroupProvider
-
Returns an unmodifiable Collection of all shared groups in the system.
- 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(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() - Method in class org.jivesoftware.openfire.roster.RosterItem
-
Returns the shared groups for the item.
- 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() - Method in class org.jivesoftware.openfire.clearspace.ClearspaceManager
-
Returns the password, configured in Clearspace, that Openfire will use to authenticate
with Clearspace to perform it's integration.
- getSharedSecret() - Static method in class org.jivesoftware.openfire.net.SASLAuthentication
-
Returns the shared secret value, or null if shared secret authentication is
disabled.
- getShowPresences(JID) - Method in class org.jivesoftware.openfire.pep.PEPService
-
- 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.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.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(String) - Method in class org.jivesoftware.openfire.OfflineMessageStore
-
Returns the approximate size (in bytes) of the XML messages stored for
a particular user.
- getSize() - Method in class org.jivesoftware.openfire.OfflineMessageStore
-
Returns the approximate size (in bytes) of the XML messages stored for all
users.
- getSocketAcceptor() - Method in class org.jivesoftware.openfire.spi.ConnectionManagerImpl
-
- 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.
- 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.
- getSortField() - Method in class org.jivesoftware.openfire.SessionResultFilter
-
Returns the currently selected sort field.
- 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.
- getSSLContext() - Static method in class org.jivesoftware.openfire.net.SSLConfig
-
Get the SSLContext for s2s connections
- getSSLSession() - Method in class org.jivesoftware.openfire.net.TLSStreamHandler
-
Returns the SSLSession in use.
- getSslSession() - Method in class org.jivesoftware.util.JiveInitialLdapContext
-
- getSSLSocketAcceptor() - Method in class org.jivesoftware.openfire.spi.ConnectionManagerImpl
-
- getStage() - Method in class org.jivesoftware.openfire.commands.SessionData
-
Returns the current stage where the requester is located.
- getStart() - Method in class org.jivesoftware.util.WebManager
-
- getStartIndex() - Method in class org.jivesoftware.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
-
- getState() - Method in class org.jivesoftware.openfire.pubsub.NodeSubscription
-
Returns the current 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 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.
- getStoreType() - Static method in class org.jivesoftware.openfire.net.SSLConfig
-
- getStrategy() - Method in class org.jivesoftware.util.cache.ExternalizableUtil
-
Returns the implementation to use for serializing and deserializing
objects.
- 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 interface org.jivesoftware.openfire.session.Session
-
Obtain the stream ID associated with this sesison.
- getString(byte[]) - Static method in class org.jivesoftware.util.StringUtils
-
Returns the UTF-8 String for the given byte array, suppressing
UnsupportedEncodingException (in lieu of log message)
- getSubdomain() - Method in class org.jivesoftware.openfire.component.ExternalComponentConfiguration
-
- getSubdomain() - Method in class org.jivesoftware.openfire.muc.cluster.ServiceInfo
-
- getSubdomains() - Method in interface org.jivesoftware.openfire.session.ComponentSession.ExternalComponent
-
- getSubdomains() - Method in class org.jivesoftware.openfire.session.LocalComponentSession.LocalExternalComponent
-
- getSubject() - Method in interface 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.LocalMUCRoom
-
- 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
-
- getSubscription() - Method in class org.jivesoftware.openfire.pubsub.cluster.SubscriptionTask
-
- 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
-
- getSubscriptions(JID) - Method in class org.jivesoftware.openfire.pubsub.Node
-
Returns the list of subscriptions owned by the specified user.
- getSubscriptions() - Method in class org.jivesoftware.openfire.pubsub.NodeAffiliate
-
Returns the list of subscriptions of the affiliate in the node.
- getSubsidebarTag() - Method in class org.jivesoftware.admin.SidebarTag
-
Returns the subsidebar tag - should be declared in the body of this tag (see class description).
- getSubsriptionError() - Method in class org.jivesoftware.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.
- 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.net.SSLConfig
-
- 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.
- 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
-
- 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(String) - Static method in class org.jivesoftware.database.DbConnectionManager
-
- getTestSQL() - Method in class org.jivesoftware.database.DefaultConnectionProvider
-
Returns the SQL statement used to test if a connection is valid.
- getThreadCount() - Method in class org.jivesoftware.openfire.Channel
-
Returns the number of currently active worker threads in the channel.
- 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
- getTimeZone() - Method in class org.jivesoftware.util.FastDateFormat
-
Returns the time zone used by this formatter, or null if time zone of
formatted dates is used instead.
- getTimeZone() - Static method in class org.jivesoftware.util.JiveGlobals
-
Returns the global TimeZone used by Jive.
- getTimeZoneList() - Static method in class org.jivesoftware.util.LocaleUtils
-
Returns a list of all available time zone's as a String [][].
- getTimeZoneName(String, Locale) - Static method in class org.jivesoftware.util.LocaleUtils
-
Returns the display name for a time zone.
- getTitle() - Method in class org.jivesoftware.admin.AdminPageBean
-
Returns the title of the page with HTML escaped.
- getTitle() - Method in interface org.jivesoftware.openfire.forms.DataForm
-
Deprecated.
Returns the description of the data.
- getTitle() - Method in class org.jivesoftware.openfire.forms.spi.XDataFormImpl
-
Deprecated.
- getTlsEngine() - Method in class org.jivesoftware.openfire.net.TLSWrapper
-
- getTlsPolicy() - Method in interface org.jivesoftware.openfire.Connection
-
Returns whether TLS is mandatory, optional or is disabled.
- getTlsPolicy() - Method in class org.jivesoftware.openfire.net.SocketConnection
-
- getTlsPolicy() - Method in class org.jivesoftware.openfire.net.VirtualConnection
-
- getTlsPolicy() - Method in class org.jivesoftware.openfire.nio.NIOConnection
-
- getTLSPolicy() - Static method in class org.jivesoftware.openfire.session.LocalClientSession
-
Returns whether TLS is mandatory, optional or is disabled for clients.
- getTLSPolicy() - Static method in class org.jivesoftware.openfire.session.LocalConnectionMultiplexerSession
-
Returns whether TLS is mandatory, optional or is disabled for clients.
- getTlsResponse() - Method in class org.jivesoftware.util.JiveInitialLdapContext
-
- getTLSStreamHandler() - Method in class org.jivesoftware.openfire.net.SocketConnection
-
Returns the stream handler responsible for securing the plain connection and providing
the corresponding input and output streams.
- 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
-
- getTransactionConnection() - Static method in class org.jivesoftware.database.DbConnectionManager
-
Returns a Connection from the currently active connection provider that
is ready to participate in transactions (auto commit is set to false).
- getTransferDigest() - Method in class org.jivesoftware.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(String, String, String) - Static method in class org.jivesoftware.openfire.net.SSLJiveTrustManagerFactory
-
Creates a TrustManager list which is null if the storeType is null, or
is a standard TrustManager that uses a KeyStore of type storeType,
located at 'keystore' location under home, and uses 'keypass' as
the password for the keystore password and key password (note that
trust managers typically don't need a key password as public keys
are stored in the clear and can be obtained without a key password).
- getTrustManagers(KeyStore, String) - Static method in class org.jivesoftware.openfire.net.SSLJiveTrustManagerFactory
-
- getType() - Method in class org.jivesoftware.openfire.container.CacheInfo
-
- getType() - Method in interface org.jivesoftware.openfire.forms.DataForm
-
Deprecated.
Returns the meaning of the data within the context.
- getType() - Method in interface org.jivesoftware.openfire.forms.FormField
-
Deprecated.
Returns an indicative of the format for the data to answer.
- getType() - Method in class org.jivesoftware.openfire.forms.spi.XDataFormImpl
-
Deprecated.
- getType() - Method in class org.jivesoftware.openfire.forms.spi.XFormFieldImpl
-
Deprecated.
- 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.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.pubsub.NodeSubscription
-
Returns if the owner has subscribed to receive notification of new items only
or of new nodes only.
- getType() - Method in class org.jivesoftware.openfire.ServerPort
-
- getType() - Method in interface org.jivesoftware.openfire.session.ComponentSession.ExternalComponent
-
- getType() - Method in class org.jivesoftware.openfire.session.LocalComponentSession.LocalExternalComponent
-
- getTypeFromInt(int) - Static method in class org.jivesoftware.openfire.roster.RosterItem.AskType
-
- getTypeFromInt(int) - Static method in class org.jivesoftware.openfire.roster.RosterItem.RecvType
-
- getTypeFromInt(int) - Static method in class org.jivesoftware.openfire.roster.RosterItem.SubType
-
- getUID() - Method in class org.jivesoftware.openfire.disco.DiscoItem
-
- getUID() - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRoom
-
- getUID() - Method in interface org.jivesoftware.openfire.resultsetmanager.Result
-
Deprecated.
Returns a unique identifier for this Result.
- getUID(int) - Method in class org.jivesoftware.openfire.resultsetmanager.ResultSet
-
Deprecated.
Returns the UID of the object at the specified index in this result set.
- getUID() - Method in class org.jivesoftware.openfire.user.User
-
- 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.
- 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.AvailablePlugin
-
Returns the URL from where the plugin.
- 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.
- getUser(String) - Method in class org.jivesoftware.openfire.user.UserManager
-
Returns the User specified by username.
- getUser() - Method in class org.jivesoftware.util.WebManager
-
Returns the page user or null if one is not found.
- getUserAddress() - Method in class org.jivesoftware.openfire.muc.cluster.OccupantAddedEvent
-
- getUserAddress() - Method in interface org.jivesoftware.openfire.muc.MUCRole
-
Obtain the XMPPAddress of the user that joined the room.
- getUserAddress() - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRole
-
- getUserAddress() - Method in class org.jivesoftware.openfire.muc.spi.RemoteMUCRole
-
- getUserCount() - Method in class org.jivesoftware.openfire.clearspace.ClearspaceUserProvider
-
Gets the user count using the userService/users/count GET service.
- 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.HybridUserProvider
-
- 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 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
- getUserID(String) - Method in class org.jivesoftware.openfire.clearspace.ClearspaceManager
-
Returns the Clearspace user id the user by username.
- getUserID(JID) - Method in class org.jivesoftware.openfire.clearspace.ClearspaceManager
-
Returns the Clearspace user id the user by JID.
- getUserIdentitiesProviders() - Method in class org.jivesoftware.openfire.XMPPServer
-
Returns a list with all the modules that provide "discoverable" user identities.
- getUserIdleTime() - Method in interface org.jivesoftware.openfire.muc.MultiUserChatService
-
Returns the number of milliseconds a user must be idle before he/she gets kicked from all
the rooms.
- getUserIdleTime() - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
-
- 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.
- getUserItemsProviders() - Method in class org.jivesoftware.openfire.XMPPServer
-
Returns a list with all the modules that provide "discoverable" items associated with
users.
- 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.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.user.User
-
Returns this user's username.
- getUserName(JID) - Static method in class org.jivesoftware.openfire.user.UserNameManager
-
Returns the name of the XMPP entity.
- getUserName(JID, String) - 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() - Method in class org.jivesoftware.util.EmailService
-
Returns the username used to connect to the SMTP server.
- getUsernameByID(Long) - Method in class org.jivesoftware.openfire.clearspace.ClearspaceManager
-
Returns the Clearspace username of the user by id.
- getUsernameField() - Method in class org.jivesoftware.openfire.ldap.LdapManager
-
Returns the LDAP field name that the username lookup will be performed
on.
- getUsernames() - Method in class org.jivesoftware.openfire.clearspace.ClearspaceUserProvider
-
Gets all usernames using the userService/userNames GET service.
- getUsernames() - Method in class org.jivesoftware.openfire.crowd.CrowdUserProvider
-
- getUsernames() - Method in class org.jivesoftware.openfire.ldap.LdapUserProvider
-
- 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.
- getUsernames() - Method in class org.jivesoftware.openfire.user.DefaultUserProvider
-
- getUsernames() - Method in class org.jivesoftware.openfire.user.HybridUserProvider
-
- 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 interface org.jivesoftware.openfire.user.UserProvider
-
Returns an unmodifiable Collection of usernames of all users in the system.
- getUsernameSuffix() - Method in class org.jivesoftware.openfire.ldap.LdapManager
-
Returns the suffix appended to the username when LDAP lookups are performed.
- getUserProvider() - Static method in class org.jivesoftware.openfire.user.UserManager
-
Returns the currently-installed UserProvider.
- getUsers() - Method in class org.jivesoftware.openfire.clearspace.ClearspaceUserProvider
-
Gets all users using the userService/userNames GET service.
- getUsers(int, int) - Method in class org.jivesoftware.openfire.clearspace.ClearspaceUserProvider
-
Gets a bounded list of users using the userService/userNames GET service.
- getUsers() - Method in class org.jivesoftware.openfire.crowd.CrowdUserProvider
-
- getUsers(int, int) - Method in class org.jivesoftware.openfire.crowd.CrowdUserProvider
-
- getUsers() - Method in class org.jivesoftware.openfire.ldap.LdapUserProvider
-
- getUsers(int, int) - Method in class org.jivesoftware.openfire.ldap.LdapUserProvider
-
- getUsers() - Method in class org.jivesoftware.openfire.user.DefaultUserProvider
-
- getUsers(int, int) - Method in class org.jivesoftware.openfire.user.DefaultUserProvider
-
- getUsers() - Method in class org.jivesoftware.openfire.user.HybridUserProvider
-
- getUsers(int, int) - Method in class org.jivesoftware.openfire.user.HybridUserProvider
-
- getUsers() - Method in class org.jivesoftware.openfire.user.JDBCUserProvider
-
- getUsers(int, int) - 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(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() - Method in interface org.jivesoftware.openfire.user.UserProvider
-
Returns an unmodifiable Collections of all users in the system.
- 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
-
- getUserUpdateParams(String) - Method in class org.jivesoftware.openfire.clearspace.ClearspaceUserProvider
-
Creates the parameters to send in a update user request based on the information of username
- 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.LocalIncomingServerSession
-
Returns a collection with all the domains, subdomains and virtual hosts that where
validated.
- getValidatedDomains(String) - Method in class org.jivesoftware.openfire.SessionManager
-
Returns a collection with all the domains, subdomains and virtual hosts that where
validated.
- getValue() - Method in class org.jivesoftware.openfire.launcher.SwingWorker
-
Get the value produced by the worker thread, or null if it
hasn't been constructed yet.
- getValue() - Method in enum org.jivesoftware.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 class org.jivesoftware.util.IntEnum
-
Returns the int value associated with the enum.
- getValues() - Method in interface org.jivesoftware.openfire.forms.FormField
-
Deprecated.
Returns an Iterator for the default values of the question if the question is part
of a form to fill out.
- getValues() - Method in class org.jivesoftware.openfire.forms.spi.XFormFieldImpl
-
Deprecated.
- getVariable() - Method in interface org.jivesoftware.openfire.forms.FormField
-
Deprecated.
Returns the variable name that the question is filling out.
- getVariable() - Method in class org.jivesoftware.openfire.forms.spi.XFormFieldImpl
-
Deprecated.
- 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(Plugin) - Method in class org.jivesoftware.openfire.container.PluginManager
-
Returns the version of a plugin.
- getVersion() - Method in class org.jivesoftware.openfire.spi.XMPPServerInfoImpl
-
- getVersion() - Method in interface org.jivesoftware.openfire.XMPPServerInfo
-
Obtain the server's version information.
- getVersionString() - Static method in class org.jivesoftware.admin.AdminConsole
-
Returns the version string displayed in the admin console.
- getVersionString() - Method in class org.jivesoftware.util.Version
-
Returns the version number of this instance of Openfire as a
String (ie major.minor.revision).
- 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 userName.
- 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.
- getWebRoot() - Method in class org.jivesoftware.openfire.container.PluginDevEnvironment
-
Returns the document root of a plugins web development
application.
- getWeight() - Method in class org.jivesoftware.openfire.net.DNSUtil.WeightedHostAddress
-
Returns the weight.
- getWrappedCache() - Method in class org.jivesoftware.util.cache.CacheWrapper
-
- getWriter() - Method in class org.jivesoftware.openfire.net.SocketConnection
-
Returns the Writer used to send data to the connection.
- getXFFHeader() - Method in class org.jivesoftware.openfire.http.HttpBindManager
-
- getXFFHostHeader() - Method in class org.jivesoftware.openfire.http.HttpBindManager
-
- getXFFHostName() - Method in class org.jivesoftware.openfire.http.HttpBindManager
-
- getXFFServerHeader() - Method in class org.jivesoftware.openfire.http.HttpBindManager
-
- getXMLProperties(String) - Static method in class org.jivesoftware.util.JiveGlobals
-
Return all immediate children property values of a parent local property as a list of strings,
or an empty list if there are no children.
- getXMLProperty(String) - Static method in class org.jivesoftware.util.JiveGlobals
-
Returns a local property.
- getXMLProperty(String, String) - Static method in class org.jivesoftware.util.JiveGlobals
-
Returns a local property.
- getXMLProperty(String, int) - Static method in class org.jivesoftware.util.JiveGlobals
-
Returns an integer value local property.
- getXMLProperty(String, boolean) - Static method in class org.jivesoftware.util.JiveGlobals
-
Returns a boolean value local property.
- 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.
- getXMPPServer() - Method in class org.jivesoftware.util.WebManager
-
Returns the XMPP server object -- can get many config items from here.
- getXPathFilters() - Method in interface org.jivesoftware.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
-
- GraphicUtils - Class in org.jivesoftware.openfire.launcher
-
GraphicsUtils
class defines common user-interface related utility
functions.
- Group - Class in org.jivesoftware.openfire.crowd.jaxb
-
- Group() - Constructor for class org.jivesoftware.openfire.crowd.jaxb.Group
-
- group - Variable in class org.jivesoftware.openfire.crowd.jaxb.Groups
-
- Group - Class in org.jivesoftware.openfire.group
-
Groups organize users into a single entity for easier management.
- Group() - Constructor for class org.jivesoftware.openfire.group.Group
-
Constructor added for Externalizable.
- 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.
- GroupAdminAdded - Class in org.jivesoftware.openfire.commands.event
-
Notifies the that a 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 a 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(Throwable) - Constructor for exception org.jivesoftware.openfire.group.GroupAlreadyExistsException
-
- GroupAlreadyExistsException(String, 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.
- GroupCollection - Class in org.jivesoftware.openfire.group
-
Provides a view of an array of group names as a Collection of Group objects.
- GroupCollection(Collection<String>) - Constructor for class org.jivesoftware.openfire.group.GroupCollection
-
Constructs a new GroupCollection.
- GroupCollection(String[]) - Constructor for class org.jivesoftware.openfire.group.GroupCollection
-
Constructs a new GroupCollection.
- 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
-
- 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.spi.LocalMUCRoom
-
- groupCreated(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
-
- 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.spi.LocalMUCRoom
-
- groupDeleting(Group, Map) - Method in class org.jivesoftware.openfire.roster.RosterManager
-
- 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 - Class in org.jivesoftware.openfire.commands.event
-
Notifies the that a group was modified.
- GroupModified() - Constructor for class org.jivesoftware.openfire.commands.event.GroupModified
-
- 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.spi.LocalMUCRoom
-
- groupModified(Group, Map) - Method in class org.jivesoftware.openfire.roster.RosterManager
-
- 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 - Class in org.jivesoftware.openfire.crowd.jaxb
-
- Groups() - Constructor for class org.jivesoftware.openfire.crowd.jaxb.Groups
-
- groups - Variable in class org.jivesoftware.openfire.roster.RosterItem
-
- GZIP - Static variable in class org.jivesoftware.util.Base64
-
Specify that data should be gzip-compressed.
- i18nStatistic - Class in org.jivesoftware.openfire.stats
-
A convience class to build statistic parameters out of a resource bundle.
- i18nStatistic(String, Statistic.Type) - Constructor for class org.jivesoftware.openfire.stats.i18nStatistic
-
- i18nStatistic(String, String, Statistic.Type) - Constructor for class org.jivesoftware.openfire.stats.i18nStatistic
-
- IDLE_TIMEOUT - Static variable in class org.jivesoftware.openfire.session.ConnectionSettings.Client
-
- ignorableWhitespace(char[], int, int) - Method in class org.jivesoftware.util.XMLWriter
-
- IM_URL_PREFIX - Static variable in class org.jivesoftware.openfire.clearspace.ClearspaceManager
-
- Immutable - Class in org.jivesoftware.util
-
- Immutable() - Constructor for class org.jivesoftware.util.Immutable
-
- Immutable.Collection<V> - Class in org.jivesoftware.util
-
- Immutable.Collection(Collection<V>) - Constructor for class org.jivesoftware.util.Immutable.Collection
-
- Immutable.Iterator<V> - Class in org.jivesoftware.util
-
- Immutable.Iterator(Iterator<V>) - Constructor for class org.jivesoftware.util.Immutable.Iterator
-
- Immutable.Map<K,V> - Class in org.jivesoftware.util
-
Wraps a
Immutable.Map
to provide read-only access to its elements.
- Immutable.Map(Map<K, V>) - Constructor for class org.jivesoftware.util.Immutable.Map
-
Use this constructor to provide a pre-populated map that will be
made read-only via this wrapper class
- Immutable.Map() - Constructor for class org.jivesoftware.util.Immutable.Map
-
Default constructor (empty map)
- 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).
- inboundAllowed - Variable in class org.jivesoftware.openfire.session.LocalServerSession
-
- 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 has a key 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.
- incrementClientPacketCount() - Method in class org.jivesoftware.openfire.session.LocalSession
-
Increments the number of packets sent from the client to the server.
- 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.
- 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.
- indent() - Method in class org.jivesoftware.util.XMLWriter
-
- indexOf(String) - Method in class org.jivesoftware.openfire.resultsetmanager.ResultSet
-
Deprecated.
Returns the index in the full resultset of the element identified by the
UID in te supplied argument.
- indexOf(E) - Method in class org.jivesoftware.openfire.resultsetmanager.ResultSet
-
Deprecated.
Returns the index in the full resultset of the supplied argument.
- indexOf(String) - Method in class org.jivesoftware.openfire.resultsetmanager.ResultSetImpl
-
Deprecated.
- info(String) - Static method in class org.jivesoftware.util.Log
-
Deprecated.
replaced by Logger.info(String)
.
Functionality of this method is delegated there.
- info(Throwable) - Static method in class org.jivesoftware.util.Log
-
Deprecated.
replaced by Logger.info(String, Throwable)
.
Functionality of this method is delegated there.
- info(String, Throwable) - Static method in class org.jivesoftware.util.Log
-
Deprecated.
replaced by Logger.info(String, Throwable)
.
Functionality of this method is delegated there.
- init(FilterConfig) - Method in class org.jivesoftware.admin.AuthCheckFilter
-
- init(FilterConfig) - Method in class org.jivesoftware.admin.PluginFilter
-
- init(LocalSession) - Method in interface org.jivesoftware.openfire.Connection
-
Initializes the connection with it's owning session.
- 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() - Method in class org.jivesoftware.openfire.http.HttpSessionManager
-
- init(ServletConfig) - Method in class org.jivesoftware.openfire.http.ResourceServlet
-
- init(boolean) - Method in class org.jivesoftware.openfire.net.OCSPChecker
-
- init(LocalSession) - Method in class org.jivesoftware.openfire.net.SocketConnection
-
- init(LocalSession) - Method in class org.jivesoftware.openfire.net.VirtualConnection
-
- init(LocalSession) - Method in class org.jivesoftware.openfire.nio.NIOConnection
-
- init(ServletConfig) - Method in class org.jivesoftware.openfire.webdav.WebDAVLiteServlet
-
Initialize the WebDAV servlet, auto-creating it's file root if it doesn't exist.
- init(ServletConfig) - Method in class org.jivesoftware.util.FaviconServlet
-
- init() - Method in class org.jivesoftware.util.JiveProperties
-
For internal use only.
- init(FilterConfig) - Method in class org.jivesoftware.util.LocaleFilter
-
- init(FilterConfig) - Method in class org.jivesoftware.util.SetCharacterEncodingFilter
-
- init(HttpServletRequest, HttpServletResponse, HttpSession, ServletContext, JspWriter) - Method in class org.jivesoftware.util.WebBean
-
- init(HttpServletRequest, HttpServletResponse, HttpSession, ServletContext) - Method in class org.jivesoftware.util.WebBean
-
- init(PageContext) - Method in class org.jivesoftware.util.WebBean
-
- 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.
- 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(Throwable) - Constructor for exception org.jivesoftware.util.InitializationException
-
- InitializationException(String, Throwable) - Constructor for exception org.jivesoftware.util.InitializationException
-
- initialize(XMPPServer) - Method in class org.jivesoftware.openfire.audit.spi.AuditManagerImpl
-
- 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.filetransfer.proxy.FileTransferProxy
-
- initialize(XMPPServer) - Method in class org.jivesoftware.openfire.handler.IQAuthHandler
-
- 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.mediaproxy.MediaProxyService
-
- initialize(XMPPServer) - Method in class org.jivesoftware.openfire.MessageRouter
-
- initialize(JID, ComponentManager) - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
-
- 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(JID, ComponentManager) - Method in class org.jivesoftware.openfire.session.LocalComponentSession.LocalExternalComponent
-
- initialize(XMPPServer) - Method in class org.jivesoftware.openfire.SessionManager
-
- initialize(XMPPServer) - Method in class org.jivesoftware.openfire.spi.ConnectionManagerImpl
-
- 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() - Static method in class org.jivesoftware.util.cache.CacheFactory
-
- initializeKeyStore() - Static method in class org.jivesoftware.openfire.net.SSLConfig
-
Initializes (wipes and recreates) the keystore, and returns the new keystore.
- 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
-
- initStatistics() - Static method in class org.jivesoftware.openfire.net.ServerTrafficCounter
-
Creates and adds statistics to statistic manager.
- InputOutputStreamWrapper - Class in org.jivesoftware.util
-
Callable which will read from an input stream and write to an output stream.
- InputOutputStreamWrapper(InputStream, OutputStream, int) - Constructor for class org.jivesoftware.util.InputOutputStreamWrapper
-
- InputOutputStreamWrapper(InputStream, OutputStream) - Constructor for class org.jivesoftware.util.InputOutputStreamWrapper
-
- 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.
- installCert(KeyStore, KeyStore, String, String, InputStream, String, InputStream, boolean, boolean) - Static method in class org.jivesoftware.util.CertificateManager
-
Imports a new signed certificate and its private key into the keystore.
- installLexicalHandler() - Method in class org.jivesoftware.util.XMLWriter
-
- installPlugin(InputStream, String) - Method in class org.jivesoftware.openfire.container.PluginManager
-
Installs or updates an existing plugin.
- installPlugin(String, int) - Method in class org.jivesoftware.openfire.update.PluginDownloadManager
-
Installs a new plugin into Openfire.
- installReply(KeyStore, KeyStore, String, String, InputStream, boolean, boolean) - Static method in class org.jivesoftware.util.CertificateManager
-
Installs the Certificate Authority reply returned as part of the signing request.
- IntEnum - Class in org.jivesoftware.util
-
A type safe enumeration object that is keyed by an Int
value for switch statements and storage in DBs.
- IntEnum(String, int) - Constructor for class org.jivesoftware.util.IntEnum
-
- interceptFileTransfer(FileTransfer, boolean) - Method in interface org.jivesoftware.openfire.filetransfer.FileTransferInterceptor
-
Invokes the interceptor on the specified file transfer.
- 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.
- InternalComponentManager() - Constructor for class org.jivesoftware.openfire.component.InternalComponentManager
-
- InternalServerErrorException - Exception in org.jivesoftware.util
-
A generic exception for when errors occur in the system.
- InternalServerErrorException(String, Exception) - Constructor for exception org.jivesoftware.util.InternalServerErrorException
-
- 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
-
- interrupt() - Method in class org.jivesoftware.openfire.launcher.SwingWorker
-
A new method that interrupts the worker thread.
- invisibleSharedGroups - Variable in class org.jivesoftware.openfire.roster.RosterItem
-
- invokeInterceptors(Packet, Session, boolean, boolean) - Method in class org.jivesoftware.openfire.interceptor.InterceptorManager
-
Invokes all currently-installed interceptors on the specified packet.
- IQAdminHandler - Class in org.jivesoftware.openfire.muc.spi
-
A handler for the IQ packet with namespace http://jabber.org/protocol/muc#admin.
- IQAdminHandler(LocalMUCRoom, PacketRouter) - Constructor for class org.jivesoftware.openfire.muc.spi.IQAdminHandler
-
- IQAuthHandler - Class in org.jivesoftware.openfire.handler
-
Implements the TYPE_IQ jabber:iq:auth protocol (plain only).
- IQAuthHandler() - Constructor for class org.jivesoftware.openfire.handler.IQAuthHandler
-
Clients are not authenticated when accessing this handler.
- IQAuthInfo - Interface in org.jivesoftware.openfire.handler
-
Information for controlling the authentication options for the server.
- 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
-
- 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
-
- 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.
- 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(LocalMUCRoom, PacketRouter) - 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
-
- 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.
- 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
-
- IQTimeHandler - Class in org.jivesoftware.openfire.handler
-
Implements the TYPE_IQ jabber:iq:time protocol (time info) as
as defined by JEP-0090.
- IQTimeHandler() - Constructor for class org.jivesoftware.openfire.handler.IQTimeHandler
-
- 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
-
- 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.pubsub.NodeSubscription
-
Returns true if the subscription is active.
- isActiveRoute(String, String) - Method in class org.jivesoftware.openfire.SessionManager
-
- isAdmin(JID) - Method in class org.jivesoftware.openfire.pubsub.Node
-
Returns true if the specified user is allowed to administer the node.
- isAffiliationChanged() - Method in class org.jivesoftware.openfire.muc.cluster.UpdateOccupantRequest
-
- isAllOriginsAllowed() - Method in class org.jivesoftware.openfire.http.HttpBindManager
-
- isAllowed(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.
- isAncestorOfFocusedComponent(Component) - Static method in class org.jivesoftware.openfire.launcher.GraphicUtils
-
- isAnonymous() - Method in class org.jivesoftware.openfire.auth.AuthToken
-
Returns true if this AuthToken is the Anonymous auth token.
- isAnonymousAllowed() - Method in class org.jivesoftware.openfire.handler.IQAuthHandler
-
- isAnonymousAllowed() - Method in interface org.jivesoftware.openfire.handler.IQAuthInfo
-
Returns true if anonymous authentication is allowed.
- isAnonymousRoute(JID) - Method in interface org.jivesoftware.openfire.RoutingTable
-
Returns true if an anonymous user with the specified full JID is currently logged.
- isAnonymousRoute(String) - Method in class org.jivesoftware.openfire.SessionManager
-
- 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
-
- 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
-
- 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(User) - Method in interface org.jivesoftware.openfire.PresenceManager
-
Returns the availability of the user.
- isAvailable() - Method in class org.jivesoftware.openfire.spi.ClientRoute
-
- 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
-
- 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.
- isClearspaceConfigured() - Method in class org.jivesoftware.openfire.clearspace.ClearspaceManager
-
Returns true if Clerspace was configured at least one time since Openfire startup.
- isClearspaceConnected() - Method in class org.jivesoftware.openfire.clearspace.ClearspaceManager
-
Returns true if Clearspce is connected to Openfire.
- isClientListenerEnabled() - Method in interface org.jivesoftware.openfire.ConnectionManager
-
Returns true if the port listener for unsecured clients is available.
- isClientListenerEnabled() - Method in class org.jivesoftware.openfire.spi.ConnectionManagerImpl
-
- isClientPort() - Method in class org.jivesoftware.openfire.ServerPort
-
Returns true if clients can connect to this port.
- isClientSSLListenerEnabled() - Method in interface org.jivesoftware.openfire.ConnectionManager
-
Returns true if the port listener for secured clients is available.
- isClientSSLListenerEnabled() - Method in class org.jivesoftware.openfire.spi.ConnectionManagerImpl
-
- isClientTrusted(X509Certificate[]) - Method in class org.jivesoftware.openfire.net.SSLJiveTrustManager
-
- 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.http.HttpSession
-
Returns true if this session has been closed and no longer actively accepting connections.
- isClosed() - Method in class org.jivesoftware.openfire.net.SocketConnection
-
- isClosed() - Method in class org.jivesoftware.openfire.net.VirtualConnection
-
- isClosed() - Method in class org.jivesoftware.openfire.nio.NIOConnection
-
- isClosed() - Method in class org.jivesoftware.openfire.session.LocalSession
-
- isClosed() - Method in interface org.jivesoftware.openfire.session.Session
-
Returns true if the connection/session is closed.
- 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.
- isCommercial() - Method in class org.jivesoftware.openfire.update.AvailablePlugin
-
Returns true if the plugin is commercial.
- isComplete() - Method in class org.jivesoftware.openfire.clearspace.ClearspaceSaslServer
-
Determines whether the authentication exchange has completed.
- isComplete() - Method in class org.jivesoftware.openfire.sasl.SaslServerPlainImpl
-
Determines whether the authentication exchange has completed.
- isComponentListenerEnabled() - Method in interface org.jivesoftware.openfire.ConnectionManager
-
Returns true if the port listener for external components is available.
- isComponentListenerEnabled() - Method in class org.jivesoftware.openfire.spi.ConnectionManagerImpl
-
- isComponentPort() - Method in class org.jivesoftware.openfire.ServerPort
-
Returns true if external components can connect to this port.
- 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
-
- isCompressed() - Method in class org.jivesoftware.openfire.net.VirtualConnection
-
- isCompressed() - Method in class org.jivesoftware.openfire.nio.NIOConnection
-
- 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.
- isConnectionManagerListenerEnabled() - Method in interface org.jivesoftware.openfire.ConnectionManager
-
Returns true if the port listener for connection managers is available.
- isConnectionManagerListenerEnabled() - Method in class org.jivesoftware.openfire.spi.ConnectionManagerImpl
-
- isConnectionManagerPort() - Method in class org.jivesoftware.openfire.ServerPort
-
Returns true if connection managers can connect to this port.
- isConnectionPoolEnabled() - Method in class org.jivesoftware.openfire.ldap.LdapManager
-
Returns whether an LDAP connection pool should be used or not.
- isCORSEnabled() - Method in class org.jivesoftware.openfire.http.HttpBindManager
-
- 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.
- isDebugEnabled() - Static method in class org.jivesoftware.util.Log
-
Deprecated.
replaced by Logger.isDebugEnabled()
.
Functionality of this method is delegated there.
- 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.clearspace.ClearspaceLockOutProvider
-
Clearspace only supports a strict "are you disabled or not".
- 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.
- 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.
- isDigestSupported() - Static method in class org.jivesoftware.openfire.auth.AuthFactory
-
Returns true if the currently installed
AuthProvider
supports
digest authentication according to JEP-0078.
- isDigestSupported() - Method in interface org.jivesoftware.openfire.auth.AuthProvider
-
Returns true if this AuthProvider supports digest authentication
according to JEP-0078.
- isDigestSupported() - Method in class org.jivesoftware.openfire.auth.DefaultAuthProvider
-
- isDigestSupported() - Method in class org.jivesoftware.openfire.auth.HybridAuthProvider
-
- isDigestSupported() - Method in class org.jivesoftware.openfire.auth.JDBCAuthProvider
-
- isDigestSupported() - Method in class org.jivesoftware.openfire.auth.NativeAuthProvider
-
- isDigestSupported() - Method in class org.jivesoftware.openfire.auth.POP3AuthProvider
-
- isDigestSupported() - Method in class org.jivesoftware.openfire.clearspace.ClearspaceAuthProvider
-
Clearspace currently doesn't support digest authentication.
- isDigestSupported() - Method in class org.jivesoftware.openfire.crowd.CrowdAuthProvider
-
- isDigestSupported() - Method in class org.jivesoftware.openfire.ldap.LdapAuthProvider
-
- isDownloaded() - Method in class org.jivesoftware.openfire.update.Update
-
Returns true if the plugin was downloaded.
- isDSACertificate(KeyStore, String) - Static method in class org.jivesoftware.util.CertificateManager
-
Returns true if an DSA certificate was found in the specified keystore for the specified domain.
- isDSACertificate(X509Certificate) - Static method in class org.jivesoftware.util.CertificateManager
-
Returns true if the specified certificate is using the DSA algorithm.
- isElementSpacePreserved(Element) - Method in class org.jivesoftware.util.XMLWriter
-
Determines if element is a special case of XML elements
where it contains an xml:space attribute of "preserve".
- isEmailRequired() - Method in class org.jivesoftware.openfire.clearspace.ClearspaceUserProvider
-
In Clearspace email is required
- 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.HybridUserProvider
-
- isEmailRequired() - Method in class org.jivesoftware.openfire.user.JDBCUserProvider
-
- 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
-
Returns true if the server is in embedded mode, false otherwise.
- 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.muc.spi.MUCServiceProperties
-
- isEmpty() - Method in class org.jivesoftware.util.cache.CacheWrapper
-
- isEmpty() - Method in class org.jivesoftware.util.cache.DefaultCache
-
- isEmpty() - Method in class org.jivesoftware.util.ConcurrentHashSet
-
- isEmpty() - Method in class org.jivesoftware.util.JiveProperties
-
- 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.clearspace.ClearspaceManager
-
Returns true if Clearspace is being used as the backend of Openfire.
- 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
-
Returns true if the PEP service is enabled in the server.
- 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.
- 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.
- isEnclosingDNs() - Method in class org.jivesoftware.openfire.ldap.LdapManager
-
- 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.
- isErrorEnabled() - Static method in class org.jivesoftware.util.Log
-
Deprecated.
replaced by Logger.isErrorEnabled()
.
Functionality of this method is delegated there.
- 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
-
- 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.
- isFlashClient() - Method in interface org.jivesoftware.openfire.Connection
-
Returns true if the connected client is a flash client.
- isFlashClient() - Method in class org.jivesoftware.openfire.net.SocketConnection
-
- isFlashClient() - Method in class org.jivesoftware.openfire.net.VirtualConnection
-
- isFlashClient() - Method in class org.jivesoftware.openfire.nio.NIOConnection
-
- 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.
- isForwardCheckingSupported() - Method in class org.jivesoftware.openfire.net.OCSPChecker
-
- isFromClearspace(JID) - Method in class org.jivesoftware.openfire.clearspace.ClearspaceManager
-
Returns true if a given JID belongs to a known Clearspace component domain.
- 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.
- isGroupVisible(Group, JID) - Method in class org.jivesoftware.openfire.roster.RosterManager
-
Returns true if a given group is visible to a given user.
- isHidden() - Method in class org.jivesoftware.openfire.muc.cluster.ServiceInfo
-
- 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
-
- 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.
- 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.
- isInfoEnabled() - Static method in class org.jivesoftware.util.Log
-
Deprecated.
replaced by Logger.isInfoEnabled()
.
Functionality of this method is delegated there.
- 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.
- 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.
- 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.
- isJoined() - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCUser
-
Returns true if the user is currently present in one or more rooms.
- isJoinPresence() - Method in class org.jivesoftware.openfire.muc.cluster.BroadcastPresenceRequest
-
- isLeaf() - Method in class org.jivesoftware.openfire.pubsub.DefaultNodeConfiguration
-
Returns true if this default configutation belongs to a leaf node.
- isLocal() - Method in interface org.jivesoftware.openfire.muc.MUCRole
-
Returns true if this room occupant is hosted by this JVM.
- isLocal() - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRole
-
- isLocal() - Method in class org.jivesoftware.openfire.muc.spi.RemoteMUCRole
-
- 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 interface org.jivesoftware.openfire.muc.MUCRoom
-
Returns true if the room is locked.
- isLocked() - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRoom
-
- isLogEnabled() - Method in interface org.jivesoftware.openfire.muc.MUCRoom
-
Returns true if the room's conversation is being logged.
- isLogEnabled() - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRoom
-
- isLoginRestrictedToNickname() - Method in interface org.jivesoftware.openfire.muc.MUCRoom
-
Returns true if registered users can only join the room using their registered nickname.
- isLoginRestrictedToNickname() - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRoom
-
- isManuallyLocked() - Method in interface 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.
- isManuallyLocked() - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRoom
-
- 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.
- 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 interface org.jivesoftware.openfire.muc.MUCRoom
-
Returns true if the room requires an invitation to enter.
- isMembersOnly() - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRoom
-
- isMessageCarbonsEnabled() - Method in interface org.jivesoftware.openfire.session.ClientSession
-
Indicates, whether message carbons are enabled.
- isMessageCarbonsEnabled() - Method in class org.jivesoftware.openfire.session.LocalClientSession
-
- isModerated() - Method in interface org.jivesoftware.openfire.muc.MUCRoom
-
Returns if the room in which only those with "voice" may send messages to all occupants.
- isModerated() - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRoom
-
- 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
-
- isNameRequired() - Method in class org.jivesoftware.openfire.clearspace.ClearspaceUserProvider
-
In Clearspace name is optional.
- 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.HybridUserProvider
-
- isNameRequired() - Method in class org.jivesoftware.openfire.user.JDBCUserProvider
-
- 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(Version) - Method in class org.jivesoftware.util.Version
-
Convenience method for comparing versions
- isNodeCreationRestricted() - Method in class org.jivesoftware.openfire.pep.PEPService
-
- 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.
- isOnlyShared() - Method in class org.jivesoftware.openfire.roster.RosterItem
-
Returns true if this item belongs ONLY to shared groups.
- isOpenfireConnected() - Method in class org.jivesoftware.openfire.clearspace.ClearspaceManager
-
Returns true if Openfire is connected to Clearspace.
- isOpenRegistrationSupported() - Method in interface org.jivesoftware.openfire.handler.IQRegisterInfo
-
Determines if users can automatically register user accounts
without system administrator intervention.
- isOriginator() - Method in class org.jivesoftware.openfire.muc.cluster.MUCRoomTask
-
- 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 interface 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.LocalMUCRoom
-
- isPayloadDelivered() - Method in class org.jivesoftware.openfire.pubsub.Node
-
Returns true if event notifications will include payloads.
- isPersistent() - Method in interface org.jivesoftware.openfire.muc.MUCRoom
-
Returns true if the room is not destroyed if the last occupant exits.
- isPersistent() - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRoom
-
- 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
-
- isPlainSupported() - Static method in class org.jivesoftware.openfire.auth.AuthFactory
-
Returns true if the currently installed
AuthProvider
supports authentication
using plain-text passwords according to JEP-0078.
- isPlainSupported() - Method in interface org.jivesoftware.openfire.auth.AuthProvider
-
Returns true if this AuthProvider supports authentication using plain-text
passwords according to JEP--0078.
- isPlainSupported() - Method in class org.jivesoftware.openfire.auth.DefaultAuthProvider
-
- isPlainSupported() - Method in class org.jivesoftware.openfire.auth.HybridAuthProvider
-
- isPlainSupported() - Method in class org.jivesoftware.openfire.auth.JDBCAuthProvider
-
- isPlainSupported() - Method in class org.jivesoftware.openfire.auth.NativeAuthProvider
-
- isPlainSupported() - Method in class org.jivesoftware.openfire.auth.POP3AuthProvider
-
- isPlainSupported() - Method in class org.jivesoftware.openfire.clearspace.ClearspaceAuthProvider
-
Clearspace currently supports only plain authentication.
- isPlainSupported() - Method in class org.jivesoftware.openfire.crowd.CrowdAuthProvider
-
- isPlainSupported() - Method in class org.jivesoftware.openfire.ldap.LdapAuthProvider
-
- isPluginDownloaded(String) - Method in class org.jivesoftware.openfire.container.PluginManager
-
Returns true if the specified filename, that belongs to a plugin, exists.
- 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
-
- isPollingSession() - Method in class org.jivesoftware.openfire.http.HttpSession
-
Returns true if this session is a polling session.
- 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.
- 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.
- 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.
- isPropertyReadOnly() - Method in class org.jivesoftware.openfire.group.GroupManager
-
Returns true if properties of groups are read only.
- isPropertySensitive(String) - Static method in class org.jivesoftware.util.JiveGlobals
-
Flags certain properties as being sensitive, based on
property naming conventions.
- 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 interface 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.LocalMUCRoom
-
- 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 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.clearspace.ClearspaceAdminProvider
-
The clearspace provider is read only
- isReadOnly() - Method in class org.jivesoftware.openfire.clearspace.ClearspaceLockOutProvider
-
The ClearspaceLockOutProvider will set lockouts in Clearspace itself.
- isReadOnly() - Method in class org.jivesoftware.openfire.clearspace.ClearspaceUserProvider
-
Returns true if Clearspace is a read only user provider.
- isReadOnly() - Method in class org.jivesoftware.openfire.clearspace.ClearspaceVCardProvider
-
Always return false since Clearspace always support some changes.
- 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.HybridUserProvider
-
- isReadOnly() - Method in class org.jivesoftware.openfire.user.JDBCUserProvider
-
- 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(String) - Method in class org.jivesoftware.openfire.user.UserManager
-
Returns true if the specified local username belongs to a registered local user.
- isRegisteredUser(JID) - 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 interface org.jivesoftware.openfire.muc.MUCRoom
-
Returns true if users are allowed to register with the room.
- isRegistrationEnabled() - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRoom
-
- isRemote(JID) - Method in class org.jivesoftware.openfire.XMPPServer
-
Returns true if the given address does not match the local server hostname and does not
match a component service JID.
- isRequired() - Method in interface org.jivesoftware.openfire.forms.FormField
-
Deprecated.
Returns true if the question must be answered in order to complete the questionnaire.
- isRequired() - Method in class org.jivesoftware.openfire.forms.spi.XFormFieldImpl
-
Deprecated.
- 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.
- 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.
- isRSACertificate(KeyStore, String) - Static method in class org.jivesoftware.util.CertificateManager
-
Returns true if an RSA certificate was found in the specified keystore for the specified domain.
- isRunning() - Method in class org.jivesoftware.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
-
- 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() - Method in interface org.jivesoftware.openfire.Connection
-
Returns true if this connection is secure.
- isSecure() - Method in class org.jivesoftware.openfire.http.HttpConnection
-
Returns true if this connection is using HTTPS.
- isSecure() - Method in class org.jivesoftware.openfire.http.HttpSession
-
Returns true if all connections on this session should be secured, and false if they should
not.
- 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
-
- isSecure() - Method in class org.jivesoftware.openfire.net.VirtualConnection
-
- isSecure() - Method in class org.jivesoftware.openfire.nio.NIOConnection
-
- isSecure() - Method in class org.jivesoftware.openfire.ServerPort
-
Determines if the connection is secure.
- isSecure() - Method in class org.jivesoftware.openfire.session.LocalSession
-
- isSecure() - Method in interface org.jivesoftware.openfire.session.Session
-
Returns true if this connection is secure.
- isSelfSignedCertificate(KeyStore, String) - Static method in class org.jivesoftware.util.CertificateManager
-
Returns true if the specified certificate is a self-signed certificate.
- isSelfSignedCertificate(KeyStore, 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.
- isSendPresence() - Method in class org.jivesoftware.openfire.muc.cluster.OccupantAddedEvent
-
Returns true if the room should broadcast presence of the new occupant to occupants
hosted by this cluster node.
- 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
-
- isSeniorMember() - Method in interface org.jivesoftware.openfire.cluster.ClusterNodeInfo
-
Returns true if this member is the senior member in the cluster.
- isServerListenerEnabled() - Method in interface org.jivesoftware.openfire.ConnectionManager
-
Returns true if the port listener for remote servers is available.
- isServerListenerEnabled() - Method in class org.jivesoftware.openfire.spi.ConnectionManagerImpl
-
- isServerPort() - Method in class org.jivesoftware.openfire.ServerPort
-
Returns true if other servers can connect to this port for s2s communication.
- isServerRunning() - Method in class org.jivesoftware.util.WebManager
-
- isServerTrusted(X509Certificate[]) - Method in class org.jivesoftware.openfire.net.SSLJiveTrustManager
-
- 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
-
- 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.
- isSetupMode() - Method in class org.jivesoftware.openfire.XMPPServer
-
- isSetupMode() - Method in class org.jivesoftware.util.WebManager
-
Returns true if the Openfire container is in setup mode, false otherwise.
- 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.net.SASLAuthentication
-
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(KeyStore, String) - Static method in class org.jivesoftware.util.CertificateManager
-
Returns true if the specified certificate is ready to be signed by a Certificate Authority.
- 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.
- isStartTlsEnabled() - Method in class org.jivesoftware.openfire.ldap.LdapManager
-
Returns true if LDAP connection is via START or not.
- isStreamTextRequired() - Static method in class org.jivesoftware.database.DbConnectionManager
-
- 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).
- 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
-
- isThisOriginAllowed(String) - Method in class org.jivesoftware.openfire.http.HttpBindManager
-
- isTimeoutSupported() - Method in class org.jivesoftware.openfire.clearspace.ClearspaceLockOutProvider
-
Clearspace only supports a strict "are you disabled or not".
- 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
-
- 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.
- isUser(String) - Method in class org.jivesoftware.openfire.group.Group
-
Returns true if the provided username belongs to a user 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.
- 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
-
- isUsingSelfSignedCertificate() - Method in class org.jivesoftware.openfire.net.VirtualConnection
-
- isUsingSelfSignedCertificate() - Method in class org.jivesoftware.openfire.nio.NIOConnection
-
- 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 class org.jivesoftware.openfire.session.LocalServerSession
-
- isUsingServerDialback() - Method in interface org.jivesoftware.openfire.session.ServerSession
-
Returns true if this outgoing session was established using server dialback.
- 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.
- isValidNonce(String) - Method in class org.jivesoftware.openfire.clearspace.ClearspaceManager
-
Returns true if the nonce was generated usig generateNonce
and if this is the first check for that nonce.
- isValidRSMRequest(Element) - Static method in class org.jivesoftware.openfire.resultsetmanager.ResultSet
-
Deprecated.
Checks if the Element that has been passed as an argument is a valid
Result Set Management element, in a request context.
- isVoiceOnly() - Method in class org.jivesoftware.openfire.muc.cluster.OccupantAddedEvent
-
- isVoiceOnly() - Method in interface org.jivesoftware.openfire.muc.MUCRole
-
Returns true if the room occupant does not want to get messages broadcasted to all
room occupants.
- isVoiceOnly() - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRole
-
- isVoiceOnly() - Method in class org.jivesoftware.openfire.muc.spi.RemoteMUCRole
-
- isWarnEnabled() - Static method in class org.jivesoftware.util.Log
-
Deprecated.
replaced by Logger.isWarnEnabled()
.
Functionality of this method is delegated there.
- isWildcard() - Method in class org.jivesoftware.openfire.component.ExternalComponentConfiguration
-
- isWriteOnly() - Method in class org.jivesoftware.openfire.clearspace.ClearspaceSecurityAuditProvider
-
The ClearspaceSecurityAuditProvider does not retrieve audit entries from Clearspace.
- 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.
- isXFFEnabled() - Method in class org.jivesoftware.openfire.http.HttpBindManager
-
- iterator() - Method in class org.jivesoftware.openfire.group.GroupCollection
-
- iterator() - Method in class org.jivesoftware.openfire.resultsetmanager.ResultSet
-
Deprecated.
- iterator() - Method in class org.jivesoftware.openfire.user.UserCollection
-
- iterator() - Method in class org.jivesoftware.util.ConcurrentHashSet
-
- iterator() - Method in class org.jivesoftware.util.Immutable.Collection
-
- S2S_CACHE_NAME - Static variable in class org.jivesoftware.openfire.spi.RoutingTableImpl
-
- sample() - Method in interface org.jivesoftware.openfire.stats.Statistic
-
Returns the current sample of data.
- 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.
- 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
-
- 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
-
- saveAffiliation(Node, NodeAffiliate, boolean) - Static method in class org.jivesoftware.openfire.pubsub.PubSubPersistenceManager
-
Update the DB with the new affiliation of the user in the node.
- 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.
- saveConversationLogEntry(ConversationLogEntry) - Static method in class org.jivesoftware.openfire.muc.spi.MUCPersistenceManager
-
Saves the conversation log entry to the database.
- saveProperties() - Method in class org.jivesoftware.admin.LdapUserProfile
-
Saves current configuration as XML/DB properties.
- savePublishedItem(PublishedItem) - Static method in class org.jivesoftware.openfire.pubsub.PubSubPersistenceManager
-
Creates and stores the published item in the database.
- saveStores() - Static method in class org.jivesoftware.openfire.net.SSLConfig
-
Save all key and trust stores.
- saveSubscription(Node, NodeSubscription, boolean) - Static method in class org.jivesoftware.openfire.pubsub.PubSubPersistenceManager
-
Updates the DB with the new subsription of the user to the node.
- saveToDB() - Method in interface org.jivesoftware.openfire.muc.MUCRoom
-
Saves the room configuration to the DB.
- saveToDB() - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRoom
-
- saveToDB(LocalMUCRoom) - Static method in class org.jivesoftware.openfire.muc.spi.MUCPersistenceManager
-
Save the room configuration to the DB.
- saveToDB() - Method in class org.jivesoftware.openfire.pubsub.Node
-
Saves the node configuration to the backend store.
- schedule(TimerTask, long) - Method in class org.jivesoftware.util.TaskEngine
-
Schedules the specified task for execution after the specified delay.
- schedule(TimerTask, Date) - Method in class org.jivesoftware.util.TaskEngine
-
Schedules the specified task for execution at the specified time.
- schedule(TimerTask, long, long) - Method in class org.jivesoftware.util.TaskEngine
-
Schedules the specified task for repeated fixed-delay execution,
beginning after the specified delay.
- schedule(TimerTask, Date, long) - Method in class org.jivesoftware.util.TaskEngine
-
Schedules the specified task for repeated fixed-delay execution,
beginning at the specified time.
- scheduleAtFixedRate(TimerTask, long, long) - Method in class org.jivesoftware.util.TaskEngine
-
Schedules the specified task for repeated fixed-rate execution,
beginning after the specified delay.
- scheduleAtFixedRate(TimerTask, Date, long) - Method in class org.jivesoftware.util.TaskEngine
-
Schedules the specified task for repeated fixed-rate execution,
beginning at the specified time.
- SchemaManager - Class in org.jivesoftware.database
-
Manages database schemas for Openfire and Openfire plugins.
- scrollResultSet(ResultSet, int) - Static method in class org.jivesoftware.database.DbConnectionManager
-
Scrolls forward in a result set the specified number of rows.
- search(String) - Method in class org.jivesoftware.openfire.crowd.CrowdGroupProvider
-
- search(String, int, int) - Method in class org.jivesoftware.openfire.crowd.CrowdGroupProvider
-
- search(String, 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, int, int) - Method in class org.jivesoftware.openfire.group.AbstractGroupProvider
-
Returns a collection of group search results.
- search(String, String) - Method in class org.jivesoftware.openfire.group.AbstractGroupProvider
-
- search(String) - Method in class org.jivesoftware.openfire.group.DefaultGroupProvider
-
- search(String, int, int) - Method in class org.jivesoftware.openfire.group.DefaultGroupProvider
-
- search(JID, Object) - Static method in class org.jivesoftware.openfire.group.Group
-
Search for a JID within a group.
- 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) - Method in class org.jivesoftware.openfire.group.GroupManager
-
Returns the groups that match the search.
- 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) - Method in interface org.jivesoftware.openfire.group.GroupProvider
-
Returns the group names that match a search.
- 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, 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(String) - Method in class org.jivesoftware.openfire.ldap.LdapGroupProvider
-
- search(String, int, int) - Method in class org.jivesoftware.openfire.ldap.LdapGroupProvider
-
- SEARCH_URL_PREFIX - Static variable in class org.jivesoftware.openfire.clearspace.ClearspaceUserProvider
-
- SECOND - Static variable in class org.jivesoftware.util.JiveConstants
-
- secret - Static variable in class org.jivesoftware.openfire.container.AdminConsolePlugin
-
Random secret used by JVM to allow SSO.
- 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.
- SELECTION_COLOR - Static variable in class org.jivesoftware.openfire.launcher.GraphicUtils
-
- send(Packet) - Method in interface org.jivesoftware.openfire.muc.MUCRole
-
Sends a packet to the user.
- send(Packet) - Method in interface org.jivesoftware.openfire.muc.MUCRoom
-
Sends a packet to the user.
- send(Packet) - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRole
-
- send(Packet) - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRoom
-
- send(Packet) - Method in class org.jivesoftware.openfire.muc.spi.RemoteMUCRole
-
- 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.
- sendAuthorizationRequest(JID) - Method in class org.jivesoftware.openfire.pubsub.NodeSubscription
-
Sends an request to authorize the pending subscription to the specified owner.
- sendAuthorizationRequest() - Method in class org.jivesoftware.openfire.pubsub.NodeSubscription
-
Sends an request to authorize the pending subscription to all owners.
- 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(LocalMUCRole, MUCRoomHistory) - Method in class org.jivesoftware.openfire.muc.HistoryRequest
-
Sends the smallest amount of traffic that meets any combination of the requested criteria.
- sendingInvitation(MUCRoom, JID, JID, String) - Method in class org.jivesoftware.openfire.clearspace.ClearspaceMUCEventDelegate
-
- 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.
- sendInvitation(JID, String, MUCRole, List<Element>) - Method in interface org.jivesoftware.openfire.muc.MUCRoom
-
Sends an invitation to a user.
- sendInvitation(JID, String, MUCRole, List<Element>) - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRoom
-
- sendInvitationRejection(JID, String, JID) - Method in interface org.jivesoftware.openfire.muc.MUCRoom
-
Sends the rejection to the inviter.
- sendInvitationRejection(JID, String, JID) - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRoom
-
- 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.
- sendLegacyError(AsyncContext, BoshBindingError, String) - Static method in class org.jivesoftware.openfire.http.HttpBindServlet
-
- sendLegacyError(AsyncContext, BoshBindingError) - Static method in class org.jivesoftware.openfire.http.HttpBindServlet
-
- sendMessage(MimeMessage) - Method in class org.jivesoftware.util.EmailService
-
Sends a JavaMail message.
- sendMessage(String, String, String, String, String, String, String) - Method in class org.jivesoftware.util.EmailService
-
Sends a message, specifying all of its fields.
- sendMessages(Collection<MimeMessage>) - Method in class org.jivesoftware.util.EmailService
-
Send a collection of messages.
- sendMessagesImmediately(Collection<MimeMessage>) - Method in class org.jivesoftware.util.EmailService
-
Sends a collection of email messages.
- sendNotification(Node, Message, JID) - Method in class org.jivesoftware.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() - Method in class org.jivesoftware.openfire.http.HttpSession
-
This methods sends any pending packets in the session.
- sendPrivatePacket(Packet, MUCRole) - Method in interface org.jivesoftware.openfire.muc.MUCRoom
-
Sends a private packet to a selected occupant.
- sendPrivatePacket(Packet, MUCRole) - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRoom
-
- sendPublicMessage(Message, MUCRole) - Method in interface org.jivesoftware.openfire.muc.MUCRoom
-
Sends a message to the all the occupants.
- sendPublicMessage(Message, MUCRole) - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRoom
-
- 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
-
- SeniorMemberServicesRequest - Class in org.jivesoftware.openfire.muc.cluster
-
Task to be requested by a node that joins a cluster and be executed in the senior cluster member to get
the services with rooms with occupants.
- SeniorMemberServicesRequest() - Constructor for class org.jivesoftware.openfire.muc.cluster.SeniorMemberServicesRequest
-
- 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
-
- 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.
- serialVersionUID - Static variable in exception org.jivesoftware.util.cache.CannotCalculateSizeException
-
- serverBroadcast(String) - Method in interface org.jivesoftware.openfire.muc.MUCRoom
-
Broadcast a given message to all members of this chat room.
- serverBroadcast(String) - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRoom
-
- ServerDialback - Class in org.jivesoftware.openfire.server
-
Implementation of the Server Dialback method as defined by the RFC3920.
- ServerDialback(Connection, String) - Constructor for class org.jivesoftware.openfire.server.ServerDialback
-
Creates a new instance that will be used for creating
IncomingServerSession
,
validating subsequent domains or authenticatig new domains.
- ServerDialback() - Constructor for class org.jivesoftware.openfire.server.ServerDialback
-
- 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
-
Server name for which we are attending clients.
- serverName - Variable in class org.jivesoftware.openfire.net.StanzaHandler
-
Server name for which we are attending clients.
- serverName - Variable in class org.jivesoftware.openfire.nio.ConnectionHandler
-
- ServerPort - Class in org.jivesoftware.openfire
-
Represents a port on which the server will listen for connections.
- ServerPort(int, String, String, boolean, String, ServerPort.Type) - Constructor for class org.jivesoftware.openfire.ServerPort
-
- ServerPort.Type - Enum in org.jivesoftware.openfire
-
- ServerSession - Interface in org.jivesoftware.openfire.session
-
- ServerSocketReader - Class in org.jivesoftware.openfire.net
-
A SocketReader specialized for server connections.
- ServerSocketReader(PacketRouter, RoutingTable, String, Socket, SocketConnection, boolean) - Constructor for class org.jivesoftware.openfire.net.ServerSocketReader
-
- ServerStanzaHandler - Class in org.jivesoftware.openfire.net
-
Handler of XML stanzas sent by remote servers.
- ServerStanzaHandler(PacketRouter, String, Connection) - Constructor for class org.jivesoftware.openfire.net.ServerStanzaHandler
-
- 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.
- ServerStarter - Class in org.jivesoftware.openfire.starter
-
Starts the core XMPP server.
- ServerStarter() - Constructor for class org.jivesoftware.openfire.starter.ServerStarter
-
- 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(String, KeyStore, Connection) - 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 - Variable in class org.jivesoftware.openfire.pubsub.Node
-
Reference to the publish and subscribe service.
- 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 class org.jivesoftware.openfire.clearspace.ClearspaceManager
-
- 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
-
- ServiceInfo - Class in org.jivesoftware.openfire.muc.cluster
-
Representation of a service configuration.
- ServiceInfo() - Constructor for class org.jivesoftware.openfire.muc.cluster.ServiceInfo
-
Do not use this constructor.
- ServiceInfo(MultiUserChatService) - Constructor for class org.jivesoftware.openfire.muc.cluster.ServiceInfo
-
- 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(Throwable) - Constructor for exception org.jivesoftware.openfire.muc.ServiceUnavailableException
-
- ServiceUnavailableException(String, 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
-
- session - Variable in class org.jivesoftware.openfire.net.SocketReader
-
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.net.VirtualConnection
-
- 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 - Variable in class org.jivesoftware.util.WebBean
-
- 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_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_DISCONNECT - Static variable in class org.jivesoftware.openfire.audit.SessionEvent
-
- SESSION_STREAM - Static variable in class org.jivesoftware.openfire.audit.SessionEvent
-
- 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.
- sessionClosed(IoSession) - Method in class org.jivesoftware.openfire.nio.ConnectionHandler
-
- 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
-
- 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.
- 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
-
- 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.EventType - Enum in org.jivesoftware.openfire.event
-
Represents valid event types.
- SessionEventListener - Interface in org.jivesoftware.openfire.event
-
Interface to listen for session events.
- sessionIdle(IoSession, IdleStatus) - Method in class org.jivesoftware.openfire.nio.ClientConnectionHandler
-
In addition to the functionality provided by the parent class, this
method will send XMPP ping requests to the remote entity on every first
invocation of this method (which will occur after a period of half the
allowed connection idle time has passed, without any IO).
- sessionIdle(IoSession, IdleStatus) - Method in class org.jivesoftware.openfire.nio.ConnectionHandler
-
- 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.
- 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(Throwable) - Constructor for exception org.jivesoftware.openfire.SessionNotFoundException
-
- SessionNotFoundException(String, Throwable) - Constructor for exception org.jivesoftware.openfire.SessionNotFoundException
-
- sessionOpened(IoSession) - Method in class org.jivesoftware.openfire.nio.ConnectionHandler
-
- 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
-
- 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.
- 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.clearspace.ClearspaceAdminProvider
-
The clearspace provider does not allow setting admin lists from this interface
- 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 interface org.jivesoftware.openfire.muc.MUCRole
-
Call this method to promote or demote a user's affiliation in a chatroom.
- setAffiliation(MUCRole.Affiliation) - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRole
-
- setAffiliation(MUCRole.Affiliation) - Method in class org.jivesoftware.openfire.muc.spi.RemoteMUCRole
-
- setAffiliation(NodeAffiliate.Affiliation) - Method in class org.jivesoftware.openfire.pubsub.NodeAffiliate
-
- setAllowAnonymous(boolean) - Method in class org.jivesoftware.openfire.handler.IQAuthHandler
-
- setAllowAnonymous(boolean) - Method in interface org.jivesoftware.openfire.handler.IQAuthInfo
-
Changes the server's support for anonymous authentication.
- setAllowedAnonymIPs(Map<String, 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.
- setAllowedIPs(Map<String, String>) - Static method in class org.jivesoftware.openfire.session.LocalClientSession
-
Sets the list of IP address that are allowed to connect to the server.
- 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.
- setAlternateBaseDN(String) - 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.
- 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.
- setAttribute(String, Object) - Method in class org.jivesoftware.util.log.util.CommonsLogFactory
-
- 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
-
- 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.
- setAvatarStoredInDB(Boolean) - Method in class org.jivesoftware.admin.LdapUserProfile
-
- setBaseDN(String) - 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.
- setBirthday(String) - Method in class org.jivesoftware.admin.LdapUserProfile
-
- setBlockSize(int, int) - Static method in class org.jivesoftware.database.SequenceManager
-
Used to set the blocksize of a given SequenceManager.
- setBody(String) - Method in class org.jivesoftware.admin.SubSidebarTag
-
Sets the body content of this tag.
- 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
-
- setCacheTypeProperty(String, String) - Static method in class org.jivesoftware.util.cache.CacheFactory
-
- setCanAnyoneDiscoverJID(boolean) - Method in interface org.jivesoftware.openfire.muc.MUCRoom
-
Sets if every presence packet will include the JID of every occupant.
- setCanAnyoneDiscoverJID(boolean) - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRoom
-
- setCanChangePassword(boolean) - Method in class org.jivesoftware.openfire.handler.IQRegisterHandler
-
- setCanOccupantsChangeSubject(boolean) - Method in interface org.jivesoftware.openfire.muc.MUCRoom
-
Sets if participants are allowed to change the room's subject.
- setCanOccupantsChangeSubject(boolean) - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRoom
-
- setCanOccupantsInvite(boolean) - Method in interface org.jivesoftware.openfire.muc.MUCRoom
-
Sets if occupants can invite other users to the room.
- setCanOccupantsInvite(boolean) - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRoom
-
- 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 interface org.jivesoftware.openfire.muc.MUCRoom
-
Sets if room occupants are allowed to change their nicknames in the room.
- setChangeNickname(boolean) - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRoom
-
- SetCharacterEncodingFilter - Class in org.jivesoftware.util
-
Sets the character encoding to UTF-8.
- SetCharacterEncodingFilter() - Constructor for class org.jivesoftware.util.SetCharacterEncodingFilter
-
- setCheckFrequency(int) - Method in class org.jivesoftware.openfire.update.UpdateManager
-
Sets the frequency to check for updates.
- setChildElement(Element) - Method in class org.jivesoftware.openfire.multiplex.Route
-
Sets the wrapped stanza by this Route packet.
- setClassesDir(File) - Method in class org.jivesoftware.openfire.container.PluginDevEnvironment
-
Sets the classes directory of a plugin used in development mode.
- setClientListenerPort(int) - Method in interface org.jivesoftware.openfire.ConnectionManager
-
Sets the port to use for unsecured clients.
- setClientListenerPort(int) - Method in class org.jivesoftware.openfire.spi.ConnectionManagerImpl
-
- setClientSSLListenerPort(int) - Method in interface org.jivesoftware.openfire.ConnectionManager
-
Sets the port to use for secured clients.
- setClientSSLListenerPort(int) - Method in class org.jivesoftware.openfire.spi.ConnectionManagerImpl
-
- 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.
- setComponentListenerPort(int) - Method in interface org.jivesoftware.openfire.ConnectionManager
-
Sets the port to use for external components.
- setComponentListenerPort(int) - Method in class org.jivesoftware.openfire.spi.ConnectionManagerImpl
-
- setCompressionPolicy(Connection.CompressionPolicy) - Method in interface org.jivesoftware.openfire.Connection
-
Sets whether compression is enabled or is disabled.
- setCompressionPolicy(Connection.CompressionPolicy) - Method in class org.jivesoftware.openfire.net.SocketConnection
-
Sets whether compression is enabled or is disabled.
- setCompressionPolicy(Connection.CompressionPolicy) - Method in class org.jivesoftware.openfire.net.VirtualConnection
-
- setCompressionPolicy(Connection.CompressionPolicy) - Method in class org.jivesoftware.openfire.nio.NIOConnection
-
- setCompressionPolicy(Connection.CompressionPolicy) - Static method in class org.jivesoftware.openfire.session.LocalClientSession
-
Sets whether compression is optional or is disabled for clients.
- setCompressionPolicy(Connection.CompressionPolicy) - Static method in class org.jivesoftware.openfire.session.LocalConnectionMultiplexerSession
-
Sets whether compression is optional or is disabled for clients.
- 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
-
- setConnectionManagerListenerPort(int) - Method in interface org.jivesoftware.openfire.ConnectionManager
-
Sets the port to use for connection managers.
- setConnectionManagerListenerPort(int) - Method in class org.jivesoftware.openfire.spi.ConnectionManagerImpl
-
- 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(double) - Method in class org.jivesoftware.database.DefaultConnectionProvider
-
Sets the amount of time between connection recycles in days.
- setConnectionURI(String) - Method in class org.jivesoftware.openfire.clearspace.ClearspaceManager
-
Sets the URI of the Clearspace service; e.g., https://localhost:80/clearspace.
- 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.
- setCORSAllowOrigin(String) - Method in class org.jivesoftware.openfire.http.HttpBindManager
-
- setCORSEnabled(Boolean) - Method in class org.jivesoftware.openfire.http.HttpBindManager
-
- setCreationDate(String, Date) - Method in class org.jivesoftware.openfire.clearspace.ClearspaceUserProvider
-
Updates the creationDate of the user using the userService/update service.
- setCreationDate(String, Date) - Method in class org.jivesoftware.openfire.crowd.CrowdUserProvider
-
- setCreationDate(String, Date) - Method in class org.jivesoftware.openfire.ldap.LdapUserProvider
-
- setCreationDate(Date) - Method in interface org.jivesoftware.openfire.muc.MUCRoom
-
Sets the date when the room was created.
- setCreationDate(Date) - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRoom
-
- setCreationDate(String, Date) - Method in class org.jivesoftware.openfire.user.DefaultUserProvider
-
- setCreationDate(String, Date) - Method in class org.jivesoftware.openfire.user.HybridUserProvider
-
- setCreationDate(String, Date) - Method in class org.jivesoftware.openfire.user.JDBCUserProvider
-
- setCreationDate(Date) - Method in class org.jivesoftware.openfire.user.User
-
- setCreationDate(String, Date) - Method in interface org.jivesoftware.openfire.user.UserProvider
-
Sets the date the user was created.
- setCredentialSupplier(HttpClientWithTimeoutFeedFetcher.CredentialSupplier) - Method in class org.jivesoftware.util.HttpClientWithTimeoutFeedFetcher
-
- 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.
- setData(String) - Method in class org.jivesoftware.openfire.audit.AuditEvent
-
Set the data associated with the event.
- 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
-
- setDefaultInactivityTimeout(int) - Method in class org.jivesoftware.openfire.http.HttpSession
-
Sets the default inactivity timeout of this session.
- 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.
- 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.
- 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 interface org.jivesoftware.openfire.forms.FormField
-
Deprecated.
Sets a description that provides extra clarification about the question.
- setDescription(String) - Method in class org.jivesoftware.openfire.forms.spi.XFormFieldImpl
-
Deprecated.
- setDescription(String, String) - Method in class org.jivesoftware.openfire.group.AbstractGroupProvider
-
- setDescription(String, String) - Method in class org.jivesoftware.openfire.group.DefaultGroupProvider
-
- setDescription(String) - Method in class org.jivesoftware.openfire.group.Group
-
Sets the description of the group.
- setDescription(String, String) - Method in interface org.jivesoftware.openfire.group.GroupProvider
-
Updates the group's description.
- setDescription(String) - Method in interface 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.LocalMUCRoom
-
- setDescription(String) - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
-
- 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.clearspace.ClearspaceLockOutProvider
-
The ClearspaceLockOutProvider will set lockouts in Clearspace itself.
- 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.
- 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.
- setDocumentLocator(Locator) - Method in class org.jivesoftware.util.XMLWriter
-
- 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.
- 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, String) - Method in class org.jivesoftware.openfire.clearspace.ClearspaceUserProvider
-
Updates the email of the user using the userService/update service.
- 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
-
- setEmail(String, String) - Method in class org.jivesoftware.openfire.user.JDBCUserProvider
-
- setEmail(String, String) - Method in class org.jivesoftware.openfire.user.POP3UserProvider
-
- setEmail(String) - Method in class org.jivesoftware.openfire.user.User
-
- 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 interface org.jivesoftware.openfire.muc.MUCRoom
-
Sets the date when the last occupant left the room.
- setEmptyDate(Date) - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRoom
-
- 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.
- 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.
- 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.
- setExtraParams(String) - Method in class org.jivesoftware.admin.AdminPageBean
-
Sets the string of extra parameters for the URLs.
- setFeedInfoCache(FeedFetcherCache) - Method in class org.jivesoftware.util.HttpClientWithTimeoutFeedFetcher
-
- 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
-
- setFlashClient(boolean) - Method in interface org.jivesoftware.openfire.Connection
-
Sets whether the connected client is a flash client.
- setFlashClient(boolean) - Method in class org.jivesoftware.openfire.net.SocketConnection
-
Sets whether the connected client is a flash client.
- setFlashClient(boolean) - Method in class org.jivesoftware.openfire.net.VirtualConnection
-
- setFlashClient(boolean) - Method in class org.jivesoftware.openfire.nio.NIOConnection
-
- 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
-
- 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
-
- setHeadercss(String) - Method in class org.jivesoftware.admin.SidebarTag
-
Sets the CSS value used for the sidebar header sections.
- setHold(int) - Method in class org.jivesoftware.openfire.http.HttpSession
-
Specifies the maximum number of requests the connection manager is allowed to keep waiting at
any one time during the session.
- setHomeCity(String) - Method in class org.jivesoftware.admin.LdapUserProfile
-
- setHomeCountry(String) - Method in class org.jivesoftware.admin.LdapUserProfile
-
- setHomeDirectory(String) - Static method in class org.jivesoftware.util.JiveGlobals
-
Sets the location of the home
directory.
- setHomeFax(String) - Method in class org.jivesoftware.admin.LdapUserProfile
-
- setHomeMobile(String) - Method in class org.jivesoftware.admin.LdapUserProfile
-
- setHomePager(String) - Method in class org.jivesoftware.admin.LdapUserProfile
-
- setHomePhone(String) - Method in class org.jivesoftware.admin.LdapUserProfile
-
- setHomeState(String) - Method in class org.jivesoftware.admin.LdapUserProfile
-
- setHomeStreet(String) - Method in class org.jivesoftware.admin.LdapUserProfile
-
- setHomeZip(String) - Method in class org.jivesoftware.admin.LdapUserProfile
-
- setHost(String) - Method in class org.jivesoftware.util.EmailService
-
Sets the SMTP host (e.g.
- setHostA(InetAddress) - Method in class org.jivesoftware.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
-
- setHosts(Collection<String>) - Method in class org.jivesoftware.openfire.ldap.LdapManager
-
Sets the list of LDAP servers host; e.g., localhost or
machine.example.com, etc.
- setHttpBindEnabled(boolean) - Method in class org.jivesoftware.openfire.http.HttpBindManager
-
- setHttpBindPorts(int, int) - Method in class org.jivesoftware.openfire.http.HttpBindManager
-
Set the ports on which the HTTP binding service will be running.
- setID(long) - Method in interface 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.muc.spi.LocalMUCRoom
-
- setID(long) - Method in class org.jivesoftware.openfire.roster.RosterItem
-
Sets the roster ID associated with this particular roster item.
- 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
-
Sets the number of milliseconds a connection has to be idle to be closed.
- 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(int) - Method in class org.jivesoftware.openfire.http.HttpSession
-
Sets the time, in seconds, after which this session will be considered inactive and be be
terminated.
- setInbandRegEnabled(boolean) - Method in class org.jivesoftware.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.
- 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
-
- 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
-
- setInstructions(List) - Method in interface org.jivesoftware.openfire.forms.DataForm
-
Deprecated.
Sets the list of instructions that explain how to fill out the form and what the form is
about.
- setInstructions(List) - Method in class org.jivesoftware.openfire.forms.spi.XDataFormImpl
-
Deprecated.
- setIsEnclosingDNs(boolean) - Method in class org.jivesoftware.openfire.ldap.LdapManager
-
- 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.
- setKickIdleUsersTimeout(int) - Method in interface org.jivesoftware.openfire.muc.MultiUserChatService
-
Sets the time to elapse between clearing of idle chat users.
- setKickIdleUsersTimeout(int) - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
-
- setLabel(String) - Method in class org.jivesoftware.openfire.commands.AdHocCommand
-
- setLabel(String) - Method in interface org.jivesoftware.openfire.forms.FormField
-
Deprecated.
Sets the label of the question which should give enough information to the user to
fill out the form.
- setLabel(String) - Method in class org.jivesoftware.openfire.forms.spi.XFormFieldImpl
-
Deprecated.
- setLanaguage(String) - Method in interface org.jivesoftware.openfire.Connection
-
Sets the language code that should be used for this connection (e.g.
- setLanaguage(String) - Method in class org.jivesoftware.openfire.net.SocketConnection
-
Sets the language code that should be used for this connection (e.g.
- setLanaguage(String) - Method in class org.jivesoftware.openfire.net.VirtualConnection
-
- setLanaguage(String) - Method in class org.jivesoftware.openfire.nio.NIOConnection
-
- setLanguage(String) - Method in class org.jivesoftware.openfire.http.HttpSession
-
Sets the language this session is using.
- 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.
- 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
-
- setLogConversationBatchSize(int) - Method in interface org.jivesoftware.openfire.muc.MultiUserChatService
-
Sets the number of messages to save to the database on each run of the logging process.
- setLogConversationBatchSize(int) - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
-
- setLogConversationsTimeout(int) - Method in interface org.jivesoftware.openfire.muc.MultiUserChatService
-
Sets the time to elapse between logging the room conversations.
- setLogConversationsTimeout(int) - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
-
- 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 interface org.jivesoftware.openfire.muc.MUCRoom
-
Sets if the room's conversation is being logged.
- setLogEnabled(boolean) - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRoom
-
- setLoginRestrictedToNickname(boolean) - Method in interface org.jivesoftware.openfire.muc.MUCRoom
-
Sets if registered users can only join the room using their registered nickname.
- setLoginRestrictedToNickname(boolean) - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRoom
-
- setLogTimeout(int) - Method in interface org.jivesoftware.openfire.audit.AuditManager
-
Sets the time in milliseconds between successive executions of the task that will save
the queued audited packets to a permanent store.
- setLogTimeout(int) - Method in class org.jivesoftware.openfire.audit.spi.AuditManagerImpl
-
- setLogTimeout(int) - Method in class org.jivesoftware.openfire.audit.spi.AuditorImpl
-
- setMajorVersion(int) - Method in class org.jivesoftware.openfire.http.HttpSession
-
Sets the major version of BOSH which the client implements.
- setMaxCacheSize(int) - Method in interface org.jivesoftware.util.cache.Cache
-
Sets the maximum size of the cache in bytes.
- setMaxCacheSize(int) - Method in class org.jivesoftware.util.cache.CacheWrapper
-
- setMaxCacheSize(int) - Method in class org.jivesoftware.util.cache.DefaultCache
-
Sets the maximum size of the cache.
- setMaxConnections(int) - Method in class org.jivesoftware.database.DefaultConnectionProvider
-
Sets the maximum number of connections that the pool will use.
- setMaxDays(int) - Method in interface org.jivesoftware.openfire.audit.AuditManager
-
Set the the maximum number of days to keep audit information.
- setMaxDays(int) - Method in class org.jivesoftware.openfire.audit.spi.AuditManagerImpl
-
- 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.DefaultCache
-
Sets the maximum number of milleseconds that any object can live
in cache.
- 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.
- setMaxPause(int) - Method in class org.jivesoftware.openfire.http.HttpSession
-
Sets the maximum length of a temporary session pause (in seconds) that the client MAY
request.
- setMaxPayloadSize(int) - Method in class org.jivesoftware.openfire.pubsub.DefaultNodeConfiguration
-
Sets the maximum payload size in bytes.
- setMaxPollingInterval(int) - Method in class org.jivesoftware.openfire.http.HttpSession
-
Sets the max interval within which a client can send polling requests.
- 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.
- setMaxRequests(int) - Method in class org.jivesoftware.openfire.http.HttpSession
-
The max number of requests it is permissible for this session to have open at any one time.
- setMaxRows(Statement, int) - Static method in class org.jivesoftware.database.DbConnectionManager
-
Sets the max number of rows that should be returned from executing a
statement.
- 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 interface org.jivesoftware.openfire.muc.MUCRoom
-
Sets the maximum number of occupants that can be simultaneously in the room.
- setMaxUsers(int) - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRoom
-
- setMaxValues(int, int, int) - Method in class org.jivesoftware.openfire.audit.spi.AuditorImpl
-
- setMembersOnly(boolean) - Method in interface org.jivesoftware.openfire.muc.MUCRoom
-
Sets if the room requires an invitation to enter.
- setMembersOnly(boolean) - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRoom
-
- setMessageCarbonsEnabled(boolean) - Method in interface org.jivesoftware.openfire.session.ClientSession
-
- setMessageCarbonsEnabled(boolean) - Method in class org.jivesoftware.openfire.session.LocalClientSession
-
- 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.
- setMinorVersion(int) - Method in class org.jivesoftware.openfire.http.HttpSession
-
Sets the minor version of BOSH which the client implements.
- 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.
- setModerated(boolean) - Method in interface org.jivesoftware.openfire.muc.MUCRoom
-
Sets if the room in which only those with "voice" may send messages to all occupants.
- setModerated(boolean) - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRoom
-
- setModificationDate(String, Date) - Method in class org.jivesoftware.openfire.clearspace.ClearspaceUserProvider
-
Updates the modificationDate of the user using the userService/update service.
- setModificationDate(String, Date) - Method in class org.jivesoftware.openfire.crowd.CrowdUserProvider
-
- setModificationDate(String, Date) - Method in class org.jivesoftware.openfire.ldap.LdapUserProvider
-
- setModificationDate(Date) - Method in interface org.jivesoftware.openfire.muc.MUCRoom
-
Sets the last date when the room's configuration was modified.
- setModificationDate(Date) - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRoom
-
- setModificationDate(String, Date) - Method in class org.jivesoftware.openfire.user.DefaultUserProvider
-
- setModificationDate(String, Date) - Method in class org.jivesoftware.openfire.user.HybridUserProvider
-
- setModificationDate(String, Date) - Method in class org.jivesoftware.openfire.user.JDBCUserProvider
-
- setModificationDate(Date) - Method in class org.jivesoftware.openfire.user.User
-
- setModificationDate(String, Date) - Method in interface org.jivesoftware.openfire.user.UserProvider
-
Sets the date the user was last modified.
- setMsgID(long) - Method in class org.jivesoftware.openfire.security.SecurityAuditEvent
-
Sets the unique ID of this event.
- setMUCDelegate(MUCEventDelegate) - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
-
Sets the MUC event delegate handler for this service.
- setMUCService(MultiUserChatService) - Method in interface org.jivesoftware.openfire.muc.MUCRoom
-
Sets the multi user chat service the room is attached to.
- setMUCService(MultiUserChatService) - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRoom
-
- 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, String) - Method in class org.jivesoftware.openfire.clearspace.ClearspaceUserProvider
-
Updates the name of the user using the userService/update service.
- setName(String, String) - Method in class org.jivesoftware.openfire.crowd.CrowdUserProvider
-
- setName(String) - Method in class org.jivesoftware.openfire.forms.spi.XDataFormImpl
-
Deprecated.
- setName(String) - Method in class org.jivesoftware.openfire.forms.spi.XFormFieldImpl
-
Deprecated.
- setName(String, String) - Method in class org.jivesoftware.openfire.group.AbstractGroupProvider
-
- setName(String, String) - Method in class org.jivesoftware.openfire.group.DefaultGroupProvider
-
- setName(String) - Method in class org.jivesoftware.openfire.group.Group
-
Sets the name of the group.
- 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) - 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.spi.XMPPServerInfoImpl
-
Deprecated.
- setName(String, String) - Method in class org.jivesoftware.openfire.user.DefaultUserProvider
-
- setName(String, String) - Method in class org.jivesoftware.openfire.user.HybridUserProvider
-
- setName(String, String) - Method in class org.jivesoftware.openfire.user.JDBCUserProvider
-
- setName(String) - Method in class org.jivesoftware.openfire.user.User
-
- setName(String, String) - Method in interface org.jivesoftware.openfire.user.UserProvider
-
Sets the user's name.
- setName(String) - Method in interface org.jivesoftware.openfire.XMPPServerInfo
-
- 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.DefaultCache
-
Sets the name of this cache.
- setNameField(String) - Method in class org.jivesoftware.openfire.ldap.LdapManager
-
Sets the LDAP field name that the user's name is stored in.
- setNamespace(String) - Method in class org.jivesoftware.openfire.forms.spi.XDataFormImpl
-
Deprecated.
- setNamespace(String) - Method in class org.jivesoftware.openfire.forms.spi.XFormFieldImpl
-
Deprecated.
- setNameVisible(boolean) - Method in class org.jivesoftware.openfire.user.User
-
Sets if name is visible to everyone or not.
- setNaturalLanguageName(String) - Method in interface org.jivesoftware.openfire.muc.MUCRoom
-
Sets the natural language name of the room.
- setNaturalLanguageName(String) - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRoom
-
- setNickname(String) - Method in class org.jivesoftware.admin.LdapUserProfile
-
- 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.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.
- setNumResults(int) - Method in class org.jivesoftware.openfire.SessionResultFilter
-
Sets the limit on the number of results to be returned.
- 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.
- setOriginator(boolean) - Method in class org.jivesoftware.openfire.muc.cluster.MUCRoomTask
-
- 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, 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.NativeAuthProvider
-
- setPassword(String, String) - Method in class org.jivesoftware.openfire.auth.POP3AuthProvider
-
- setPassword(String, String) - Method in class org.jivesoftware.openfire.clearspace.ClearspaceAuthProvider
-
This method is not supported.
- setPassword(String, String) - Method in class org.jivesoftware.openfire.crowd.CrowdAuthProvider
-
- setPassword(String, String) - Method in class org.jivesoftware.openfire.ldap.LdapAuthProvider
-
- setPassword(String) - Method in interface 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.muc.spi.LocalMUCRoom
-
- 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.
- setPermission(RemoteServerConfiguration.Permission) - Method in class org.jivesoftware.openfire.server.RemoteServerConfiguration
-
- 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(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(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.
- 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.
- setPersistent(boolean) - Method in interface org.jivesoftware.openfire.muc.MUCRoom
-
Sets if the room is not destroyed if the last occupant exits.
- setPersistent(boolean) - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRoom
-
- 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
-
- 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.util.EmailService
-
Sets the port number that will be used when connecting to the SMTP
server.
- 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 interface org.jivesoftware.openfire.muc.MUCRole
-
Set the current presence status of a user in a chatroom.
- setPresence(Presence) - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRole
-
- setPresence(Presence) - Method in class org.jivesoftware.openfire.muc.spi.RemoteMUCRole
-
- 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
- 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(String, Map<String, String>) - Static method in class org.jivesoftware.openfire.muc.spi.MUCPersistenceManager
-
Sets multiple Jive properties at once.
- setProperties(Object, Map<String, String>) - Static method in class org.jivesoftware.util.BeanUtils
-
Sets the properties of a Java Bean based on the String name/value pairs in
the specifieed Map.
- setProperties(Object, HttpServletRequest) - Static method in class org.jivesoftware.util.BeanUtils
-
Sets the properties of a Java Bean based on the request's properties.
- setProperties(Element, String, String[]) - Static method in class org.jivesoftware.util.ElementUtil
-
Sets a property to an array of values.
- setProperties(Map<String, String>) - Static method in class org.jivesoftware.util.JiveGlobals
-
Sets multiple Jive properties at once.
- setProperties(String, List<String>) - Method in class org.jivesoftware.util.XMLProperties
-
Sets a property to an array of values.
- setProperties(Map<String, String>) - Method in class org.jivesoftware.util.XMLProperties
-
- setProperty(String, String) - Method in class org.jivesoftware.openfire.component.InternalComponentManager
-
- setProperty(String, String, String) - Static method in class org.jivesoftware.openfire.muc.spi.MUCPersistenceManager
-
Sets a Jive property.
- setProperty(Element, String, String) - Static method in class org.jivesoftware.util.ElementUtil
-
Sets the value of the specified property.
- setProperty(String, String) - Static method in class org.jivesoftware.util.JiveGlobals
-
Sets a Jive property.
- setProperty(String, String) - Method in class org.jivesoftware.util.XMLProperties
-
Sets the value of the specified property.
- setProperty(String, Object) - Method in class org.jivesoftware.util.XMLWriter
-
- 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.
- 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 interface org.jivesoftware.openfire.muc.MUCRoom
-
Sets if the room is searchable and visible through service discovery.
- setPublicRoom(boolean) - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRoom
-
- 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.
- setQuota(int) - Method in class org.jivesoftware.openfire.OfflineMessageStrategy
-
- setRange(int) - Method in class org.jivesoftware.util.WebManager
-
- 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.
- setRefreshValue(String, int) - Method in class org.jivesoftware.util.WebManager
-
Sets the number of seconds between each page refresh for the specified page for the
current logged user.
- setRegistrationEnabled(boolean) - Method in interface org.jivesoftware.openfire.muc.MUCRoom
-
Sets if users are allowed to register with the room.
- setRegistrationEnabled(boolean) - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRoom
-
- 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 deliverying 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.
- setRequired(boolean) - Method in interface org.jivesoftware.openfire.forms.FormField
-
Deprecated.
Sets if the question must be answered in order to complete the questionnaire.
- setRequired(boolean) - Method in class org.jivesoftware.openfire.forms.spi.XFormFieldImpl
-
Deprecated.
- setResolveEntityRefs(boolean) - Method in class org.jivesoftware.util.XMLWriter
-
- setRole(MUCRole.Role) - Method in interface org.jivesoftware.openfire.muc.MUCRole
-
Call this method to promote or demote a user's role in a chatroom.
- setRole(MUCRole.Role) - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRole
-
- setRole(MUCRole.Role) - Method in class org.jivesoftware.openfire.muc.spi.RemoteMUCRole
-
- setRolesToBroadcastPresence(List<String>) - Method in interface org.jivesoftware.openfire.muc.MUCRoom
-
Sets the list of roles of which presence will be broadcasted to the rest of the occupants.
- setRolesToBroadcastPresence(List<String>) - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRoom
-
- setRoomCreationRestricted(boolean) - Method in interface org.jivesoftware.openfire.muc.MultiUserChatService
-
Sets if anyone can create rooms or if only the returned JIDs in
getUsersAllowedToCreate
are allowed to create rooms.
- setRoomCreationRestricted(boolean) - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
-
- setRowsPerPage(String, int) - Method in class org.jivesoftware.util.WebManager
-
Sets the new number of rows per page for the specified page for the current logged user.
- setSavedToDB(boolean) - Method in interface org.jivesoftware.openfire.muc.MUCRoom
-
Sets if the room has already been made persistent.
- setSavedToDB(boolean) - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRoom
-
- 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.
- setSecure(boolean) - Method in class org.jivesoftware.openfire.http.HttpSession
-
Sets whether the initial request on the session was secure.
- 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.
- setSendPresence(boolean) - Method in class org.jivesoftware.openfire.muc.cluster.OccupantAddedEvent
-
Sets if the room should broadcast presence of the new occupant to occupants
hosted by this cluster node.
- setServerListenerPort(int) - Method in interface org.jivesoftware.openfire.ConnectionManager
-
Sets the port to use for remote servers.
- setServerListenerPort(int) - Method in class org.jivesoftware.openfire.spi.ConnectionManagerImpl
-
- 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
-
- 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
-
- setSession(Session) - Method in class org.jivesoftware.openfire.audit.AuditEvent
-
Set the session associated with the event.
- setSession(OutgoingServerSession) - Method in class org.jivesoftware.openfire.server.OutgoingServerSocketReader
-
Sets the OutgoingServerSession for which this reader is working for.
- setSessionData(String, Object) - Method in class org.jivesoftware.openfire.session.LocalSession
-
Saves given session data.
- 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
-
- setSharedSecret(String) - Method in class org.jivesoftware.openfire.clearspace.ClearspaceManager
-
Sets the shared secret for the Clearspace service we're connecting to.
- setSharedSecretAllowed(boolean) - Static method in class org.jivesoftware.openfire.net.SASLAuthentication
-
Sets whether shared secret authentication is enabled.
- 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
-
- setSortField(int) - Method in class org.jivesoftware.openfire.SessionResultFilter
-
Sets the sort field to use.
- 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.
- 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
-
- setStart(int) - Method in class org.jivesoftware.util.WebManager
-
- 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(int) - Method in class org.jivesoftware.openfire.session.LocalSession
-
Set the new status of this session.
- setStrategy(ExternalizableUtilStrategy) - Method in class org.jivesoftware.util.cache.ExternalizableUtil
-
Sets the implementation to use for serializing and deserializing
objects.
- setSubject(String) - Method in interface org.jivesoftware.openfire.muc.MUCRoom
-
Sets the last subject that some occupant set to the room.
- setSubject(String) - Method in class org.jivesoftware.openfire.muc.spi.LocalMUCRoom
-
- 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.
- 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.
- 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.
- setTitle(String) - Method in interface org.jivesoftware.openfire.forms.DataForm
-
Deprecated.
Sets the description of the data.
- setTitle(String) - Method in class org.jivesoftware.openfire.forms.spi.XDataFormImpl
-
Deprecated.
- setTlsPolicy(Connection.TLSPolicy) - Method in interface org.jivesoftware.openfire.Connection
-
Sets whether TLS is mandatory, optional or is disabled.
- setTlsPolicy(Connection.TLSPolicy) - Method in class org.jivesoftware.openfire.net.SocketConnection
-
Sets whether TLS is mandatory, optional or is disabled.
- setTlsPolicy(Connection.TLSPolicy) - Method in class org.jivesoftware.openfire.net.VirtualConnection
-
- setTlsPolicy(Connection.TLSPolicy) - Method in class org.jivesoftware.openfire.nio.NIOConnection
-
- setTLSPolicy(Connection.TLSPolicy) - Static method in class org.jivesoftware.openfire.session.LocalClientSession
-
Sets whether TLS is mandatory, optional or is disabled for clients.
- setTLSPolicy(Connection.TLSPolicy) - Static method in class org.jivesoftware.openfire.session.LocalConnectionMultiplexerSession
-
Sets whether TLS is mandatory, optional or is disabled for clients.
- setTlsResponse(StartTlsResponse) - Method in class org.jivesoftware.util.JiveInitialLdapContext
-
- 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
-
- setType(String) - Method in interface org.jivesoftware.openfire.forms.FormField
-
Deprecated.
Sets an indicative of the format for the data to answer.
- setType(String) - Method in class org.jivesoftware.openfire.forms.spi.XFormFieldImpl
-
Deprecated.
- 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
-
- setType(String) - Method in interface org.jivesoftware.openfire.session.ComponentSession.ExternalComponent
-
- setType(String) - Method in class org.jivesoftware.openfire.session.LocalComponentSession.LocalExternalComponent
-
- setTypeFromString(String) - Method in class org.jivesoftware.openfire.muc.HistoryStrategy
-
Obtain the strategy type from string name.
- 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
-
- setUserIdleTime(int) - Method in interface org.jivesoftware.openfire.muc.MultiUserChatService
-
Sets the number of milliseconds a user must be idle before he/she gets kicked from all
the rooms.
- setUserIdleTime(int) - Method in class org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl
-
- 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
-
- setUsingSelfSignedCertificate(boolean) - Method in class org.jivesoftware.openfire.net.VirtualConnection
-
- setUsingSelfSignedCertificate(boolean) - Method in class org.jivesoftware.openfire.nio.NIOConnection
-
- 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.
- setWait(int) - 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.
- setWebRoot(File) - Method in class org.jivesoftware.openfire.container.PluginDevEnvironment
-
Set the document root of a plugin.
- setWrappedCache(Cache<K, V>) - Method in class org.jivesoftware.util.cache.CacheWrapper
-
- setWriter(Writer) - Method in class org.jivesoftware.util.XMLWriter
-
- setXFFEnabled(boolean) - Method in class org.jivesoftware.openfire.http.HttpBindManager
-
- setXFFHeader(String) - Method in class org.jivesoftware.openfire.http.HttpBindManager
-
- setXFFHostHeader(String) - Method in class org.jivesoftware.openfire.http.HttpBindManager
-
- setXFFHostName(String) - Method in class org.jivesoftware.openfire.http.HttpBindManager
-
- setXFFServerHeader(String) - Method in class org.jivesoftware.openfire.http.HttpBindManager
-
- 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.
- setXMPPDomain(String) - Method in class org.jivesoftware.openfire.spi.XMPPServerInfoImpl
-
- setXMPPDomain(String) - Method in interface org.jivesoftware.openfire.XMPPServerInfo
-
Set the server XMPP domain name.
- 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.SocketConnection
-
Sets the XMPP version information.
- setXMPPVersion(int, int) - Method in class org.jivesoftware.openfire.net.VirtualConnection
-
- setXMPPVersion(int, int) - Method in class org.jivesoftware.openfire.nio.NIOConnection
-
- 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
-
- sharedGroups - Variable in class org.jivesoftware.openfire.roster.RosterItem
-
- 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.clearspace.ClearspaceLockOutProvider
-
Clearspace needs to always be queried for disabled status.
- 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.clearspace.ClearspaceMUCEventDelegate
-
- 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() - 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.ServerSocketReader
-
- shutdown() - Method in class org.jivesoftware.openfire.net.SocketAcceptThread
-
Unblock the thread and force it to terminate.
- shutdown() - Method in class org.jivesoftware.openfire.net.SocketReader
-
Notification message indicating that the SocketReader is shutting down.
- shutdown() - Method in class org.jivesoftware.openfire.net.SocketSendingTracker
-
Indicates that the checking thread should be stoped.
- shutdown(PubSubService) - Method in class org.jivesoftware.openfire.pubsub.PubSubEngine
-
- shutdown() - Static method in class org.jivesoftware.openfire.pubsub.PubSubPersistenceManager
-
- 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.
- SidebarTag - Class in org.jivesoftware.admin
-
A simple JSP tag for displaying sidebar information in the admin console.
- SidebarTag() - Constructor for class org.jivesoftware.admin.SidebarTag
-
- SimpleSSLSocketFactory - Class in org.jivesoftware.util
-
SSLSocketFactory that accepts any certificate chain and also accepts expired
certificates.
- SimpleSSLSocketFactory() - Constructor for class org.jivesoftware.util.SimpleSSLSocketFactory
-
- size() - Method in class org.jivesoftware.openfire.group.GroupCollection
-
- size() - Method in class org.jivesoftware.openfire.muc.spi.MUCServiceProperties
-
- size() - Method in class org.jivesoftware.openfire.resultsetmanager.ResultSetImpl
-
Deprecated.
- 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.DefaultCache
-
- size() - Method in class org.jivesoftware.util.ConcurrentHashSet
-
- size() - Method in class org.jivesoftware.util.Immutable.Collection
-
- 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.
- 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_READ_TIMEOUT - Static variable in class org.jivesoftware.openfire.session.ConnectionSettings.Server
-
- socketA - Variable in class org.jivesoftware.openfire.mediaproxy.MediaProxySession
-
- SocketAcceptThread - Class in org.jivesoftware.openfire.net
-
Implements a network front end with a dedicated thread reading
each incoming socket.
- SocketAcceptThread(ConnectionManager, ServerPort) - Constructor for class org.jivesoftware.openfire.net.SocketAcceptThread
-
- 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
-
An object to track the state of a XMPP client-server session.
- SocketConnection(PacketDeliverer, Socket, boolean) - Constructor for class org.jivesoftware.openfire.net.SocketConnection
-
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
-
A SocketReader creates the appropriate
Session
based on the defined namespace in the
stream element and will then keep reading and routing the received packets.
- SocketReader(PacketRouter, RoutingTable, String, Socket, SocketConnection, boolean) - Constructor for class org.jivesoftware.openfire.net.SocketReader
-
Creates a dedicated reader for a socket.
- SocketSendingTracker - Class in org.jivesoftware.openfire.net
-
A SocketSendingTracker keeps track of all the sockets that are currently sending data and
checks the health of the sockets to detect hanged connections.
- SORT_CREATION_DATE - Static variable in class org.jivesoftware.openfire.SessionResultFilter
-
- SORT_LAST_ACTIVITY_DATE - Static variable in class org.jivesoftware.openfire.SessionResultFilter
-
- 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_USER - Static variable in class org.jivesoftware.openfire.SessionResultFilter
-
- SORT_USERNAME - Static variable in interface org.jivesoftware.openfire.PresenceManager
-
Sort by username.
- SSLConfig - Class in org.jivesoftware.openfire.net
-
Configuration of Openfire's SSL settings.
- SSLJiveKeyManager - Class in org.jivesoftware.openfire.net
-
A skeleton placeholder for developers wishing to implement their own custom
key manager.
- SSLJiveKeyManager() - Constructor for class org.jivesoftware.openfire.net.SSLJiveKeyManager
-
- SSLJiveKeyManagerFactory - Class in org.jivesoftware.openfire.net
-
A custom KeyManagerFactory that creates a key manager list using the
default key manager or a standard keystore as specified in openfire.xml.
- SSLJiveKeyManagerFactory() - Constructor for class org.jivesoftware.openfire.net.SSLJiveKeyManagerFactory
-
- SSLJiveTrustManager - Class in org.jivesoftware.openfire.net
-
Trust manager which accepts certificates without any validation
except date validation.
- SSLJiveTrustManager() - Constructor for class org.jivesoftware.openfire.net.SSLJiveTrustManager
-
- SSLJiveTrustManagerFactory - Class in org.jivesoftware.openfire.net
-
A custom TrustManagerFactory that creates a trust manager list using the
default trust manager or a standard keystore as specified in openfire.xml.
- SSLJiveTrustManagerFactory() - Constructor for class org.jivesoftware.openfire.net.SSLJiveTrustManagerFactory
-
- SSLProtocolSocketFactory - Class in org.jivesoftware.openfire.clearspace
-
Implementation of SecureProtocolSocketFactory that will use a custom trust manager for
certification validation.
- SSLProtocolSocketFactory(ClearspaceManager) - Constructor for class org.jivesoftware.openfire.clearspace.SSLProtocolSocketFactory
-
Constructor for EasySSLProtocolSocketFactory.
- StalledSessionsFilter - Class in org.jivesoftware.openfire.net
-
MINA filter that will close sessions that are failing to read outgoing traffic
and whose outgoing queue is around 5MB.
- StalledSessionsFilter() - Constructor for class org.jivesoftware.openfire.net.StalledSessionsFilter
-
- StanzaHandler - Class in org.jivesoftware.openfire.net
-
A StanzaHandler is the main responsible for handling incoming stanzas.
- StanzaHandler(PacketRouter, String, Connection) - Constructor for class org.jivesoftware.openfire.net.StanzaHandler
-
Creates a dedicated reader for a socket.
- start() - Method in interface org.jivesoftware.database.ConnectionProvider
-
Starts the connection provider.
- start() - Method in class org.jivesoftware.database.DefaultConnectionProvider
-
- start() - Method in class org.jivesoftware.database.EmbeddedConnectionProvider
-
- start() - Method in class org.jivesoftware.database.JNDIDataSourceProvider
-
- start() - Method in class org.jivesoftware.openfire.Channel
-
Starts the channel, which means that worker threads will start processing messages
from the queue.
- start() - Method in class org.jivesoftware.openfire.clearspace.ClearspaceManager
-
- start() - Method in class org.jivesoftware.openfire.clearspace.ClearspaceMUCTranscriptManager
-
- 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.disco.IQDiscoItemsHandler
-
- start() - Method in class org.jivesoftware.openfire.filetransfer.proxy.FileTransferProxy
-
- start() - Method in class org.jivesoftware.openfire.FlashCrossDomainHandler
-
- 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.launcher.SwingWorker
-
Start the worker thread.
- 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.SocketSendingTracker
-
Start up the daemon thread that will check for the health of the sockets that are
currently sending data.
- start() - Method in class org.jivesoftware.openfire.OfflineMessageStore
-
- start() - Method in class org.jivesoftware.openfire.pep.IQPEPHandler
-
- start(PEPService) - Method in class org.jivesoftware.openfire.pep.PEPServiceManager
-
- start() - Method in class org.jivesoftware.openfire.pep.PEPServiceManager
-
- start() - Method in class org.jivesoftware.openfire.PrivateStorage
-
- start(PubSubService) - Method in class org.jivesoftware.openfire.pubsub.PubSubEngine
-
- 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.SessionManager
-
- start() - Method in class org.jivesoftware.openfire.spi.ConnectionManagerImpl
-
- 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
-
- 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
-
- startCompression() - Method in class org.jivesoftware.openfire.net.VirtualConnection
-
- startCompression() - Method in class org.jivesoftware.openfire.nio.NIOConnection
-
- startDocument() - Method in class org.jivesoftware.util.XMLWriter
-
- startDTD(String, String, String) - Method in class org.jivesoftware.util.XMLWriter
-
- startElement(String, String, String, Attributes) - Method in class org.jivesoftware.util.XMLWriter
-
- startEntity(String) - Method in class org.jivesoftware.util.XMLWriter
-
- startPrefixMapping(String, String) - Method in class org.jivesoftware.util.XMLWriter
-
- startTLS(boolean, String, Connection.ClientAuth) - Method in interface org.jivesoftware.openfire.Connection
-
Secures the plain connection by negotiating TLS with the other peer.
- startTLS(boolean, String, Connection.ClientAuth) - Method in class org.jivesoftware.openfire.net.SocketConnection
-
- startTLS(boolean, String, Connection.ClientAuth) - Method in class org.jivesoftware.openfire.net.VirtualConnection
-
- startTLS(boolean, String, Connection.ClientAuth) - Method in class org.jivesoftware.openfire.nio.NIOConnection
-
- 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
- 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.session.LocalSession
-
The current session status.
- STATUS_AUTHENTICATED - Static variable in interface org.jivesoftware.openfire.session.Session
-
- STATUS_CLOSED - Static variable in interface org.jivesoftware.openfire.session.Session
-
- STATUS_CONNECTED - Static variable in interface org.jivesoftware.openfire.session.Session
-
- 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.clearspace.ClearspaceManager
-
- stop() - Method in class org.jivesoftware.openfire.clearspace.ClearspaceMUCTranscriptManager
-
- 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.filetransfer.proxy.FileTransferProxy
-
- stop() - Method in class org.jivesoftware.openfire.FlashCrossDomainHandler
-
- 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.net.MulticastDNSService
-
- 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.PrivateStorage
-
- 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.SessionManager
-
- stop() - Method in class org.jivesoftware.openfire.spi.ConnectionManagerImpl
-
- 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
-
- storeOffline(Message) - Method in class org.jivesoftware.openfire.OfflineMessageStrategy
-
- 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.
- 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.
- 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.
- 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
-
- 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
-
- 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
-
- SubscriptionTask() - Constructor for class org.jivesoftware.openfire.pubsub.cluster.SubscriptionTask
-
- 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
-
- 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.NativeAuthProvider
-
- supportsPasswordRetrieval() - Method in class org.jivesoftware.openfire.auth.POP3AuthProvider
-
- supportsPasswordRetrieval() - Method in class org.jivesoftware.openfire.clearspace.ClearspaceAuthProvider
-
This method is not supported.
- supportsPasswordRetrieval() - Method in class org.jivesoftware.openfire.crowd.CrowdAuthProvider
-
- supportsPasswordRetrieval() - Method in class org.jivesoftware.openfire.ldap.LdapAuthProvider
-
- suspendEncoding() - Method in class org.jivesoftware.util.Base64.OutputStream
-
Suspends encoding of the stream.
- SwingWorker - Class in org.jivesoftware.openfire.launcher
-
Modified SwingWorker that actually works.
- SwingWorker() - Constructor for class org.jivesoftware.openfire.launcher.SwingWorker
-
Start a thread that will call the construct
method
and then exit.
- SYSTEM - Static variable in class org.jivesoftware.util.JiveConstants
-
- SystemAdminAdded - Class in org.jivesoftware.openfire.commands.clearspace
-
Notifies that a new system administrator has been added.
- SystemAdminAdded() - Constructor for class org.jivesoftware.openfire.commands.clearspace.SystemAdminAdded
-
- SystemAdminRemoved - Class in org.jivesoftware.openfire.commands.clearspace
-
Notifies that a user has had its system administrator status revoked.
- SystemAdminRemoved() - Constructor for class org.jivesoftware.openfire.commands.clearspace.SystemAdminRemoved
-
- 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
-
- systemShutdown() - Method in class org.jivesoftware.openfire.nio.NIOConnection
-