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.commands Ad-Hoc Commands implementation (XEP-0050).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_EXCLUDES
Controls whether wildcards are allowed in URLs that are excluded from auth checks.static SystemProperty<Set<String>>
AuthCheckFilter. IP_ACCESS_ALLOWLIST
List of IP addresses that are allowed to access the admin console.static SystemProperty<Set<String>>
AuthCheckFilter. IP_ACCESS_BLOCKLIST
List of IP addresses that are not allowed to access the admin console.static SystemProperty<Boolean>
AuthCheckFilter. IP_ACCESS_IGNORE_EXCLUDES
Controls if IP Access lists are applied to excluded URLs.static SystemProperty<Long>
LoginLimitManager. MAX_ATTEMPTS_PER_IP
static SystemProperty<Long>
LoginLimitManager. MAX_ATTEMPTS_PER_USERNAME
static SystemProperty<Duration>
LoginLimitManager. PER_IP_ATTEMPT_RESET_INTERVAL
static SystemProperty<Duration>
LoginLimitManager. PER_USERNAME_ATTEMPT_RESET_INTERVAL
static SystemProperty<Class>
AuthCheckFilter. SERVLET_REQUEST_AUTHENTICATOR
static SystemProperty<Duration>
SessionListener. SESSION_TIMEOUT
static SystemProperty<String>
SiteMinderServletRequestAuthenticator. SITE_MINDER_HEADER
Constructors 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. ENABLED
static SystemProperty<Duration>
BlogPostServlet. REFRESH
static 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_CHECKINTERVAL
static SystemProperty<Duration>
OfflineMessageStore. OFFLINE_AUTOCLEAN_DAYSTOLIVE
Members for automatic offline message cleaningstatic SystemProperty<Boolean>
OfflineMessageStore. OFFLINE_AUTOCLEAN_ENABLE
static SystemProperty<String>
XMPPServerInfo. XMPP_DOMAIN
static SystemProperty<Boolean>
JMXManager. XMPP_JMX_ENABLED
Enables / disables JMX support in Openfire.static SystemProperty<Integer>
JMXManager. XMPP_JMX_PORT
Defines the TCP port number for the JMX connector.static SystemProperty<Boolean>
JMXManager. XMPP_JMX_SECURE
Controls 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_SIZE
The 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_SIZE
The maximum number of threads to allow in the thread pool that writes messages to the database.static SystemProperty<Duration>
ArchiveManager. EXECUTOR_POOL_KEEP_ALIVE
The number of threads in the thread pool that writes messages to the database is greater than the core, this is the maximum time that excess idle threads will wait for new tasks before terminating. -
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_PROVIDER
static SystemProperty<Boolean>
DefaultAuthorizationPolicy. IGNORE_CASE
-
Uses of SystemProperty in org.jivesoftware.openfire.commands
Fields in org.jivesoftware.openfire.commands declared as SystemProperty Modifier and Type Field Description static SystemProperty<Integer>
AdHocCommandManager. COMMAND_LIMIT
The maximum allowed simultaneous command sessions per user.static SystemProperty<Duration>
AdHocCommandManager. COMMAND_TIMEOUT
The maximum allowed duration of a command session (all stages of a command need to have provided by the user within this time). -
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_ENABLED
Enable / 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_RESPONSEVALUE
The 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_FORWARDED
Enable / Disable parsing a 'X-Forwarded-For' style HTTP header of HTTP requests.static SystemProperty<String>
AdminConsolePlugin. ADMIN_CONSOLE_FORWARDED_FOR
The HTTP header name for 'forwarded for'static SystemProperty<String>
AdminConsolePlugin. ADMIN_CONSOLE_FORWARDED_HOST
The HTTP header name for 'forwarded hosts'.static SystemProperty<String>
AdminConsolePlugin. ADMIN_CONSOLE_FORWARDED_HOST_NAME
Sets a forced valued for the host header.static SystemProperty<String>
AdminConsolePlugin. ADMIN_CONSOLE_FORWARDED_SERVER
The 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_ENABLED
Determines if 'unimportant' stanzas are delayed for a client that is inactive.static SystemProperty<Duration>
CsiManager. DELAY_MAX_DURATION
Determines the maximum duration of stanzas being delayed for a client that is inactive.static SystemProperty<Integer>
CsiManager. DELAY_QUEUE_CAPACITY
Determines the maximum length of the queue that holds delayed stanzas.static SystemProperty<Boolean>
CsiManager. ENABLED
Controls 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_SIZE
The 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_SIZE
The maximum number of threads to allow in the thread pool that powers proxy (SOCKS5) connections.static SystemProperty<Duration>
ProxyConnectionManager. EXECUTOR_POOL_KEEP_ALIVE
The number of threads in the thread pool that powers proxy (SOCKS5) connections is greater than the core, this is the maximum time that excess idle threads will wait for new tasks before terminating. -
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_PROVIDER
static 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_ORIGINS
The 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_POLICY
The TLS 'mutual authentication' policy that is applied to the BOSH endpoint.static SystemProperty<Boolean>
HttpBindManager. HTTP_BIND_CONTENT_SECURITY_POLICY_ENABLED
Enable / 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_RESPONSEVALUE
The 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_HEADERS
The name of HTTP headers that are accepted in requests to the BOSH endpoint.static SystemProperty<Set<String>>
HttpBindManager. HTTP_BIND_CORS_ALLOW_METHODS
The HTTP methods that are accepted in the BOSH endpoint.static SystemProperty<Boolean>
HttpBindManager. HTTP_BIND_CORS_ENABLED
Enable / Disable support for Cross-Origin Resource Sharing (CORS) headers in the BOSH endpoint.static SystemProperty<Duration>
HttpBindManager. HTTP_BIND_CORS_MAX_AGE
How long the results of a preflight request (that is the information contained in the Access-Control-Allow-Methods and Access-Control-Allow-Headers headers) can be cached.static SystemProperty<Boolean>
HttpBindManager. HTTP_BIND_ENABLED
Enable / disable BOSH (HTTP Binding) functionality.static SystemProperty<Boolean>
HttpBindManager. HTTP_BIND_FORWARDED
Enable / Disable parsing a 'X-Forwarded-For' style HTTP header of BOSH requests.static SystemProperty<String>
HttpBindManager. HTTP_BIND_FORWARDED_FOR
The HTTP header name for 'forwarded for'static SystemProperty<String>
HttpBindManager. HTTP_BIND_FORWARDED_HOST
The HTTP header name for 'forwarded hosts'.static SystemProperty<String>
HttpBindManager. HTTP_BIND_FORWARDED_HOST_NAME
Sets a forced valued for the host header.static SystemProperty<String>
HttpBindManager. HTTP_BIND_FORWARDED_SERVER
The HTTP header name for 'forwarded server'.static SystemProperty<Integer>
HttpBindManager. HTTP_BIND_PORT
TCP port on which the non-encrypted (HTTP) BOSH endpoint is exposed.static SystemProperty<Integer>
HttpBindManager. HTTP_BIND_REQUEST_HEADER_SIZE
the maximum size in bytes of request headers in the BOSH endpoint.static SystemProperty<Integer>
HttpBindManager. HTTP_BIND_SECURE_PORT
TCP port on which the encrypted (HTTPS) BOSH endpoint is exposed.static SystemProperty<Integer>
HttpBindManager. HTTP_BIND_THREADS
Maximum amount of threads in the thread pool to perform the network IO related to BOSH traffic.static SystemProperty<Integer>
HttpBindManager. HTTP_BIND_THREADS_MIN
Minimum amount of threads in the thread pool to perform the network IO related to BOSH traffic.static SystemProperty<Duration>
HttpBindManager. HTTP_BIND_THREADS_TIMEOUT
Amount 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_TIMEOUT
Period of time a session has to be idle to be closed.static SystemProperty<Boolean>
HttpBindManager. LOG_HTTPBIND_ENABLED
Enable / disable logging of BOSH requests and responses.static SystemProperty<Duration>
HttpSessionManager. MAX_PAUSE
The 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_REQUESTS
Openfire MAY limit the number of simultaneous requests the client makes with the 'requests' attribute.static SystemProperty<Duration>
HttpSessionManager. MAX_WAIT
Returns the longest time that Openfire is allowed to wait before responding to any request during the session.static SystemProperty<Integer>
HttpSessionManager. MIN_POOL_SIZE
Minimum amount of threads used to process incoming BOSH data.static SystemProperty<Duration>
HttpSessionManager. POLLING_INACTIVITY_TIMEOUT
Period of time a polling session has to be idle to be closed.static SystemProperty<Duration>
HttpSessionManager. POLLING_INTERVAL
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).static SystemProperty<Duration>
HttpSessionManager. POOL_KEEP_ALIVE
Duration that unused, surplus threads that once processed BOSH data are kept alive.static SystemProperty<Duration>
HttpSessionManager. SESSION_CLEANUP_INTERVAL
Interval 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_SIZE
static SystemProperty<Boolean>
LdapGroupProvider. PROCESSBIGGROUPS
static 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_BLOCKALL
static 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_ENABLED
static SystemProperty<Boolean>
IQMuclumbusSearchHandler. PROPERTY_ENABLED
static SystemProperty<Boolean>
IQMUCvCardHandler. PROPERTY_ENABLED
Controls if MUC occupants can request vCards / avatars.static SystemProperty<Boolean>
OccupantManager. PROPERTY_USE_NONBLOCKING_CLUSTERTASKS
Controls 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_DOMAINS
A collection of XMPP domain names for which Openfire will provide trunking functionality.static SystemProperty<List<String>>
SASLAuthentication. APPROVED_REALMS
static SystemProperty<Boolean>
Trunking. ENABLED
Enables 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_AUTHZID
Require the peer to provide an authorization identity through SASL (typically in the Initial Response) when authenticating an inbound S2S connection that uses the EXTERNAL SASL mechanism.static SystemProperty<Boolean>
SASLAuthentication. EXTERNAL_S2S_SKIP_SENDING_AUTHZID
Send 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_TO
static SystemProperty<Boolean>
SASLAuthentication. PROXY_AUTH
static SystemProperty<String>
SASLAuthentication. REALM
static SystemProperty<Boolean>
ServerStanzaHandler. SKIP_JID_VALIDATION
Controls 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_ENABLED
Enable / disable backup delivery of stanzas to the 'offline message store' of the corresponding user when a stanza failed to be delivered on a client connection.static SystemProperty<Boolean>
NettyComponentConnectionHandler. BACKUP_PACKET_DELIVERY_ENABLED
Enable / 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_ENABLED
Enable / disable backup delivery of stanzas to other connections in the same connection manager when a stanza failed to be delivered on a multiplexer (connection manager) connection.static SystemProperty<Boolean>
NettyServerConnectionHandler. BACKUP_PACKET_DELIVERY_ENABLED
Enable / 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_PERIOD
The inactivity duration after which a Netty executor can be shutdown gracefully.static SystemProperty<Duration>
NettySessionInitializer. GRACEFUL_SHUTDOWN_TIMEOUT
The 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. ENABLED
Controls if the PEP service is available on this domain.static SystemProperty<Integer>
IQPEPHandler. EXECUTOR_CORE_POOL_SIZE
The 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_SIZE
The maximum number of threads to allow in the thread pool used to send PEP notifications.static SystemProperty<Duration>
IQPEPHandler. EXECUTOR_POOL_KEEP_ALIVE
The number of threads in the thread pool used to send PEP notifications is greater than the core, this is the maximum time that excess idle threads will wait for new tasks before terminating. -
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. DELEGATE
static SystemProperty<Class>
PubSubPersistenceProviderManager. PROVIDER
static SystemProperty<Set<org.xmpp.packet.JID>>
PubSubModule. PUBSUB_ALLOWED_TO_CREATE
Bare jids of users that are allowed to create nodes.static SystemProperty<Boolean>
PubSubModule. PUBSUB_CREATE_ANYONE
Returns the permission policy for creating nodes.static SystemProperty<Set<org.xmpp.packet.JID>>
PubSubModule. PUBSUB_SYSADMINS
Bare 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_SIZE
The 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_SIZE
The 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_ALIVE
The number of threads in the thread pool that is used to invoke roster event listeners is greater than the core, this is the maximum time that excess idle threads will wait for new tasks before terminating. -
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. ENABLED
static SystemProperty<Integer>
ScramSha1SaslServer. ITERATION_COUNT
static SystemProperty<Boolean>
ExternalClientSaslServer. PROPERTY_SASL_EXTERNAL_CLIENT_SUPPRESS_MATCHING_REALMNAME
static SystemProperty<Boolean>
ExternalServerSaslServer. PROPERTY_SASL_EXTERNAL_SERVER_REQUIRE_AUTHZID
This property controls if the inbound connection is required to provide an authorization identity in the SASL EXTERNAL handshake (as part of an `auth` element). -
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_THREADS
static SystemProperty<Integer>
OutgoingSessionPromise. QUEUE_MIN_THREADS
static SystemProperty<Integer>
OutgoingSessionPromise. QUEUE_SIZE
static SystemProperty<Duration>
OutgoingSessionPromise. QUEUE_THREAD_TIMEOUT
static SystemProperty<Boolean>
RemoteServerManager. RECURSE
Defines 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_PROPERTY
static SystemProperty<Boolean>
ConnectionSettings.Component. ENABLE_OLD_SSLPORT_PROPERTY
static SystemProperty<Duration>
ConnectionSettings.Client. IDLE_TIMEOUT_PROPERTY
static SystemProperty<Duration>
ConnectionSettings.Component. IDLE_TIMEOUT_PROPERTY
How 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_PROPERTY
How 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_PROPERTY
How 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_SECONDS
Controls the S2S outgoing session initialise timeout time in secondsstatic SystemProperty<Boolean>
ConnectionSettings.Client. KEEP_ALIVE_PING_PROPERTY
static SystemProperty<Boolean>
ConnectionSettings.Client. STREAM_LIMITS_ADVERTISEMENT_DISABLED
static SystemProperty<Boolean>
ConnectionSettings.Server. STREAM_LIMITS_ADVERTISEMENT_DISABLED
static SystemProperty<Duration>
SoftwareVersionManager. VERSION_QUERY_DELAY
static 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_ENABLED
static SystemProperty<String>
EncryptionArtifactFactory. SSLCONTEXT_PROTOCOL
static SystemProperty<Class>
EncryptionArtifactFactory. TRUST_MANAGER_CLASS
static SystemProperty<Duration>
NettyServerInitializer. WRITE_TIMEOUT_SECONDS
Controls 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. ACTIVE
static SystemProperty<Boolean>
StreamManager. LOCATION_ENABLED
static SystemProperty<Boolean>
StreamManager. LOCATION_TERMINATE_OTHERS_ENABLED
static 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_HOST
static 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_USERS
When enabled, allows Openfire to process data for local JIDs that potentially are future users.static SystemProperty<Class>
UserManager. USER_PROPERTY_PROVIDER
static 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_PROPERTY
static SystemProperty<Duration>
WebSocketClientConnectionHandler. KEEP_ALIVE_FRAME_PING_INTERVAL_PROPERTY
static SystemProperty<Boolean>
WebSocketClientConnectionHandler. STREAM_SUBSTITUTION_ENABLED
Controls if clients that do websockets without the required XMPP framing will get their 'stream' element names replaced, so that they are able to connect. -
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_ENABLED
static SystemProperty<Integer>
TaskEngine. EXECUTOR_CORE_POOL_SIZE
The number of threads to keep in the thread pool that is used to execute tasks of Openfire's TaskEngine, even if they are idle.static SystemProperty<Integer>
TaskEngine. EXECUTOR_MAX_POOL_SIZE
The 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_ALIVE
The number of threads in the thread pool that is used to execute tasks of Openfire's TaskEngine is greater than the core, this is the maximum time that excess idle threads will wait for new tasks before terminating.static SystemProperty<Integer>
SAXReaderUtil. PARSER_SERVICE_CORE_POOL_SIZE
The number of threads to keep in the SAX Reader pool, even if they are idle.static SystemProperty<Duration>
SAXReaderUtil. PARSER_SERVICE_KEEP_ALIVE_TIME
When the number of threads in the SAX reader pool is greater than the core, this is the maximum time that excess idle threads will wait for new tasks before terminating.static SystemProperty<Integer>
SAXReaderUtil. PARSER_SERVICE_MAX_POOL_SIZE
The maximum number of threads to allow in the SAX Reader pool.static SystemProperty<Boolean>
Log. TRACE_ENABLED
static SystemProperty<Boolean>
StringUtils. XMPP_STREAM_SUPPRESS_NEWLINE_AFTER_XML_DECLARATION
Controls if a newline is added after a generated XML declaration and the 'stream' open tag.static SystemProperty<Boolean>
StringUtils. XMPP_STREAM_SUPPRESS_XML_DECLARATION
Controls 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. DELAY
static SystemProperty<Boolean>
ConsistencyMonitor. ENABLED
static SystemProperty<Duration>
ConsistencyMonitor. PERIOD
-