Uses of Class
org.jivesoftware.util.SystemProperty
-
Packages that use SystemProperty Package Description org.jivesoftware.admin Supporting classes and tags for the admin console.org.jivesoftware.admin.servlet org.jivesoftware.openfire org.jivesoftware.openfire.admin org.jivesoftware.openfire.archive org.jivesoftware.openfire.auth Authentication and Authorization service interfaces and classes.org.jivesoftware.openfire.container The microkernel core of the server is a simple, flexible, nested container framework defined in this package.org.jivesoftware.openfire.csi Implementation of XEP-0352 "Client State Indication" It is common for IM clients to be logged in and 'online' even while the user is not interacting with the application.org.jivesoftware.openfire.disco Service discovery implementation (XEP-0030).org.jivesoftware.openfire.filetransfer.proxy org.jivesoftware.openfire.group Groups, which are used to organize users together.org.jivesoftware.openfire.http Provides classes for XEP-0124: Bidirectional-streams Over Synchronous HTTP (BOSH).org.jivesoftware.openfire.keystore org.jivesoftware.openfire.ldap LDAP code for authentication and user profile information.org.jivesoftware.openfire.lockout org.jivesoftware.openfire.muc Implementation of Multi-User Chat (XEP-0045).org.jivesoftware.openfire.muc.spi Implementation of Multi-User Chat (XEP-0045).org.jivesoftware.openfire.net org.jivesoftware.openfire.nio org.jivesoftware.openfire.pep Implementation of Personal Eventing via Pubsub (XEP-0163).org.jivesoftware.openfire.pubsub Implementation of Publish-Subscribe (XEP-0060).org.jivesoftware.openfire.roster Provides classes for managing the roster.org.jivesoftware.openfire.sasl Provides classes for SASL.org.jivesoftware.openfire.security org.jivesoftware.openfire.server Classes used for server-to-server communication.org.jivesoftware.openfire.session org.jivesoftware.openfire.spi org.jivesoftware.openfire.streammanagement org.jivesoftware.openfire.update Classes that provide the "check for update" service or the "get available plugins" service.org.jivesoftware.openfire.user Provides the interfaces and classes necessary to create custom user account data providers for Openfire.org.jivesoftware.openfire.vcard org.jivesoftware.openfire.websocket org.jivesoftware.util Utility classes.org.jivesoftware.util.cache -
-
Uses of SystemProperty in org.jivesoftware.admin
Fields in org.jivesoftware.admin declared as SystemProperty Modifier and Type Field Description static SystemProperty<Boolean>AuthCheckFilter. ALLOW_WILDCARDS_IN_EXCLUDESControls whether wildcards are allowed in URLs that are excluded from auth checks.static SystemProperty<Set<String>>AuthCheckFilter. IP_ACCESS_ALLOWLISTList of IP addresses that are allowed to access the admin console.static SystemProperty<Set<String>>AuthCheckFilter. IP_ACCESS_BLOCKLISTList of IP addresses that are not allowed to access the admin console.static SystemProperty<Boolean>AuthCheckFilter. IP_ACCESS_IGNORE_EXCLUDESControls if IP Access lists are applied to excluded URLs.static SystemProperty<Long>LoginLimitManager. MAX_ATTEMPTS_PER_IPstatic SystemProperty<Long>LoginLimitManager. MAX_ATTEMPTS_PER_USERNAMEstatic SystemProperty<Duration>LoginLimitManager. PER_IP_ATTEMPT_RESET_INTERVALstatic SystemProperty<Duration>LoginLimitManager. PER_USERNAME_ATTEMPT_RESET_INTERVALstatic SystemProperty<Class>AuthCheckFilter. SERVLET_REQUEST_AUTHENTICATORstatic SystemProperty<Duration>SessionListener. SESSION_TIMEOUTstatic SystemProperty<String>SiteMinderServletRequestAuthenticator. SITE_MINDER_HEADERConstructors in org.jivesoftware.admin with parameters of type SystemProperty Constructor Description ContentSecurityPolicyFilter(SystemProperty<Boolean> statusProperty, SystemProperty<String> valueProperty) -
Uses of SystemProperty in org.jivesoftware.admin.servlet
Fields in org.jivesoftware.admin.servlet declared as SystemProperty Modifier and Type Field Description static SystemProperty<Boolean>BlogPostServlet. ENABLEDstatic SystemProperty<Duration>BlogPostServlet. REFRESHstatic SystemProperty<String>BlogPostServlet. URL -
Uses of SystemProperty in org.jivesoftware.openfire
Fields in org.jivesoftware.openfire declared as SystemProperty Modifier and Type Field Description static SystemProperty<Duration>OfflineMessageStore. OFFLINE_AUTOCLEAN_CHECKINTERVALstatic SystemProperty<Duration>OfflineMessageStore. OFFLINE_AUTOCLEAN_DAYSTOLIVEMembers for automatic offline message cleaningstatic SystemProperty<Boolean>OfflineMessageStore. OFFLINE_AUTOCLEAN_ENABLEstatic SystemProperty<String>XMPPServerInfo. XMPP_DOMAINstatic SystemProperty<Boolean>JMXManager. XMPP_JMX_ENABLEDEnables / disables JMX support in Openfire.static SystemProperty<Integer>JMXManager. XMPP_JMX_PORTDefines the TCP port number for the JMX connector.static SystemProperty<Boolean>JMXManager. XMPP_JMX_SECUREControls if the JMX connector is configured to require Openfire admin credentials. -
Uses of SystemProperty in org.jivesoftware.openfire.admin
Fields in org.jivesoftware.openfire.admin declared as SystemProperty Modifier and Type Field Description static SystemProperty<Class>AdminManager. ADMIN_PROVIDER -
Uses of SystemProperty in org.jivesoftware.openfire.archive
Fields in org.jivesoftware.openfire.archive declared as SystemProperty Modifier and Type Field Description static SystemProperty<Integer>ArchiveManager. EXECUTOR_CORE_POOL_SIZEThe number of threads to keep in the thread pool that writes messages to the database, even if they are idle.static SystemProperty<Integer>ArchiveManager. EXECUTOR_MAX_POOL_SIZEThe maximum number of threads to allow in the thread pool that writes messages to the database.static SystemProperty<Duration>ArchiveManager. EXECUTOR_POOL_KEEP_ALIVEThe number of threads in the thread pool that writes messages to the database is greater than the core, this is the maximum time that excess idle threads will wait for new tasks before terminating. -
Uses of SystemProperty in org.jivesoftware.openfire.auth
Fields in org.jivesoftware.openfire.auth declared as SystemProperty Modifier and Type Field Description static SystemProperty<Class>AuthFactory. AUTH_PROVIDERstatic SystemProperty<Boolean>DefaultAuthorizationPolicy. IGNORE_CASE -
Uses of SystemProperty in org.jivesoftware.openfire.container
Fields in org.jivesoftware.openfire.container declared as SystemProperty Modifier and Type Field Description static SystemProperty<Boolean>AdminConsolePlugin. ADMIN_CONSOLE_CONTENT_SECURITY_POLICY_ENABLEDEnable / Disable adding a 'Content-Security-Policy' HTTP header to the response to requests made against the admin console.static SystemProperty<String>AdminConsolePlugin. ADMIN_CONSOLE_CONTENT_SECURITY_POLICY_RESPONSEVALUEThe header value when adding a 'Content-Security-Policy' HTTP header to the response to requests made against the admin console.static SystemProperty<Boolean>AdminConsolePlugin. ADMIN_CONSOLE_FORWARDEDEnable / Disable parsing a 'X-Forwarded-For' style HTTP header of HTTP requests.static SystemProperty<String>AdminConsolePlugin. ADMIN_CONSOLE_FORWARDED_FORThe HTTP header name for 'forwarded for'static SystemProperty<String>AdminConsolePlugin. ADMIN_CONSOLE_FORWARDED_HOSTThe HTTP header name for 'forwarded hosts'.static SystemProperty<String>AdminConsolePlugin. ADMIN_CONSOLE_FORWARDED_HOST_NAMESets a forced valued for the host header.static SystemProperty<String>AdminConsolePlugin. ADMIN_CONSOLE_FORWARDED_SERVERThe HTTP header name for 'forwarded server'.static SystemProperty<Boolean>PluginServlet. ALLOW_LOCAL_FILE_READING -
Uses of SystemProperty in org.jivesoftware.openfire.csi
Fields in org.jivesoftware.openfire.csi declared as SystemProperty Modifier and Type Field Description static SystemProperty<Boolean>CsiManager. DELAY_ENABLEDDetermines if 'unimportant' stanzas are delayed for a client that is inactive.static SystemProperty<Duration>CsiManager. DELAY_MAX_DURATIONDetermines the maximum duration of stanzas being delayed for a client that is inactive.static SystemProperty<Integer>CsiManager. DELAY_QUEUE_CAPACITYDetermines the maximum length of the queue that holds delayed stanzas.static SystemProperty<Boolean>CsiManager. ENABLEDControls if Client State Indication functionality is made available to clients. -
Uses of SystemProperty in org.jivesoftware.openfire.disco
Fields in org.jivesoftware.openfire.disco declared as SystemProperty Modifier and Type Field Description static SystemProperty<Boolean>IQDiscoInfoHandler. ENABLED -
Uses of SystemProperty in org.jivesoftware.openfire.filetransfer.proxy
Fields in org.jivesoftware.openfire.filetransfer.proxy declared as SystemProperty Modifier and Type Field Description static SystemProperty<Integer>ProxyConnectionManager. EXECUTOR_CORE_POOL_SIZEThe number of threads to keep in the thread pool that powers proxy (SOCKS5) connections, even if they are idle.static SystemProperty<Integer>ProxyConnectionManager. EXECUTOR_MAX_POOL_SIZEThe maximum number of threads to allow in the thread pool that powers proxy (SOCKS5) connections.static SystemProperty<Duration>ProxyConnectionManager. EXECUTOR_POOL_KEEP_ALIVEThe number of threads in the thread pool that powers proxy (SOCKS5) connections is greater than the core, this is the maximum time that excess idle threads will wait for new tasks before terminating. -
Uses of SystemProperty in org.jivesoftware.openfire.group
Fields in org.jivesoftware.openfire.group declared as SystemProperty Modifier and Type Field Description static SystemProperty<Class>GroupManager. GROUP_PROVIDERstatic SystemProperty<Boolean>AbstractGroupProvider. SHARED_GROUP_RECURSIVE -
Uses of SystemProperty in org.jivesoftware.openfire.http
Fields in org.jivesoftware.openfire.http declared as SystemProperty Modifier and Type Field Description static SystemProperty<Set<String>>HttpBindManager. HTTP_BIND_ALLOWED_ORIGINSThe domain names that are accepted as values for the CORS 'Origin' header in the BOSH endpoint.static SystemProperty<String>HttpBindManager. HTTP_BIND_AUTH_PER_CLIENTCERT_POLICYThe TLS 'mutual authentication' policy that is applied to the BOSH endpoint.static SystemProperty<Boolean>HttpBindManager. HTTP_BIND_CONTENT_SECURITY_POLICY_ENABLEDEnable / Disable adding a 'Content-Security-Policy' HTTP header to the response to requests made against the BOSH endpoint.static SystemProperty<String>HttpBindManager. HTTP_BIND_CONTENT_SECURITY_POLICY_RESPONSEVALUEThe header value when adding a 'Content-Security-Policy' HTTP header to the response to requests made against the BOSH endpoint.static SystemProperty<Set<String>>HttpBindManager. HTTP_BIND_CORS_ALLOW_HEADERSThe name of HTTP headers that are accepted in requests to the BOSH endpoint.static SystemProperty<Set<String>>HttpBindManager. HTTP_BIND_CORS_ALLOW_METHODSThe HTTP methods that are accepted in the BOSH endpoint.static SystemProperty<Boolean>HttpBindManager. HTTP_BIND_CORS_ENABLEDEnable / Disable support for Cross-Origin Resource Sharing (CORS) headers in the BOSH endpoint.static SystemProperty<Duration>HttpBindManager. HTTP_BIND_CORS_MAX_AGEHow long the results of a preflight request (that is the information contained in the Access-Control-Allow-Methods and Access-Control-Allow-Headers headers) can be cached.static SystemProperty<Boolean>HttpBindManager. HTTP_BIND_ENABLEDEnable / disable BOSH (HTTP Binding) functionality.static SystemProperty<Boolean>HttpBindManager. HTTP_BIND_FORWARDEDEnable / Disable parsing a 'X-Forwarded-For' style HTTP header of BOSH requests.static SystemProperty<String>HttpBindManager. HTTP_BIND_FORWARDED_FORThe HTTP header name for 'forwarded for'static SystemProperty<String>HttpBindManager. HTTP_BIND_FORWARDED_HOSTThe HTTP header name for 'forwarded hosts'.static SystemProperty<String>HttpBindManager. HTTP_BIND_FORWARDED_HOST_NAMESets a forced valued for the host header.static SystemProperty<String>HttpBindManager. HTTP_BIND_FORWARDED_SERVERThe HTTP header name for 'forwarded server'.static SystemProperty<Integer>HttpBindManager. HTTP_BIND_PORTTCP port on which the non-encrypted (HTTP) BOSH endpoint is exposed.static SystemProperty<Integer>HttpBindManager. HTTP_BIND_REQUEST_HEADER_SIZEthe maximum size in bytes of request headers in the BOSH endpoint.static SystemProperty<Integer>HttpBindManager. HTTP_BIND_SECURE_PORTTCP port on which the encrypted (HTTPS) BOSH endpoint is exposed.static SystemProperty<Integer>HttpBindManager. HTTP_BIND_THREADSMaximum amount of threads in the thread pool to perform the network IO related to BOSH traffic.static SystemProperty<Integer>HttpBindManager. HTTP_BIND_THREADS_MINMinimum amount of threads in the thread pool to perform the network IO related to BOSH traffic.static SystemProperty<Duration>HttpBindManager. HTTP_BIND_THREADS_TIMEOUTAmount of time after which idle, surplus threads are removed from the thread pool to perform the network IO related to BOSH traffic.static SystemProperty<Boolean>HttpSession. IGNORE_INVALID_PAUSE` Controls if client-provided 'pause' values that are invalid (higher than 'maxpause') are ignored or will cause the client to be disconnected.static SystemProperty<Duration>HttpSessionManager. INACTIVITY_TIMEOUTPeriod of time a session has to be idle to be closed.static SystemProperty<Boolean>HttpBindManager. LOG_HTTPBIND_ENABLEDEnable / disable logging of BOSH requests and responses.static SystemProperty<Duration>HttpSessionManager. MAX_PAUSEThe maximum length of a temporary session pause that a BOSH client MAY request.static SystemProperty<Integer>HttpSessionManager. MAX_POOL_SIZE` Maximum number of threads used to process incoming BOSH data.static SystemProperty<Integer>HttpSessionManager. MAX_REQUESTSOpenfire MAY limit the number of simultaneous requests the client makes with the 'requests' attribute.static SystemProperty<Duration>HttpSessionManager. MAX_WAITReturns the longest time that Openfire is allowed to wait before responding to any request during the session.static SystemProperty<Integer>HttpSessionManager. MIN_POOL_SIZEMinimum amount of threads used to process incoming BOSH data.static SystemProperty<Duration>HttpSessionManager. POLLING_INACTIVITY_TIMEOUTPeriod of time a polling session has to be idle to be closed.static SystemProperty<Duration>HttpSessionManager. POLLING_INTERVALOpenfire 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).static SystemProperty<Duration>HttpSessionManager. POOL_KEEP_ALIVEDuration that unused, surplus threads that once processed BOSH data are kept alive.static SystemProperty<Duration>HttpSessionManager. SESSION_CLEANUP_INTERVALInterval in which a check is executed that will cleanup unused/inactive BOSH sessions. -
Uses of SystemProperty in org.jivesoftware.openfire.keystore
Fields in org.jivesoftware.openfire.keystore declared as SystemProperty Modifier and Type Field Description static SystemProperty<Boolean>CertificateStoreWatcher. ENABLED -
Uses of SystemProperty in org.jivesoftware.openfire.ldap
Fields in org.jivesoftware.openfire.ldap declared as SystemProperty Modifier and Type Field Description static SystemProperty<Integer>LdapManager. LDAP_PAGE_SIZEstatic SystemProperty<Boolean>LdapGroupProvider. PROCESSBIGGROUPSstatic SystemProperty<Boolean>LdapVCardProvider. STORE_AVATAR_IN_DB -
Uses of SystemProperty in org.jivesoftware.openfire.lockout
Fields in org.jivesoftware.openfire.lockout declared as SystemProperty Modifier and Type Field Description static SystemProperty<Class>LockOutManager. LOCKOUT_PROVIDER -
Uses of SystemProperty in org.jivesoftware.openfire.muc
Fields in org.jivesoftware.openfire.muc declared as SystemProperty Modifier and Type Field Description static SystemProperty<Boolean>MUCRoom. ALLOWPM_BLOCKALLstatic SystemProperty<Boolean>MUCRoom. JOIN_PRESENCE_ENABLE -
Uses of SystemProperty in org.jivesoftware.openfire.muc.spi
Fields in org.jivesoftware.openfire.muc.spi declared as SystemProperty Modifier and Type Field Description static SystemProperty<Boolean>FMUCHandler. FMUC_ENABLEDstatic SystemProperty<Boolean>IQMuclumbusSearchHandler. PROPERTY_ENABLEDstatic SystemProperty<Boolean>IQMUCvCardHandler. PROPERTY_ENABLEDControls if MUC occupants can request vCards / avatars.static SystemProperty<Boolean>OccupantManager. PROPERTY_USE_NONBLOCKING_CLUSTERTASKSControls if blocking or non-blocking tasks are used when synchronizing MUC occupant data over an Openfire cluster. -
Uses of SystemProperty in org.jivesoftware.openfire.net
Fields in org.jivesoftware.openfire.net declared as SystemProperty Modifier and Type Field Description static SystemProperty<List<String>>Trunking. ALLOWABLE_DOMAINSA collection of XMPP domain names for which Openfire will provide trunking functionality.static SystemProperty<List<String>>SASLAuthentication. APPROVED_REALMSstatic SystemProperty<Boolean>Trunking. ENABLEDEnables or disables the trunking functionality that allows Openfire to act as a gateway to transfer data between other XMPP domains.static SystemProperty<Boolean>SASLAuthentication. EXTERNAL_S2S_REQUIRE_AUTHZIDRequire the peer to provide an authorization identity through SASL (typically in the Initial Response) when authenticating an inbound S2S connection that uses the EXTERNAL SASL mechanism.static SystemProperty<Boolean>SASLAuthentication. EXTERNAL_S2S_SKIP_SENDING_AUTHZIDSend an authorization identity in the Initial Response when attempting to authenticate using the SASL EXTERNAL mechanism with a remote XMPP domain.static SystemProperty<Boolean>StanzaHandler. PROPERTY_OVERWRITE_EMPTY_TOstatic SystemProperty<Boolean>SASLAuthentication. PROXY_AUTHstatic SystemProperty<String>SASLAuthentication. REALMstatic SystemProperty<Boolean>ServerStanzaHandler. SKIP_JID_VALIDATIONControls if JIDs that are in the addresses of stanzas supplied by remote domains are validated.static SystemProperty<Boolean>SASLAuthentication. SKIP_PEER_CERT_REVALIDATION_CLIENT -
Uses of SystemProperty in org.jivesoftware.openfire.nio
Fields in org.jivesoftware.openfire.nio declared as SystemProperty Modifier and Type Field Description static SystemProperty<Boolean>NettyClientConnectionHandler. BACKUP_PACKET_DELIVERY_ENABLEDEnable / disable backup delivery of stanzas to the 'offline message store' of the corresponding user when a stanza failed to be delivered on a client connection.static SystemProperty<Boolean>NettyComponentConnectionHandler. BACKUP_PACKET_DELIVERY_ENABLEDEnable / disable backup delivery of stanzas to the XMPP server itself when a stanza failed to be delivered on a component connection.static SystemProperty<Boolean>NettyMultiplexerConnectionHandler. BACKUP_PACKET_DELIVERY_ENABLEDEnable / disable backup delivery of stanzas to other connections in the same connection manager when a stanza failed to be delivered on a multiplexer (connection manager) connection.static SystemProperty<Boolean>NettyServerConnectionHandler. BACKUP_PACKET_DELIVERY_ENABLEDEnable / disable backup delivery of stanzas to the XMPP server itself when a stanza failed to be delivered on a server-to-server connection.static SystemProperty<Duration>NettySessionInitializer. GRACEFUL_SHUTDOWN_QUIET_PERIODThe inactivity duration after which a Netty executor can be shutdown gracefully.static SystemProperty<Duration>NettySessionInitializer. GRACEFUL_SHUTDOWN_TIMEOUTThe maximum amount of time to wait until a Netty executor is shutdown regardless if a task was submitted during the quiet period.static SystemProperty<Long>XMLLightweightParser. XMPP_PARSER_BUFFER_SIZE -
Uses of SystemProperty in org.jivesoftware.openfire.pep
Fields in org.jivesoftware.openfire.pep declared as SystemProperty Modifier and Type Field Description static SystemProperty<Boolean>IQPEPHandler. ENABLEDControls if the PEP service is available on this domain.static SystemProperty<Integer>IQPEPHandler. EXECUTOR_CORE_POOL_SIZEThe number of threads to keep in the thread pool used to send PEP notifications, even if they are idle.static SystemProperty<Integer>IQPEPHandler. EXECUTOR_MAX_POOL_SIZEThe maximum number of threads to allow in the thread pool used to send PEP notifications.static SystemProperty<Duration>IQPEPHandler. EXECUTOR_POOL_KEEP_ALIVEThe number of threads in the thread pool used to send PEP notifications is greater than the core, this is the maximum time that excess idle threads will wait for new tasks before terminating. -
Uses of SystemProperty in org.jivesoftware.openfire.pubsub
Fields in org.jivesoftware.openfire.pubsub declared as SystemProperty Modifier and Type Field Description static SystemProperty<Class>CachingPubsubPersistenceProvider. DELEGATEstatic SystemProperty<Class>PubSubPersistenceProviderManager. PROVIDERstatic SystemProperty<Set<org.xmpp.packet.JID>>PubSubModule. PUBSUB_ALLOWED_TO_CREATEBare jids of users that are allowed to create nodes.static SystemProperty<Boolean>PubSubModule. PUBSUB_CREATE_ANYONEReturns the permission policy for creating nodes.static SystemProperty<Set<org.xmpp.packet.JID>>PubSubModule. PUBSUB_SYSADMINSBare jids of users that are system administrators of the PubSub service. -
Uses of SystemProperty in org.jivesoftware.openfire.roster
Fields in org.jivesoftware.openfire.roster declared as SystemProperty Modifier and Type Field Description static SystemProperty<Integer>RosterManager. EXECUTOR_CORE_POOL_SIZEThe number of threads to keep in the thread pool that is used to invoke roster event listeners, even if they are idle.static SystemProperty<Integer>RosterManager. EXECUTOR_MAX_POOL_SIZEThe maximum number of threads to allow in the thread pool that is used to invoke roster event listeners.static SystemProperty<Duration>RosterManager. EXECUTOR_POOL_KEEP_ALIVEThe number of threads in the thread pool that is used to invoke roster event listeners is greater than the core, this is the maximum time that excess idle threads will wait for new tasks before terminating. -
Uses of SystemProperty in org.jivesoftware.openfire.sasl
Fields in org.jivesoftware.openfire.sasl declared as SystemProperty Modifier and Type Field Description static SystemProperty<Boolean>AnonymousSaslServer. ENABLEDstatic SystemProperty<Integer>ScramSha1SaslServer. ITERATION_COUNTstatic SystemProperty<Boolean>ExternalClientSaslServer. PROPERTY_SASL_EXTERNAL_CLIENT_SUPPRESS_MATCHING_REALMNAMEstatic SystemProperty<Boolean>ExternalServerSaslServer. PROPERTY_SASL_EXTERNAL_SERVER_REQUIRE_AUTHZIDThis property controls if the inbound connection is required to provide an authorization identity in the SASL EXTERNAL handshake (as part of an `auth` element). -
Uses of SystemProperty in org.jivesoftware.openfire.security
Fields in org.jivesoftware.openfire.security declared as SystemProperty Modifier and Type Field Description static SystemProperty<Class>SecurityAuditManager. AUDIT_PROVIDER -
Uses of SystemProperty in org.jivesoftware.openfire.server
Fields in org.jivesoftware.openfire.server declared as SystemProperty Modifier and Type Field Description static SystemProperty<Integer>OutgoingSessionPromise. QUEUE_MAX_THREADSstatic SystemProperty<Integer>OutgoingSessionPromise. QUEUE_MIN_THREADSstatic SystemProperty<Integer>OutgoingSessionPromise. QUEUE_SIZEstatic SystemProperty<Duration>OutgoingSessionPromise. QUEUE_THREAD_TIMEOUTstatic SystemProperty<Boolean>RemoteServerManager. RECURSEDefines if the permission setting for server-to-server connection applies recursively for subdomains. -
Uses of SystemProperty in org.jivesoftware.openfire.session
Fields in org.jivesoftware.openfire.session declared as SystemProperty Modifier and Type Field Description static SystemProperty<Boolean>ConnectionSettings.Client. ENABLE_OLD_SSLPORT_PROPERTYstatic SystemProperty<Boolean>ConnectionSettings.Component. ENABLE_OLD_SSLPORT_PROPERTYstatic SystemProperty<Duration>ConnectionSettings.Client. IDLE_TIMEOUT_PROPERTYstatic SystemProperty<Duration>ConnectionSettings.Component. IDLE_TIMEOUT_PROPERTYHow much time the server will wait without receiving an inbound message until it is classed as an idle connection and closed.static SystemProperty<Duration>ConnectionSettings.Multiplex. IDLE_TIMEOUT_PROPERTYHow much time the server will wait without receiving an inbound message until it is classed as an idle connection and closed.static SystemProperty<Duration>ConnectionSettings.Server. IDLE_TIMEOUT_PROPERTYHow much time the server will wait without receiving an inbound message until it is classed as an idle connection and closed.static SystemProperty<Duration>LocalOutgoingServerSession. INITIALISE_TIMEOUT_SECONDSControls the S2S outgoing session initialise timeout time in secondsstatic SystemProperty<Boolean>ConnectionSettings.Client. KEEP_ALIVE_PING_PROPERTYstatic SystemProperty<Boolean>ConnectionSettings.Client. STREAM_LIMITS_ADVERTISEMENT_DISABLEDstatic SystemProperty<Boolean>ConnectionSettings.Server. STREAM_LIMITS_ADVERTISEMENT_DISABLEDstatic SystemProperty<Duration>SoftwareVersionManager. VERSION_QUERY_DELAYstatic SystemProperty<Boolean>SoftwareVersionManager. VERSION_QUERY_ENABLED -
Uses of SystemProperty in org.jivesoftware.openfire.spi
Fields in org.jivesoftware.openfire.spi declared as SystemProperty Modifier and Type Field Description static SystemProperty<Boolean>EncryptionArtifactFactory. SNI_ENABLEDstatic SystemProperty<String>EncryptionArtifactFactory. SSLCONTEXT_PROTOCOLstatic SystemProperty<Class>EncryptionArtifactFactory. TRUST_MANAGER_CLASSstatic SystemProperty<Duration>NettyServerInitializer. WRITE_TIMEOUT_SECONDSControls the write timeout time in seconds to handle stalled sessions and prevent DoS -
Uses of SystemProperty in org.jivesoftware.openfire.streammanagement
Fields in org.jivesoftware.openfire.streammanagement declared as SystemProperty Modifier and Type Field Description static SystemProperty<Boolean>StreamManager. ACTIVEstatic SystemProperty<Boolean>StreamManager. LOCATION_ENABLEDstatic SystemProperty<Boolean>StreamManager. LOCATION_TERMINATE_OTHERS_ENABLEDstatic SystemProperty<Boolean>StreamManager. MAX_SERVER_ENABLED -
Uses of SystemProperty in org.jivesoftware.openfire.update
Fields in org.jivesoftware.openfire.update declared as SystemProperty Modifier and Type Field Description static SystemProperty<String>UpdateManager. PROXY_HOSTstatic SystemProperty<Integer>UpdateManager. PROXY_PORT -
Uses of SystemProperty in org.jivesoftware.openfire.user
Fields in org.jivesoftware.openfire.user declared as SystemProperty Modifier and Type Field Description static SystemProperty<Boolean>UserManager. ALLOW_FUTURE_USERSWhen enabled, allows Openfire to process data for local JIDs that potentially are future users.static SystemProperty<Class>UserManager. USER_PROPERTY_PROVIDERstatic SystemProperty<Class>UserManager. USER_PROVIDER -
Uses of SystemProperty in org.jivesoftware.openfire.vcard
Fields in org.jivesoftware.openfire.vcard declared as SystemProperty Modifier and Type Field Description static SystemProperty<Class>VCardManager. VCARD_PROVIDER -
Uses of SystemProperty in org.jivesoftware.openfire.websocket
Fields in org.jivesoftware.openfire.websocket declared as SystemProperty Modifier and Type Field Description static SystemProperty<Boolean>WebSocketClientConnectionHandler. KEEP_ALIVE_FRAME_PING_ENABLED_PROPERTYstatic SystemProperty<Duration>WebSocketClientConnectionHandler. KEEP_ALIVE_FRAME_PING_INTERVAL_PROPERTYstatic SystemProperty<Boolean>WebSocketClientConnectionHandler. STREAM_SUBSTITUTION_ENABLEDControls if clients that do websockets without the required XMPP framing will get their 'stream' element names replaced, so that they are able to connect. -
Uses of SystemProperty in org.jivesoftware.util
Fields in org.jivesoftware.util declared as SystemProperty Modifier and Type Field Description static SystemProperty<Boolean>Log. DEBUG_ENABLEDstatic SystemProperty<Integer>TaskEngine. EXECUTOR_CORE_POOL_SIZEThe number of threads to keep in the thread pool that is used to execute tasks of Openfire's TaskEngine, even if they are idle.static SystemProperty<Integer>TaskEngine. EXECUTOR_MAX_POOL_SIZEThe maximum number of threads to allow in the thread pool that is used to execute tasks of Openfire's TaskEngine.static SystemProperty<Duration>TaskEngine. EXECUTOR_POOL_KEEP_ALIVEThe number of threads in the thread pool that is used to execute tasks of Openfire's TaskEngine is greater than the core, this is the maximum time that excess idle threads will wait for new tasks before terminating.static SystemProperty<Integer>SAXReaderUtil. PARSER_SERVICE_CORE_POOL_SIZEThe number of threads to keep in the SAX Reader pool, even if they are idle.static SystemProperty<Duration>SAXReaderUtil. PARSER_SERVICE_KEEP_ALIVE_TIMEWhen the number of threads in the SAX reader pool is greater than the core, this is the maximum time that excess idle threads will wait for new tasks before terminating.static SystemProperty<Integer>SAXReaderUtil. PARSER_SERVICE_MAX_POOL_SIZEThe maximum number of threads to allow in the SAX Reader pool.static SystemProperty<Boolean>Log. TRACE_ENABLEDstatic SystemProperty<Boolean>StringUtils. XMPP_STREAM_SUPPRESS_NEWLINE_AFTER_XML_DECLARATIONControls if a newline is added after a generated XML declaration and the 'stream' open tag.static SystemProperty<Boolean>StringUtils. XMPP_STREAM_SUPPRESS_XML_DECLARATIONControls if an XML declaration is generated before a 'stream' open tag is sent.Methods in org.jivesoftware.util that return SystemProperty Modifier and Type Method Description SystemProperty<T>SystemProperty.Builder. build()Validates the details of the SystemProperty, and generates one if it's valid.<C> SystemProperty<List<C>>SystemProperty.Builder. buildList(Class<C> listType)<C> SystemProperty<Set<C>>SystemProperty.Builder. buildSet(Class<C> listType)Methods in org.jivesoftware.util that return types with arguments of type SystemProperty Modifier and Type Method Description static Collection<SystemProperty>SystemProperty. getProperties()static Optional<SystemProperty>SystemProperty. getProperty(String key)Returns the SystemProperty for the specified key -
Uses of SystemProperty in org.jivesoftware.util.cache
Fields in org.jivesoftware.util.cache declared as SystemProperty Modifier and Type Field Description static SystemProperty<Duration>ConsistencyMonitor. DELAYstatic SystemProperty<Boolean>ConsistencyMonitor. ENABLEDstatic SystemProperty<Duration>ConsistencyMonitor. PERIOD
-