Package | Description |
---|---|
org.jivesoftware.openfire | |
org.jivesoftware.openfire.admin | |
org.jivesoftware.openfire.auth |
Authentication and Authorization service interfaces and classes.
|
org.jivesoftware.openfire.group |
Groups, which are used to organize users together.
|
org.jivesoftware.openfire.ldap |
LDAP code for authentication and user profile information.
|
org.jivesoftware.openfire.lockout | |
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.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<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<Class> |
GroupManager.GROUP_PROVIDER |
Modifier and Type | Field and Description |
---|---|
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> |
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<Class> |
EncryptionArtifactFactory.TRUST_MANAGER_CLASS |
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–2019 Ignite Realtime. All rights reserved.