| Package | Description |
|---|---|
| org.jivesoftware.openfire.component |
| Modifier and Type | Method and Description |
|---|---|
static ExternalComponentManager.PermissionPolicy |
ExternalComponentManager.getPermissionPolicy()
Returns the permission policy being used for new XMPP entities that are trying to
connect to the server.
|
static ExternalComponentManager.PermissionPolicy |
ExternalComponentManager.PermissionPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExternalComponentManager.PermissionPolicy[] |
ExternalComponentManager.PermissionPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExternalComponentManagerListener.permissionPolicyChanged(ExternalComponentManager.PermissionPolicy newPolicy)
Notification indicating that the permission policy is being modified.
|
static void |
ExternalComponentManager.setPermissionPolicy(ExternalComponentManager.PermissionPolicy policy)
Sets the permission policy being used for new XMPP entities that are trying to
connect to the server.
|
Copyright © 2003–2019 Ignite Realtime. All rights reserved.