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.
|
Modifier and Type | Field and Description |
---|---|
static SystemProperty<Class> |
AuthCheckFilter.SERVLET_REQUEST_AUTHENTICATOR |
static SystemProperty<String> |
SiteMinderServletRequestAuthenticator.SITE_MINDER_HEADER |
Modifier and Type | Field and Description |
---|---|
static SystemProperty<String> |
XMPPServerInfo.XMPP_DOMAIN |
Modifier and Type | Field and Description |
---|---|
static SystemProperty<Class> |
AdminManager.ADMIN_PROVIDER |
Modifier and Type | Field and Description |
---|---|
static SystemProperty<Class> |
AuthFactory.AUTH_PROVIDER |
Modifier and Type | Field and Description |
---|---|
static SystemProperty<Boolean> |
PluginServlet.ALLOW_LOCAL_FILE_READING |
Modifier and Type | Field and Description |
---|---|
static SystemProperty<Boolean> |
IQDiscoInfoHandler.ENABLED |
Modifier and Type | Field and Description |
---|---|
static SystemProperty<Class> |
GroupManager.GROUP_PROVIDER |
Modifier and Type | Field and Description |
---|---|
static SystemProperty<Boolean> |
CertificateStoreWatcher.ENABLED |
Modifier and Type | Field and Description |
---|---|
static SystemProperty<Integer> |
LdapManager.LDAP_PAGE_SIZE |
static SystemProperty<Boolean> |
LdapVCardProvider.STORE_AVATAR_IN_DB |
Modifier and Type | Field and Description |
---|---|
static SystemProperty<Class> |
LockOutManager.LOCKOUT_PROVIDER |
Modifier and Type | Field and Description |
---|---|
static SystemProperty<Boolean> |
IQMuclumbusSearchHandler.PROPERTY_ENABLED |
Modifier and Type | Field and Description |
---|---|
static SystemProperty<Boolean> |
SASLAuthentication.SKIP_PEER_CERT_REVALIDATION_CLIENT |
Modifier and Type | Field and Description |
---|---|
static SystemProperty<Boolean> |
AnonymousSaslServer.ENABLED |
static SystemProperty<Integer> |
ScramSha1SaslServer.ITERATION_COUNT |
static SystemProperty<Boolean> |
ExternalClientSaslServer.PROPERTY_SASL_EXTERNAL_CLIENT_SUPPRESS_MATCHING_REALMNAME |
Modifier and Type | Field and Description |
---|---|
static SystemProperty<Class> |
SecurityAuditManager.AUDIT_PROVIDER |
Modifier and Type | Field and 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 |
Modifier and Type | Field and Description |
---|---|
static SystemProperty<String> |
EncryptionArtifactFactory.SSLCONTEXT_PROTOCOL |
static SystemProperty<Duration> |
LegacyConnectionAcceptor.STARTUP_RETRY_DELAY
Deprecated.
|
static SystemProperty<Class> |
EncryptionArtifactFactory.TRUST_MANAGER_CLASS |
Modifier and Type | Field and Description |
---|---|
static SystemProperty<Boolean> |
StreamManager.ACTIVE |
static SystemProperty<Boolean> |
StreamManager.LOCATION_ENABLED |
static SystemProperty<Boolean> |
StreamManager.MAX_SERVER_ENABLED |
Modifier and Type | Field and Description |
---|---|
static SystemProperty<Class> |
UserManager.USER_PROPERTY_PROVIDER |
static SystemProperty<Class> |
UserManager.USER_PROVIDER |
Modifier and Type | Field and Description |
---|---|
static SystemProperty<Class> |
VCardManager.VCARD_PROVIDER |
Modifier and Type | Field and Description |
---|---|
static SystemProperty<Boolean> |
Log.DEBUG_ENABLED |
static SystemProperty<Boolean> |
Log.TRACE_ENABLED |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
static Collection<SystemProperty> |
SystemProperty.getProperties() |
static Optional<SystemProperty> |
SystemProperty.getProperty(String key)
Returns the SystemProperty for the specified key
|
Copyright © 2003–2020 Ignite Realtime. All rights reserved.