Uses of Class
org.jivesoftware.util.SystemProperty
-
-
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_AUTHENTICATORstatic 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.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<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.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. ENABLEDstatic SystemProperty<Integer>ScramSha1SaslServer. ITERATION_COUNTstatic 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_PROPERTYstatic SystemProperty<Boolean>ConnectionSettings.Component. ENABLE_OLD_SSLPORT_PROPERTYstatic SystemProperty<Duration>ConnectionSettings.Client. IDLE_TIMEOUT_PROPERTYstatic 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_PROTOCOLstatic 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. ACTIVEstatic SystemProperty<Boolean>StreamManager. LOCATION_ENABLEDstatic 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_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.util
Fields in org.jivesoftware.util declared as SystemProperty Modifier and Type Field Description static SystemProperty<Boolean>Log. DEBUG_ENABLEDstatic SystemProperty<Boolean>Log. TRACE_ENABLEDMethods 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
-