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.openfire org.jivesoftware.openfire.admin 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.disco Service discovery implementation (XEP-0030).org.jivesoftware.openfire.group Groups, which are used to organize users together.org.jivesoftware.openfire.keystore org.jivesoftware.openfire.ldap LDAP code for authentication and user profile information.org.jivesoftware.openfire.lockout org.jivesoftware.openfire.muc.spi Implementation of Multi-User Chat (XEP-0045).org.jivesoftware.openfire.net org.jivesoftware.openfire.sasl Provides classes for SASL.org.jivesoftware.openfire.security org.jivesoftware.openfire.session org.jivesoftware.openfire.spi org.jivesoftware.openfire.streammanagement 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.util Utility classes. -
-
Uses of SystemProperty in org.jivesoftware.admin
Fields in org.jivesoftware.admin declared as SystemProperty Modifier and Type Field Description static SystemProperty<Class>
AuthCheckFilter. SERVLET_REQUEST_AUTHENTICATOR
static SystemProperty<String>
SiteMinderServletRequestAuthenticator. SITE_MINDER_HEADER
-
Uses of SystemProperty in org.jivesoftware.openfire
Fields in org.jivesoftware.openfire declared as SystemProperty Modifier and Type Field Description static SystemProperty<String>
XMPPServerInfo. XMPP_DOMAIN
-
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.auth
Fields in org.jivesoftware.openfire.auth declared as SystemProperty Modifier and Type Field Description static SystemProperty<Class>
AuthFactory. AUTH_PROVIDER
-
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>
PluginServlet. ALLOW_LOCAL_FILE_READING
-
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.group
Fields in org.jivesoftware.openfire.group declared as SystemProperty Modifier and Type Field Description static SystemProperty<Class>
GroupManager. GROUP_PROVIDER
-
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>
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.spi
Fields in org.jivesoftware.openfire.muc.spi declared as SystemProperty Modifier and Type Field Description static SystemProperty<Boolean>
IQMuclumbusSearchHandler. PROPERTY_ENABLED
-
Uses of SystemProperty in org.jivesoftware.openfire.net
Fields in org.jivesoftware.openfire.net declared as SystemProperty Modifier and Type Field Description static SystemProperty<Boolean>
SASLAuthentication. SKIP_PEER_CERT_REVALIDATION_CLIENT
-
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
-
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.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<Boolean>
ConnectionSettings.Client. KEEP_ALIVE_PING_PROPERTY
-
Uses of SystemProperty in org.jivesoftware.openfire.spi
Fields in org.jivesoftware.openfire.spi declared as SystemProperty Modifier and Type Field Description static SystemProperty<String>
EncryptionArtifactFactory. SSLCONTEXT_PROTOCOL
static SystemProperty<Duration>
LegacyConnectionAcceptor. STARTUP_RETRY_DELAY
Deprecated.static SystemProperty<Class>
EncryptionArtifactFactory. TRUST_MANAGER_CLASS
-
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. MAX_SERVER_ENABLED
-
Uses of SystemProperty in org.jivesoftware.openfire.user
Fields in org.jivesoftware.openfire.user declared as SystemProperty Modifier and Type Field Description 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.util
Fields in org.jivesoftware.util declared as SystemProperty Modifier and Type Field Description static SystemProperty<Boolean>
Log. DEBUG_ENABLED
static SystemProperty<Boolean>
Log. TRACE_ENABLED
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
-