| Package | Description |
|---|---|
| org.jivesoftware.openfire.component |
| Modifier and Type | Method and Description |
|---|---|
static Collection<ExternalComponentConfiguration> |
ExternalComponentManager.getAllowedComponents()
Returns the list of registered external components that are allowed to connect to this
server when using a whitelist policy.
|
static Collection<ExternalComponentConfiguration> |
ExternalComponentManager.getBlockedComponents()
Returns the list of external components that are NOT allowed to connect to this
server.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
ExternalComponentManager.allowAccess(ExternalComponentConfiguration configuration)
Allows an external component to connect to the local server with the specified configuration.
|
void |
ExternalComponentManagerListener.componentAllowed(String subdomain,
ExternalComponentConfiguration configuration)
Notification indicating that a new component was allowed to connect using a
given configuration.
|
Copyright © 2003–2019 Ignite Realtime. All rights reserved.