| Package | Description |
|---|---|
| org.jivesoftware.openfire.http |
Provides classes for XEP-0124: Bidirectional-streams Over Synchronous HTTP (BOSH).
|
| org.jivesoftware.openfire.keystore | |
| org.jivesoftware.openfire.spi | |
| org.jivesoftware.util |
Utility classes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HttpBindManager.storeContentChanged(CertificateStore store) |
| Modifier and Type | Class and Description |
|---|---|
class |
IdentityStore
A wrapper class for a store of certificates, its metadata (password, location) and related functionality that is
used to provide credentials (that represent this Openfire instance), an identity store
An identity store should contain private keys, each associated with its certificate chain.
|
class |
TrustStore
A wrapper class for a store of certificates, its metadata (password, location) and related functionality that is
used to verify credentials, a trust store
The trust store should only contain certificates for the "most-trusted" Certificate Authorities (the store should not
contain Intermediates").
|
| Modifier and Type | Method and Description |
|---|---|
void |
CertificateStoreWatcher.unwatch(CertificateStore store)
Stop watching the file that backs a Certificate Store for changes
|
void |
CertificateStoreWatcher.watch(CertificateStore store)
Start watching the file that backs a Certificate Store for changes, reloading the Certificate Store when
appropriate.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectionManagerImpl.storeContentChanged(CertificateStore store) |
| Modifier and Type | Method and Description |
|---|---|
static void |
CertificateManager.fireCertificateStoreChanged(CertificateStore store)
Notify listeners that a certificate store has been changed.
|
void |
CertificateEventListener.storeContentChanged(CertificateStore store)
Event triggered when the content of a certificate store was changed.
|
Copyright © 2003–2019 Ignite Realtime. All rights reserved.